Package org.eclipse.m2m.atl.adt.runner
Class ATLProperties
java.lang.Object
java.util.Dictionary<K,V>
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 Summary
Modifier and TypeFieldDescriptionstatic final String
The id of the libraries properties inside of the ATL property file.static final String
The id of the metamodels properties inside of the ATL property file.static final String
The id of the modules property inside of the ATL property file.static final String
The id of the options properties inside of the ATL property file.Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.resources.IFile
getIFile()
org.eclipse.core.resources.IFile[]
Returns the transformation files.Methods inherited from class java.util.Properties
clear, 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_ID
The id of the modules property inside of the ATL property file.- See Also:
-
METAMODELS_ID
The id of the metamodels properties inside of the ATL property file.- See Also:
-
LIBRARIES_ID
The id of the libraries properties inside of the ATL property file.- See Also:
-
OPTIONS_ID
The id of the options properties inside of the ATL property file.- See Also:
-
-
Constructor Details
-
ATLProperties
public 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
-
getIFile
public org.eclipse.core.resources.IFile getIFile() -
getMetamodelLocations
-
getOptions
-
getLibraryLocations
-
getTransformationFiles
public org.eclipse.core.resources.IFile[] getTransformationFiles()Returns the transformation files.- Returns:
- the transformation files
-