public abstract class Resource extends Object
| Constructor and Description |
|---|
Resource(String path) |
Resource(String contextPath,
String parentPath,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath() |
String |
getFileName() |
String |
getParentPath() |
String |
getPath() |
String |
getResourcePath() |
abstract Reader |
read() |
public Resource(String path)
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.