public abstract class ResourceWrapper extends Object
EntryType.| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected EntryType |
type |
| Constructor and Description |
|---|
ResourceWrapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Only
getName() is considered. |
abstract String |
getName() |
abstract String |
getShowName() |
abstract EntryType |
getType()
Get
EntryType of this wrapper. |
int |
hashCode()
Only
getName() is considered. |
Copyright © 2018 Alibaba Group. All rights reserved.