Package org.eclipse.m2m.atl.adt.runner
Class ATLProperties
java.lang.Object
java.util.Dictionary<Object,Object>
 
java.util.Hashtable<Object,Object>
 
java.util.Properties
org.eclipse.m2m.atl.adt.runner.ATLProperties
- All Implemented Interfaces:
- Serializable,- Cloneable,- Map<Object,- Object> 
Stores ATL launch parameters which are not provided by an ATL file.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe id of the libraries properties inside of the ATL property file.static final StringThe id of the metamodels properties inside of the ATL property file.static final StringThe id of the modules property inside of the ATL property file.static final StringThe id of the options properties inside of the ATL property file.Fields inherited from class java.util.Propertiesdefaults
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.eclipse.core.resources.IFilegetIFile()org.eclipse.core.resources.IFile[]Returns the transformation files.Methods inherited from class java.util.Propertiesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
- 
Field Details- 
MODULES_IDThe id of the modules property inside of the ATL property file.- See Also:
 
- 
METAMODELS_IDThe id of the metamodels properties inside of the ATL property file.- See Also:
 
- 
LIBRARIES_IDThe id of the libraries properties inside of the ATL property file.- See Also:
 
- 
OPTIONS_IDThe id of the options properties inside of the ATL property file.- See Also:
 
 
- 
- 
Constructor Details- 
ATLPropertiespublic ATLProperties(org.eclipse.core.resources.IFile file) throws IOException, org.eclipse.core.runtime.CoreException Constructor.- Parameters:
- file- the property file
- Throws:
- IOException
- org.eclipse.core.runtime.CoreException
 
 
- 
- 
Method Details- 
getIFilepublic org.eclipse.core.resources.IFile getIFile()
- 
getMetamodelLocations
- 
getOptions
- 
getLibraryLocations
- 
getTransformationFilespublic org.eclipse.core.resources.IFile[] getTransformationFiles()Returns the transformation files.- Returns:
- the transformation files
 
 
-