public final class ContentSetKey
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static ContentSetKey |
getInstance(Workspace workspace)
Get a key for the entire contents of an application.
|
static ContentSetKey |
getInstance(Workspace workspace,
Project project)
Get a key for the entire contents of a project.
|
static ContentSetKey |
getInstance(Workspace workspace,
Project project,
java.lang.String contentSetKey)
Get a key for a specific content set in a project.
|
static ContentSetKey |
getInstance(Workspace workspace,
java.lang.String contentSetKey)
Get a key for a specific content set in an application.
|
int |
hashCode() |
public static ContentSetKey getInstance(Workspace workspace)
workspace - the application workspacepublic static ContentSetKey getInstance(Workspace workspace, java.lang.String contentSetKey)
workspace - the application workspacecontentSetKey - the string key for the content setpublic static ContentSetKey getInstance(Workspace workspace, Project project)
workspace - the application workspaceproject - the projectpublic static ContentSetKey getInstance(Workspace workspace, Project project, java.lang.String contentSetKey)
workspace - the application workspaceproject - the projectcontentSetKey - the string key for the content setpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object