com.nirima.jenkins.repo
Class AbstractRepositoryElement<T>

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

public abstract class AbstractRepositoryElement<T>
extends java.lang.Object


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

Field Detail

item

public T item

parent

protected RepositoryElement parent
Constructor Detail

AbstractRepositoryElement

protected AbstractRepositoryElement(RepositoryElement parent,
                                    T item)
Method Detail

getParent

public RepositoryElement getParent()

getPath

public java.lang.String getPath()

getName

public abstract java.lang.String getName()


Copyright © 2004-2011. All Rights Reserved.