Package org.guvnor.ala.build
Interface Binary
-
- All Superinterfaces:
BinaryConfig,Config
public interface Binary extends BinaryConfig
Store information about the generated binary. Implement this interface to support different Binary types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()org.uberfire.java.nio.file.PathgetPath()ProjectgetProject()StringgetType()
-