public final class WorkspaceRepository extends Object implements ArtifactRepository
| Constructor and Description |
|---|
WorkspaceRepository() |
WorkspaceRepository(String type) |
WorkspaceRepository(String type,
Object key) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public WorkspaceRepository()
public WorkspaceRepository(String type)
public String getContentType()
ArtifactRepositorygetContentType in interface ArtifactRepositorynull.public String getId()
ArtifactRepositorygetId in interface ArtifactRepositorynull.public Object getKey()
null.Copyright © 2010-2015 Sonatype, Inc.. All Rights Reserved.