org.outerj.daisy.doctaskrunner
Interface DocumentSelection
- public interface DocumentSelection
Represents a set of documents on which a task willl be run.
Method Summary |
java.lang.String |
getDescription()
|
org.outerj.daisy.repository.VariantKey[] |
getKeys(org.outerj.daisy.repository.Repository repository)
|
getKeys
public org.outerj.daisy.repository.VariantKey[] getKeys(org.outerj.daisy.repository.Repository repository)
throws org.outerj.daisy.repository.RepositoryException
- Parameters:
repository
- useful if a e.g. a query needs to be executed to determine the result.
- Returns:
- an array of VariantKeys, in which each VariantKey should be unique (no duplicates).
- Throws:
org.outerj.daisy.repository.RepositoryException
getDescription
public java.lang.String getDescription()
Copyright © -2005 . All Rights Reserved.