Index

A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractDialogFactory - Class in org.svetovid.dialogs
This is a default implementation of a dialog factory used for showing various types of dialog boxes containing messages, information, questions, etc.
AbstractDialogFactory(Locale, Clipboard) - Constructor for class org.svetovid.dialogs.AbstractDialogFactory
 
AbstractDialogFactory.CopyAction - Class in org.svetovid.dialogs
 
AbstractDialogFactory.DialogCloser - Class in org.svetovid.dialogs
 
AbstractDialogFactory.DialogFocuser - Class in org.svetovid.dialogs
 
AbstractSvetovidReader - Class in org.svetovid.io
This class provides default implementations for the SvetovidReader interface.
AbstractSvetovidReader() - Constructor for class org.svetovid.io.AbstractSvetovidReader
 
AbstractSvetovidReader.TokenType - Enum Class in org.svetovid.io
 
AbstractSvetovidWriter - Class in org.svetovid.io
This class provides default implementations for the SvetovidWriter interface.
AbstractSvetovidWriter() - Constructor for class org.svetovid.io.AbstractSvetovidWriter
 
actionPerformed(ActionEvent) - Method in class org.svetovid.dialogs.AbstractDialogFactory.CopyAction
 
actionPerformed(ActionEvent) - Method in class org.svetovid.dialogs.AbstractDialogFactory.DialogCloser
 
actionPerformed(ActionEvent) - Method in class org.svetovid.dialogs.JEscDialog.DisposeAction
 
actionPerformed(ActionEvent) - Method in class org.svetovid.dialogs.JEscDialog.HideAction
 
addAutoCloseSupport(JDialog, JOptionPane, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
addAutoFocusSupport(JDialog, JOptionPane, JComponent) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
addClipboardSupport(JDialog, JOptionPane, Clipboard, String) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
addFile(String, byte[]) - Method in class org.svetovid.installer.JavaInstallation
 
addFile(String, Path) - Method in class org.svetovid.installer.JavaInstallation
 
addSublist(List<E>) - Method in class org.svetovid.util.CompoundList
 
ALL - Enum constant in enum class org.svetovid.installer.JavaInstallationType
Synthetic, represents all Java Installations on the machine
append(String) - Static method in class org.svetovid.Svetovid
The output writer that will append data to the given target.
append(String) - Static method in class Svetovid
The output writer that will append data to the given target.
appendObject(StringBuilder, String, boolean, Object) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
appendStackTrace(StringBuilder, Throwable) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
appendStackTrace(StringBuilder, Throwable, StackTraceElement[], String, String, Set<Throwable>, ResourceBundle, Locale) - Static method in exception org.svetovid.SvetovidException
 
appendStackTraceAsCause(StringBuilder, Throwable, StackTraceElement[]) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
appendStackTraceElement(StringBuilder, StackTraceElement) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
appendStackTraceElement(StringBuilder, StackTraceElement, String, ResourceBundle, Locale) - Static method in exception org.svetovid.SvetovidException
 
appendThreadInfo(StringBuilder, Thread, String, ResourceBundle, Locale) - Static method in exception org.svetovid.SvetovidException
 
appendThrowable(StringBuilder, Throwable, boolean) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
appendThrowable(StringBuilder, Throwable, String, String, ResourceBundle, Locale) - Static method in exception org.svetovid.SvetovidException
 
ARRAY - Enum constant in enum class org.svetovid.util.JsonType
JSON Array.
asArray() - Method in class org.svetovid.util.JsonHelper
Returns an array value of this object.
asArray(Object) - Static method in class org.svetovid.util.JsonHelper
Returns the given object converted to a JSON array value.
asBoolean() - Method in class org.svetovid.util.JsonHelper
Returns a boolean value of this object.
asBoolean(Object) - Static method in class org.svetovid.util.JsonHelper
Returns the given object converted to a boolean value.
askConfirmation(Component, String) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askConfirmation(Component, String) - Method in interface org.svetovid.dialogs.DialogFactory
Displays confirmation message box containing desired message, and asking from the user to answer {code Yes} or No.
askConfirmation(Component, String) - Static method in class org.svetovid.dialogs.Dialogs
Displays confirmation message box containing desired message, and asking from the user to answer {code Yes} or No.
askConfirmation(Component, String, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askConfirmation(Component, String, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
askConfirmationWithCancel(Component, String) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askConfirmationWithCancel(Component, String) - Method in interface org.svetovid.dialogs.DialogFactory
Displays confirmation message box containing desired message, and asking from the user to answer Yes, No or Cancel.
askConfirmationWithCancel(Component, String) - Static method in class org.svetovid.dialogs.Dialogs
Displays confirmation message box containing desired message, and asking from the user to answer Yes, No or Cancel.
askConfirmationWithCancel(Component, String, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askConfirmationWithCancel(Component, String, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
askLogin(Component, String) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askLogin(Component, String) - Method in interface org.svetovid.dialogs.DialogFactory
Displays login dialog box containing desired message, and asking for user name and password.
askLogin(Component, String) - Static method in class org.svetovid.dialogs.Dialogs
Displays login dialog box containing desired message, and asking for user name and password.
askLogin(Component, String, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askLogin(Component, String, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
askLogin(Component, String, String) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askLogin(Component, String, String) - Method in interface org.svetovid.dialogs.DialogFactory
Displays login dialog box containing desired message, and asking for user name and password.
askLogin(Component, String, String) - Static method in class org.svetovid.dialogs.Dialogs
Displays login dialog box containing desired message, and asking for user name and password.
askLogin(Component, String, String, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askLogin(Component, String, String, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
askPassword(Component, String) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askPassword(Component, String) - Method in interface org.svetovid.dialogs.DialogFactory
Displays password dialog box containing desired message, and asking from the user to enter password.
askPassword(Component, String) - Static method in class org.svetovid.dialogs.Dialogs
Displays password dialog box containing desired message, and asking from the user to enter password.
askPassword(Component, String, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askPassword(Component, String, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
askQuestion(Component, String) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askQuestion(Component, String) - Method in interface org.svetovid.dialogs.DialogFactory
Displays question message box containing desired question, and asking the user to enter the answer.
askQuestion(Component, String) - Static method in class org.svetovid.dialogs.Dialogs
Displays question message box containing desired question, and asking the user to enter the answer.
askQuestion(Component, String, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askQuestion(Component, String, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
askQuestion(Component, String, Object[], Object) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askQuestion(Component, String, Object[], Object) - Method in interface org.svetovid.dialogs.DialogFactory
Displays question message box containing desired question, and asking the user to choose one of the provided options.
askQuestion(Component, String, Object[], Object) - Static method in class org.svetovid.dialogs.Dialogs
Displays question message box containing desired question, and asking the user to choose one of the provided options.
askQuestion(Component, String, Object[], Object, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askQuestion(Component, String, Object[], Object, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
askQuestion(Component, String, String) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askQuestion(Component, String, String) - Method in interface org.svetovid.dialogs.DialogFactory
Displays question message box containing desired question, and asking the user to enter the answer.
askQuestion(Component, String, String) - Static method in class org.svetovid.dialogs.Dialogs
Displays question message box containing desired question, and asking the user to enter the answer.
askQuestion(Component, String, String, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
askQuestion(Component, String, String, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
asNumber() - Method in class org.svetovid.util.JsonHelper
Returns a numeric value of this object.
asNumber(Object) - Static method in class org.svetovid.util.JsonHelper
Returns the given object converted to a number value.
asObject() - Method in class org.svetovid.util.JsonHelper
Returns an object value of this object.
asObject(Object) - Static method in class org.svetovid.util.JsonHelper
Returns the given object converted to an JSON object value.
asString() - Method in class org.svetovid.util.JsonHelper
Returns a string value of this object.
asString(Object) - Static method in class org.svetovid.util.JsonHelper
Returns the given object converted to a string value.
AUTO_FLUSH - Static variable in class org.svetovid.Svetovid
By default, all writers will not flush automatically.
AutoCloseDialogFactory - Class in org.svetovid.dialogs
 
AutoCloseDialogFactory() - Constructor for class org.svetovid.dialogs.AutoCloseDialogFactory
 
AutoCloseDialogFactory(Clipboard) - Constructor for class org.svetovid.dialogs.AutoCloseDialogFactory
 
AutoCloseDialogFactory(Locale) - Constructor for class org.svetovid.dialogs.AutoCloseDialogFactory
 
AutoCloseDialogFactory(Locale, Clipboard) - Constructor for class org.svetovid.dialogs.AutoCloseDialogFactory
 
autoFlush - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
available() - Method in class org.svetovid.io.StandardInputStreamProxy
 

B

BEGIN_ARRAY - Enum constant in enum class org.svetovid.io.AbstractSvetovidReader.TokenType
 
BEGIN_ARRAY - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
BEGIN_OBJECT - Enum constant in enum class org.svetovid.io.AbstractSvetovidReader.TokenType
 
BEGIN_OBJECT - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
BOOLEAN - Enum constant in enum class org.svetovid.util.JsonType
Boolean literal (true or false).
builder - Variable in class org.svetovid.run.SvetovidProcessBuilder
 
bundle - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 

C

CHARSET_NAME - Static variable in class org.svetovid.Svetovid
Default encoding is Unicode UTF-8.
classpath() - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
classpath(String) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
classpath(String...) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
classpath(List<String>) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
clearPassword() - Method in class org.svetovid.dialogs.LoginData
Utility method that wipes the stored password.
clipboard - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
close() - Method in class org.svetovid.io.AbstractSvetovidReader
 
close() - Method in class org.svetovid.io.AbstractSvetovidWriter
 
close() - Method in class org.svetovid.io.DefaultSvetovidReader
 
close() - Method in class org.svetovid.io.DefaultSvetovidWriter
 
close() - Method in class org.svetovid.io.StandardErrorStreamProxy
 
close() - Method in class org.svetovid.io.StandardInputStreamProxy
 
close() - Method in class org.svetovid.io.StandardOutputStreamProxy
 
close() - Method in interface org.svetovid.io.SvetovidReader
Closes this reader and releases any resources associated with the underlying source.
close() - Method in interface org.svetovid.io.SvetovidWriter
Closes this writer and releases any resources associated with the underlying stream.
close(SvetovidReader) - Static method in class org.svetovid.Svetovid
Closes the given reader and releases any resources associated with the underlying source.
close(SvetovidWriter) - Static method in class org.svetovid.Svetovid
Closes the given writer and releases any resources associated with the underlying target.
closeIn(String) - Static method in class org.svetovid.Svetovid
Closes the reader (if any) and releases any resources associated with the given source.
closeIn(String) - Static method in class Svetovid
Closes the reader (if any) and releases any resources associated with the given source.
closeOut(String) - Static method in class org.svetovid.Svetovid
Closes the writer (if any) and releases any resources associated with the given target.
closeOut(String) - Static method in class Svetovid
Closes the writer (if any) and releases any resources associated with the given target.
collect(JavaInstallation) - Method in class org.svetovid.installer.JavaInstallationSetCollector
 
collect(T) - Method in interface org.svetovid.installer.Collector
 
Collector<T> - Interface in org.svetovid.installer
 
colorIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
command() - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
command() - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
command() - Method in class org.svetovid.run.SvetovidProcessBuilder
 
command() - Method in class org.svetovid.run.SvetovidTerminalProcessBuilder
 
command(String...) - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
command(String...) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
command(String...) - Method in class org.svetovid.run.SvetovidProcessBuilder
 
command(String...) - Method in class org.svetovid.run.SvetovidTerminalProcessBuilder
 
command(List<String>) - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
command(List<String>) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
command(List<String>) - Method in class org.svetovid.run.SvetovidProcessBuilder
 
command(List<String>) - Method in class org.svetovid.run.SvetovidTerminalProcessBuilder
 
command(SvetovidProcessBuilder) - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
comparePart(String, String) - Method in class org.svetovid.util.Version
 
compareTo(JavaInstallation) - Method in class org.svetovid.installer.JavaInstallation
 
compareTo(Release) - Method in class org.svetovid.util.Release
 
compareTo(Version) - Method in class org.svetovid.util.Version
 
componentHidden(ComponentEvent) - Method in class org.svetovid.dialogs.AbstractDialogFactory.DialogCloser
 
componentShown(ComponentEvent) - Method in class org.svetovid.dialogs.AbstractDialogFactory.DialogCloser
 
componentShown(ComponentEvent) - Method in class org.svetovid.dialogs.AbstractDialogFactory.DialogFocuser
 
CompoundList<E> - Class in org.svetovid.util
 
CompoundList() - Constructor for class org.svetovid.util.CompoundList
 
CompoundList(List<E>...) - Constructor for class org.svetovid.util.CompoundList
 
confirmationIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
constructStackTrace(Throwable) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
CopyAction(Clipboard, String) - Constructor for class org.svetovid.dialogs.AbstractDialogFactory.CopyAction
 
copyStringFromClipboard(Clipboard) - Static method in class org.svetovid.dialogs.AbstractDialogFactory
 
copyStringToClipboard(Clipboard, String) - Static method in class org.svetovid.dialogs.AbstractDialogFactory
 
createDialog(Component, JOptionPane, String, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
createDialog(Component, JOptionPane, String, String, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
createDialog(Component, JOptionPane, String, JComponent, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
createDialog(Component, JOptionPane, String, JComponent, String, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
CURRENT - Static variable in enum class org.svetovid.util.OperatingSystem
 

D

dateIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
defaultAutoCloseTimeout - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
DefaultDialogFactory - Class in org.svetovid.dialogs
 
DefaultDialogFactory() - Constructor for class org.svetovid.dialogs.DefaultDialogFactory
 
DefaultDialogFactory(Clipboard) - Constructor for class org.svetovid.dialogs.DefaultDialogFactory
 
DefaultDialogFactory(Locale) - Constructor for class org.svetovid.dialogs.DefaultDialogFactory
 
DefaultDialogFactory(Locale, Clipboard) - Constructor for class org.svetovid.dialogs.DefaultDialogFactory
 
DefaultSvetovidReader - Class in org.svetovid.io
This class provides a most commonly used implementation for the SvetovidReader interface.
DefaultSvetovidReader(BufferedReader) - Constructor for class org.svetovid.io.DefaultSvetovidReader
Creates a new SvetovidReader that uses the specified reader for input.
DefaultSvetovidReader(InputStream) - Constructor for class org.svetovid.io.DefaultSvetovidReader
Creates a new SvetovidReader that uses the specified input stream for input.
DefaultSvetovidReader(Reader) - Constructor for class org.svetovid.io.DefaultSvetovidReader
Creates a new SvetovidReader that uses the specified reader for input.
DefaultSvetovidReader(String) - Constructor for class org.svetovid.io.DefaultSvetovidReader
Creates a new SvetovidReader that uses the specified string for input.
DefaultSvetovidWriter - Class in org.svetovid.io
This class provides a most commonly used implementation for the SvetovidWriter interface.
DefaultSvetovidWriter(BufferedWriter) - Constructor for class org.svetovid.io.DefaultSvetovidWriter
Creates a new SvetovidWriter that outputs to the specified writer.
DefaultSvetovidWriter(OutputStream) - Constructor for class org.svetovid.io.DefaultSvetovidWriter
Creates a new SvetovidWriter that outputs to the specified output stream.
DefaultSvetovidWriter(Writer) - Constructor for class org.svetovid.io.DefaultSvetovidWriter
Creates a new SvetovidWriter that outputs to the specified writer.
destroy() - Method in class org.svetovid.io.SvetovidProcess
 
destroyDialog(JDialog, JOptionPane) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
DialogCloser(JLabel, long) - Constructor for class org.svetovid.dialogs.AbstractDialogFactory.DialogCloser
Creates a new DialogCloser.
DialogContent<T> - Interface in org.svetovid.dialogs
This is an interface for objects that can be used as content in dialogs.
DialogFactory - Interface in org.svetovid.dialogs
This is an interface for factory classes used for creating and showing various types of dialog boxes containing messages, information, questions, etc.
DialogFocuser(JComponent) - Constructor for class org.svetovid.dialogs.AbstractDialogFactory.DialogFocuser
Creates a new DialogFocuser.
Dialogs - Class in org.svetovid.dialogs
This is helper class which contains static methods for showing various types of dialog boxes containing messages, information, questions, etc.
Dialogs() - Constructor for class org.svetovid.dialogs.Dialogs
 
directory() - Method in class org.svetovid.run.SvetovidProcessBuilder
 
directory(Path) - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
directory(Path) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
directory(Path) - Method in class org.svetovid.run.SvetovidProcessBuilder
 
directory(Path) - Method in class org.svetovid.run.SvetovidTerminalProcessBuilder
 
DisposeAction(JDialog) - Constructor for class org.svetovid.dialogs.JEscDialog.DisposeAction
Constructs a new DisposeAction.
doFlush() - Method in class org.svetovid.io.AbstractSvetovidWriter
 
doFlush() - Method in class org.svetovid.io.DefaultSvetovidWriter
 
doPrint(String) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
doPrint(String) - Method in class org.svetovid.io.DefaultSvetovidWriter
 
doPrintln(String) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
doPrintln(String) - Method in class org.svetovid.io.DefaultSvetovidWriter
 
doReadLine() - Method in class org.svetovid.io.AbstractSvetovidReader
 
doReadLine() - Method in class org.svetovid.io.DefaultSvetovidReader
 

E

effectiveCommand() - Method in class org.svetovid.run.SvetovidProcessBuilder
 
END_ARRAY - Enum constant in enum class org.svetovid.io.AbstractSvetovidReader.TokenType
 
END_ARRAY - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
END_OBJECT - Enum constant in enum class org.svetovid.io.AbstractSvetovidReader.TokenType
 
END_OBJECT - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
endorsedDirs() - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
endorsedDirs(String...) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
endorsedDirs(List<String>) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
environment() - Method in class org.svetovid.run.SvetovidProcessBuilder
 
environment(String, String) - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
environment(String, String) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
environment(String, String) - Method in class org.svetovid.run.SvetovidProcessBuilder
 
environment(String, String) - Method in class org.svetovid.run.SvetovidTerminalProcessBuilder
 
environmentRemove(String) - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
environmentRemove(String) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
environmentRemove(String) - Method in class org.svetovid.run.SvetovidProcessBuilder
 
environmentRemove(String) - Method in class org.svetovid.run.SvetovidTerminalProcessBuilder
 
EOF - Enum constant in enum class org.svetovid.io.AbstractSvetovidReader.TokenType
 
EQUAL - Enum constant in enum class org.svetovid.installer.JavaInstallationVersionType
Version is the same.
equals(Object) - Method in class org.svetovid.installer.JavaInstallation
 
equals(Object) - Method in class org.svetovid.io.StandardErrorStreamProxy
 
equals(Object) - Method in class org.svetovid.io.StandardInputStreamProxy
 
equals(Object) - Method in class org.svetovid.io.StandardOutputStreamProxy
 
equals(Object) - Method in class org.svetovid.util.Release
 
equals(Object) - Method in class org.svetovid.util.Version
 
err - Variable in class org.svetovid.io.SvetovidProcess
 
err - Static variable in class org.svetovid.Svetovid
The "standard" error output.
err - Static variable in class Svetovid
The "standard" error output.
errorIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
eventDispatched(AWTEvent) - Method in class org.svetovid.dialogs.AbstractDialogFactory.DialogCloser
 
exceptionIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
exec(String...) - Static method in class org.svetovid.installer.JavaInstallation
 
exec(Path, String...) - Static method in class org.svetovid.installer.JavaInstallation
 
exitValue() - Method in class org.svetovid.io.SvetovidProcess
 
extDirs() - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
extDirs(String...) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
extDirs(List<String>) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 

F

fileIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
findIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
flush() - Method in class org.svetovid.io.StandardErrorStreamProxy
 
flush() - Method in class org.svetovid.io.StandardOutputStreamProxy
 
folderIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
fontIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
forName(String) - Static method in enum class org.svetovid.util.OperatingSystem
 
FREE_BSD - Enum constant in enum class org.svetovid.util.OperatingSystem
 

G

get(int) - Method in class org.svetovid.util.CompoundList
 
get(Object, String) - Static method in class org.svetovid.util.JsonHelper
Returns the raw object at the specified JSON path resolved on the given object.
getArray(Object, String) - Static method in class org.svetovid.util.JsonHelper
Returns an array value at the specified JSON path resolved on the given object.
getAutoFlush() - Method in class org.svetovid.io.AbstractSvetovidWriter
 
getAutoFlush() - Method in interface org.svetovid.io.SvetovidWriter
Returns whether this writer automatically flushes the underlying output stream and forces any buffered output bytes to be written out after every operation by calling SvetovidWriter.printbf().
getBinLocation() - Method in class org.svetovid.installer.JavaInstallation
 
getBoolean(Object, String) - Static method in class org.svetovid.util.JsonHelper
Returns a boolean value at the specified JSON path resolved on the given object.
getBuild() - Method in class org.svetovid.util.Version
 
getClipboard() - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
getClipboard() - Method in class org.svetovid.dialogs.DefaultDialogFactory
 
getCollected() - Method in class org.svetovid.installer.JavaInstallationSetCollector
 
getContent() - Method in interface org.svetovid.dialogs.DialogContent
 
getDefault() - Static method in class org.svetovid.installer.JavaInstallation
 
getDefaultAutoCloseTimeout() - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
getDetails() - Method in class org.svetovid.installer.JavaInstallation
 
getFactory(Locale) - Static method in class org.svetovid.dialogs.Dialogs
 
getFactory(Locale, Clipboard) - Static method in class org.svetovid.dialogs.Dialogs
 
getFactory(Locale, Clipboard, int) - Static method in class org.svetovid.dialogs.Dialogs
 
getFamily() - Method in enum class org.svetovid.util.OperatingSystem
 
getFromAll(Collector<JavaInstallation>) - Static method in class org.svetovid.installer.JavaInstallation
 
getFromEnvironment(Collector<JavaInstallation>) - Static method in class org.svetovid.installer.JavaInstallation
 
getFromFilesystem(Path, Collector<JavaInstallation>, Collector<Path>) - Static method in class org.svetovid.installer.JavaInstallation
 
getFromFilesystem(Collector<JavaInstallation>, Collector<Path>) - Static method in class org.svetovid.installer.JavaInstallation
 
getFromPath(String) - Static method in class org.svetovid.installer.JavaInstallation
 
getFromPath(Collector<JavaInstallation>) - Static method in class org.svetovid.installer.JavaInstallation
 
getFromRegistry(Collector<JavaInstallation>) - Static method in class org.svetovid.installer.JavaInstallation
 
getIcon(String) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
getIcon(String) - Method in interface org.svetovid.dialogs.DialogFactory
Returns a dialog icon of the desired type.
getIcon(String) - Static method in class org.svetovid.dialogs.Resources
Returns icon from the resource named name.
getJarLocation() - Static method in class org.svetovid.installer.JavaInstallation
 
getJdkVersion() - Method in class org.svetovid.installer.JavaInstallation
 
getJreVersion() - Method in class org.svetovid.installer.JavaInstallation
 
getLapTimes() - Method in class org.svetovid.util.Stopwatch
 
getLastException() - Method in class org.svetovid.io.AbstractSvetovidReader
 
getLastException() - Method in class org.svetovid.io.AbstractSvetovidWriter
 
getLastException() - Method in interface org.svetovid.io.SvetovidReader
Returns the exception raised in the last operation; if the operation was successful and no exception was raised, returns null.
getLastException() - Method in interface org.svetovid.io.SvetovidWriter
Returns the exception raised in the last operation; if the operation was successful and no exception was raised, returns null.
getLibLocation() - Method in class org.svetovid.installer.JavaInstallation
 
getLibraryReleases() - Static method in class org.svetovid.Svetovid
 
getLibVersion() - Method in class org.svetovid.installer.JavaInstallation
 
getLocale() - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
getLocale() - Method in class org.svetovid.dialogs.DefaultDialogFactory
 
getLocation() - Method in class org.svetovid.installer.JavaInstallation
 
getMajor() - Method in class org.svetovid.util.Version
 
getMessage() - Method in exception org.svetovid.SvetovidException
Returns the detail message string of this exception.
getMessage(Locale) - Method in exception org.svetovid.SvetovidException
Creates a localized description of this exception.
getMicro() - Method in class org.svetovid.util.Version
 
getMinor() - Method in class org.svetovid.util.Version
 
getName() - Method in enum class org.svetovid.util.OperatingSystem
 
getNumber(Object, String) - Static method in class org.svetovid.util.JsonHelper
Returns a numeric value at the specified JSON path resolved on the given object.
getObject(Object, String) - Static method in class org.svetovid.util.JsonHelper
Returns an object value at the specified JSON path resolved on the given object.
getPartValue(String) - Method in class org.svetovid.util.Version
 
getPrerelease() - Method in class org.svetovid.util.Version
 
getReadFromNewLine() - Method in class org.svetovid.io.StandardSvetovidReader
Returns the indicator whether this reader will read input data from a new line or immediately after the displayed prompt message.
getStackTraceString(Thread, Throwable, Locale) - Static method in exception org.svetovid.SvetovidException
Returns the message string in the specified locale containing the supplied throwable and its stack trace.
getStackTraceString(Throwable, Locale) - Static method in exception org.svetovid.SvetovidException
Returns the message string in the specified locale containing the supplied throwable and its stack trace.
getString(Object, String) - Static method in class org.svetovid.util.JsonHelper
Returns a string value at the specified JSON path resolved on the given object.
getSublist(int) - Method in class org.svetovid.util.CompoundList
 
getTotalTimes() - Method in class org.svetovid.util.Stopwatch
 
getType() - Method in class org.svetovid.installer.JavaInstallation
 
getType() - Method in class org.svetovid.util.JsonHelper
Returns the JSON type of this object.
getType(Object) - Static method in class org.svetovid.util.JsonHelper
Returns the JSON type to which the given object can be converted.
getUrl() - Method in class org.svetovid.util.Release
 
getValue() - Method in interface org.svetovid.dialogs.DialogContent
 
getVersion() - Static method in class org.svetovid.Svetovid
 
getVersion() - Method in class org.svetovid.util.Release
 
getVersionString() - Static method in class org.svetovid.Svetovid
 
getVersionType() - Method in class org.svetovid.installer.JavaInstallation
 
getWhitespace() - Method in class org.svetovid.io.AbstractSvetovidReader
 
getWhitespace() - Method in class org.svetovid.io.AbstractSvetovidWriter
 
getWhitespace() - Method in interface org.svetovid.io.SvetovidReader
Returns the currently used pattern for recognizing whitespace.
getWhitespace() - Method in interface org.svetovid.io.SvetovidWriter
Returns the currently used whitespace.
gui - Static variable in class org.svetovid.Svetovid
The graphical user interface factory used to create and show message and dialog boxes.
gui - Static variable in class Svetovid
The graphical user interface factory used to create and show message and dialog boxes.

H

handleAnyException(Throwable) - Method in class org.svetovid.io.AbstractSvetovidReader
 
handleFormatException(SvetovidFormatException) - Method in class org.svetovid.io.AbstractSvetovidReader
 
hashCode() - Method in class org.svetovid.installer.JavaInstallation
 
hashCode() - Method in class org.svetovid.io.StandardErrorStreamProxy
 
hashCode() - Method in class org.svetovid.io.StandardInputStreamProxy
 
hashCode() - Method in class org.svetovid.io.StandardOutputStreamProxy
 
hashCode() - Method in class org.svetovid.util.Release
 
hashCode() - Method in class org.svetovid.util.Version
 
hasMore() - Method in class org.svetovid.io.AbstractSvetovidReader
 
hasMore() - Method in interface org.svetovid.io.SvetovidReader
Checks whether this reader has data to be read.
HideAction(JDialog) - Constructor for class org.svetovid.dialogs.JEscDialog.HideAction
Constructs a new HideAction.
HP_MPE_IX - Enum constant in enum class org.svetovid.util.OperatingSystem
 
HP_OPEN_VMS - Enum constant in enum class org.svetovid.util.OperatingSystem
 
HP_TRU64_UNIX - Enum constant in enum class org.svetovid.util.OperatingSystem
 
HP_UX - Enum constant in enum class org.svetovid.util.OperatingSystem
 

I

IBM_AIX - Enum constant in enum class org.svetovid.util.OperatingSystem
 
IBM_OS2 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
IBM_OS390 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
in - Variable in class org.svetovid.io.SvetovidProcess
 
in - Static variable in class org.svetovid.Svetovid
The "standard" input.
in - Static variable in class Svetovid
The "standard" input.
in(String) - Static method in class org.svetovid.Svetovid
The input reader for the given source.
in(String) - Static method in class Svetovid
The input reader for the given source.
INDENT - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
informationIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
inheritIO() - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
inheritIO() - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
inheritIO() - Method in class org.svetovid.run.SvetovidProcessBuilder
 
inheritIO() - Method in class org.svetovid.run.SvetovidTerminalProcessBuilder
 
insertSublist(int, List<E>) - Method in class org.svetovid.util.CompoundList
 
installThis() - Method in class org.svetovid.installer.JavaInstallation
 
isAdmin() - Static method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
isAlive() - Method in class org.svetovid.io.SvetovidProcess
 
isCharInNumber(char) - Method in class org.svetovid.io.AbstractSvetovidReader
 
isCharWhitespace(char) - Method in class org.svetovid.io.AbstractSvetovidReader
 
isCharWhitespaceOrSymbol(char) - Method in class org.svetovid.io.AbstractSvetovidReader
 
isEmpty() - Method in class org.svetovid.io.AbstractSvetovidReader
 
isEmpty() - Method in interface org.svetovid.io.SvetovidReader
Checks whether this reader has no more data to be read.
isNewStackTraceStyle() - Method in class org.svetovid.dialogs.DefaultDialogFactory
 
isPaused() - Method in class org.svetovid.util.Stopwatch
 
isThrowingExceptions() - Method in class org.svetovid.io.AbstractSvetovidReader
 
isThrowingExceptions() - Method in class org.svetovid.io.AbstractSvetovidWriter
 
isThrowingExceptions() - Method in interface org.svetovid.io.SvetovidReader
Returns the indicator whether this reader will throw exceptions on I/O operation errors or just return default values.
isThrowingExceptions() - Method in interface org.svetovid.io.SvetovidWriter
Returns the indicator whether this writer will throw exceptions on I/O operation errors or just return default values.

J

JavaInstallation - Class in org.svetovid.installer
 
JavaInstallationSetCollector - Class in org.svetovid.installer
 
JavaInstallationSetCollector() - Constructor for class org.svetovid.installer.JavaInstallationSetCollector
 
JavaInstallationType - Enum Class in org.svetovid.installer
 
JavaInstallationVersionType - Enum Class in org.svetovid.installer
 
JDK - Enum constant in enum class org.svetovid.installer.JavaInstallationType
Java Development Kit installation.
JEscDialog - Class in org.svetovid.dialogs
Extends the dialog window as defined by Swing adding the possibility to close the dialog using the ESC key.
JEscDialog(boolean) - Constructor for class org.svetovid.dialogs.JEscDialog
Creates a new dialog window.
JEscDialog(Dialog, boolean) - Constructor for class org.svetovid.dialogs.JEscDialog
Creates a new dialog window.
JEscDialog(Dialog, boolean, boolean) - Constructor for class org.svetovid.dialogs.JEscDialog
Creates a new dialog window.
JEscDialog(Dialog, String, boolean) - Constructor for class org.svetovid.dialogs.JEscDialog
Creates a new dialog window.
JEscDialog(Dialog, String, boolean, boolean) - Constructor for class org.svetovid.dialogs.JEscDialog
Creates a new dialog window.
JEscDialog(Frame, boolean) - Constructor for class org.svetovid.dialogs.JEscDialog
Creates a new dialog window.
JEscDialog(Frame, boolean, boolean) - Constructor for class org.svetovid.dialogs.JEscDialog
Creates a new dialog window.
JEscDialog(Frame, String, boolean) - Constructor for class org.svetovid.dialogs.JEscDialog
Creates a new dialog window.
JEscDialog(Frame, String, boolean, boolean) - Constructor for class org.svetovid.dialogs.JEscDialog
Creates a new dialog window.
JEscDialog.DisposeAction - Class in org.svetovid.dialogs
An Action that disposes the dialog when triggered.
JEscDialog.HideAction - Class in org.svetovid.dialogs
An Action that hides the dialog when triggered.
JRE - Enum constant in enum class org.svetovid.installer.JavaInstallationType
Java Runtime Environment installation.
JsonHelper - Class in org.svetovid.util
Helper class with many useful methods for manipulating JSON compatible objects.
JsonHelper(Object) - Constructor for class org.svetovid.util.JsonHelper
Constructs a new JsonHelper wrapper for easier manipulation of the given JSON compatible object.
JsonType - Enum Class in org.svetovid.util
Enumeration of all JSON (JavaScript Object Notation) types.
jvmArguments() - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
jvmArguments(String) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
jvmArguments(String...) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
jvmArguments(List<String>) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 

L

lap() - Method in class org.svetovid.util.Stopwatch
 
lastException - Variable in class org.svetovid.io.AbstractSvetovidReader
 
lastException - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
LIB_FILE_NAME - Static variable in class org.svetovid.installer.JavaInstallation
 
libraryDirs() - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
libraryDirs(String...) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
libraryDirs(List<String>) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
line - Variable in class org.svetovid.io.AbstractSvetovidReader
 
LINE_SEPARATOR - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
LINUX - Enum constant in enum class org.svetovid.util.OperatingSystem
 
LITERAL - Enum constant in enum class org.svetovid.io.AbstractSvetovidReader.TokenType
 
LITERAL_FALSE - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
LITERAL_NULL - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
LITERAL_TRUE - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
locale - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
LOCALE - Static variable in class org.svetovid.Svetovid
Default locale is US English.
LoginData - Class in org.svetovid.dialogs
Class that holds user name and password.
LoginData(String, char[]) - Constructor for class org.svetovid.dialogs.LoginData
Creates a new object that holds specified user name and password.
loginExitOptions - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
loginIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
logoIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 

M

MAC - Enum constant in enum class org.svetovid.util.OperatingSystem
 
MAC - Enum constant in enum class org.svetovid.util.OperatingSystemFamily
 
MAC_OS_X - Enum constant in enum class org.svetovid.util.OperatingSystem
 
main(String[]) - Static method in class org.svetovid.run.Start
 
main(String[]) - Static method in class start
 
main(String[]) - Static method in class Svetovid
The main method just prints out the version number.
mark(int) - Method in class org.svetovid.io.StandardInputStreamProxy
 
markSupported() - Method in class org.svetovid.io.StandardInputStreamProxy
 
messageIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 

N

name - Variable in class org.svetovid.dialogs.LoginData
User name.
NAME_SEPARATOR - Enum constant in enum class org.svetovid.io.AbstractSvetovidReader.TokenType
 
NAME_SEPARATOR - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
NETWARE - Enum constant in enum class org.svetovid.util.OperatingSystem
 
NETWARE_4_11 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
NEWER - Enum constant in enum class org.svetovid.installer.JavaInstallationVersionType
Version is newer.
newStackTraceStyle - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
nextArray() - Method in class org.svetovid.io.AbstractSvetovidReader
 
nextChar() - Method in class org.svetovid.io.AbstractSvetovidReader
 
nextLiteral() - Method in class org.svetovid.io.AbstractSvetovidReader
 
nextNumber() - Method in class org.svetovid.io.AbstractSvetovidReader
 
nextPair() - Method in class org.svetovid.io.AbstractSvetovidReader
 
nextString() - Method in class org.svetovid.io.AbstractSvetovidReader
 
nextToken() - Method in class org.svetovid.io.AbstractSvetovidReader
 
nextValue() - Method in class org.svetovid.io.AbstractSvetovidReader
 
NONE - Enum constant in enum class org.svetovid.installer.JavaInstallationVersionType
Version is not known.
NULL - Enum constant in enum class org.svetovid.util.JsonType
Null literal (null).
NULL_STRING - Static variable in class org.svetovid.Svetovid
String that is used to substitute null value.
NUMBER - Enum constant in enum class org.svetovid.io.AbstractSvetovidReader.TokenType
 
NUMBER - Enum constant in enum class org.svetovid.util.JsonType
Number literal.

O

OBJECT - Enum constant in enum class org.svetovid.util.JsonType
JSON object.
okCancelOptions - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
okOptions - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
okWithDetailsOptions - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
OLDER - Enum constant in enum class org.svetovid.installer.JavaInstallationVersionType
Version is older.
OperatingSystem - Enum Class in org.svetovid.util
 
OperatingSystemFamily - Enum Class in org.svetovid.util
 
org.svetovid - package org.svetovid
 
org.svetovid.dialogs - package org.svetovid.dialogs
 
org.svetovid.installer - package org.svetovid.installer
 
org.svetovid.io - package org.svetovid.io
 
org.svetovid.run - package org.svetovid.run
 
org.svetovid.util - package org.svetovid.util
 
OSF1 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
OTHER - Enum constant in enum class org.svetovid.util.OperatingSystemFamily
 
out - Variable in class org.svetovid.io.SvetovidProcess
 
out - Static variable in class org.svetovid.Svetovid
The "standard" output.
out - Static variable in class Svetovid
The "standard" output.
out(String) - Static method in class org.svetovid.Svetovid
The output writer for the given target.
out(String) - Static method in class Svetovid
The output writer for the given target.
out(String, boolean) - Static method in class org.svetovid.Svetovid
The output writer that will optionally append data to the given target.
out(String, boolean) - Static method in class Svetovid
The output writer that will optionally append data to the given target.

P

parseBool(String) - Method in class org.svetovid.io.AbstractSvetovidReader
 
parseChar(String) - Method in class org.svetovid.io.AbstractSvetovidReader
 
password - Variable in class org.svetovid.dialogs.LoginData
User password.
passwordIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
pause() - Method in class org.svetovid.util.Stopwatch
 
print() - Method in class org.svetovid.io.AbstractSvetovidWriter
 
print() - Method in interface org.svetovid.io.SvetovidWriter
Prints a whitespace.
print(boolean) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
print(boolean) - Method in interface org.svetovid.io.SvetovidWriter
Prints a boolean value as a human readable string.
print(byte) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
print(byte) - Method in interface org.svetovid.io.SvetovidWriter
Prints a byte value as a human readable string.
print(char) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
print(char) - Method in interface org.svetovid.io.SvetovidWriter
Prints a character value as a human readable string.
print(double) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
print(double) - Method in interface org.svetovid.io.SvetovidWriter
Prints a double-precision floating-point value as a human readable string.
print(float) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
print(float) - Method in interface org.svetovid.io.SvetovidWriter
Prints a floating-point value as a human readable string.
print(int) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
print(int) - Method in interface org.svetovid.io.SvetovidWriter
Prints an integer value as a human readable string.
print(long) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
print(long) - Method in interface org.svetovid.io.SvetovidWriter
Prints a long integer value as a human readable string.
print(short) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
print(short) - Method in interface org.svetovid.io.SvetovidWriter
Prints a short integer value as a human readable string.
print(Object) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
print(Object) - Method in interface org.svetovid.io.SvetovidWriter
Prints an object as a human readable string.
print(String) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
print(String) - Method in interface org.svetovid.io.SvetovidWriter
Prints a string.
printbf() - Method in class org.svetovid.io.AbstractSvetovidWriter
 
printbf() - Method in interface org.svetovid.io.SvetovidWriter
Prints any buffered data to the underlying output stream and then flushes that stream.
printf(String, Object...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
printf(String, Object...) - Method in interface org.svetovid.io.SvetovidWriter
Prints a formatted string using the specified format string and arguments.
println() - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println() - Method in interface org.svetovid.io.SvetovidWriter
Prints a line separator as defined by the line.separator system property.
println(boolean) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(boolean) - Method in interface org.svetovid.io.SvetovidWriter
Prints a boolean value and then terminates the line.
println(boolean...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(boolean...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given boolean values in sequence separated by whitespace and then terminates the line.
println(boolean[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(boolean[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given boolean matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(byte) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(byte) - Method in interface org.svetovid.io.SvetovidWriter
Prints a byte value and then terminates the line.
println(byte...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(byte...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given byte values in sequence separated by whitespace and then terminates the line.
println(byte[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(byte[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given byte matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(char) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(char) - Method in interface org.svetovid.io.SvetovidWriter
Prints a character value and then terminates the line.
println(char...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(char...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given character values in sequence separated by whitespace and then terminates the line.
println(char[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(char[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given character matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(double) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(double) - Method in interface org.svetovid.io.SvetovidWriter
Prints a double-precision floating-point value and then terminates the line.
println(double...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(double...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given double-precision floating-point values in sequence separated by whitespace and then terminates the line.
println(double[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(double[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given double-precision floating-point matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(float) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(float) - Method in interface org.svetovid.io.SvetovidWriter
Prints a floating-point value and then terminates the line.
println(float...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(float...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given floating-point values in sequence separated by whitespace and then terminates the line.
println(float[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(float[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given floating-point matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(int) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(int) - Method in interface org.svetovid.io.SvetovidWriter
Prints an integer value and then terminates the line.
println(int...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(int...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given integer values in sequence separated by whitespace and then terminates the line.
println(int[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(int[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given integer matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(long) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(long) - Method in interface org.svetovid.io.SvetovidWriter
Prints a long integer value and then terminates the line.
println(long...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(long...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given long integer values in sequence separated by whitespace and then terminates the line.
println(long[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(long[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given long integer matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(short) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(short) - Method in interface org.svetovid.io.SvetovidWriter
Prints a short integer value and then terminates the line.
println(short...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(short...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given short integer values in sequence separated by whitespace and then terminates the line.
println(short[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(short[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given short integer matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(Boolean...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Boolean...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given boolean values in sequence separated by whitespace and then terminates the line.
println(Boolean[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Boolean[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given boolean matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(Byte...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Byte...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given byte values in sequence separated by whitespace and then terminates the line.
println(Byte[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Byte[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given byte matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(Character...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Character...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given character values in sequence separated by whitespace and then terminates the line.
println(Character[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Character[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given character matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(Double...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Double...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given double-precision floating-point values in sequence separated by whitespace and then terminates the line.
println(Double[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Double[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given double-precision floating-point matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(Float...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Float...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given floating-point values in sequence separated by whitespace and then terminates the line.
println(Float[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Float[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given floating-point matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(Integer...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Integer...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given integer values in sequence separated by whitespace and then terminates the line.
println(Integer[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Integer[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given integer matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(Long...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Long...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given long integer values in sequence separated by whitespace and then terminates the line.
println(Long[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Long[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given long integer matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(Object) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Object) - Method in interface org.svetovid.io.SvetovidWriter
Prints an object and then terminates the line.
println(Object...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Object...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given objects in sequence separated by whitespace and then terminates the line.
println(Object[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Object[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given object matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(Short...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Short...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given short integer values in sequence separated by whitespace and then terminates the line.
println(Short[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(Short[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given short integer matrix row by row, each in the separate line, with the individual elements separated by whitespace.
println(String) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(String) - Method in interface org.svetovid.io.SvetovidWriter
Prints a string and then terminates the line.
println(String...) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(String...) - Method in interface org.svetovid.io.SvetovidWriter
Prints all given string values in sequence separated by whitespace and then terminates the line.
println(String[][]) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
println(String[][]) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given string matrix row by row, each in the separate line, with the individual elements separated by whitespace.
printObject(Object) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
printObject(Object) - Method in interface org.svetovid.io.SvetovidWriter
Prints the given object in JSON (JavaScript Object Notation) format.
printStackTrace() - Method in exception org.svetovid.SvetovidException
Prints this exception and its stack trace to the standard error stream.
printStackTrace(PrintStream) - Method in exception org.svetovid.SvetovidException
Prints this exception and its stack trace to the specified print stream.
printStackTrace(PrintStream, Locale) - Method in exception org.svetovid.SvetovidException
Prints this exception and its stack trace to the specified print stream in the specified locale.
printStackTrace(PrintWriter) - Method in exception org.svetovid.SvetovidException
Prints this exception and its stack trace to the specified print writer.
printStackTrace(PrintWriter, Locale) - Method in exception org.svetovid.SvetovidException
Prints this exception and its stack trace to the specified print writer in the specified locale.
printStackTrace(Thread, Throwable) - Static method in exception org.svetovid.SvetovidException
Prints the supplied throwable and its stack trace to the standard error stream.
printStackTrace(Thread, Throwable, PrintStream) - Static method in exception org.svetovid.SvetovidException
Prints the supplied throwable and its stack trace to the specified print stream.
printStackTrace(Thread, Throwable, PrintStream, Locale) - Static method in exception org.svetovid.SvetovidException
Prints the supplied throwable and its stack trace to the specified print stream in the specified locale.
printStackTrace(Thread, Throwable, PrintWriter) - Static method in exception org.svetovid.SvetovidException
Prints the supplied throwable and its stack trace to the specified print writer.
printStackTrace(Thread, Throwable, PrintWriter, Locale) - Static method in exception org.svetovid.SvetovidException
Prints the supplied throwable and its stack trace to the specified print writer in the specified locale.
printStackTrace(Thread, Throwable, Locale) - Static method in exception org.svetovid.SvetovidException
Prints the supplied throwable and its stack trace to the standard error stream in the specified locale.
printStackTrace(Locale) - Method in exception org.svetovid.SvetovidException
Prints this exception and its stack trace to the standard error stream in the specified locale.
process - Variable in class org.svetovid.io.SvetovidProcess
 
prompt(String) - Method in class org.svetovid.io.StandardSvetovidReader
 

Q

questionIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 

R

read() - Method in class org.svetovid.io.StandardInputStreamProxy
 
read(byte[]) - Method in class org.svetovid.io.StandardInputStreamProxy
 
read(byte[], int, int) - Method in class org.svetovid.io.StandardInputStreamProxy
 
readAll() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readAll() - Method in interface org.svetovid.io.SvetovidReader
Reads all remaining content and returns it as a string.
readAll(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads all remaining content and returns it as a string.
readAllLines() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readAllLines() - Method in interface org.svetovid.io.SvetovidReader
Read all remaining lines and returns them as an array of strings.
readAllLines(String) - Method in class org.svetovid.io.StandardSvetovidReader
Read all remaining lines and returns them as an array of strings.
readBool() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readBool() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to a boolean value.
readBool(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to a boolean value.
readBoolArray() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readBoolArray() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to boolean values.
readBoolArray(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to boolean values.
readBoolArrayBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readBoolArrayBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to boolean values.
readBoolArrayBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to boolean values.
readBoolBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readBoolBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to a boolean value.
readBoolBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to a boolean value.
readBoolMatrix() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readBoolMatrix() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to a boolean matrix.
readBoolMatrix(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to a boolean matrix.
readBoolMatrixBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readBoolMatrixBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to a boolean matrix.
readBoolMatrixBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to a boolean matrix.
readByte() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readByte() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to a byte value.
readByte(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to a byte value.
readByteArray() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readByteArray() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to byte values.
readByteArray(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to byte values.
readByteArrayBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readByteArrayBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to byte values.
readByteArrayBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to byte values.
readByteBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readByteBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to a byte value.
readByteBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to a byte value.
readByteMatrix() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readByteMatrix() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to a byte matrix.
readByteMatrix(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to a byte matrix.
readByteMatrixBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readByteMatrixBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to a byte matrix.
readByteMatrixBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to a byte matrix.
readChar() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readChar() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to a character value.
readChar(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to a character value.
readCharArray() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readCharArray() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to character values.
readCharArray(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to character values.
readCharArrayBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readCharArrayBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to character values.
readCharArrayBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to character values.
readCharBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readCharBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to a character value.
readCharBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to a character value.
readCharMatrix() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readCharMatrix() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to a character matrix.
readCharMatrix(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to a character matrix.
readCharMatrixBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readCharMatrixBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to a character matrix.
readCharMatrixBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to a character matrix.
readDouble() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readDouble() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to a double-precision floating-point value.
readDouble(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to a double-precision floating-point value.
readDoubleArray() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readDoubleArray() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to double-precision floating-point values.
readDoubleArray(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to double-precision floating-point values.
readDoubleArrayBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readDoubleArrayBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to double-precision floating-point values.
readDoubleArrayBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to double-precision floating-point values.
readDoubleBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readDoubleBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to a double-precision floating-point value.
readDoubleBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to a double-precision floating-point value.
readDoubleMatrix() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readDoubleMatrix() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to a double-precision floating-point matrix.
readDoubleMatrix(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to a double-precision floating-point matrix.
readDoubleMatrixBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readDoubleMatrixBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to a double-precision floating-point matrix.
readDoubleMatrixBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to a double-precision floating-point matrix.
reader - Variable in class org.svetovid.io.DefaultSvetovidReader
 
readFloat() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readFloat() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to a floating-point value.
readFloat(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to a floating-point value.
readFloatArray() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readFloatArray() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to floating-point values.
readFloatArray(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to floating-point values.
readFloatArrayBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readFloatArrayBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to floating-point values.
readFloatArrayBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to floating-point values.
readFloatBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readFloatBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to a floating-point value.
readFloatBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to a floating-point value.
readFloatMatrix() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readFloatMatrix() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to a floating-point matrix.
readFloatMatrix(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to a floating-point matrix.
readFloatMatrixBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readFloatMatrixBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to a floating-point matrix.
readFloatMatrixBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to a floating-point matrix.
readFromNewLine - Variable in class org.svetovid.io.StandardSvetovidReader
 
readInt() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readInt() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to an integer value.
readInt(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to an integer value.
readIntArray() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readIntArray() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to integer values.
readIntArray(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to integer values.
readIntArrayBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readIntArrayBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to integer values.
readIntArrayBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to integer values.
readIntBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readIntBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to an integer value.
readIntBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to an integer value.
readIntMatrix() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readIntMatrix() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to an integer matrix.
readIntMatrix(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to an integer matrix.
readIntMatrixBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readIntMatrixBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to an integer matrix.
readIntMatrixBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to an integer matrix.
readLine() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readLine() - Method in interface org.svetovid.io.SvetovidReader
Reads a line of text and returns it as a string.
readLine(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads a line of text and returns it as a string.
readLine(String, String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads a line of text and returns it as a string.
readLong() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readLong() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to a long integer value.
readLong(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to a long integer value.
readLongArray() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readLongArray() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to long integer values.
readLongArray(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to long integer values.
readLongArrayBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readLongArrayBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to long integer values.
readLongArrayBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to long integer values.
readLongBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readLongBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to a long integer value.
readLongBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to a long integer value.
readLongMatrix() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readLongMatrix() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to a long integer matrix.
readLongMatrix(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to a long integer matrix.
readLongMatrixBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readLongMatrixBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to a long integer matrix.
readLongMatrixBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to a long integer matrix.
readNextObject() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readObject() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readObject() - Method in interface org.svetovid.io.SvetovidReader
Reads a JSON (JavaScript Object Notation) formatted object.
readShort() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readShort() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to a short integer value.
readShort(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to a short integer value.
readShortArray() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readShortArray() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to short integer values.
readShortArray(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to short integer values.
readShortArrayBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readShortArrayBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and converts them to short integer values.
readShortArrayBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and converts them to short integer values.
readShortBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readShortBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and converts it to a short integer value.
readShortBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and converts it to a short integer value.
readShortMatrix() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readShortMatrix() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to a shot integer matrix.
readShortMatrix(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to a shot integer matrix.
readShortMatrixBoxed() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readShortMatrixBoxed() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to a shot integer matrix.
readShortMatrixBoxed(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to a shot integer matrix.
readToken() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readToken() - Method in interface org.svetovid.io.SvetovidReader
Reads one token and returns it as a string value.
readToken(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one token and returns it as a string value.
readTokenArray() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readTokenArray() - Method in interface org.svetovid.io.SvetovidReader
Reads one line, separates it into tokens and returns them as string values.
readTokenArray(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads one line, separates it into tokens and returns them as string values.
readTokenMatrix() - Method in class org.svetovid.io.AbstractSvetovidReader
 
readTokenMatrix() - Method in interface org.svetovid.io.SvetovidReader
Reads multiple lines and converts the data to a string matrix.
readTokenMatrix(String) - Method in class org.svetovid.io.StandardSvetovidReader
Reads multiple lines and converts the data to a string matrix.
redirectError() - Method in class org.svetovid.run.SvetovidProcessBuilder
 
redirectError(ProcessBuilder.Redirect) - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
redirectError(ProcessBuilder.Redirect) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
redirectError(ProcessBuilder.Redirect) - Method in class org.svetovid.run.SvetovidProcessBuilder
 
redirectError(ProcessBuilder.Redirect) - Method in class org.svetovid.run.SvetovidTerminalProcessBuilder
 
redirectError(Path) - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
redirectError(Path) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
redirectError(Path) - Method in class org.svetovid.run.SvetovidProcessBuilder
 
redirectError(Path) - Method in class org.svetovid.run.SvetovidTerminalProcessBuilder
 
redirectErrorStream() - Method in class org.svetovid.run.SvetovidProcessBuilder
 
redirectErrorStream(boolean) - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
redirectErrorStream(boolean) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
redirectErrorStream(boolean) - Method in class org.svetovid.run.SvetovidProcessBuilder
 
redirectErrorStream(boolean) - Method in class org.svetovid.run.SvetovidTerminalProcessBuilder
 
redirectInput() - Method in class org.svetovid.run.SvetovidProcessBuilder
 
redirectInput(ProcessBuilder.Redirect) - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
redirectInput(ProcessBuilder.Redirect) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
redirectInput(ProcessBuilder.Redirect) - Method in class org.svetovid.run.SvetovidProcessBuilder
 
redirectInput(ProcessBuilder.Redirect) - Method in class org.svetovid.run.SvetovidTerminalProcessBuilder
 
redirectInput(Path) - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
redirectInput(Path) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
redirectInput(Path) - Method in class org.svetovid.run.SvetovidProcessBuilder
 
redirectInput(Path) - Method in class org.svetovid.run.SvetovidTerminalProcessBuilder
 
redirectOutput() - Method in class org.svetovid.run.SvetovidProcessBuilder
 
redirectOutput(ProcessBuilder.Redirect) - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
redirectOutput(ProcessBuilder.Redirect) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
redirectOutput(ProcessBuilder.Redirect) - Method in class org.svetovid.run.SvetovidProcessBuilder
 
redirectOutput(ProcessBuilder.Redirect) - Method in class org.svetovid.run.SvetovidTerminalProcessBuilder
 
redirectOutput(Path) - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
redirectOutput(Path) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
redirectOutput(Path) - Method in class org.svetovid.run.SvetovidProcessBuilder
 
redirectOutput(Path) - Method in class org.svetovid.run.SvetovidTerminalProcessBuilder
 
refresh() - Method in class org.svetovid.installer.JavaInstallation
 
Release - Class in org.svetovid.util
 
Release(Version, URL) - Constructor for class org.svetovid.util.Release
 
removeFile(String) - Method in class org.svetovid.installer.JavaInstallation
 
removeSublist(int) - Method in class org.svetovid.util.CompoundList
 
replaceIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
reset() - Method in class org.svetovid.io.StandardInputStreamProxy
 
Resources - Class in org.svetovid.dialogs
This is helper class which contains methods to easily access resources.
Resources() - Constructor for class org.svetovid.dialogs.Resources
 
resume() - Method in class org.svetovid.util.Stopwatch
 
returnChar(char) - Method in class org.svetovid.io.AbstractSvetovidReader
 

S

setAutoFlush(boolean) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
setAutoFlush(boolean) - Method in interface org.svetovid.io.SvetovidWriter
Configures whether this writer should automatically flush the underlying output stream and force any buffered output bytes to be written out after every operation by calling SvetovidWriter.printbf().
setClipboard(Clipboard) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
setClipboard(Clipboard) - Method in class org.svetovid.dialogs.DefaultDialogFactory
 
setClipboard(Clipboard) - Static method in class org.svetovid.dialogs.Dialogs
Sets clipboard which will be used by displayed messages.
setDefaultAutoCloseTimeout(int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
setLocale(Locale) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
setLocale(Locale) - Method in class org.svetovid.dialogs.DefaultDialogFactory
 
setLocale(Locale) - Static method in class org.svetovid.dialogs.Dialogs
Sets locale which will be used to display messages.
setNewStackTraceStyle(boolean) - Method in class org.svetovid.dialogs.DefaultDialogFactory
 
setNewStackTraceStyle(boolean) - Method in class org.svetovid.dialogs.Dialogs
Sets the stack trace style which will be used by displayed messages.
setReadFromNewLine(boolean) - Method in class org.svetovid.io.StandardSvetovidReader
Configures whether this reader should read input data from a new line or immediately after the displayed prompt.
setSublist(int, List<E>) - Method in class org.svetovid.util.CompoundList
 
setThrowingExceptions(boolean) - Method in class org.svetovid.io.AbstractSvetovidReader
 
setThrowingExceptions(boolean) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
setThrowingExceptions(boolean) - Method in interface org.svetovid.io.SvetovidReader
Configures whether this reader should throw exceptions on I/O operation errors or just return default values.
setThrowingExceptions(boolean) - Method in interface org.svetovid.io.SvetovidWriter
Configures whether this writer should throw exceptions on I/O operation errors or just return default values.
setTimeout(int) - Static method in class org.svetovid.dialogs.Dialogs
Sets default time before automatically closing dialogs.
setWhitespace(String) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
setWhitespace(String) - Method in interface org.svetovid.io.SvetovidWriter
Sets the string used as whitespace.
setWhitespace(Pattern) - Method in class org.svetovid.io.AbstractSvetovidReader
 
setWhitespace(Pattern) - Method in interface org.svetovid.io.SvetovidReader
Sets the pattern used to recognize whitespace.
SGI_IRIX - Enum constant in enum class org.svetovid.util.OperatingSystem
 
showDialog(Component, Component, String, Icon) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showDialog(Component, Component, String, Icon) - Method in interface org.svetovid.dialogs.DialogFactory
Displays a dialog with the given icon and title containing the supplied component.
showDialog(Component, Component, String, Icon) - Static method in class org.svetovid.dialogs.Dialogs
Displays a dialog with the given icon and title containing the supplied component.
showDialog(Component, Component, String, Icon, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showDialog(Component, Component, String, Icon, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
showDialog(Component, DialogContent<T>, String, Icon) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showDialog(Component, DialogContent<T>, String, Icon) - Method in interface org.svetovid.dialogs.DialogFactory
Displays a dialog with the given icon and title containing the supplied content.
showDialog(Component, DialogContent<T>, String, Icon) - Static method in class org.svetovid.dialogs.Dialogs
Displays a dialog with the given icon and title containing the supplied content.
showDialog(Component, DialogContent<T>, String, Icon, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showDialog(Component, DialogContent<T>, String, Icon, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
showError(Component, String) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showError(Component, String) - Method in interface org.svetovid.dialogs.DialogFactory
Displays error message box containing desired message.
showError(Component, String) - Static method in class org.svetovid.dialogs.Dialogs
Displays error message box containing desired message.
showError(Component, String, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showError(Component, String, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
showError(Component, String, Throwable) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showError(Component, String, Throwable) - Method in interface org.svetovid.dialogs.DialogFactory
Displays error message box containing desired message and optionally stack-trace of the supplied exception.
showError(Component, String, Throwable) - Static method in class org.svetovid.dialogs.Dialogs
Displays error message box containing desired message and optionally stack-trace of the supplied exception.
showError(Component, String, Throwable, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showError(Component, String, Throwable, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
showException(Component, Throwable) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showException(Component, Throwable) - Method in interface org.svetovid.dialogs.DialogFactory
Displays error message box containing stack-trace of the supplied exception.
showException(Component, Throwable) - Static method in class org.svetovid.dialogs.Dialogs
Displays error message box containing stack-trace of the supplied exception.
showException(Component, Throwable, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showException(Component, Throwable, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
showInformation(Component, String) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showInformation(Component, String) - Method in interface org.svetovid.dialogs.DialogFactory
Displays informational message box containing desired message.
showInformation(Component, String) - Static method in class org.svetovid.dialogs.Dialogs
Displays informational message box containing desired message.
showInformation(Component, String, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showInformation(Component, String, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
showMessage(Component, String) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showMessage(Component, String) - Method in interface org.svetovid.dialogs.DialogFactory
Displays message box containing desired message.
showMessage(Component, String) - Static method in class org.svetovid.dialogs.Dialogs
Displays message box containing desired message.
showMessage(Component, String, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showMessage(Component, String, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
showWarning(Component, String) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showWarning(Component, String) - Method in interface org.svetovid.dialogs.DialogFactory
Displays warning message box containing desired message.
showWarning(Component, String) - Static method in class org.svetovid.dialogs.Dialogs
Displays warning message box containing desired message.
showWarning(Component, String, int) - Method in class org.svetovid.dialogs.AbstractDialogFactory
 
showWarning(Component, String, int) - Method in class org.svetovid.dialogs.AutoCloseDialogFactory
 
size() - Method in class org.svetovid.util.CompoundList
 
skip(long) - Method in class org.svetovid.io.StandardInputStreamProxy
 
SOLARIS - Enum constant in enum class org.svetovid.util.OperatingSystem
 
StandardErrorStreamProxy - Class in org.svetovid.io
Instances of this class serve as proxies for the currently set-up "standard"' error output stream (see System.err).
StandardErrorStreamProxy() - Constructor for class org.svetovid.io.StandardErrorStreamProxy
 
StandardInputStreamProxy - Class in org.svetovid.io
Instances of this class serve as proxies for the currently set-up standard input stream (see System.in).
StandardInputStreamProxy() - Constructor for class org.svetovid.io.StandardInputStreamProxy
 
StandardOutputStreamProxy - Class in org.svetovid.io
Instances of this class serve as proxies for the currently set-up standard output stream (see System.out).
StandardOutputStreamProxy() - Constructor for class org.svetovid.io.StandardOutputStreamProxy
 
StandardSvetovidErrorWriter - Class in org.svetovid.io
This class provides an implementation of the SvetovidWriter interface that writes all the output to the "standard" error output (see System.err ).
StandardSvetovidErrorWriter() - Constructor for class org.svetovid.io.StandardSvetovidErrorWriter
Creates a new writer that writes all the output to the "standard" error output.
StandardSvetovidReader - Class in org.svetovid.io
This class provides an implementation of the SvetovidReader interface that reads all input from the "standard" input (see System.in).
StandardSvetovidReader() - Constructor for class org.svetovid.io.StandardSvetovidReader
Creates a new reader that reads all the input from the "standard" input.
StandardSvetovidWriter - Class in org.svetovid.io
This class provides an implementation of the SvetovidWriter interface that writes all the output to the "standard" output (see System.out).
StandardSvetovidWriter() - Constructor for class org.svetovid.io.StandardSvetovidWriter
Creates a new writer that writes all the output to the "standard" output.
start - Class in Unnamed Package
 
start() - Constructor for class start
 
start() - Method in class org.svetovid.run.SvetovidAdminProcessBuilder
 
start() - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
start() - Method in class org.svetovid.run.SvetovidProcessBuilder
 
Start - Class in org.svetovid.run
 
Start() - Constructor for class org.svetovid.run.Start
 
Stopwatch - Class in org.svetovid.util
 
Stopwatch() - Constructor for class org.svetovid.util.Stopwatch
 
Stopwatch(boolean) - Constructor for class org.svetovid.util.Stopwatch
 
STRING - Enum constant in enum class org.svetovid.io.AbstractSvetovidReader.TokenType
 
STRING - Enum constant in enum class org.svetovid.util.JsonType
String literal.
STRING_QUOTE - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
SUN_OS - Enum constant in enum class org.svetovid.util.OperatingSystem
 
Svetovid - Class in org.svetovid
This is a utility class that serves as an easy access point to various functionalities of Svetovid library.
Svetovid - Class in Unnamed Package
This is a utility class that serves as an easy access point to various functionalities of Svetovid library.
SvetovidAdminProcessBuilder - Class in org.svetovid.run
 
SvetovidAdminProcessBuilder() - Constructor for class org.svetovid.run.SvetovidAdminProcessBuilder
 
SvetovidAdminProcessBuilder(String...) - Constructor for class org.svetovid.run.SvetovidAdminProcessBuilder
 
SvetovidAdminProcessBuilder(Path) - Constructor for class org.svetovid.run.SvetovidAdminProcessBuilder
 
SvetovidAdminProcessBuilder(Path, String...) - Constructor for class org.svetovid.run.SvetovidAdminProcessBuilder
 
SvetovidAdminProcessBuilder(Path, List<String>) - Constructor for class org.svetovid.run.SvetovidAdminProcessBuilder
 
SvetovidAdminProcessBuilder(List<String>) - Constructor for class org.svetovid.run.SvetovidAdminProcessBuilder
 
SvetovidException - Exception in org.svetovid
SvetovidException is the superclass of those exceptions that can be thrown during the operation of this library.
SvetovidException(String, Object...) - Constructor for exception org.svetovid.SvetovidException
Constructs a SvetovidException with the specified message.
SvetovidException(String, Throwable, Object...) - Constructor for exception org.svetovid.SvetovidException
Constructs a SvetovidException with the specified detail message and cause.
SvetovidFormatException - Exception in org.svetovid
Signals that a parsing error of some sort has occurred.
SvetovidFormatException(Class<?>, String) - Constructor for exception org.svetovid.SvetovidFormatException
Constructs a SvetovidFormatException with the specified message.
SvetovidFormatException(Class<?>, String, Throwable) - Constructor for exception org.svetovid.SvetovidFormatException
Constructs a SvetovidFormatException with the specified detail message and cause.
SvetovidFormatException(String, String, Throwable) - Constructor for exception org.svetovid.SvetovidFormatException
Constructs a SvetovidFormatException with the specified detail message and cause.
SvetovidFormatException(Throwable...) - Constructor for exception org.svetovid.SvetovidFormatException
Constructs a SvetovidFormatException with multiple suppressed causes.
SvetovidFormatException(IllegalFormatException, String) - Constructor for exception org.svetovid.SvetovidFormatException
Constructs a SvetovidFormatException with the specified detail message and cause.
SvetovidFormatException(List<? extends Throwable>) - Constructor for exception org.svetovid.SvetovidFormatException
Constructs a SvetovidFormatException with multiple suppressed causes.
SvetovidIOException - Exception in org.svetovid.io
Signals that an I/O exception of some sort has occurred.
SvetovidIOException(String, IOException) - Constructor for exception org.svetovid.io.SvetovidIOException
Constructs a SvetovidIOException with the specified cause.
SvetovidIOException(String, Object...) - Constructor for exception org.svetovid.io.SvetovidIOException
Constructs a SvetovidIOException with the specified message.
SvetovidIOException(String, Throwable, Object...) - Constructor for exception org.svetovid.io.SvetovidIOException
Constructs a SvetovidIOException with the specified detail message and cause.
SvetovidJsonException - Exception in org.svetovid.util
Signals that an error occurred while working with JSON objects.
SvetovidJsonException(JsonType, Class<?>) - Constructor for exception org.svetovid.util.SvetovidJsonException
Constructs a SvetovidJsonException with the specified message.
SvetovidJsonException(JsonType, Class<?>, String) - Constructor for exception org.svetovid.util.SvetovidJsonException
Constructs a SvetovidJsonException with the specified message.
SvetovidJsonException(JsonType, Class<?>, String, Throwable) - Constructor for exception org.svetovid.util.SvetovidJsonException
Constructs a SvetovidJsonException with the specified message.
SvetovidJsonException(JsonType, Class<?>, Throwable) - Constructor for exception org.svetovid.util.SvetovidJsonException
Constructs a SvetovidJsonException with the specified message.
SvetovidJvmProcessBuilder - Class in org.svetovid.run
 
SvetovidJvmProcessBuilder() - Constructor for class org.svetovid.run.SvetovidJvmProcessBuilder
 
SvetovidJvmProcessBuilder(String...) - Constructor for class org.svetovid.run.SvetovidJvmProcessBuilder
 
SvetovidJvmProcessBuilder(Path) - Constructor for class org.svetovid.run.SvetovidJvmProcessBuilder
 
SvetovidJvmProcessBuilder(Path, String...) - Constructor for class org.svetovid.run.SvetovidJvmProcessBuilder
 
SvetovidJvmProcessBuilder(Path, List<String>) - Constructor for class org.svetovid.run.SvetovidJvmProcessBuilder
 
SvetovidJvmProcessBuilder(List<String>) - Constructor for class org.svetovid.run.SvetovidJvmProcessBuilder
 
SvetovidProcess - Class in org.svetovid.io
 
SvetovidProcess(Process) - Constructor for class org.svetovid.io.SvetovidProcess
 
SvetovidProcessBuilder - Class in org.svetovid.run
 
SvetovidProcessBuilder() - Constructor for class org.svetovid.run.SvetovidProcessBuilder
 
SvetovidProcessBuilder(String...) - Constructor for class org.svetovid.run.SvetovidProcessBuilder
 
SvetovidProcessBuilder(Path) - Constructor for class org.svetovid.run.SvetovidProcessBuilder
 
SvetovidProcessBuilder(Path, String...) - Constructor for class org.svetovid.run.SvetovidProcessBuilder
 
SvetovidProcessBuilder(Path, List<String>) - Constructor for class org.svetovid.run.SvetovidProcessBuilder
 
SvetovidProcessBuilder(List<String>) - Constructor for class org.svetovid.run.SvetovidProcessBuilder
 
SvetovidReader - Interface in org.svetovid.io
This interface provides methods that simplify reading the program input data for beginner programmers.
SvetovidTerminalProcessBuilder - Class in org.svetovid.run
 
SvetovidTerminalProcessBuilder() - Constructor for class org.svetovid.run.SvetovidTerminalProcessBuilder
 
SvetovidTerminalProcessBuilder(String...) - Constructor for class org.svetovid.run.SvetovidTerminalProcessBuilder
 
SvetovidTerminalProcessBuilder(Path) - Constructor for class org.svetovid.run.SvetovidTerminalProcessBuilder
 
SvetovidTerminalProcessBuilder(Path, String...) - Constructor for class org.svetovid.run.SvetovidTerminalProcessBuilder
 
SvetovidTerminalProcessBuilder(Path, List<String>) - Constructor for class org.svetovid.run.SvetovidTerminalProcessBuilder
 
SvetovidTerminalProcessBuilder(List<String>) - Constructor for class org.svetovid.run.SvetovidTerminalProcessBuilder
 
SvetovidWriter - Interface in org.svetovid.io
This interface provides methods that simplify outputting data for beginner programmers.
systemProperties() - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
systemProperties(String) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
systemProperties(String, String) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 
systemPropertiesRemove(String) - Method in class org.svetovid.run.SvetovidJvmProcessBuilder
 

T

testAppend(String) - Static method in class org.svetovid.Svetovid
Checks whether the data can be appended to the given target.
testAppend(String) - Static method in class Svetovid
Checks whether the data can be appended to the given target.
testIn(String) - Static method in class org.svetovid.Svetovid
Checks whether the given source can be used for input.
testIn(String) - Static method in class Svetovid
Checks whether the given source can be used for input.
testOut(String) - Static method in class org.svetovid.Svetovid
Checks whether the given target can be used for output.
testOut(String) - Static method in class Svetovid
Checks whether the given target can be used for output.
testOut(String, boolean) - Static method in class org.svetovid.Svetovid
Checks whether the given target can be used for output.
testOut(String, boolean) - Static method in class Svetovid
Checks whether the given target can be used for output.
THROW_EXCEPTIONS - Static variable in class org.svetovid.Svetovid
By default, all readers and writers are not throwing exceptions.
throwingExceptions - Variable in class org.svetovid.io.AbstractSvetovidReader
 
throwingExceptions - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
time() - Method in class org.svetovid.util.Stopwatch
 
timeIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
timeoutIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
toArray() - Method in class org.svetovid.util.CompoundList
 
toArray(T[]) - Method in class org.svetovid.util.CompoundList
 
tokenContent - Variable in class org.svetovid.io.AbstractSvetovidReader
 
tokenType - Variable in class org.svetovid.io.AbstractSvetovidReader
 
toString() - Method in class org.svetovid.installer.JavaInstallation
 
toString() - Method in class org.svetovid.io.StandardErrorStreamProxy
 
toString() - Method in class org.svetovid.io.StandardInputStreamProxy
 
toString() - Method in class org.svetovid.io.StandardOutputStreamProxy
 
toString() - Method in class org.svetovid.io.SvetovidProcess
 
toString() - Method in enum class org.svetovid.util.JsonType
 
toString() - Method in class org.svetovid.util.Release
 
toString() - Method in class org.svetovid.util.Version
 

U

uninstall() - Method in class org.svetovid.installer.JavaInstallation
 
UNIX - Enum constant in enum class org.svetovid.util.OperatingSystem
 
UNIX - Enum constant in enum class org.svetovid.util.OperatingSystemFamily
 
UNKNOWN - Enum constant in enum class org.svetovid.installer.JavaInstallationType
Unknown Java installation.
UNKNOWN - Enum constant in enum class org.svetovid.util.JsonType
Unknown JSON type.
UNKNOWN - Enum constant in enum class org.svetovid.util.OperatingSystem
 

V

VALUE_SEPARATOR - Enum constant in enum class org.svetovid.io.AbstractSvetovidReader.TokenType
 
VALUE_SEPARATOR - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
valueOf(String) - Static method in enum class org.svetovid.installer.JavaInstallationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.svetovid.installer.JavaInstallationVersionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.svetovid.io.AbstractSvetovidReader.TokenType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.svetovid.util.JsonType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.svetovid.util.OperatingSystem
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.svetovid.util.OperatingSystemFamily
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.svetovid.installer.JavaInstallationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.svetovid.installer.JavaInstallationVersionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.svetovid.io.AbstractSvetovidReader.TokenType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.svetovid.util.JsonType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.svetovid.util.OperatingSystem
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.svetovid.util.OperatingSystemFamily
Returns an array containing the constants of this enum class, in the order they are declared.
Version - Class in org.svetovid.util
 
Version(String) - Constructor for class org.svetovid.util.Version
 

W

waitFor() - Method in class org.svetovid.io.SvetovidProcess
 
warningIcon - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
whitespace - Variable in class org.svetovid.io.AbstractSvetovidReader
 
whitespace - Variable in class org.svetovid.io.AbstractSvetovidWriter
 
WHITESPACE - Static variable in class org.svetovid.Svetovid
Default token separator is a single space character.
WHITESPACE_PATTERN - Static variable in class org.svetovid.Svetovid
Default pattern for matching whitespace is same as in Java programming language.
WINDOWS - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS - Enum constant in enum class org.svetovid.util.OperatingSystemFamily
 
WINDOWS_10 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_2000 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_2003 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_2008 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_2012 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_3_1 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_7 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_8 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_95 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_98 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_9X - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_ME - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_NT - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_NT_3_51 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_NT_4_0 - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_VISTA - Enum constant in enum class org.svetovid.util.OperatingSystem
 
WINDOWS_XP - Enum constant in enum class org.svetovid.util.OperatingSystem
 
wrapUpIOException(IOException) - Method in class org.svetovid.io.AbstractSvetovidReader
 
wrapUpIOException(IOException) - Method in class org.svetovid.io.AbstractSvetovidWriter
 
write(byte[]) - Method in class org.svetovid.io.StandardErrorStreamProxy
 
write(byte[]) - Method in class org.svetovid.io.StandardOutputStreamProxy
 
write(byte[], int, int) - Method in class org.svetovid.io.StandardErrorStreamProxy
 
write(byte[], int, int) - Method in class org.svetovid.io.StandardOutputStreamProxy
 
write(int) - Method in class org.svetovid.io.StandardErrorStreamProxy
 
write(int) - Method in class org.svetovid.io.StandardOutputStreamProxy
 
writer - Variable in class org.svetovid.io.DefaultSvetovidWriter
 

Y

yesNoCancelOptions - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
yesNoOptions - Variable in class org.svetovid.dialogs.AbstractDialogFactory
 
A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form