Package org.teiid.deployers
Interface RestWarGenerator
-
public interface RestWarGenerator
-
-
Field Summary
Fields Modifier and Type Field Description static String
REST_NAMESPACE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getContent(VDBMetaData vdb, String fullName)
boolean
hasRestMetadata(VDBMetaData vdb)
-
-
-
Field Detail
-
REST_NAMESPACE
static final String REST_NAMESPACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getContent
byte[] getContent(VDBMetaData vdb, String fullName) throws IOException
- Throws:
IOException
-
hasRestMetadata
boolean hasRestMetadata(VDBMetaData vdb)
-
-