|
||||||||||
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(java.lang.String type)
|
|
WorkspaceRepository(java.lang.String type,
java.lang.Object key)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getContentType()
Gets the type of the repository, for example "default". |
java.lang.String |
getId()
Gets the identifier of this repository. |
java.lang.Object |
getKey()
Gets the key of this workspace repository. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WorkspaceRepository()
public WorkspaceRepository(java.lang.String type)
public WorkspaceRepository(java.lang.String type, java.lang.Object key)
Method Detail |
---|
public java.lang.String getContentType()
ArtifactRepository
getContentType
in interface ArtifactRepository
null
.public java.lang.String getId()
ArtifactRepository
getId
in interface ArtifactRepository
null
.public java.lang.Object getKey()
null
.public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |