org.apache.karaf.features
Interface Repository

All Known Implementing Classes:
RepositoryImpl

public interface Repository

A repository of features.


Method Summary
 Feature[] getFeatures()
           
 java.lang.String getName()
           
 java.net.URI[] getRepositories()
           
 java.net.URI getURI()
           
 boolean isValid()
           
 

Method Detail

getName

java.lang.String getName()

getURI

java.net.URI getURI()

getRepositories

java.net.URI[] getRepositories()
                               throws Exception
Throws:
Exception

getFeatures

Feature[] getFeatures()
                      throws Exception
Throws:
Exception

isValid

boolean isValid()


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.