public interface Repository
Modifier and Type | Field and Description |
---|---|
static String |
LOCAL
URI identiying the local repository
|
static String |
SYSTEM
URI identifying the system repository
|
Modifier and Type | Method and 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 © 2019. All rights reserved.