org.springframework.roo.project
Class PathInformation

java.lang.Object
  extended by org.springframework.roo.project.PathInformation

public class PathInformation
extends Object

Used by AbstractPathResolver to permit subclasses to register path details.

Since:
1.0
Author:
Ben Alex

Constructor Summary
PathInformation(Path path, boolean source, File location)
           
 
Method Summary
 File getLocation()
           
 Path getPath()
           
 boolean isSource()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathInformation

public PathInformation(Path path,
                       boolean source,
                       File location)
Method Detail

getPath

public Path getPath()

isSource

public boolean isSource()

getLocation

public File getLocation()

toString

public final String toString()
Overrides:
toString in class Object


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