|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthelma.framework.repository.AbstractRepository
helma.framework.repository.FileRepository
helma.framework.repository.MultiFileRepository
public class MultiFileRepository
Repository implementation that provides all of its subdirectories as top-level FileRepositories
Field Summary |
---|
Fields inherited from class helma.framework.repository.FileRepository |
---|
directory, lastChecksum, lastChecksumTime, lastModified |
Constructor Summary | |
---|---|
MultiFileRepository(java.io.File dir)
Constructs a MultiFileRepository using the given directory as top-level repository |
|
MultiFileRepository(java.lang.String initArgs)
Constructs a MultiFileRepository using the given argument |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
equals object |
int |
hashCode()
get hashcode |
java.lang.String |
toString()
get object serialized as string |
void |
update()
Updates the content cache of the repository. |
Methods inherited from class helma.framework.repository.FileRepository |
---|
create, createResource, exists, getChecksum, getDirectory, isScriptRoot, lastModified |
Methods inherited from class helma.framework.repository.AbstractRepository |
---|
getAllResources, getName, getParentRepository, getRepositories, getResource, getResources, getRootRepository, getShortName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MultiFileRepository(java.lang.String initArgs)
initArgs
- absolute path to the directorypublic MultiFileRepository(java.io.File dir)
dir
- directoryMethod Detail |
---|
public void update()
update
in class FileRepository
public int hashCode()
hashCode
in class FileRepository
public boolean equals(java.lang.Object obj)
equals
in class FileRepository
obj
- Object
public java.lang.String toString()
toString
in class FileRepository
{getName()}
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |