|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Path | |
|---|---|
| org.ow2.wildcat.event | |
| org.ow2.wildcat.hierarchy | |
| org.ow2.wildcat.hierarchy.attribute | |
| org.ow2.wildcat.hierarchy.resource | |
| Uses of Path in org.ow2.wildcat.event |
|---|
| Fields in org.ow2.wildcat.event declared as Path | |
|---|---|
protected Path |
WEvent.source
The source of the Event. |
| Methods in org.ow2.wildcat.event with parameters of type Path | |
|---|---|
void |
WEvent.setSource(Path path)
Setter. |
| Constructors in org.ow2.wildcat.event with parameters of type Path | |
|---|---|
WAttributeEvent(Path source,
java.lang.Object value)
Construct a new global WAttributeEvent. |
|
WAttributeEvent(Path source,
WEventInterface.Scope scope,
java.lang.Object value)
Construct a new WAttributeEvent by setting its scope. |
|
WEvent(Path source)
Construct a new global event. |
|
WEvent(Path source,
WEventInterface.Scope scope)
Constructor. |
|
WHierarchyEvent(Path source,
WHierarchyEvent.Type type,
java.lang.String target)
Constructor. |
|
| Uses of Path in org.ow2.wildcat.hierarchy |
|---|
| Fields in org.ow2.wildcat.hierarchy declared as Path | |
|---|---|
static Path |
Path.NULL
Constant Path for null:// |
static Path |
Path.ROOT
Constant Path for /. |
| Methods in org.ow2.wildcat.hierarchy that return Path | |
|---|---|
Path |
Path.append(Path suffix)
Creates a new Path by appending suffix to 'this'. |
Path |
Path.appendAttribute(java.lang.String name)
Creates a new path by appending 'name' as attribute name to current path assumes 'name' to be a valid attribute name |
Path |
Path.appendResource(java.lang.String name)
Creates a new path by appending 'name' as resource to current path |
Path |
Path.canonicalize()
Canonicalize current path |
Path |
Path.getParentPath()
|
Path |
Path.getRelativePart()
Creates a new path by stripping host and starting '/'. |
Path |
Path.replacePrefix(Path oprefix,
Path nprefix)
Partially rewrite current path, changing oprefix in 'this' to nprefix. |
Path |
Path.stripTop()
Creates a new path by stripping the first resource as attribute name to current path. |
| Methods in org.ow2.wildcat.hierarchy with parameters of type Path | |
|---|---|
Path |
Path.append(Path suffix)
Creates a new Path by appending suffix to 'this'. |
boolean |
Path.isPrefix(Path prefix)
Test whether argument is a prefix of current path. |
void |
Mountable.mount(Context context,
Path mountPoint)
Mount the Mountable. |
Path |
Path.replacePrefix(Path oprefix,
Path nprefix)
Partially rewrite current path, changing oprefix in 'this' to nprefix. |
| Constructors in org.ow2.wildcat.hierarchy with parameters of type Path | |
|---|---|
Path(Path path)
Deep copy constructor |
|
| Uses of Path in org.ow2.wildcat.hierarchy.attribute |
|---|
| Fields in org.ow2.wildcat.hierarchy.attribute declared as Path | |
|---|---|
protected Path |
POJOAttribute.path
|
| Methods in org.ow2.wildcat.hierarchy.attribute that return Path | |
|---|---|
protected Path |
QueryAttribute.getPath()
|
| Methods in org.ow2.wildcat.hierarchy.attribute with parameters of type Path | |
|---|---|
void |
POJOAttribute.mount(Context context,
Path mountPoint)
|
void |
QueryAttribute.mount(Context context,
Path mountPoint)
|
| Uses of Path in org.ow2.wildcat.hierarchy.resource |
|---|
| Methods in org.ow2.wildcat.hierarchy.resource with parameters of type Path | |
|---|---|
void |
Resource.attachAttribute(Path attribute,
Attribute attr)
Attach an attribute at specified location. |
void |
Resource.attachResource(Path resource,
Resource res)
Attach Resource at specified location. |
void |
Resource.createAttribute(Path attribute,
WEventInterface.Scope scope,
java.lang.Object value)
Create a POJO attribute at specified location. |
void |
Resource.createResource(Path resource)
Creates resources along a path |
void |
Resource.detachAttribute(Path attribute)
Detach an attribute at specified location. |
void |
Resource.detachResource(Path resource)
Detach a resource at specified location. |
Attribute |
Resource.getAttribute(Path path)
Return the attribute at specified location. |
Resource |
Resource.getResource(Path res)
Return the resource at specified location. |
java.lang.Object |
Resource.getValue(Path path)
Fetch attribute value. |
java.util.Set<java.lang.String> |
Resource.list(Path resource)
List resources and attributes. |
java.lang.Object |
Resource.setValue(Path path,
java.lang.Object value)
Set Attribute's value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||