|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.aether.repository.WorkspaceRepository
public final class WorkspaceRepository
A repository backed by an IDE workspace or the output of a build session.
Constructor Summary | |
---|---|
WorkspaceRepository()
|
|
WorkspaceRepository(String type)
|
|
WorkspaceRepository(String type,
Object key)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getContentType()
Gets the type of the repository, for example "default". |
String |
getId()
Gets the identifier of this repository. |
Object |
getKey()
Gets the key of this workspace repository. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WorkspaceRepository()
public WorkspaceRepository(String type)
public WorkspaceRepository(String type, Object key)
Method Detail |
---|
public String getContentType()
ArtifactRepository
getContentType
in interface ArtifactRepository
null
.public String getId()
ArtifactRepository
getId
in interface ArtifactRepository
null
.public Object getKey()
null
.public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |