Class AlgorithmProfileHelper.ProfileData
java.lang.Object
eu.qualimaster.easy.extension.internal.AlgorithmProfileHelper.ProfileData
- Enclosing class:
AlgorithmProfileHelper
Information describing a new profile pipeline.
- Author:
- Holger Eichelberger
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProfileData(String pipelineName, File pipeline, File dataFile, File controlFile) Creates a profile data instance (public for testing). -
Method Summary
Modifier and TypeMethodDescriptionReturns the control file.Returns the pipeline Jar.Returns the pipeline Jar.Returns the pipeline name.
-
Field Details
-
pipelineName
-
pipeline
-
dataFile
-
controlFile
-
-
Constructor Details
-
ProfileData
Creates a profile data instance (public for testing).- Parameters:
pipelineName- the name of the pipelinepipeline- the pipeline filedataFile- the data filecontrolFile- the control file
-
-
Method Details
-
getPipelineName
Returns the pipeline name.- Returns:
- the pipeline name
-
getPipeline
Returns the pipeline Jar.- Returns:
- the pipeline Jar
-
getDataFile
Returns the pipeline Jar.- Returns:
- the pipeline Jar
-
getControlFile
Returns the control file.- Returns:
- the control file
-