com.nirima.jenkins.repo.build
Class PathRepositoryItem

java.lang.Object
  extended by com.nirima.jenkins.repo.build.PathRepositoryItem
All Implemented Interfaces:
RepositoryDirectory, RepositoryElement

public class PathRepositoryItem
extends java.lang.Object
implements RepositoryDirectory


Field Summary
protected  java.lang.String name
           
 
Constructor Summary
PathRepositoryItem(java.lang.String name, RepositoryElement parent)
           
 
Method Summary
 RepositoryElement getChild(java.lang.String element)
           
 java.util.Collection<RepositoryElement> getChildren()
           
 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

name

protected java.lang.String name
Constructor Detail

PathRepositoryItem

public PathRepositoryItem(java.lang.String name,
                          RepositoryElement parent)
Method Detail

getChildren

public java.util.Collection<RepositoryElement> getChildren()
Specified by:
getChildren in interface RepositoryDirectory

getChild

public RepositoryElement getChild(java.lang.String element)
Specified by:
getChild in interface RepositoryDirectory

getName

public java.lang.String getName()
Specified by:
getName in interface RepositoryElement

getParent

public RepositoryElement getParent()
Specified by:
getParent in interface RepositoryElement

getPath

public java.lang.String getPath()
Specified by:
getPath in interface RepositoryElement


Copyright © 2004-2011. All Rights Reserved.