org.apache.karaf.features.internal
Class RepositoryImpl
java.lang.Object
org.apache.karaf.features.internal.RepositoryImpl
- All Implemented Interfaces:
- Repository
public class RepositoryImpl
- extends java.lang.Object
- implements Repository
The repository implementation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryImpl
public RepositoryImpl(java.net.URI uri)
getName
public java.lang.String getName()
- Specified by:
getName
in interface Repository
getURI
public java.net.URI getURI()
- Specified by:
getURI
in interface Repository
getRepositories
public java.net.URI[] getRepositories()
throws Exception
- Specified by:
getRepositories
in interface Repository
- Throws:
Exception
getFeatures
public Feature[] getFeatures()
throws Exception
- Specified by:
getFeatures
in interface Repository
- Throws:
Exception
load
public void load()
throws java.io.IOException
- Throws:
java.io.IOException
interpolation
protected void interpolation(java.util.Properties properties)
isValid
public boolean isValid()
- Specified by:
isValid
in interface Repository
Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.