All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fivefaces.structureclient.service.statemachine.ScaffoldStateMachineService Maven / Gradle / Ivy

The newest version!
package com.fivefaces.structureclient.service.statemachine;

public interface ScaffoldStateMachineService {

    ScaffoldStateMachineResult scaffold(String fileContents) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy