| |
|
| java.lang.Object org.w3c.tools.offline.browse.RepositoryFinder
RepositoryFinder | public class RepositoryFinder (Code) | | The finder that handles a given repository file.
|
pcompiler | protected static Perl5Compiler pcompiler(Code) | | |
pmatcher | protected static Perl5Matcher pmatcher(Code) | | |
repository_dir | protected String repository_dir(Code) | | The relative directory name of the repository in the store
|
repository_name | protected String repository_name(Code) | | The repository name in the repository directory
|
rl | protected ResourceLister rl(Code) | | A resource lister instance that handles the repository resources
|
store_dir | protected String store_dir(Code) | | The store directory (relative to current path)
|
RepositoryFinder | public RepositoryFinder(String storedir, String repname) throws InvalidStoreException(Code) | | Initializes the finder.
opens the file in the right directory, adds a resource lister
and a XML serializer, finds the containers.
Parameters: storedir - the store directory path Parameters: repname - the repository filename. |
getAttributeHolder | public AttributeHolder getAttributeHolder(String identifier)(Code) | | find a given resource
Parameters: identifier - the name of the resource to find an AttributeHolder. |
writeHolders | public void writeHolders()(Code) | | write changes into a tmp file and then commit to the real file
|
|
|
|