public class ResourceType extends Object
ResourceMeta
uniquely identify a resource.Constructor and Description |
---|
ResourceType(PluginType pluginType,
String pluginName,
String typeName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPluginName()
Get the plugin name.
|
PluginType |
getPluginType()
Get the plugin type.
|
String |
getTypeName()
Get the name of the resource type.
|
int |
hashCode() |
String |
toString() |
public ResourceType(PluginType pluginType, String pluginName, String typeName)
public PluginType getPluginType()
public String getPluginName()
public String getTypeName()
Copyright © 2013-2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.