com.soebes.subversion.sapm
Class Path
java.lang.Object
com.soebes.subversion.sapm.Path
public class Path
- extends Object
This class represents a path in the meaning
of a folder.
- Author:
- Karl Heinz Marbaise
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
private String path
Path
public Path(String path)
Path
public Path()
getPath
public String getPath()
setPath
public void setPath(String path)
contains
public boolean contains(String path)
- This will check if the given path
is part of the path which is represented by
this instance.
- Parameters:
path
- The path to check for.
- Returns:
- true if the given path is contained in false otherwise.
- See Also:
PathTest}
Copyright © 2010-2011 SoftwareEntwicklung Beratung Schulung. All Rights Reserved.