org.springframework.roo.classpath
Class ClassloaderInclusivePath

java.lang.Object
  extended by org.springframework.roo.project.Path
      extended by org.springframework.roo.classpath.ClassloaderInclusivePath
All Implemented Interfaces:
Comparable<org.springframework.roo.project.Path>

public class ClassloaderInclusivePath
extends org.springframework.roo.project.Path

Extends the notion of a Path to include resources acquired from a ClasspathProvidingProjectMetadata. This is important for PhysicalTypeIdentifierNamingUtilss.

Since:
1.0
Author:
Ben Alex

Field Summary
 
Fields inherited from class org.springframework.roo.project.Path
ROOT, SPRING_CONFIG_ROOT, SRC_MAIN_JAVA, SRC_MAIN_RESOURCES, SRC_MAIN_WEBAPP, SRC_TEST_JAVA, SRC_TEST_RESOURCES
 
Constructor Summary
ClassloaderInclusivePath(String classpath)
          Creates an ClassloaderInclusivePath instance.
 
Method Summary
 String getClasspath()
           
 
Methods inherited from class org.springframework.roo.project.Path
compareTo, equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassloaderInclusivePath

public ClassloaderInclusivePath(String classpath)
Creates an ClassloaderInclusivePath instance.

Parameters:
classpath - the root of the classpath location (cannot be null)
Method Detail

getClasspath

public String getClasspath()
Returns:
the root of the classpath location (never null)


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.