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

I

IAC - Static variable in class org.sadun.util.TelnetInputStream
The Telnet command code IAC (255)
IListenerSupport - interface com.deltax.util.listener.IListenerSupport.
An interface for the ListenerSupport class (experimental).
IN_DIRECTORY - Static variable in interface org.sadun.util.ClassPackageExplorer
Status constant mask, indicating that a certain package is found in a directory.
IN_JAR - Static variable in interface org.sadun.util.ClassPackageExplorer
Status constant mask, indicating that a certain package is found in a jar file.
IN_JAR_SEALED - Static variable in interface org.sadun.util.ClassPackageExplorer
Status constant mask, indicating that a certain package is found in a jar file and is sealed.
IP - Static variable in class org.sadun.util.TelnetInputStream
The Telnet command code IP (244)
IdIterator - interface org.sadun.util.IdIterator.
 
IndentedPrintWriter - class org.sadun.util.IndentedPrintWriter.
A PrintWriter which indents each line of text with a given character.
IndentedPrintWriter(Writer, int) - Constructor for class org.sadun.util.IndentedPrintWriter
Create a new writer over the given one, with the given indentation value.
IndentedPrintWriter(OutputStream, int, boolean) - Constructor for class org.sadun.util.IndentedPrintWriter
Create a new writer over the given stream, with the given indentation value.
IndentedPrintWriter(OutputStream, int) - Constructor for class org.sadun.util.IndentedPrintWriter
Create a new writer over the given stream, with the given indentation value, and no autoflush.
IndentedPrintWriter(Writer, int, boolean) - Constructor for class org.sadun.util.IndentedPrintWriter
Create a new writer over the given one, with the given indentation value.
IndentedPrintWriter(Writer) - Constructor for class org.sadun.util.IndentedPrintWriter
Create a new writer over the given one, with the default indentation value, and no autoflush.
IndentedPrintWriter(OutputStream, boolean) - Constructor for class org.sadun.util.IndentedPrintWriter
Create a new writer over the given stream, with the default indentation value.
IndentedPrintWriter(OutputStream) - Constructor for class org.sadun.util.IndentedPrintWriter
Create a new writer over the given stream, with the default indentation value and no autoflush.
IndentedPrintWriter(Writer, boolean) - Constructor for class org.sadun.util.IndentedPrintWriter
Create a new writer over the given one, with the defaukt indentation value.
InputBox - class org.sadun.swt.widgets.InputBox.
 
InputBox(Composite, String, String) - Constructor for class org.sadun.swt.widgets.InputBox
 
InputBox(Composite, String) - Constructor for class org.sadun.swt.widgets.InputBox
 
ignorableWhitespace(char[], int, int) - Method in class org.sadun.util.xml.configuration.DispatcherHandler
 
inc(int) - Method in class org.sadun.util.TextProgressBar
 
inc() - Method in class org.sadun.util.TextProgressBar
 
incIndentation(int) - Method in class org.sadun.util.IndentedPrintWriter
Increment the current indentation level of the given level.
incIndentation() - Method in class org.sadun.util.IndentedPrintWriter
Increment the current indentation level.
invert() - Method in class org.sadun.util.ExtensionFileFilter
Invert the filter - after this call, files that were accepted will be refused, and vice versa (see getAcceptsExtensions()).
invert() - Method in class org.sadun.util.ExtensionFilenameFilter
Invert the filter - after this call, files that were accepted will be refused, and vice versa (see getAcceptsExtensions()).
isAlive(Runnable) - Method in class org.sadun.util.tp.ThreadPool
Return true if the Runnable is associated with any pooled thread.
isAlive() - Method in class org.sadun.util.watchdog.mbean.ManagedWatchDog
 
isAlive() - Method in interface org.sadun.util.watchdog.mbean.ManagedWatchDogMBean
Return true if the watchdog thread is currently running.
isAutoAdjustCache() - Method in class org.sadun.util.DatabaseResourceBundle
Return the value of the auto-adjust-cache property (see setAutoAdjustCache().
isAutoFlush() - Method in class org.sadun.util.JustifierWriter
Return true if the writer automatically flushes the wrapped writer when a line is written.
isAutoFlushing() - Method in class com.deltax.util.listener.SimpleListener
Return the autoFlushing mode
isCacheClassFiles() - Method in class org.sadun.util.ant.Pack
Returns the cacheClassFiles.
isCaptureOutput() - Method in class org.sadun.util.CommandRunner
Return true if the runner is set to capture and store the output of the program run.
isCheckForIncorrectLogin() - Method in class org.sadun.util.UnixLoginHandler
Return true if the handler will wait for the "login incorrect" character sequence when executing UnixLoginHandler.doLogin(String, String).
isClassCacheOn() - Method in class com.deltax.util.JDK12ClassFileFinder
Returns the classCacheOn.
isCloseWindowOnTermination() - Method in class org.sadun.util.CommandRunner
Returns the closeWindowOnTermination.
isCompleted() - Method in class org.sadun.util.xml.configuration.BaseConfigurator
Returns the completed.
isConvertible(Class, Class) - Static method in class org.sadun.util.TypeWrapper
Verifies if a source type can be legally promoted to a destination type.
isDefined(String) - Method in class org.sadun.util.SymbolTable
Return true if a symbol is defined.
isDeleteGeneratedCode() - Method in class org.sadun.util.ant.Version
 
isDirectory(boolean) - Method in class org.sadun.util.ClassPathIterator
Returns whether the entry where the iterator is positioned is a JAR or not
isDirectory() - Method in class org.sadun.util.ClassPathIterator
Returns whether the entry where the iterator is positioned is a JAR or not, regardless of its existence.
isEmpty() - Method in class com.deltax.util.FIFOQueue
Return true if the queue is empty.
isEmpty() - Method in interface org.sadun.util.tp.Queue
Return true if the queue is empty
isEvaluateSymbolValues() - Method in class org.sadun.util.SymbolTable
Return true if the map recursively evaluates symbol values.
isFailOnUnaccessible() - Method in class org.sadun.util.ObjectLister
 
isForceDynamicLoading() - Method in class org.sadun.util.DynamicClassLoader
Returns the forceDynamicLoading.
isFree() - Method in class org.sadun.util.tp.ThreadPool.PooledThread
Return true if the thread is not associated to any runnable
isIgnorableTag(String) - Method in class org.sadun.util.xml.configuration.AutoConfigurator
 
isInterface() - Method in class com.deltax.util.CPoolReader.classfile
Return true if the classfile contains an interface class *
isJar(File) - Method in class com.deltax.util.JDK12ClassFileFinder
Just checks if the file ends with .jar
isJar(boolean) - Method in class org.sadun.util.ClassPathIterator
Returns whether the entry where the iterator is positioned is a JAR or not
isJar() - Method in class org.sadun.util.ClassPathIterator
Returns whether the entry where the iterator is positioned is a JAR or not, regardless of its existence.
isJustifyOnNewLine() - Method in class org.sadun.util.JustifierWriter
Return true if the writer applies justification on explicit newlines.
isMandatory(String) - Method in class org.sadun.util.xml.configuration.AutoConfigurator
 
isModified() - Method in class org.sadun.util.BaseObjectWithId
This method return true if the object "modified" status has been set by BaseObjectWithId.setModified().
isOpenWindowOnStartup() - Method in class org.sadun.util.CommandRunner
Returns the openWindowOnStartup.
isOutputElapsedTime() - Method in class org.sadun.util.CommandRunner
Returns the outputElapsedTime.
isOutputOnSystemOut() - Method in class org.sadun.util.CommandRunner
Returns the outputOnSystemOut.
isOverride() - Method in class org.sadun.util.ant.Version
 
isPadOnNewLine() - Method in class org.sadun.util.JustifierWriter
Return true if the writer pads output with space on a new line.
isPreLoad() - Method in class org.sadun.util.DatabaseResourceBundle
Return the value of the pre-load property (see setPreLoad()).
isPreserveInitialSpaces() - Method in class org.sadun.util.JustifierWriter
Return true if the writer preserves intial spaces.
isPrimitiveOrWrapper(Class) - Static method in class org.sadun.util.TypeWrapper
 
isPrimitiveTypeName(String) - Static method in class com.deltax.util.SignatureAnalyzer
 
isPrimitiveWrapper(Class) - Static method in class org.sadun.util.TypeWrapper
 
isReady(boolean) - Method in interface org.sadun.util.watchdog.mbean.ManagedWatchDogMBean.CheckAction
Performs a check on whether or not the action is ready, and returns a description of the problem if a problem exist, otherwise null.
isReady(boolean) - Method in class org.sadun.util.watchdog.mbean.action.ConnectURLAction
 
isRegistered(Listener) - Method in class com.deltax.util.listener.BaseSignalSource
Return true if the given object is registered as a listener.
isRegistered(Listener) - Method in class com.deltax.util.listener.BaseSignalSourceThread
 
isRegistered(Listener) - Method in interface com.deltax.util.listener.IListenerSupport
Check whether a listener is registered or not.
isRegistered(Listener) - Method in class com.deltax.util.listener.ListenerSupport
Check whether a listener is registered or not.
isRemoveFailedListeners() - Method in class org.sadun.util.watchdog.WatchDog
Return true if listeners that fail are removed from the listener set (in synchronous mode).
isRotatePools() - Method in class org.sadun.util.pool2.BasePassivationManager
Returns the rotatePools.
isSendInitialCRLF() - Method in class org.sadun.util.UnixLoginHandler
Return true if an initial CRLF will be sent by UnixLoginHandler.doLogin(String, String)before initiating the login sequence proper.
isSetAccessible() - Method in class org.sadun.util.ObjectLister
 
isShortForm() - Method in class org.sadun.util.ObjectPropertyManager
 
isShowType() - Method in class org.sadun.util.ObjectPropertyManager
 
isShuttingDown() - Method in interface org.sadun.util.Terminable
Return true if a shutdown has been requested.
isShuttingDown() - Method in class org.sadun.util.pool2.BasePassivationManager
 
isShuttingDown() - Method in class org.sadun.util.tp.ThreadPoolThread
 
isShuttingDown() - Method in class org.sadun.util.watchdog.WatchDog
See org.sadun.util.Terminable.isShuttingDown().
isShuttingDown() - Method in class org.sadun.util.watchdog.mbean.ManagedWatchDog
 
isShuttingDown() - Method in interface org.sadun.util.watchdog.mbean.ManagedWatchDogMBean
Return true if a shutdown has been requested.
isStartBySleeping() - Method in class org.sadun.util.watchdog.WatchDog
Return true if the watchdog goes immediatly to sleep on startup
isStartBySleeping() - Method in class org.sadun.util.watchdog.mbean.ManagedWatchDog
 
isStartBySleeping() - Method in interface org.sadun.util.watchdog.mbean.ManagedWatchDogMBean
Return true if the watchdog goes immediatly to sleep on startup
isSynchronizedWithPrevious(Thread) - Method in class org.sadun.util.ThreadBlockRunner
Return whether or not a thread is synchronized with the previous one (see setSynchronizeWithPrevious()).
isSynchronizedWithPrevious(int) - Method in class org.sadun.util.ThreadBlockRunner
Return whether or not a thread is synchronized with the previous one (see setSynchronizeWithPrevious()).
isSynchronous() - Method in class org.sadun.util.watchdog.WatchDog
Return the synchronicity mode (see class comment).
isSynchronous() - Method in class org.sadun.util.watchdog.mbean.ManagedWatchDog
 
isSynchronous() - Method in interface org.sadun.util.watchdog.mbean.ManagedWatchDogMBean
Return the synchronicity mode (see class comment).
isTestBeforeAcquiring() - Method in class org.sadun.util.pool.connection.ConnectionPool
Return true if getConnection() tests the connection before returning it, else false.
isToPassivate(ObjectPool, PooledObject, Object) - Method in class org.sadun.util.pool2.BasePassivationManager
This method is invoked to check whether an object is to passivate or not.
isToPassivate(ObjectPool, PooledObject, Object) - Method in class org.sadun.util.pool2.DefaultPassivationManager
 
isUseExistingVersionClass() - Method in class org.sadun.util.ant.Version
 
isUseToStringIfNotFound() - Method in class org.sadun.util.ObjectLister
Returns the useToStringIfNotFound.
isVerbose() - Method in class org.sadun.util.ant.Version
 
isVerbose() - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Return true if the generator is in verbose mode, otherwise false.
isVerified(TelnetInputStreamConsumer.Criterium) - Method in class org.sadun.util.TelnetInputStreamConsumer.CompositeCriterium
Return true if the given criteria has not verified.
isVerifiedAndDoesNotHold(TelnetInputStreamConsumer.Criterium) - Method in class org.sadun.util.TelnetInputStreamConsumer.CompositeCriterium
Return true if the given criteria has been verified and did not hold.
isVerifiedAndHolds(TelnetInputStreamConsumer.Criterium) - Method in class org.sadun.util.TelnetInputStreamConsumer.CompositeCriterium
Return true if the given criteria has been verified and did hold.
isVerifyAllRequested() - Method in class org.sadun.util.TelnetInputStreamConsumer.CompositeCriterium
Return true if all the composing criteria are to be checked when TelnetInputStreamConsumer.CompositeCriterium.holds(String)is invoked.
isWatchDogEnabled() - Method in class org.sadun.util.pool.connection.ConnectionPool
 

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