Class CallableModelFileBuilder
- java.lang.Object
-
- cern.accsoft.steering.jmad.tools.modeldefs.creating.lang.CallableModelFileBuilder
-
- All Implemented Interfaces:
ModelFileBuilder
public class CallableModelFileBuilder extends java.lang.Object implements ModelFileBuilder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCallableModelFileBuilder(java.lang.String filePath)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelFilebuild()ModelFileBuilderdoNotParse()ModelFileBuilderfrom(ModelFile.ModelFileLocation newLocation)static CallableModelFileBuilderof(java.lang.String filePath)ModelFileBuilderparseAs(CallableModelFile.ParseType newParseType)
-
-
-
Method Detail
-
of
public static CallableModelFileBuilder of(java.lang.String filePath)
-
parseAs
public ModelFileBuilder parseAs(CallableModelFile.ParseType newParseType)
-
doNotParse
public ModelFileBuilder doNotParse()
-
from
public ModelFileBuilder from(ModelFile.ModelFileLocation newLocation)
-
build
public ModelFile build()
- Specified by:
buildin interfaceModelFileBuilder
-
-