| |
|
| java.lang.Object org.andromda.core.configuration.Location
Location | public class Location implements Serializable(Code) | | Represents a location within a module search or mappings search.
author: Chad Brandon |
getPath | public String getPath()(Code) | | Gets the path to this location.
Returns the path to this location. |
getPatterns | public String getPatterns()(Code) | | Gets the patterns to include in this location.
Returns the patterns. |
getResources | public URL[] getResources()(Code) | | Gets all files that are valid for this location. It takes into
consideration the given patterns. If the location is an actual
file, the an array containing that single file is returned.
the valid files. |
setPath | public void setPath(String path)(Code) | | Sets the path to this location.
Parameters: path - The path to this location. |
setPatterns | public void setPatterns(String patterns)(Code) | | Sets the patterns to include in this location.
Parameters: patterns - The patterns to set. |
|
|
|