public abstract class BundlableNodeCommander<N extends BundlableNode> extends NodeCommander<N>
commanderChainer, fileUtilspecTest| Constructor and Description |
|---|
BundlableNodeCommander(SpecTest specTest,
N bundlableNode) |
| Modifier and Type | Method and Description |
|---|---|
CommanderChainer |
bundleSetGenerated() |
CommanderChainer |
requestReceivedInDev(java.lang.String requestPath,
java.io.OutputStream response) |
CommanderChainer |
requestReceivedInDev(java.lang.String requestPath,
java.lang.StringBuffer response) |
CommanderChainer |
requestReceivedInProd(java.lang.String requestPath,
java.io.OutputStream response) |
CommanderChainer |
requestReceivedInProd(java.lang.String requestPath,
java.lang.StringBuffer response) |
containsFileWithContents, create, delete, hasCommonJsPackageStyle, hasCommonJsPackageStyle, hasNamespacedJsPackageStyle, hasNamespacedJsPackageStyle, hasPackageStyle, populate, ready, writeToFile, writeToFilecall, callpublic CommanderChainer requestReceivedInDev(java.lang.String requestPath, java.lang.StringBuffer response) throws MalformedRequestException, ResourceNotFoundException, ContentProcessingException, java.io.UnsupportedEncodingException
MalformedRequestExceptionResourceNotFoundExceptionContentProcessingExceptionjava.io.UnsupportedEncodingExceptionpublic CommanderChainer requestReceivedInDev(java.lang.String requestPath, java.io.OutputStream response) throws MalformedRequestException, ResourceNotFoundException, ContentProcessingException, java.io.UnsupportedEncodingException
MalformedRequestExceptionResourceNotFoundExceptionContentProcessingExceptionjava.io.UnsupportedEncodingExceptionpublic CommanderChainer requestReceivedInProd(java.lang.String requestPath, java.lang.StringBuffer response) throws MalformedRequestException, ResourceNotFoundException, ContentProcessingException, java.io.UnsupportedEncodingException
MalformedRequestExceptionResourceNotFoundExceptionContentProcessingExceptionjava.io.UnsupportedEncodingExceptionpublic CommanderChainer requestReceivedInProd(java.lang.String requestPath, java.io.OutputStream response) throws MalformedRequestException, ResourceNotFoundException, ContentProcessingException, java.io.UnsupportedEncodingException
MalformedRequestExceptionResourceNotFoundExceptionContentProcessingExceptionjava.io.UnsupportedEncodingExceptionpublic CommanderChainer bundleSetGenerated()