|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.bundlerepository.impl.RepositoryImpl
public class RepositoryImpl
Field Summary |
---|
Fields inherited from interface org.apache.felix.bundlerepository.Repository |
---|
LOCAL, SYSTEM |
Constructor Summary | |
---|---|
RepositoryImpl()
|
|
RepositoryImpl(Resource[] resources)
|
Method Summary | |
---|---|
void |
addReferral(Referral referral)
|
void |
addResource(Resource resource)
|
long |
getLastModified()
Return the last modification date of this repository |
java.lang.String |
getName()
Return the name of this repository. |
Referral[] |
getReferrals()
|
Resource[] |
getResources()
Return the resources for this repository. |
java.lang.String |
getURI()
Return the associated URL for the repository. |
protected java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
Default setter method when setting parsed data from the XML file, which currently ignores everything. |
void |
setLastModified(long lastModified)
|
void |
setLastModified(java.lang.String s)
|
void |
setName(java.lang.String name)
|
protected void |
setURI(java.lang.String uri)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepositoryImpl()
public RepositoryImpl(Resource[] resources)
Method Detail |
---|
public java.lang.String getURI()
Repository
getURI
in interface Repository
protected void setURI(java.lang.String uri)
public Resource[] getResources()
Repository
getResources
in interface Repository
public void addResource(Resource resource)
public Referral[] getReferrals()
public void addReferral(Referral referral) throws java.lang.Exception
java.lang.Exception
public java.lang.String getName()
Repository
getName
in interface Repository
public void setName(java.lang.String name)
public long getLastModified()
Repository
getLastModified
in interface Repository
public void setLastModified(long lastModified)
public void setLastModified(java.lang.String s)
protected java.lang.Object put(java.lang.Object key, java.lang.Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |