|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.core.configuration.Location
public class Location
Represents a location within a module search or mappings search.
| Constructor Summary | |
|---|---|
Location()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPath()
Gets the path to this location. |
java.lang.String |
getPatterns()
Gets the patterns to include in this location. |
java.net.URL[] |
getResources()
Gets all files that are valid for this location. |
void |
setPath(java.lang.String path)
Sets the path to this location. |
void |
setPatterns(java.lang.String patterns)
Sets the patterns to include in this location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Location()
| Method Detail |
|---|
public java.lang.String getPath()
public void setPath(java.lang.String path)
path - The path to this location.public java.lang.String getPatterns()
public void setPatterns(java.lang.String patterns)
patterns - The patterns to set.public java.net.URL[] getResources()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||