| Package | Description |
|---|---|
| org.oddjob.arooa.registry |
Classes concerned with the BeanRegistry which provides a
dynamic lookup of components.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.addId(String id)
Create a new path by adding a new path element identified by they id to
this path.
|
Path |
Path.addId(String id)
Create a new path by adding a new path element identified by they id to
this path.
|
Path |
Path.addPath(Path extra)
Create a new path by adding a path to this path.
|
Path |
Path.addPath(Path extra)
Create a new path by adding a path to this path.
|
Path |
Path.getChildPath()
Get the path below the topmost element.
|
Path |
Path.getChildPath()
Get the path below the topmost element.
|
Path |
Path.getParent() |
Path |
Path.getParent() |
Path |
Address.getPath()
Get the path.
|
Path |
Address.getPath()
Get the path.
|
Path |
BeanDirectoryCrawler.pathForObject(Object component)
Get the path to a given component that may or may not be
in this registery's hierarchy.
|
Path |
BeanDirectoryCrawler.pathForObject(Object component)
Get the path to a given component that may or may not be
in this registery's hierarchy.
|
Path |
Path.relativeTo(Path other)
Resolve the other path relative to this path.
|
Path |
Path.relativeTo(Path other)
Resolve the other path relative to this path.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.addPath(Path extra)
Create a new path by adding a path to this path.
|
Path |
Path.addPath(Path extra)
Create a new path by adding a path to this path.
|
BeanDirectory |
DirectoryPathWalker.directoryForPath(Path path) |
BeanDirectory |
DirectoryPathWalker.directoryForPath(Path path) |
Object |
DirectoryPathWalker.objectForPath(Path path)
Get an object for the given path.
|
Object |
DirectoryPathWalker.objectForPath(Path path)
Get an object for the given path.
|
Path |
Path.relativeTo(Path other)
Resolve the other path relative to this path.
|
Path |
Path.relativeTo(Path other)
Resolve the other path relative to this path.
|
| Constructor and Description |
|---|
Address(Path path)
Create a local address.
|
Address(Path path)
Create a local address.
|
Address(ServerId serverId,
Path path)
Create an address of an object on a server.
|
Address(ServerId serverId,
Path path)
Create an address of an object on a server.
|
Copyright © 2023. All rights reserved.