public class EditorResourceType extends Object
| Constructor and Description |
|---|
EditorResourceType() |
EditorResourceType(String name,
String rootURL,
int acl,
Set<String> allowedExtensions,
Set<String> deniedExtensions) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAcl() |
Set<String> |
getAllowedExtensions() |
Set<String> |
getDeniedExtensions() |
String |
getName() |
String |
getRootURL() |
void |
setAcl(int acl) |
void |
setAllowedExtensions(Set<String> allowedExtensions) |
void |
setDeniedExtensions(Set<String> deniedExtensions) |
void |
setName(String name) |
void |
setRootURL(String rootURL) |
Copyright © 2017 etc.to. All rights reserved.