com.fivefaces.structureclient.service.statemachine.ScaffoldStateMachineService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-structure-client Show documentation
Show all versions of common-structure-client Show documentation
structure Client for Five Faces
The newest version!
package com.fivefaces.structureclient.service.statemachine;
public interface ScaffoldStateMachineService {
ScaffoldStateMachineResult scaffold(String fileContents) throws Exception;
}