Class AbstractRepository
- java.lang.Object
-
- org.fedoraproject.xmvn.repository.impl.AbstractRepository
-
- All Implemented Interfaces:
Repository
- Direct Known Subclasses:
CompoundRepository
,SimpleRepository
abstract class AbstractRepository extends java.lang.Object implements Repository
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
namespace
-
Constructor Summary
Constructors Constructor Description AbstractRepository(java.lang.String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNamespace()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fedoraproject.xmvn.repository.Repository
getPrimaryArtifactPath, getRootPaths
-
-
-
-
Method Detail
-
getNamespace
public java.lang.String getNamespace()
- Specified by:
getNamespace
in interfaceRepository
-
-