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 _ 

S

save() - Method in class com.threecrickets.sincerity.packaging.ArtifactManager
Saves the database if there were changes.
saveHumanReadable(Document, File) - Static method in class com.threecrickets.sincerity.util.XmlUtil
Saves a DOM to a human-readable XML file (4-space indentation, UTF-8).
ScripturianException - Exception in com.threecrickets.sincerity.exception
Signifies that Sincerity encountered a Scripturian error.
ScripturianException(String) - Constructor for exception com.threecrickets.sincerity.exception.ScripturianException
 
ScripturianException(String, Throwable) - Constructor for exception com.threecrickets.sincerity.exception.ScripturianException
 
ScripturianException(Throwable) - Constructor for exception com.threecrickets.sincerity.exception.ScripturianException
 
ScripturianShell - Class in com.threecrickets.sincerity
An implementation of Scripturian's Shell interface for Sincerity Container instances.
ScripturianShell(Container<?, ?>, boolean, String...) - Constructor for class com.threecrickets.sincerity.ScripturianShell
Initializes the parsing context for the shell.
ScripturianShell(Sincerity, boolean, String...) - Constructor for class com.threecrickets.sincerity.ScripturianShell
 
ScripturianUtil - Class in com.threecrickets.sincerity.util
Scripturian utilities.
separateExtensionFromFilename(String) - Static method in class com.threecrickets.sincerity.util.IoUtil
Returns an array of 2 strings, the first being the filename without its extension, the second being its extension.
setBootstrap(Object, Bootstrap) - Static method in class com.threecrickets.bootstrap.Bootstrap
 
setChanged(boolean) - Method in class com.threecrickets.sincerity.Container
True if the dependencies have been changed, requiring a new bootstrap.
setContainerRoot(File) - Method in class com.threecrickets.sincerity.Sincerity
Changes the current container by specifying a new root directory.
setEplicitDependency(boolean) - Method in class com.threecrickets.sincerity.dependencies.ivy.IvyModule
 
setErr(Writer) - Method in class com.threecrickets.sincerity.Sincerity
The standard error writer.
setFrame(Frame) - Method in class com.threecrickets.sincerity.Sincerity
The current open GUI frame.
setHasFinishedInstalling(boolean) - Method in class com.threecrickets.sincerity.Container
True if dependencies have finished installing.
setInstallations(int) - Method in class com.threecrickets.sincerity.Container
The number of installation attempts for this root directory.
setLogger(Logger) - Method in class com.threecrickets.sincerity.ScripturianShell
 
setOut(Writer) - Method in class com.threecrickets.sincerity.Sincerity
The standard output writer.
setParse(boolean) - Method in class com.threecrickets.sincerity.Command
setValue(String) - Method in class com.threecrickets.sincerity.ant.SincerityTask.Arg
 
setVerbosity(int) - Method in class com.threecrickets.sincerity.Sincerity
Verbosity is only used to control messages to standard output and standard error
ShellPlugin - Class in com.threecrickets.sincerity.plugin
The shell plugin supports the following commands: console: starts the Sincerity console, which is a simple REPL through which Sincerity commands can be run interactively. gui: starts the Sincerity GUI, using all available plugins.
ShellPlugin() - Constructor for class com.threecrickets.sincerity.plugin.ShellPlugin
 
SHORTCUT_PREFIX - Static variable in class com.threecrickets.sincerity.Shortcuts
 
SHORTCUT_PREFIX_LENGTH - Static variable in class com.threecrickets.sincerity.Shortcuts
 
SHORTCUT_TYPE_SEPARATOR - Static variable in class com.threecrickets.sincerity.Shortcuts
 
Shortcuts - Class in com.threecrickets.sincerity
Shortcuts can be used by Sincerity commands to allow for simpler, more user-friendly access.
Shortcuts(File) - Constructor for class com.threecrickets.sincerity.Shortcuts
Loads the shortcuts.
SHORTCUTS_CONF - Static variable in class com.threecrickets.sincerity.Container
 
ShortcutsPane - Class in com.threecrickets.sincerity.plugin.swing
Shows all shortcuts available in the current container.
ShortcutsPane(Sincerity) - Constructor for class com.threecrickets.sincerity.plugin.swing.ShortcutsPane
 
ShortcutsPlugin - Class in com.threecrickets.sincerity.plugin
The shorcuts plugin supports the following commands: shortcuts: prints a list of all available shortcuts in this container. Additionally, this plugin adds a "Shortcuts" tab to the GUI.
ShortcutsPlugin() - Constructor for class com.threecrickets.sincerity.plugin.ShortcutsPlugin
 
shutdownInternal() - Method in class com.threecrickets.sincerity.logging.MongoDbManager
 
Sincerity - Class in com.threecrickets.sincerity
This is the highest level instance for the Sincerity runtime.
Sincerity(String[]) - Constructor for class com.threecrickets.sincerity.Sincerity
Constructor.
Sincerity(String[], Sincerity) - Constructor for class com.threecrickets.sincerity.Sincerity
Cloning constructor.
SINCERITY_DIR - Static variable in class com.threecrickets.sincerity.Container
 
SincerityException - Exception in com.threecrickets.sincerity.exception
The base of the Sincerity exception hierarchy.
SincerityException(String) - Constructor for exception com.threecrickets.sincerity.exception.SincerityException
 
SincerityException(String, Throwable) - Constructor for exception com.threecrickets.sincerity.exception.SincerityException
 
SincerityException(Throwable) - Constructor for exception com.threecrickets.sincerity.exception.SincerityException
 
SincerityTask - Class in com.threecrickets.sincerity.ant
Sincerity Ant task.
SincerityTask() - Constructor for class com.threecrickets.sincerity.ant.SincerityTask
 
SincerityTask.Arg - Class in com.threecrickets.sincerity.ant
 
size() - Method in class com.threecrickets.sincerity.dependencies.ivy.IvyModules
 
size() - Method in class com.threecrickets.sincerity.packaging.Package
 
size() - Method in class com.threecrickets.sincerity.Shortcuts
 
sorted - Variable in class com.threecrickets.sincerity.packaging.Package
 
sortedMap(Map<K, V>) - Static method in class com.threecrickets.sincerity.util.CollectionUtil
Sort a map by the natural order of its keys.
SortedNode - Class in com.threecrickets.sincerity.util.swing
A Swing tree node that sorts its child nodes.
SortedNode(Object) - Constructor for class com.threecrickets.sincerity.util.swing.SortedNode
 
SortedNode() - Constructor for class com.threecrickets.sincerity.util.swing.SortedNode
 
Splash - Class in com.threecrickets.sincerity.plugin.swing
Sincerity splash screen.
Splash(Runnable) - Constructor for class com.threecrickets.sincerity.plugin.swing.Splash
 
STARTED_ATTRIBUTE - Static variable in class com.threecrickets.sincerity.Sincerity
 
startupInternal() - Method in class com.threecrickets.sincerity.logging.MongoDbManager
 
stateChanged(ChangeEvent) - Method in class com.threecrickets.sincerity.util.swing.LazyTabbedPane
 
StringUtil - Class in com.threecrickets.sincerity.util
String utilities.
SwingUtil - Class in com.threecrickets.sincerity.plugin.swing
General Swing utilities for Sincerity.
SwingUtil() - Constructor for class com.threecrickets.sincerity.plugin.swing.SwingUtil
 
SWITCH_PREFIX - Static variable in class com.threecrickets.sincerity.Command
 
SWITCH_PREFIX_LENGTH - Static variable in class com.threecrickets.sincerity.Command
 
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.