|
Griffon 0.9.5-rc2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgriffon.core.ArtifactInfo
public class ArtifactInfo extends Object
Describes an artifact that can be handled by ArtifactManager.
This class is used for communication between ArtifactManager and ArtifactHandlers, and as such is considered to be of internal use.
Field Summary | |
---|---|
private Class |
clazz
|
private String |
type
|
Constructor Summary | |
ArtifactInfo(Class clazz, String type)
|
Method Summary | |
---|---|
boolean
|
equals(Object obj)
|
Class
|
getClazz()
|
String
|
getType()
|
int
|
hashCode()
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private final Class clazz
private final String type
Constructor Detail |
---|
public ArtifactInfo(Class clazz, String type)
Method Detail |
---|
public boolean equals(Object obj)
public Class getClazz()
public String getType()
public int hashCode()
public String toString()
Groovy Documentation