IComponentsRepository
, ISynchronizer
public class MvnRepositoryImpl extends AbstractComponentRepository<MvnRepositoryDB>
IComponentsRepository
implementation based on ArtifactResolverImpl
.
See MvnRepositoryResource
for documentation.AbstractExtComponentRepository.Repo, AbstractExtComponentRepository.RepoMBean
Modifier and Type | Field | Description |
---|---|---|
static String |
MVN_EXCLUDED |
Component property.
|
static String |
MVN_MANAGED |
Component property.
|
static String |
MVN_PRIO |
Component property.
|
static String |
MVN_REPOSITORY |
Component property.
|
static String |
MVN_ROOTS |
Component property.
|
static String |
MVN_SETTINGS |
Component property.
|
static String |
QUERY_EXCLUDED |
Dependency fine-tuning.
|
static String |
QUERY_SCOPE |
Dependency fine-tuning.
|
static String |
QUERY_VERSIONED |
Dependency fine-tuning.
|
ALL
COMPONENT_REPO_IMPLEMENTATION, COMPONENT_REPO_MODE, COMPONENT_REPO_MODE_RELAXED, COMPONENT_REPO_MODE_STRICT
PRIO, TYPE
Constructor | Description |
---|---|
MvnRepositoryImpl(String name,
Properties props) |
Modifier and Type | Method | Description |
---|---|---|
void |
download(FSCRDBComponent component,
File folder) |
|
MvnRepositoryDB |
scan(MvnRepositoryDB current) |
|
String |
toString() |
as, checkOfflineMode, complete, configure, configure, configure, findComponents, findComponents, getCacheRoot, getComponent, getComponent, getContext, getDB, getExpectedConfiguration, getModules, getModules, getName, getRevision, getRevision, getRevision, getURL, has, isRelaxedMode, preInvalidation, preInvalidation, retrieve, retrieve, setEvictionDelay, start, stop, test_setContext, test_setDb, test_setInited
public static final String MVN_REPOSITORY
public static final String MVN_MANAGED
public static final String MVN_EXCLUDED
public static final String MVN_SETTINGS
settings.xml
public static final String MVN_ROOTS
MvnRepositoryResource
for more details.public static final String MVN_PRIO
IComponentsRepository
.
Defaults to 500.public static final String QUERY_EXCLUDED
MvnRepositoryResource
for more details.public static final String QUERY_SCOPE
MvnRepositoryResource
for more details.public static final String QUERY_VERSIONED
MvnRepositoryResource
for more details.public MvnRepositoryImpl(String name, Properties props) throws Exception
Exception
public void download(FSCRDBComponent component, File folder)
download
in class AbstractExtComponentRepository<FSCRDBComponent,MvnRepositoryDB>
public MvnRepositoryDB scan(MvnRepositoryDB current)
scan
in class AbstractExtComponentRepository<FSCRDBComponent,MvnRepositoryDB>
public String toString()
toString
in class AbstractExtComponentRepository<FSCRDBComponent,MvnRepositoryDB>