SynSoft Java Standard Library

synsoft.org

A B C D E F G H I L M O P R S T U V W

A

addBits(int, int) - Static method in class org.synsoft.base.logic.Bits
Adds bits to a value
areAllBitsSet(int, int) - Static method in class org.synsoft.base.logic.Bits
Returns true iff all bits stipulated in flags are set in value.
areAnyBitsSet(int, int) - Static method in class org.synsoft.base.logic.Bits
Returns true if any bits stipulated in flags are set in value.

B

Bits - class org.synsoft.base.logic.Bits.
This class provides a number of simple bit manipulation utility functions.

C

classHasVersion(String) - Static method in class org.synsoft.base.version.VersionFinder
 
classHasVersion(String, boolean) - Static method in class org.synsoft.base.version.VersionFinder
Determines whether the named class has an accessible version field constant.
close() - Method in class org.synsoft.win32.Win32EventLog
Closes the event log.
compareVersions(Version, Version) - Static method in class org.synsoft.base.version.VersionFinder
Compares versions

D

Detokenise(String, String, Properties) - Static method in class org.synsoft.text.Detokeniser
 
Detokenise(String, String, Properties, boolean) - Static method in class org.synsoft.text.Detokeniser
 
Detokenise(String, String, TokenLookup) - Static method in class org.synsoft.text.Detokeniser
 
Detokenise(String, String, TokenLookup, boolean) - Static method in class org.synsoft.text.Detokeniser
 
Detokeniser - class org.synsoft.text.Detokeniser.
This class
Detokeniser() - Constructor for class org.synsoft.text.Detokeniser
 

E

EVENTLOG_ERROR_TYPE - Static variable in class org.synsoft.win32.Win32EventLog
Causes events to be reported as errors
EVENTLOG_INFORMATION_TYPE - Static variable in class org.synsoft.win32.Win32EventLog
Causes events to be reported as informational
EVENTLOG_WARNING_TYPE - Static variable in class org.synsoft.win32.Win32EventLog
Causes events to be reported as warnings

F

finalize() - Method in class org.synsoft.win32.Win32EventLog
 

G

getClassVersion(Class) - Static method in class org.synsoft.base.version.VersionFinder
Loads the class version for the given class.
getClassVersion(String) - Static method in class org.synsoft.base.version.VersionFinder
Loads the class version for the named class.
getDomain() - Static method in class org.synsoft.SynSoft
This method returns a string representing the domain name for the SynSoft libraries
getEdit() - Method in interface org.synsoft.base.version.Version
Returns the version edit level.
getLibraryVersion() - Static method in class org.synsoft.SynSoft
This method returns the SynSoft Java Standard Library version
getMajor() - Method in interface org.synsoft.base.version.Version
Returns the major version level.
getMinor() - Method in interface org.synsoft.base.version.Version
Returns the minor version level.
getOrderedInterfaces(Class) - Static method in class org.synsoft.base.Inheritance
This method deduces the implemented interfaces for the given class, including all those declared in superclasses, and returns them in an ordered array.
getOrderedSuperclasses(Class, boolean) - Static method in class org.synsoft.base.Inheritance
This method deduces the super classes for the given class, and returns them in an ordered array.
getReference() - Method in class org.synsoft.base.InParameter
Gets the object reference
getReference() - Method in class org.synsoft.base.OutParameter
Gets the object reference
getReference() - Method in class org.synsoft.base.InOutParameter
Gets the object reference
getRevision() - Method in interface org.synsoft.base.version.Version
Returns the version revision level.

H

hashCode() - Method in class org.synsoft.base.InParameter
Returns a hash code value for the object This function actually returns the hashCode() result of the referent
hashCode() - Method in class org.synsoft.base.OutParameter
Returns a hash code value for the object This function actually returns the hashCode() result of the referent
hashCode() - Method in class org.synsoft.base.InOutParameter
Returns a hash code value for the object This function actually returns the hashCode() result of the referent

I

Inheritance - class org.synsoft.base.Inheritance.
This class provides a number of Java class-hierarchy manipulation functions.
Inheritance() - Constructor for class org.synsoft.base.Inheritance
 
InheritanceTree - class org.synsoft.tools.InheritanceTree.
This class provides application functionality for using the org.synsoft.base.Iheritance class.
InheritanceTree() - Constructor for class org.synsoft.tools.InheritanceTree
 
InOutParameter - class org.synsoft.base.InOutParameter.
This class represents a proxy to a reference for an object, providing a simple generic mechanism for implementing true call-by-reference semantics with Java class methods.
InOutParameter() - Constructor for class org.synsoft.base.InOutParameter
Constructs an empty object InOutParameter.
InOutParameter(Object) - Constructor for class org.synsoft.base.InOutParameter
Constructs the object InOutParameter on the given object
InParameter - class org.synsoft.base.InParameter.
This class represents an in-parameter, in the form of a constant proxy to a reference for an object.
InParameter() - Constructor for class org.synsoft.base.InParameter
Constructs an empty object reference.
InParameter(Object) - Constructor for class org.synsoft.base.InParameter
Constructs the object reference on the given object
isEventSourceRegistered(String) - Static method in class org.synsoft.win32.Win32EventLog
Determines whether the given event source is already registered in the system.

L

lookupToken(String) - Method in interface org.synsoft.text.TokenLookup
Returns the corresponding string for a given token.

M

m_object - Variable in class org.synsoft.base.InParameter
The actual reference to the object.
m_object - Variable in class org.synsoft.base.OutParameter
The actual reference to the object.
m_object - Variable in class org.synsoft.base.InOutParameter
The actual reference to the object.
main(String[]) - Static method in class org.synsoft.tools.InheritanceTree
 
main(String[]) - Static method in class org.synsoft.tools.text.TextFormatter
 
main(String[]) - Static method in class org.synsoft.tools.version.VersionExtractor
 
modifyBits(int, int, int) - Static method in class org.synsoft.base.logic.Bits
Modifies the bits in a value

O

open(String) - Method in class org.synsoft.win32.Win32EventLog
Opens the event log with the given name.
org.synsoft - package org.synsoft
 
org.synsoft.base - package org.synsoft.base
 
org.synsoft.base.logic - package org.synsoft.base.logic
 
org.synsoft.base.version - package org.synsoft.base.version
 
org.synsoft.text - package org.synsoft.text
 
org.synsoft.tools - package org.synsoft.tools
 
org.synsoft.tools.text - package org.synsoft.tools.text
 
org.synsoft.tools.version - package org.synsoft.tools.version
 
org.synsoft.win32 - package org.synsoft.win32
 
OutParameter - class org.synsoft.base.OutParameter.
This class represents an in-parameter, in the form of a constant proxy to a reference for an object.
OutParameter() - Constructor for class org.synsoft.base.OutParameter
Constructs an empty OutParameter.

P

printClass(PrintStream, Class) - Static method in class org.synsoft.tools.InheritanceTree
 
printClass(PrintStream, Class, int) - Static method in class org.synsoft.tools.InheritanceTree
 

R

registerResources(String) - Static method in class org.synsoft.win32.Win32EventLog
Registers the module containing the native implementation as a Win32 event source.
removeBits(int, int) - Static method in class org.synsoft.base.logic.Bits
Removes bits in a value
reportEvent(int, String) - Method in class org.synsoft.win32.Win32EventLog
 
reportEvent(String) - Method in class org.synsoft.win32.Win32EventLog
 

S

scm_version - Static variable in class org.synsoft.SynSoft
Constant instance of version information for class.
scm_version - Static variable in class org.synsoft.base.InParameter
Constant instance of version information for class.
scm_version - Static variable in class org.synsoft.base.OutParameter
Constant instance of version information for class.
scm_version - Static variable in class org.synsoft.base.InOutParameter
Constant instance of version information for class.
scm_version - Static variable in class org.synsoft.base.Inheritance
Constant instance of version information for class.
scm_version - Static variable in class org.synsoft.base.logic.Bits
Constant instance of version information for class.
scm_version - Static variable in class org.synsoft.base.version.VersionFinder
Constant instance of version information for class.
scm_version - Static variable in interface org.synsoft.base.version.Version
Constant instance of version information for interface.
scm_version - Static variable in class org.synsoft.base.version.VersionException
Constant instance of version information for exception.
scm_version - Static variable in interface org.synsoft.text.TokenLookup
Constant instance of version information for interface.
scm_version - Static variable in class org.synsoft.text.Detokeniser
Constant instance of version information for interface.
scm_version - Static variable in class org.synsoft.text.TextFormat
Constant instance of version information for class.
scm_version - Static variable in class org.synsoft.tools.InheritanceTree
Constant instance of version information for class.
scm_version - Static variable in class org.synsoft.tools.text.TextFormatter
Constant instance of version information for class.
scm_version - Static variable in class org.synsoft.tools.version.VersionExtractor
Constant instance of version information for class.
scm_version - Static variable in class org.synsoft.win32.Win32EventLog
Constant instance of version information for class.
scm_version - Static variable in class org.synsoft.win32.Win32EventLogException
Constant instance of version information for exception.
setReference(Object) - Method in class org.synsoft.base.OutParameter
Sets the object reference
setReference(Object) - Method in class org.synsoft.base.InOutParameter
Sets the object reference
swap(InOutParameter, InOutParameter) - Static method in class org.synsoft.base.InOutParameter
Swaps the reference of two InOutParameter objects
swapReference(Object) - Method in class org.synsoft.base.InOutParameter
Sets the object reference, and returns the previous reference
SynSoft - class org.synsoft.SynSoft.
This class provides a version for the whole SynSoft libraries.

T

tabify(String, int) - Static method in class org.synsoft.text.TextFormat
This method converts takes a string containing spaces and changes them to tabs, according to the given tabstop specified, and discards any trailing spaces.
tabify(String, int, boolean) - Static method in class org.synsoft.text.TextFormat
This method converts takes a string containing spaces and changes them to tabs, according to the given tabstop specified.
tabify(String, int, boolean, int) - Static method in class org.synsoft.text.TextFormat
This method converts takes a string containing spaces and changes them to tabs, according to the given tabstop specified.
TextFormat - class org.synsoft.text.TextFormat.
This class provides text formatting facilities.
TextFormat() - Constructor for class org.synsoft.text.TextFormat
 
TextFormatter - class org.synsoft.tools.text.TextFormatter.
This class provides application functionality for using the org.synsoft.text.TextFormat class.
TextFormatter() - Constructor for class org.synsoft.tools.text.TextFormatter
 
TokenLookup - interface org.synsoft.text.TokenLookup.
This interface provides a simple behaviour for looking up string tokens.
toString() - Method in class org.synsoft.base.InParameter
Returns a string representation of the object This function actually returns the toString() result of the referent
toString() - Method in class org.synsoft.base.OutParameter
Returns a string representation of the object This function actually returns the toString() result of the referent
toString() - Method in class org.synsoft.base.InOutParameter
Returns a string representation of the object This function actually returns the toString() result of the referent

U

unregisterResources(String) - Static method in class org.synsoft.win32.Win32EventLog
Deregisters the module containing the native implementation as a Win32 event source.
untabify(String, int) - Static method in class org.synsoft.text.TextFormat
This method converts takes a string containing tabs and changes them to spaces, according to the given tabstop specified.
untabify(String, int, boolean) - Static method in class org.synsoft.text.TextFormat
This method converts takes a string containing tabs and changes them to spaces, according to the given tabstop specified.
untabify(String, int, boolean, int) - Static method in class org.synsoft.text.TextFormat
This method converts takes a string containing tabs and changes them to spaces, according to the given tabstop specified.

V

Version - interface org.synsoft.base.version.Version.
This interface describes the behaviour whereby classes may express their implementation version, in the form of major.minor.revision.edit.
VersionException - exception org.synsoft.base.version.VersionException.
This exception is used by the version package, to be thrown in cases of invalid/unspecified version information.
VersionException(String) - Constructor for class org.synsoft.base.version.VersionException
 
VersionExtractor - class org.synsoft.tools.version.VersionExtractor.
This class provides application functionality for extracting version information from classes implementing the org.synsoft.base.version.Version interface.
VersionExtractor() - Constructor for class org.synsoft.tools.version.VersionExtractor
 
VersionFinder - class org.synsoft.base.version.VersionFinder.
This class provides methods for automating the version checking of Version compliant classes.
VersionFinder() - Constructor for class org.synsoft.base.version.VersionFinder
 

W

Win32EventLog - class org.synsoft.win32.Win32EventLog.
This class provides access to the Win32 API event log functionality.
Win32EventLog() - Constructor for class org.synsoft.win32.Win32EventLog
Construction
Win32EventLog(String) - Constructor for class org.synsoft.win32.Win32EventLog
 
Win32EventLogException - exception org.synsoft.win32.Win32EventLogException.
This exception is used by the version package, to be thrown in cases of invalid/unspecified version information.
Win32EventLogException(String) - Constructor for class org.synsoft.win32.Win32EventLogException
 

A B C D E F G H I L M O P R S T U V W
version 2.0.1.231

Copyright © Synesis Software. Licensed according to the Synesis Software Standard Public License