|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Path in org.springframework.roo.project |
---|
Fields in org.springframework.roo.project declared as Path | |
---|---|
static Path |
Path.ROOT
|
static Path |
Path.SPRING_CONFIG_ROOT
|
static Path |
Path.SRC_MAIN_JAVA
|
static Path |
Path.SRC_MAIN_RESOURCES
|
static Path |
Path.SRC_MAIN_WEBAPP
|
static Path |
Path.SRC_TEST_JAVA
|
static Path |
Path.SRC_TEST_RESOURCES
|
Methods in org.springframework.roo.project that return Path | |
---|---|
Path |
PathInformation.getPath()
|
Path |
PathResolver.getPath(String identifier)
Attempts to determine which Path the specified canonical path falls under. |
Path |
AbstractPathResolver.getPath(String identifier)
|
Methods in org.springframework.roo.project that return types with arguments of type Path | |
---|---|
List<Path> |
PathResolver.getNonSourcePaths()
Similar to PathResolver.getSourcePaths() , but only returns Path s which are not compiled. |
List<Path> |
AbstractPathResolver.getNonSourcePaths()
|
List<Path> |
PathResolver.getPaths()
Returns all paths supported by the implementation, in an order defined by the implementation. |
List<Path> |
AbstractPathResolver.getPaths()
|
List<Path> |
PathResolver.getSourcePaths()
Indicates all the source code Path s known to this PathResolver . |
List<Path> |
AbstractPathResolver.getSourcePaths()
|
Methods in org.springframework.roo.project with parameters of type Path | |
---|---|
int |
Path.compareTo(Path o)
|
String |
PathResolver.getIdentifier(Path path,
String relativePath)
Produces a canonical path for the presented Path and relative path. |
String |
AbstractPathResolver.getIdentifier(Path path,
String relativePath)
|
String |
PathResolver.getRoot(Path path)
Returns a canonical path that represents the root of the presented Path . |
String |
AbstractPathResolver.getRoot(Path path)
|
Constructors in org.springframework.roo.project with parameters of type Path | |
---|---|
PathInformation(Path path,
boolean source,
File location)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |