public class Location extends Object implements Serializable
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Gets the path to this location.
|
String |
getPatterns()
Gets the patterns to include in this location.
|
URL[] |
getResources()
Gets all files that are valid for this location.
|
void |
setPath(String path)
Sets the path to this location.
|
void |
setPatterns(String patterns)
Sets the patterns to include in this location.
|
public Location()
public String getPath()
public void setPath(String path)
path - The path to this location.public String getPatterns()
public void setPatterns(String patterns)
patterns - The patterns to set.public URL[] getResources()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.