public interface Repository
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LOCAL
URI identiying the local repository
|
static java.lang.String |
SYSTEM
URI identifying the system repository
|
Modifier and Type | Method and Description |
---|---|
long |
getLastModified()
Return the last modification date of this repository
|
java.lang.String |
getName()
Return the name of this repository.
|
Resource[] |
getResources()
Return the resources for this repository.
|
java.lang.String |
getURI()
Return the associated URL for the repository.
|
static final java.lang.String SYSTEM
static final java.lang.String LOCAL
java.lang.String getURI()
Resource[] getResources()
java.lang.String getName()
long getLastModified()
Copyright © 2006-2017 The Apache Software Foundation. All Rights Reserved.