|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractRepository | |
---|---|
com.caucho.env.repository | |
com.caucho.server.resin |
Uses of AbstractRepository in com.caucho.env.repository |
---|
Subclasses of AbstractRepository in com.caucho.env.repository | |
---|---|
class |
FileRepository
|
Methods in com.caucho.env.repository with parameters of type AbstractRepository | |
---|---|
static RepositorySystem |
RepositorySystem.createAndAddService(AbstractRepository repository)
|
Constructors in com.caucho.env.repository with parameters of type AbstractRepository | |
---|---|
RepositorySystem(AbstractRepository repository)
|
|
RepositoryTagEntry(AbstractRepository repository,
java.lang.String sha1)
Create a new entry, storing the serialized form in the repository. |
|
RepositoryTagEntry(AbstractRepository repository,
java.lang.String tagName,
java.lang.String treeHash,
java.lang.String parent,
java.util.Map<java.lang.String,java.lang.String> attributeMap)
Create a new entry, storing the serialized form in the repository. |
|
RepositoryTagMap(AbstractRepository repository,
RepositoryTagMap parent,
java.util.Map<java.lang.String,RepositoryTagEntry> tagMap)
|
|
RepositoryTagMap(AbstractRepository repository,
java.lang.String commitHash,
boolean isValidate)
|
Uses of AbstractRepository in com.caucho.server.resin |
---|
Methods in com.caucho.server.resin that return AbstractRepository | |
---|---|
AbstractRepository |
ResinDelegate.createRepository(RepositorySpi localRepository)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |