public class BRJSBuilder extends NodeBuilder<BRJS>
builderChainer, node, specTest| Constructor and Description |
|---|
BRJSBuilder(SpecTest modelTest,
BRJS brjs) |
containsEmptyFile, containsFile, containsFileCopiedFrom, containsFiles, containsFileWithContents, containsFolder, containsLockedStorageFile, containsStorageFile, doesNotContainFile, doesNotExist, hasBeenPopulated, hasCommonJsPackageStyle, hasCommonJsPackageStyle, hasDir, hasNamespacedJsPackageStyle, hasNamespacedJsPackageStyle, hasPackageStyle, hasPersistentNodeProperty, hasTransientNodeProperty, writeToFile, writeToFilepublic BuilderChainer hasBeenPopulated() throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer hasCommandPlugins(CommandPlugin... commands)
public BuilderChainer hasModelObserverPlugins(ModelObserverPlugin... modelObservers)
public BuilderChainer hasContentPlugins(ContentPlugin... contentPlugins)
public BuilderChainer hasConfigurationFileWithContent(java.lang.String filename, java.lang.String content) throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer hasAssetPlugins(AssetPlugin... assetPlugins)
public BuilderChainer hasMinifierPlugins(MinifierPlugin... minifyPlugins)
public BuilderChainer hasTagHandlerPlugins(TagHandlerPlugin... tagHandlers)
public BuilderChainer automaticallyFindsCommandPlugins()
public BuilderChainer automaticallyFindsModelObservers()
public BuilderChainer automaticallyFindsContentPlugins()
public BuilderChainer automaticallyFindsTagHandlerPlugins()
public BuilderChainer automaticallyFindsAssetPlugins()
public BuilderChainer automaticallyFindsBundlerPlugins()
public BuilderChainer automaticallyFindsMinifierPlugins()
public BuilderChainer automaticallyFindsRequirePlugins()
public BuilderChainer automaticallyFindsAllPlugins()
public BuilderChainer hasNotYetBeenCreated() throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer hasBeenCreated() throws java.lang.Exception
hasBeenCreated in class NodeBuilder<BRJS>java.lang.Exceptionpublic BuilderChainer hasBeenCreatedWithWorkingDir(java.io.File workingDir) throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer hasBeenAuthenticallyCreated() throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer hasBeenAuthenticallyCreatedWithWorkingDir(java.io.File workingDir) throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer hasBeenAuthenticallyCreatedWithFileWatcherThread() throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer hasBeenAuthenticallyCreatedWithFilePollingThread() throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer hasBeenAuthenticallyCreatedWithAutoConfiguredObserverThread() throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer hasBeenAuthenticallyCreatedWithFileWatcherThreadAndWorkingDir(java.io.File workingDir) throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer hasBeenAuthenticallyReCreated() throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer usedForServletModel() throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer commandHasBeenRun(java.lang.String... args) throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer userCommandHasBeenRun(java.lang.String... args) throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer usesProductionTemplates() throws java.io.IOException
java.io.IOExceptionpublic BuilderChainer usesProductionTemplates(java.io.File brjsSdkDir) throws java.io.IOException
java.io.IOExceptionpublic BuilderChainer usesJsDocResources() throws java.io.IOException
java.io.IOExceptionpublic BuilderChainer usesJsDocResources(java.io.File brjsSdkDir) throws java.io.IOException
java.io.IOExceptionpublic BuilderChainer hasVersion(java.lang.String version)
public BuilderChainer localeSwitcherHasContents(java.lang.String string) throws java.io.IOException, javax.naming.InvalidNameException, ModelUpdateException
java.io.IOExceptionjavax.naming.InvalidNameExceptionModelUpdateExceptionpublic BuilderChainer appsHaveBeeniterated()
public BuilderChainer pluginsAccessed()
public void hasBeenInactiveForOneMillisecond()
public BuilderChainer doesNotContainFolder(java.lang.String filePath)
doesNotContainFolder in class NodeBuilder<BRJS>