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

A

ArrayListFinder<T> - Class in it.tidalwave.util.spi
An implementation of Finder which holds an immutable list of items.
ArrayListFinder(Collection<T>) - Constructor for class it.tidalwave.util.spi.ArrayListFinder
 
ArrayListFinder(ArrayListFinder<T>, Object) - Constructor for class it.tidalwave.util.spi.ArrayListFinder
 
As - Interface in it.tidalwave.util
Objects implementing this interface can provide am adapter of the required type.
as(Class<T>) - Method in interface it.tidalwave.util.As
Returns an adapter to this object of the specified type.
as(Class<T>, As.NotFoundBehaviour<T>) - Method in interface it.tidalwave.util.As
Returns an adapter to this object of the specified type.
as(Class<T>) - Method in interface it.tidalwave.util.spi.AsDelegate
 
as(Class<T>) - Method in class it.tidalwave.util.spi.AsSupport
Returns an adapter to this object of the specified type.
as(Class<T>, As.NotFoundBehaviour<T>) - Method in class it.tidalwave.util.spi.AsSupport
Returns an adapter to this object of the specified type.
As.Defaults - Class in it.tidalwave.util
 
As.NotFoundBehaviour<T> - Interface in it.tidalwave.util
 
AsDelegate - Interface in it.tidalwave.util.spi
 
AsDelegateProvider - Interface in it.tidalwave.util.spi
 
AsDelegateProvider - Static variable in interface it.tidalwave.util.spi.AsDelegateProvider
 
AsDelegateProvider.Locator - Class in it.tidalwave.util.spi
 
AsException - Exception in it.tidalwave.util
This exception is thrown by an as(...) method that is expected to retrieve a role for a given datum, when the role is not found.
AsException(Class<?>) - Constructor for exception it.tidalwave.util.AsException
Creates an exception.
AsException(Class<?>, Throwable) - Constructor for exception it.tidalwave.util.AsException
Creates an exception with a cause.
asMany(Class<T>) - Method in interface it.tidalwave.util.As
Searches for multiple adapters of the given type and returns them.
asMany(Class<T>) - Method in class it.tidalwave.util.spi.AsSupport
Searches for multiple adapters of the given type and returns them.
asMap() - Method in class it.tidalwave.util.TypeSafeHashMap
asMap() - Method in class it.tidalwave.util.TypeSafeHashMultiMap
asMap() - Method in interface it.tidalwave.util.TypeSafeMap
 
asMap() - Method in interface it.tidalwave.util.TypeSafeMultiMap
 
assertThread(ThreadType) - Static method in class it.tidalwave.util.thread.ThreadAssertions
Asserts that the current thread is of the specified type.
AsSupport - Class in it.tidalwave.util.spi
 
AsSupport() - Constructor for class it.tidalwave.util.spi.AsSupport
Constructor for use in subclassing.
AsSupport(Object, Object...) - Constructor for class it.tidalwave.util.spi.AsSupport
Constructor for use in composition.

C

cancel() - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Notifies a cancellation to the user notification.
caption - Variable in class it.tidalwave.util.ui.UserNotification
 
checkNonNull(Object, String) - Static method in class it.tidalwave.util.Parameters
 
clear() - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput
Clears the buffer of lines.
clear() - Method in class it.tidalwave.util.spi.DefaultProcessExecutor.DefaultConsoleOutput
Clears the buffer of lines.
clone() - Method in class it.tidalwave.util.spi.FinderSupport
Deprecated. 
clone(Object) - Method in class it.tidalwave.util.spi.FinderSupport
 
compareTo(Id) - Method in class it.tidalwave.util.Id
compareTo(Key<T>) - Method in class it.tidalwave.util.Key
 
computeNeededResults() - Method in class it.tidalwave.util.spi.FinderSupport
Subclasses can implement this method where *only the requested* raw results must be retrieved.
computeResults() - Method in class it.tidalwave.util.spi.ArrayListFinder
 
computeResults() - Method in class it.tidalwave.util.spi.FinderSupport
Subclasses can implement this method where *all* the raw results must be actually retrieved.
confirm() - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Notifies a confirmation to the user notification.
containsKey(Key<?>) - Method in class it.tidalwave.util.TypeSafeHashMap
containsKey(Key<?>) - Method in class it.tidalwave.util.TypeSafeHashMultiMap
containsKey(Key<?>) - Method in interface it.tidalwave.util.TypeSafeMap
 
containsKey(Key<?>) - Method in interface it.tidalwave.util.TypeSafeMultiMap
 
count() - Method in interface it.tidalwave.util.Finder
Performs the search and returns the count of found items.
count() - Method in class it.tidalwave.util.spi.FinderSupport
Performs the search and returns the count of found items.
createAsDelegate(Object) - Method in interface it.tidalwave.util.spi.AsDelegateProvider
 
createAsDelegate(Object) - Method in class it.tidalwave.util.spi.EmptyAsDelegateProvider
 
createRoleFor(T) - Method in interface it.tidalwave.util.RoleFactory
 

D

DEFAULT - Static variable in interface it.tidalwave.util.Finder.SortCriterion
 
DefaultConsoleOutput() - Constructor for class it.tidalwave.util.spi.DefaultProcessExecutor.DefaultConsoleOutput
 
DefaultFilterSortCriterion<Type> - Class in it.tidalwave.util
A default implementation of Finder.FilterSortCriterion which relies on sorting capabilities of the Java runtime library and only needs a Comparator to be specified.
DefaultFilterSortCriterion(Comparator<? super Type>, String) - Constructor for class it.tidalwave.util.DefaultFilterSortCriterion
Creates an instance that will use the given Comparator, with the given name (used for diagnostics).
DefaultFilterSortCriterion(Comparator<? super Type>) - Constructor for class it.tidalwave.util.DefaultFilterSortCriterion
Creates an instance that will use the given Comparator.
DefaultProcessExecutor - Class in it.tidalwave.util.spi
 
DefaultProcessExecutor() - Constructor for class it.tidalwave.util.spi.DefaultProcessExecutor
 
DefaultProcessExecutor.DefaultConsoleOutput - Class in it.tidalwave.util.spi
 
DuplicateException - Exception in it.tidalwave.util
Notifies that the current operation failed because it would create an illegal duplication (of objects, of ids, etc...)
DuplicateException() - Constructor for exception it.tidalwave.util.DuplicateException
Creates a messageless exception.
DuplicateException(String) - Constructor for exception it.tidalwave.util.DuplicateException
Creates an exception with a message.

E

EmptyAsDelegateProvider - Class in it.tidalwave.util.spi
 
EmptyAsDelegateProvider() - Constructor for class it.tidalwave.util.spi.EmptyAsDelegateProvider
 
EmptyInitializer<K> - Class in it.tidalwave.util
 
EmptyInitializer() - Constructor for class it.tidalwave.util.EmptyInitializer
 
equals(Object) - Method in class it.tidalwave.util.Id
equals(Object) - Method in class it.tidalwave.util.Key
 
ExtendedFinderSupport<TYPE,EXTENDED_FINDER extends Finder<TYPE>> - Interface in it.tidalwave.util.spi
A utility interface for creating extended Finders, it provides automatic covariant return types.

F

feedback - Variable in class it.tidalwave.util.ui.UserNotificationWithFeedback
 
Feedback() - Constructor for class it.tidalwave.util.ui.UserNotificationWithFeedback.Feedback
 
filteredAndSplitBy(String, String) - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput
Returns a Scanner over the latest line matching a given regular expression, with the specific delimiter regular expression.
filteredAndSplitBy(String, String) - Method in class it.tidalwave.util.spi.DefaultProcessExecutor.DefaultConsoleOutput
Returns a Scanner over the latest line matching a given regular expression, with the specific delimiter regular expression.
filteredBy(String) - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput
Returns a list of lines that match the given regular expression.
filteredBy(String) - Method in class it.tidalwave.util.spi.DefaultProcessExecutor.DefaultConsoleOutput
Returns a list of lines that match the given regular expression.
find(Class<T>, T, O...) - Static method in class it.tidalwave.util.Parameters
Extracts a singled-value parameter of the given type from an array.
find(Class<T>, O...) - Static method in class it.tidalwave.util.Parameters
Extracts multiple-value parameters of the given type from an array.
find() - Static method in class it.tidalwave.util.spi.AsDelegateProvider.Locator
 
Finder<TYPE> - Interface in it.tidalwave.util
A factory for providing results of a search.
Finder.FilterSortCriterion<TYPE> - Interface in it.tidalwave.util
An interface that should be implemented by specific Finder.SortCriterion objects which are capable to implement by themselves the sorting of objects, by post-processing an existing collection of objects.
Finder.SortCriterion - Interface in it.tidalwave.util
A tag interface to mark objects which are meaningful sort criteria that can be passed to Finder.sort(it.tidalwave.util.Finder.SortCriterion).
Finder.SortDirection - Enum in it.tidalwave.util
An enumeration to define the direction of a sort (ascending or descending).
FinderSupport<TYPE,EXTENDED_FINDER extends Finder<TYPE>> - Class in it.tidalwave.util.spi
A support class for implementing a Finder.
FinderSupport(String) - Constructor for class it.tidalwave.util.spi.FinderSupport
Creates an instance with the given name (that will be used for diagnostics).
FinderSupport() - Constructor for class it.tidalwave.util.spi.FinderSupport
Default constructor.
FinderSupport(FinderSupport<TYPE, EXTENDED_FINDER>, Object) - Constructor for class it.tidalwave.util.spi.FinderSupport
Clone constructor for subclasses.
firstResult() - Method in interface it.tidalwave.util.Finder
Performs the search and returns only the first found item.
firstResult() - Method in class it.tidalwave.util.spi.FinderSupport
Performs the search and returns only the first found item.
forExecutable(String) - Static method in class it.tidalwave.util.spi.DefaultProcessExecutor
Factory method for associating an executable.
from(int) - Method in interface it.tidalwave.util.Finder
Tells the Finder that only a subset of found items will be returned, starting from the given position.
from(int) - Method in interface it.tidalwave.util.spi.ExtendedFinderSupport
Tells the Finder that only a subset of found items will be returned, starting from the given position.
from(int) - Method in class it.tidalwave.util.spi.FinderSupport
Tells the Finder that only a subset of found items will be returned, starting from the given position.

G

get(Key<T>) - Method in class it.tidalwave.util.TypeSafeHashMap
get(Key<T>) - Method in class it.tidalwave.util.TypeSafeHashMultiMap
get(Key<T>) - Method in interface it.tidalwave.util.TypeSafeMap
 
get(Key<T>) - Method in interface it.tidalwave.util.TypeSafeMultiMap
 
getClass(Type) - Static method in class it.tidalwave.util.spi.ReflectionUtils
 
getKeys() - Method in class it.tidalwave.util.TypeSafeHashMap
getKeys() - Method in class it.tidalwave.util.TypeSafeHashMultiMap
getKeys() - Method in interface it.tidalwave.util.TypeSafeMap
 
getKeys() - Method in interface it.tidalwave.util.TypeSafeMultiMap
 
getListener() - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput
Returns the set listener
getSize() - Method in class it.tidalwave.util.TypeSafeHashMap
getSize() - Method in class it.tidalwave.util.TypeSafeHashMultiMap
getSize() - Method in interface it.tidalwave.util.TypeSafeMap
 
getSize() - Method in interface it.tidalwave.util.TypeSafeMultiMap
 
getSource(Class<T>, T, Object) - Static method in class it.tidalwave.util.spi.FinderSupport
 
getStderr() - Method in interface it.tidalwave.util.ProcessExecutor
Returns the stderr console.
getStdout() - Method in interface it.tidalwave.util.ProcessExecutor
Returns the stdout console.
getTypeArguments(Class<T>, Class<? extends T>) - Static method in class it.tidalwave.util.spi.ReflectionUtils
Get the actual type arguments a child class has used to extend a generic base class.

H

hashCode() - Method in class it.tidalwave.util.Id
hashCode() - Method in class it.tidalwave.util.Key
 

I

Id - Class in it.tidalwave.util
An opaque wrapper for identifiers.
Id() - Constructor for class it.tidalwave.util.Id
 
initialize(K) - Method in class it.tidalwave.util.EmptyInitializer
 
initialize(T) - Method in interface it.tidalwave.util.Initializer
 
Initializer<T> - Interface in it.tidalwave.util
 
instance() - Static method in class it.tidalwave.util.EmptyInitializer
 
intValue() - Method in enum it.tidalwave.util.Finder.SortDirection
 
it.tidalwave.util - package it.tidalwave.util
 
it.tidalwave.util.spi - package it.tidalwave.util.spi
 
it.tidalwave.util.thread - package it.tidalwave.util.thread
 
it.tidalwave.util.thread.annotation - package it.tidalwave.util.thread.annotation
 
it.tidalwave.util.ui - package it.tidalwave.util.ui
 
iterator() - Method in class it.tidalwave.util.TypeSafeHashMap
iterator() - Method in class it.tidalwave.util.TypeSafeHashMultiMap

K

Key<T> - Class in it.tidalwave.util
 
Key(String) - Constructor for class it.tidalwave.util.Key
 
Key(StringValue) - Constructor for class it.tidalwave.util.Key
 

L

latestLineMatches(String) - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput
Returns true if the latest received line matches the given regular expression.
latestLineMatches(String) - Method in class it.tidalwave.util.spi.DefaultProcessExecutor.DefaultConsoleOutput
Returns true if the latest received line matches the given regular expression.
Locator() - Constructor for class it.tidalwave.util.spi.AsDelegateProvider.Locator
 
lock(UserNotification) - Method in interface it.tidalwave.util.ui.LockableView
Shows a "Please wait..." notification and locks the UI.
LockableView - Interface in it.tidalwave.util.ui
A partial contract for a View that can be locked with a "Please wait..." notification.

M

max(int) - Method in interface it.tidalwave.util.Finder
Tells the Finder that only a maximum number of found items will be returned.
max(int) - Method in interface it.tidalwave.util.spi.ExtendedFinderSupport
Tells the Finder that only a maximum number of found items will be returned.
max(int) - Method in class it.tidalwave.util.spi.FinderSupport
Tells the Finder that only a maximum number of found items will be returned.

N

NotFoundException - Exception in it.tidalwave.util
Notifies that a searched object couldn't be found.
NotFoundException() - Constructor for exception it.tidalwave.util.NotFoundException
Creates an empty exception.
NotFoundException(String) - Constructor for exception it.tidalwave.util.NotFoundException
Creates an exception with a message.
NotFoundException(Throwable) - Constructor for exception it.tidalwave.util.NotFoundException
Creates an exception with a cause.
NotFoundException(String, Throwable) - Constructor for exception it.tidalwave.util.NotFoundException
Creates an exception with a message and a cause.
notification() - Static method in class it.tidalwave.util.ui.UserNotification
Creates a notification with empty caption and text.
notificationWithFeedback() - Static method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Creates a notification with empty caption and text.

O

ofType(Class<AnotherType>) - Method in interface it.tidalwave.util.Finder
Tells the Finder that the specified type of results is expected.
ofType(Class<ANOTHER_TYPE>) - Method in class it.tidalwave.util.spi.FinderSupport
Tells the Finder that the specified type of results is expected.
onCancel() - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback.Feedback
Callback method invoked when the user cancels an operation.
onConfirm() - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback.Feedback
Callback method invoked when the user confirms an operation.
onReceived(String) - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput.Listener
 

P

Parameters - Class in it.tidalwave.util
This class provides a few static utility methods to extracts parameters from an array.
ProcessExecutor - Interface in it.tidalwave.util
A facility that provides means for launching an external process, scraping its stdout and stderr in real-time and sending commands by means of its stdin.
ProcessExecutor.ConsoleOutput - Interface in it.tidalwave.util
This interface provides operations that can be performed on the stdout or stderr consoles attached to the external process.
ProcessExecutor.ConsoleOutput.Listener - Interface in it.tidalwave.util
A listener that is invoked whenever a line is read from the console.

R

ReflectionUtils - Class in it.tidalwave.util.spi
Just slightly adapted from http://www.artima.com/weblogs/viewpost.jsp?thread=208860
ReflectionUtils() - Constructor for class it.tidalwave.util.spi.ReflectionUtils
 
result() - Method in interface it.tidalwave.util.Finder
Performs the search assuming that it will return a single item and returns it.
result() - Method in class it.tidalwave.util.spi.FinderSupport
Performs the search assuming that it will return a single item and returns it.
results() - Method in interface it.tidalwave.util.Finder
Performs the search and returns the found items.
results() - Method in class it.tidalwave.util.spi.FinderSupport
Performs the search and returns the found items.
RoleFactory<T> - Interface in it.tidalwave.util
 
run(Throwable) - Method in interface it.tidalwave.util.As.NotFoundBehaviour
 
run() - Method in class it.tidalwave.util.Task
The method that must contain the body of the Task.

S

send(String) - Method in interface it.tidalwave.util.ProcessExecutor
Sends a string to the stdin of the running process.
send(String) - Method in class it.tidalwave.util.spi.DefaultProcessExecutor
Sends a string to the stdin of the running process.
set(AsDelegateProvider) - Static method in class it.tidalwave.util.spi.AsDelegateProvider.Locator
For testing
setListener(ProcessExecutor.ConsoleOutput.Listener) - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput
Sets a listener.
SimpleFinderSupport<T> - Class in it.tidalwave.util.spi
 
SimpleFinderSupport() - Constructor for class it.tidalwave.util.spi.SimpleFinderSupport
 
SimpleFinderSupport(String) - Constructor for class it.tidalwave.util.spi.SimpleFinderSupport
 
SimpleFinderSupport(SimpleFinderSupport<T>, Object) - Constructor for class it.tidalwave.util.spi.SimpleFinderSupport
 
SimpleTask - Class in it.tidalwave.util
A simple Task returning Void and only throwing RuntimeExceptions.
SimpleTask() - Constructor for class it.tidalwave.util.SimpleTask
 
sort(List<? extends Type>, Finder.SortDirection) - Method in class it.tidalwave.util.DefaultFilterSortCriterion
Performs the sort of results.
sort(List<? extends TYPE>, Finder.SortDirection) - Method in interface it.tidalwave.util.Finder.FilterSortCriterion
Performs the sort of results.
sort(Finder.SortCriterion) - Method in interface it.tidalwave.util.Finder
Tells the Finder that results will be sorted according to the given criterion, in ascending direction.
sort(Finder.SortCriterion, Finder.SortDirection) - Method in interface it.tidalwave.util.Finder
Tells the Finder that results will be sorted according to the given criterion and direction.
sort(Finder.SortCriterion) - Method in interface it.tidalwave.util.spi.ExtendedFinderSupport
Tells the Finder that results will be sorted according to the given criterion, in ascending direction.
sort(Finder.SortCriterion, Finder.SortDirection) - Method in interface it.tidalwave.util.spi.ExtendedFinderSupport
Tells the Finder that results will be sorted according to the given criterion and direction.
sort(Finder.SortCriterion, Finder.SortDirection) - Method in class it.tidalwave.util.spi.FinderSupport
Tells the Finder that results will be sorted according to the given criterion and direction.
sort(Finder.SortCriterion) - Method in class it.tidalwave.util.spi.FinderSupport
Tells the Finder that results will be sorted according to the given criterion, in ascending direction.
SortCriterion - Static variable in interface it.tidalwave.util.Finder.SortCriterion
 
start() - Method in interface it.tidalwave.util.ProcessExecutor
Starts the external process.
start() - Method in class it.tidalwave.util.spi.DefaultProcessExecutor.DefaultConsoleOutput
Should not be used by the programmer.
start() - Method in class it.tidalwave.util.spi.DefaultProcessExecutor
Starts the external process.
stop() - Method in interface it.tidalwave.util.ProcessExecutor
Stops the external process.
stop() - Method in class it.tidalwave.util.spi.DefaultProcessExecutor
Stops the external process.
stringValue() - Method in class it.tidalwave.util.Id
Returns the String value of this object.
stringValue() - Method in class it.tidalwave.util.Key
 
StringValue - Interface in it.tidalwave.util
This interface should be implemented by classes for which is meaningful to be converted into a String.
stringValue() - Method in interface it.tidalwave.util.StringValue
Returns the String value of this object.

T

Task<T,E extends Throwable> - Class in it.tidalwave.util
A class which encapsulates a task..
Task() - Constructor for class it.tidalwave.util.Task
Creates a new Task.
Task(String) - Constructor for class it.tidalwave.util.Task
Creates a new Task with the given name.
text - Variable in class it.tidalwave.util.ui.UserNotification
 
ThreadAssertions - Class in it.tidalwave.util.thread
Facility class for asserting that the current thread is of some kind.
ThreadAssertions() - Constructor for class it.tidalwave.util.thread.ThreadAssertions
 
ThreadConfined - Annotation Type in it.tidalwave.util.thread.annotation
 
ThreadType - Enum in it.tidalwave.util.thread
 
throwAsException(Class<X>) - Static method in class it.tidalwave.util.As.Defaults
 
throwWhenEmpty(T, String) - Static method in exception it.tidalwave.util.NotFoundException
Throws the NotFoundException when the passed collection is null or empty.
throwWhenEmpty(T, String, Object...) - Static method in exception it.tidalwave.util.NotFoundException
Throws the NotFoundException when the passed collection is null or empty.
throwWhenNull(T, String) - Static method in exception it.tidalwave.util.NotFoundException
Throws the NotFoundException when the passed object is null.
throwWhenNull(T, String, Object...) - Static method in exception it.tidalwave.util.NotFoundException
Throws the NotFoundException when the passed object is null.
toString() - Method in class it.tidalwave.util.DefaultFilterSortCriterion
toString() - Method in class it.tidalwave.util.Id
toString() - Method in class it.tidalwave.util.Key
 
toString() - Method in class it.tidalwave.util.Task
toString() - Method in class it.tidalwave.util.TypeSafeHashMap
toString() - Method in class it.tidalwave.util.TypeSafeHashMultiMap
TypeSafeHashMap - Class in it.tidalwave.util
 
TypeSafeHashMap(Map<Key<?>, Object>) - Constructor for class it.tidalwave.util.TypeSafeHashMap
 
TypeSafeHashMultiMap - Class in it.tidalwave.util
 
TypeSafeHashMultiMap(Map<Key<?>, Collection<?>>) - Constructor for class it.tidalwave.util.TypeSafeHashMultiMap
 
TypeSafeMap - Interface in it.tidalwave.util
 
TypeSafeMultiMap - Interface in it.tidalwave.util
 

U

unlock() - Method in interface it.tidalwave.util.ui.LockableView
Dismisses the waiting notification and unlocks the UI.
UNSORTED - Static variable in interface it.tidalwave.util.Finder.SortCriterion
A special Finder.SortCriterion which indicates that no sort has been performed.
UserNotification - Class in it.tidalwave.util.ui
 
UserNotification() - Constructor for class it.tidalwave.util.ui.UserNotification
 
UserNotificationWithFeedback - Class in it.tidalwave.util.ui
This class models a user notification where a feedback is expected (confirmation or cancellation).
UserNotificationWithFeedback(String, String, UserNotificationWithFeedback.Feedback) - Constructor for class it.tidalwave.util.ui.UserNotificationWithFeedback
 
UserNotificationWithFeedback.Feedback - Class in it.tidalwave.util.ui
This class provides a few callback methods to notify a choice from the user.

V

valueOf(String) - Static method in enum it.tidalwave.util.Finder.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.tidalwave.util.thread.ThreadType
Returns the enum constant of this type with the specified name.
values() - Static method in enum it.tidalwave.util.Finder.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum it.tidalwave.util.thread.ThreadType
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitFor(String) - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput
Waits for a line matching the given regular expression to appear.
waitFor(String) - Method in class it.tidalwave.util.spi.DefaultProcessExecutor.DefaultConsoleOutput
Waits for a line matching the given regular expression to appear.
waitForCompletion() - Method in interface it.tidalwave.util.ProcessExecutor
Waits for the termination of the external process.
waitForCompletion() - Method in class it.tidalwave.util.spi.DefaultProcessExecutor
Waits for the termination of the external process.
withArgument(String) - Method in interface it.tidalwave.util.ProcessExecutor
Adds a single argument to pass to the external process.
withArgument(String) - Method in class it.tidalwave.util.spi.DefaultProcessExecutor
Adds a single argument to pass to the external process.
withArguments(String...) - Method in interface it.tidalwave.util.ProcessExecutor
Adds some arguments to pass to the external process.
withArguments(String...) - Method in class it.tidalwave.util.spi.DefaultProcessExecutor
Adds some arguments to pass to the external process.
withCaption(String) - Method in class it.tidalwave.util.ui.UserNotification
Associates a caption to the notification.
withCaption(Class<?>, String, Object...) - Method in class it.tidalwave.util.ui.UserNotification
Associates a caption to the notification, retrieved from a resource bundle.
withCaption(String) - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Associates a caption to the notification.
withCaption(Class<?>, String, Object...) - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Associates a caption to the notification, retrieved from a resource bundle.
withContext(Object) - Method in interface it.tidalwave.util.Finder
Tells the Finder that results should be created with the given context.
withContext(Object) - Method in interface it.tidalwave.util.spi.ExtendedFinderSupport
Tells the Finder that results should be created with the given context.
withContext(Object) - Method in class it.tidalwave.util.spi.FinderSupport
Tells the Finder that results should be created with the given context.
withFeedback(UserNotificationWithFeedback.Feedback) - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Associates a UserNotificationWithFeedback.Feedback to the notification.
withText(String) - Method in class it.tidalwave.util.ui.UserNotification
Associates a text to the notification.
withText(Class<?>, String, Object...) - Method in class it.tidalwave.util.ui.UserNotification
Associates a text to the notification, retrieved from a resource bundle.
withText(String) - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Associates a text to the notification.
withText(Class<?>, String, Object...) - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Associates a text to the notification, retrieved from a resource bundle.
A C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2009–2015 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.