org.eobjects.datacleaner.repository
Interface Repository

All Superinterfaces:
HasName, RepositoryFolder, RepositoryNode, Serializable

public interface Repository
extends RepositoryFolder

Defines a repository interface for the DataCleaner monitor web app.


Method Summary
 RepositoryNode getRepositoryNode(String qualifiedPath)
          Gets a RepositoryNode by it's qualified path.
 
Methods inherited from interface org.eobjects.datacleaner.repository.RepositoryFolder
createFile, createFolder, getFile, getFiles, getFiles, getFolder, getFolders, getLatestFile
 
Methods inherited from interface org.eobjects.datacleaner.repository.RepositoryNode
delete, getName, getParent, getQualifiedPath
 

Method Detail

getRepositoryNode

RepositoryNode getRepositoryNode(String qualifiedPath)
Gets a RepositoryNode by it's qualified path.

Parameters:
qualifiedPath - the path of the node
Returns:
the RepositoryNode with the specified qualified path, or null if it does not exist.


Copyright © 2012 Human Inference. All Rights Reserved.