Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X _ 

C

Caller(String, String, String) - Constructor for class com.threecrickets.sincerity.dependencies.ivy.IvyModule.Caller
 
callers - Variable in class com.threecrickets.sincerity.dependencies.ivy.IvyModule
The callers.
capture(PipedWriter) - Method in class com.threecrickets.sincerity.plugin.swing.Console
 
captureOutput(Process) - Method in class com.threecrickets.sincerity.Sincerity
Captures the standard output and standard error of a process.
CellRenderer() - Constructor for class com.threecrickets.sincerity.util.swing.CheckBoxList.CellRenderer
 
center(Window, double) - Static method in class com.threecrickets.sincerity.plugin.swing.SwingUtil
 
center(Window) - Static method in class com.threecrickets.sincerity.plugin.swing.SwingUtil
 
CheckBoxList - Class in com.threecrickets.sincerity.util.swing
A Swing list that supports a model of JCheckBox instances.
CheckBoxList(JCheckBox[]) - Constructor for class com.threecrickets.sincerity.util.swing.CheckBoxList
 
CheckBoxList.CellRenderer - Class in com.threecrickets.sincerity.util.swing
 
ClassUtil - Class in com.threecrickets.sincerity.util
Class utilities.
CollectionUtil - Class in com.threecrickets.sincerity.util
Utility methods for collections.
com.threecrickets.bootstrap - package com.threecrickets.bootstrap
 
com.threecrickets.sincerity - package com.threecrickets.sincerity
 
com.threecrickets.sincerity.ant - package com.threecrickets.sincerity.ant
 
com.threecrickets.sincerity.console - package com.threecrickets.sincerity.console
 
com.threecrickets.sincerity.dependencies - package com.threecrickets.sincerity.dependencies
 
com.threecrickets.sincerity.dependencies.ivy - package com.threecrickets.sincerity.dependencies.ivy
 
com.threecrickets.sincerity.exception - package com.threecrickets.sincerity.exception
 
com.threecrickets.sincerity.logging - package com.threecrickets.sincerity.logging
 
com.threecrickets.sincerity.packaging - package com.threecrickets.sincerity.packaging
 
com.threecrickets.sincerity.plugin - package com.threecrickets.sincerity.plugin
 
com.threecrickets.sincerity.plugin.swing - package com.threecrickets.sincerity.plugin.swing
 
com.threecrickets.sincerity.util - package com.threecrickets.sincerity.util
 
com.threecrickets.sincerity.util.swing - package com.threecrickets.sincerity.util.swing
 
Command - Class in com.threecrickets.sincerity
"Commands" are the core operation in Sincerity, and is implemented by a plugin (see Plugin1).
Command(String, String, boolean, Sincerity) - Constructor for class com.threecrickets.sincerity.Command
Constructor.
Command(String, boolean, Sincerity) - Constructor for class com.threecrickets.sincerity.Command
Constructor: supports parsing of the command.
COMMAND_ICON - Static variable in class com.threecrickets.sincerity.plugin.swing.SwingUtil
 
CommandCompleter - Class in com.threecrickets.sincerity.console
A JLine completer that recognizes Sincerity commands.
CommandCompleter() - Constructor for class com.threecrickets.sincerity.console.CommandCompleter
 
CommandCompleter(String) - Constructor for class com.threecrickets.sincerity.console.CommandCompleter
 
CommandException - Exception in com.threecrickets.sincerity.exception
Signifies that there was a problem executing a Sincerity command.
CommandException(Command, String) - Constructor for exception com.threecrickets.sincerity.exception.CommandException
 
CommandException(Command, String, Throwable) - Constructor for exception com.threecrickets.sincerity.exception.CommandException
 
COMMANDS_SEPARATOR - Static variable in class com.threecrickets.sincerity.Command
 
CommandsPane - Class in com.threecrickets.sincerity.plugin.swing
Shows all commands available in all plugins installed in the current container or the Sincerity installation if no container is in use.
CommandsPane(Sincerity) - Constructor for class com.threecrickets.sincerity.plugin.swing.CommandsPane
 
COMMENT - Static variable in class com.threecrickets.sincerity.util.XmlUtil
 
COMMENT_FULL - Static variable in class com.threecrickets.sincerity.util.XmlUtil
 
commitAndClose() - Method in class com.threecrickets.sincerity.logging.MongoDbManager
 
compareTo(Artifact) - Method in class com.threecrickets.sincerity.packaging.Artifact
 
complete(String, int, List<CharSequence>) - Method in class com.threecrickets.sincerity.console.CommandCompleter
 
connectAndStart() - Method in class com.threecrickets.sincerity.logging.MongoDbManager
 
Console - Class in com.threecrickets.sincerity.plugin.swing
Shows the Sincerity output and error in a Swing frame.
Console(Sincerity) - Constructor for class com.threecrickets.sincerity.plugin.swing.Console
 
CONSOLE_ATTRIBUTE - Static variable in class com.threecrickets.sincerity.plugin.swing.Console
 
Container<M extends Module,R extends Repositories> - Class in com.threecrickets.sincerity
The second highest level instance for the Sincerity runtime, after the Sincerity class.
Container(Sincerity, File, int) - Constructor for class com.threecrickets.sincerity.Container
Constructor.
CONTAINER_ENV - Static variable in class com.threecrickets.sincerity.Sincerity
 
CONTAINER_PROPERTY - Static variable in class com.threecrickets.sincerity.Sincerity
 
CONTAINER_ROOT_ATTRIBUTE - Static variable in class com.threecrickets.sincerity.Sincerity
 
ContainerPane - Class in com.threecrickets.sincerity.plugin.swing
A pane that appears at the top of the Sincerity GUI and shows information about the current container if such is in use.
ContainerPane(Sincerity) - Constructor for class com.threecrickets.sincerity.plugin.swing.ContainerPane
 
ContainerPlugin - Class in com.threecrickets.sincerity.plugin
The container plugin supports the following commands: create: creates a new container.
ContainerPlugin() - Constructor for class com.threecrickets.sincerity.plugin.ContainerPlugin
 
copyRecursive(FileSystemManager, FileObject, FileObject) - Static method in class com.threecrickets.sincerity.util.IoUtil
Copies a file or a complete subdirectory tree using Apache Commons VFS.
copyRecursive(File, File) - Static method in class com.threecrickets.sincerity.util.IoUtil
Copies a complete subdirectory tree using Apache Commons VFS.
createAppender(String, String, Filter, String, String, String, String, String) - Static method in class com.threecrickets.sincerity.logging.MongoDbAppender
Factory method for creating a MongoDB appender within the plugin manager.
createArg() - Method in class com.threecrickets.sincerity.ant.SincerityTask
 
createArtifactNode(Artifact, Dependencies<?>, boolean) - Static method in class com.threecrickets.sincerity.plugin.swing.SwingUtil
 
createBootstrap() - Method in class com.threecrickets.sincerity.Container
Creates a new bootstrap based on the classpath.
createCommandNode(String, Plugin1, boolean) - Static method in class com.threecrickets.sincerity.plugin.swing.SwingUtil
 
createContainer(File, File, boolean) - Method in class com.threecrickets.sincerity.Sincerity
Creates a new container based on a template and sets it as the current container.
CreateContainerButton - Class in com.threecrickets.sincerity.plugin.swing
A button to create a new container.
CreateContainerButton(Sincerity) - Constructor for class com.threecrickets.sincerity.plugin.swing.CreateContainerButton
 
createDependencyNode(Module, Dependencies<?>, boolean, boolean, boolean, boolean, boolean) - Static method in class com.threecrickets.sincerity.plugin.swing.SwingUtil
 
createExecutionContext() - Method in class com.threecrickets.sincerity.ScripturianShell
Creates a new execution context.
createHumanReadableStackTrace(Throwable) - Static method in class com.threecrickets.sincerity.util.StringUtil
Creates a human-readable stack trace.
createLicenseNode(License, Dependencies<?>, boolean, boolean, boolean, boolean) - Static method in class com.threecrickets.sincerity.plugin.swing.SwingUtil
 
createPackagingContext() - Method in class com.threecrickets.sincerity.Container
Creates a packaging context for the container.
createPluginNode(Plugin1, boolean) - Static method in class com.threecrickets.sincerity.plugin.swing.SwingUtil
 
createProgramNode(String) - Static method in class com.threecrickets.sincerity.plugin.swing.SwingUtil
 
createRepositoryNode(Repository) - Static method in class com.threecrickets.sincerity.plugin.swing.SwingUtil
 
createShortcutNode(String, boolean) - Static method in class com.threecrickets.sincerity.plugin.swing.SwingUtil
 
createShortcutTypeNode(String, Shortcuts) - Static method in class com.threecrickets.sincerity.plugin.swing.SwingUtil
 
createTemplateNode(Template) - Static method in class com.threecrickets.sincerity.plugin.swing.SwingUtil
 
A B C D E F G H I J L M N O P R S T U V W X _ 
Skip navigation links

Copyright © 2011-2016 Three Crickets LLC.