Package org.annotationsmox.analyzer
Class AnnotationsMoxConfiguration
java.lang.Object
de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
org.somox.configuration.AbstractMoxConfiguration
org.annotationsmox.analyzer.AnnotationsMoxConfiguration
- All Implemented Interfaces:
de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
,de.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
,Cloneable
public class AnnotationsMoxConfiguration
extends AbstractMoxConfiguration
implements de.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
-
Field Summary
Fields inherited from class org.somox.configuration.AbstractMoxConfiguration
SOMOX_ANALYZER_INPUT_FILE, SOMOX_ANALYZER_REVERSE_ENGINEER_INTERFACES_NOT_ASSIGNED_TO_INTERFACES, SOMOX_ANALYZER_REVERSE_ENGINEER_INTERNAL_METHODS_AS_RESOURCE_DEMANDING_INTERNAL_BEHAVIOUR, SOMOX_OUTPUT_FOLDER, SOMOX_PROJECT_NAME
Fields inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
isFixed
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyAttributeMap
(Map<String, Object> attributeMap) needed for some methods that need to deal with aSoMoXConfiguration
and can not deal with AbstractMoxConfguration easily.void
setInspectITFilePaths
(String... filePaths) toMap()
Methods inherited from class org.somox.configuration.AbstractMoxConfiguration
getFileLocations, isReverseEngineerInterfacesNotAssignedToComponent, isReverseEngineerInternalMethodsAsResourceDemandingInternalBehaviour, setReverseEngineerInterfacesNotAssignedToComponent, setReverseEngineerInternalMethodsAsResourceDemandingInternalBehaviour
Methods inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
addChildConfiguration, getChildConfiguration, getErrorMessage, isValid, setDefaults, toString
Methods inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
checkFixed, clone, isFrozen, validateAndFreeze
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
getErrorMessage, isValid, setDefaults
-
Field Details
-
EJBMOX_INSPECTIT_FILE_PATHS
- See Also:
-
-
Constructor Details
-
AnnotationsMoxConfiguration
-
AnnotationsMoxConfiguration
public AnnotationsMoxConfiguration()
-
-
Method Details
-
getInspectITFilePaths
-
setInspectITFilePaths
-
convertToSoMoXConfiguration
needed for some methods that need to deal with aSoMoXConfiguration
and can not deal with AbstractMoxConfguration easily. -
applyAttributeMap
- Overrides:
applyAttributeMap
in classAbstractMoxConfiguration
-
toMap
- Overrides:
toMap
in classAbstractMoxConfiguration
-
getAttributes
- Specified by:
getAttributes
in interfacede.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
-