getModuleSearchLocationResources() Gets the accumulation of all files found when combining the contents
of all module search location paths and their patterns by which they
are filtered as well as the model URI.
public void addModuleSearchLocation(Location location)(Code)
Adds a module search location (these are the locations
in which a search for module is performed).
Parameters: location - a location path. See Also:Model.addModuleSearchLocation(String)
addModuleSearchLocation
public void addModuleSearchLocation(String path)(Code)
Adds a module search location path (a location
without a pattern defined).
Parameters: path - a location path. See Also:Model.addModuleSearchLocation(Location)
Gets the accumulation of all files found when combining the contents
of all module search location paths and their patterns by which they
are filtered as well as the model URI.
all module search location files.
Whether or not to perform a last modified check on the model.
Returns the lastModifiedCheck.
setConstraints
public void setConstraints(Filters constraints)(Code)
Sets the constraints for this model. This indicates what
constraints should and should not be processed from this model.
Parameters: constraints - the packages to process.
setEnforceAllConstraints
public void setEnforceAllConstraints(boolean enforceAllConstraints)(Code)
Sets the applyAll flag on the internal filters instance
of this model.
Parameters: enforceAllConstraints - whether or not all constraints should be enforced by default.
setLastModifiedCheck
public void setLastModifiedCheck(boolean lastModifiedCheck)(Code)
Sets whether or not to perform a last modified check when processing the model. If
true the model will be checked for a timestamp before processing occurs.
Parameters: lastModifiedCheck - true/false
Sets the model packages for this model. This indicates what
packages should and should not be processed from this model.
Parameters: packages - the packages to process.
setProcessAllPackages
public void setProcessAllPackages(boolean processAllPackages)(Code)
Sets the processAll flag on the internal model packages instance
of this model.
Parameters: processAllPackages - whether or not all packages should be processed by default.