com.nirima.jenkins.repo
Class AbstractRepositoryElement
java.lang.Object
com.nirima.jenkins.repo.AbstractRepositoryElement
- Direct Known Subclasses:
- AbstractRepositoryDirectory, DirectoryRepositoryItem, FileRepositoryItem
public abstract class AbstractRepositoryElement
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
protected RepositoryDirectory parent
AbstractRepositoryElement
protected AbstractRepositoryElement(RepositoryDirectory parent)
getParent
public RepositoryDirectory getParent()
setParent
public void setParent(RepositoryDirectory parent)
getPath
public String getPath()
getName
public abstract String getName()
Copyright © 2004-2011. All Rights Reserved.