Modifier and Type | Class and Description |
---|---|
class |
BridgeRepositoryElement<T extends RepositoryElement> |
Modifier and Type | Field and Description |
---|---|
protected T |
BridgeRepositoryElement.element |
Modifier and Type | Method and Description |
---|---|
protected IDavItem |
BridgeRepository.bridge(RepositoryElement item) |
Modifier and Type | Interface and Description |
---|---|
interface |
RepositoryContent |
interface |
RepositoryDirectory |
Modifier and Type | Class and Description |
---|---|
class |
RootElement |
Modifier and Type | Method and Description |
---|---|
RepositoryElement |
RepositoryDirectory.getChild(String element) |
RepositoryElement |
AbstractRepositoryDirectory.getChild(String element) |
abstract RepositoryElement |
RepositoryExtensionPoint.getRepositoryRoot(RootElement rootElement) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends RepositoryElement> |
RootElement.getChildren() |
Collection<? extends RepositoryElement> |
RepositoryDirectory.getChildren() |
abstract Collection<? extends RepositoryElement> |
AbstractRepositoryDirectory.getChildren() |
Modifier and Type | Class and Description |
---|---|
class |
ArtifactRepositoryItem
Represent a maven repository item.
|
class |
DirectoryRepositoryItem
Represent a directory
|
class |
MetadataChecksumRepositoryItem
Represent a
maven-metadata.xml file. |
class |
MetadataRepositoryItem
Represents a
maven-metadata.xml file. |
class |
PopulateOnDemandDirectoryRepositoryItem |
class |
ProjectBuildRepositoryRoot |
class |
SimpleOnDemandItem |
class |
TextRepositoryItem
A repository item that generates text on the fly.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,RepositoryElement> |
DirectoryRepositoryItem.items |
Modifier and Type | Method and Description |
---|---|
protected RepositoryElement |
DirectoryRepositoryItem.add(RepositoryElement dirElement,
boolean allowOverwrite) |
RepositoryElement |
DirectoryRepositoryItem.getChild(String element) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends RepositoryElement> |
ProjectBuildRepositoryRoot.getChildren() |
Collection<? extends RepositoryElement> |
DirectoryRepositoryItem.getChildren() |
protected Map<String,RepositoryElement> |
PopulateOnDemandDirectoryRepositoryItem.getItems() |
protected Map<String,RepositoryElement> |
DirectoryRepositoryItem.getItems() |
Modifier and Type | Method and Description |
---|---|
protected RepositoryElement |
DirectoryRepositoryItem.add(RepositoryElement dirElement,
boolean allowOverwrite) |
Modifier and Type | Class and Description |
---|---|
class |
FileDirectoryRepositoryItem |
class |
FileRepositoryItem |
class |
UrlRepositoryItem |
Modifier and Type | Class and Description |
---|---|
class |
MultiBranchProjectElement |
class |
ProjectBuildList |
class |
ProjectElement |
class |
ProjectsElement |
Modifier and Type | Method and Description |
---|---|
RepositoryElement |
ProjectsElement.getChild(String element) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends RepositoryElement> |
ProjectElement.getChildren() |
Collection<RepositoryElement> |
ProjectsElement.getChildren() |
Collection<? extends RepositoryElement> |
MultiBranchProjectElement.getChildren() |
static Collection<RepositoryElement> |
ProjectUtils.getChildren(RepositoryDirectory parent,
Collection<?> items) |
Modifier and Type | Class and Description |
---|---|
class |
AllSHA1RepositoryRoot
Represent all projects by SHA1.
|
class |
VirtualRepositoryRoot
Created by IntelliJ IDEA.
|
Modifier and Type | Class and Description |
---|---|
class |
ToolRepositoryRoot |
Modifier and Type | Method and Description |
---|---|
RepositoryElement |
ToolsRepository.getRepositoryRoot(RootElement rootElement) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends RepositoryElement> |
ToolRepositoryRoot.getChildren() |
Copyright © 2016–2022. All rights reserved.