com.nirima.jenkins.repo
Class AbstractRepositoryElement

java.lang.Object
  extended by com.nirima.jenkins.repo.AbstractRepositoryElement
Direct Known Subclasses:
AbstractRepositoryDirectory, DirectoryRepositoryItem, FileRepositoryItem

public abstract class AbstractRepositoryElement
extends Object


Field Summary
protected  RepositoryDirectory parent
           
 
Constructor Summary
protected AbstractRepositoryElement(RepositoryDirectory parent)
           
 
Method Summary
abstract  String getName()
           
 RepositoryDirectory getParent()
           
 String getPath()
           
 void setParent(RepositoryDirectory parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected RepositoryDirectory parent
Constructor Detail

AbstractRepositoryElement

protected AbstractRepositoryElement(RepositoryDirectory parent)
Method Detail

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.