org.springframework.roo.project
Class PathInformation
java.lang.Object
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
PathInformation
public PathInformation(Path path,
boolean source,
File location)
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.