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

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

There is a newer version: 1.0.62
Show newest version
package com.fivefaces.structureclient.service.statemachine;

public interface ScaffoldStateMachineService {

    ScaffoldStateMachineResult scaffold(String fileContents) throws Exception;

    ScaffoldStateMachineResult unscaffold(String fileContents);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy