LocalRepositoryImpl
, RepositoryImpl
, SystemRepositoryImpl
public interface Repository
Modifier and Type | Field | Description |
---|---|---|
static String |
LOCAL |
URI identiying the local repository
|
static String |
SYSTEM |
URI identifying the system repository
|
Modifier and Type | Method | Description |
---|---|---|
long |
getLastModified() |
Return the last modification date of this repository
|
String |
getName() |
Return the name of this repository.
|
Resource[] |
getResources() |
Return the resources for this repository.
|
String |
getURI() |
Return the associated URL for the repository.
|
static final String SYSTEM
static final String LOCAL
String getURI()
Resource[] getResources()
String getName()
long getLastModified()
Copyright © 2018. All rights reserved.