Interface ModelFileDependant
-
- All Known Subinterfaces:
JMadModelDefinition
,OpticsDefinition
,RangeDefinition
- All Known Implementing Classes:
AbstractModelDefinition
,JMadModelDefinitionImpl
,OpticsDefinitionImpl
,RangeDefinitionImpl
public interface ModelFileDependant
This interface must be implemented by all parts of model definitions that require modelfiles. This is necessary because by this interface the file finder decides which files are required and therefore need to be unpacked/copied.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<ModelFile>
getRequiredFiles()
-