A B C D E F G H I L M N O P R S T U V W X Z 
All Classes All Packages

A

accept(File) - Method in class org.jboss.windup.util.file.FileSuffixPredicate
 
accept(String) - Method in class org.jboss.windup.util.furnace.FileExtensionFilter
 
accept(T) - Method in class org.jboss.windup.util.FilteredIterator.AcceptAllFilter
 
accept(T) - Method in interface org.jboss.windup.util.FilteredIterator.Filter
 
AcceptAllFilter() - Constructor for class org.jboss.windup.util.FilteredIterator.AcceptAllFilter
 
addClass(String) - Method in class org.jboss.windup.util.PackageFrequencyTrie
 
addNamespaceEntry(NamespaceEntry) - Method in class org.jboss.windup.util.xml.NamespaceMapContext
 
ADDONS_DIRECTORY_NAME - Static variable in class org.jboss.windup.util.PathUtil
 
addPrefix(String, String) - Method in class org.jboss.windup.util.xml.NamespaceMapContext
 
addWork(int) - Method in class org.jboss.windup.util.ProgressEstimate
Indicates that the given number of work units have been done.

B

baseURI - Variable in class org.jboss.windup.util.xml.LocationAwareContentHandler.Doctype
 
begin() - Method in class org.jboss.windup.util.ExecutionStatistics.TimingData
 
begin(String) - Method in class org.jboss.windup.util.ExecutionStatistics
Start timing an operation with the given identifier.
BINARY_DIRECTORY_NAME - Static variable in class org.jboss.windup.util.PathUtil
 

C

CACHE_DIRECTORY_NAME - Static variable in class org.jboss.windup.util.PathUtil
 
characters(char[], int, int) - Method in class org.jboss.windup.util.xml.LocationAwareContentHandler
 
checkDirectoryToBeFilled(File, String) - Static method in class org.jboss.windup.util.Checks
 
checkDirectoryToBeRead(File, String) - Static method in class org.jboss.windup.util.Checks
 
checkFileOrDirectoryToBeRead(File, String) - Static method in class org.jboss.windup.util.Checks
Throws if the given file is null, is not a file or directory, or is an empty directory.
checkFileToBeRead(File, String) - Static method in class org.jboss.windup.util.Checks
 
checkNotEmpty(Iterable<?>) - Static method in class org.jboss.windup.util.Checks
Returns true if the iterable contains at least one item.
Checks - Class in org.jboss.windup.util
 
Checks() - Constructor for class org.jboss.windup.util.Checks
 
classFilePathToClassname(String) - Static method in class org.jboss.windup.util.PathUtil
Converts a path to a class file (like "foo/bar/My.class" or "foo\\bar\\My.class") to a fully qualified class name (like "foo.bar.My").
ClassNameUtil - Class in org.jboss.windup.util
 
ClassNameUtil() - Constructor for class org.jboss.windup.util.ClassNameUtil
 
cleanFileName(String) - Static method in class org.jboss.windup.util.PathUtil
Conservative approach to insuring that a given filename only contains characters that are legal for use in filenames on the disk.
COLUMN_NUMBER_KEY_NAME - Static variable in class org.jboss.windup.util.xml.LocationAwareContentHandler
 
compare(String, String) - Method in class org.jboss.windup.util.PackageComparator
 
createDirectory(Path, String) - Static method in class org.jboss.windup.util.PathUtil
Creates the given directory.

D

Doctype(String, String, String, String) - Constructor for class org.jboss.windup.util.xml.LocationAwareContentHandler.Doctype
 
DOCTYPE_KEY_NAME - Static variable in class org.jboss.windup.util.xml.LocationAwareContentHandler
 
DoctypeUtils - Class in org.jboss.windup.util.xml
Util methods to work with XML DOCTYPE's.
DoctypeUtils() - Constructor for class org.jboss.windup.util.xml.DoctypeUtils
 

E

end() - Method in class org.jboss.windup.util.ExecutionStatistics.TimingData
 
end(String) - Method in class org.jboss.windup.util.ExecutionStatistics
Complete timing the operation with the given identifier.
endElement(String, String, String) - Method in class org.jboss.windup.util.xml.LocationAwareContentHandler
 
endsWithZipExtension(String) - Static method in class org.jboss.windup.util.ZipUtil
 
execute() - Method in interface org.jboss.windup.util.Task
Perform the task.
executeXPath(Node, String, Map<String, String>, QName) - Static method in class org.jboss.windup.util.xml.XmlUtil
Executes the given xpath and returns the result with the type specified.
executeXPath(Node, XPathExpression, QName) - Static method in class org.jboss.windup.util.xml.XmlUtil
Executes the given XPathExpression and returns the result with the type specified.
ExecutionStatistics - Class in org.jboss.windup.util
ExecutionStatistics provides a simple system for storing the time taken to perform operations.
ExecutionStatistics.TimingData - Class in org.jboss.windup.util
 
extractVersion(String) - Static method in class org.jboss.windup.util.xml.NamespaceUtils
 
extractVersion(String, String) - Static method in class org.jboss.windup.util.xml.DoctypeUtils
 

F

FileExtensionFilter - Class in org.jboss.windup.util.furnace
Filters filenames by file extension.
FileExtensionFilter(String) - Constructor for class org.jboss.windup.util.furnace.FileExtensionFilter
Only accept names that end with "." + extension.
FileSuffixPredicate - Class in org.jboss.windup.util.file
Accepts a file based on its trailing filename.
FileSuffixPredicate(String) - Constructor for class org.jboss.windup.util.file.FileSuffixPredicate
Create a new FileSuffixPredicate using the given regular expression to match the end of the filename.
FileVisit - Class in org.jboss.windup.util.file
Utility for visiting files matching a specific filename suffix pattern.
FileVisit() - Constructor for class org.jboss.windup.util.file.FileVisit
 
filterAddonResources(Addon, Predicate<String>) - Method in class org.jboss.windup.util.furnace.FurnaceClasspathScanner
Returns a list of files in given addon passing given filter.
FilteredIterator<E> - Class in org.jboss.windup.util
Wraps the underlying iterator and returns only the matching items.
FilteredIterator(Iterator<? extends E>, FilteredIterator.Filter<E>) - Constructor for class org.jboss.windup.util.FilteredIterator
 
FilteredIterator.AcceptAllFilter<T> - Class in org.jboss.windup.util
 
FilteredIterator.Filter<T> - Interface in org.jboss.windup.util
 
findClass(String) - Method in class org.jboss.windup.util.FurnaceCompositeClassLoader
 
from(TFrom) - Method in class org.jboss.windup.util.IterableConverter
Implements the conversion from the source type to the destination type.
FurnaceClasspathScanner - Class in org.jboss.windup.util.furnace
Utility methods for searching all reachable resources provided by Furnace class loaders.
FurnaceClasspathScanner() - Constructor for class org.jboss.windup.util.furnace.FurnaceClasspathScanner
 
FurnaceCompositeClassLoader - Class in org.jboss.windup.util
A composite class loader which looks for classes and resources in a list of class loaders.
FurnaceCompositeClassLoader(ClassLoader, List<ClassLoader>) - Constructor for class org.jboss.windup.util.FurnaceCompositeClassLoader
 
FurnaceCompositeClassLoader(List<ClassLoader>) - Constructor for class org.jboss.windup.util.FurnaceCompositeClassLoader
 

G

get() - Static method in class org.jboss.windup.util.ExecutionStatistics
Gets the instance associated with the current thread.
get(Class<?>) - Static method in class org.jboss.windup.util.Logging
Shorthand for JUL's getLogger(String).
getBaseURI() - Method in class org.jboss.windup.util.xml.LocationAwareContentHandler.Doctype
 
getBrandDocumentationUrl() - Method in class org.jboss.windup.util.Theme
 
getBrandName() - Method in class org.jboss.windup.util.Theme
 
getBrandNameAcronym() - Method in class org.jboss.windup.util.Theme
 
getBrandWebsiteUrl() - Method in class org.jboss.windup.util.Theme
 
getClassCount(boolean) - Method in class org.jboss.windup.util.PackageFrequencyTrie
 
getCliName() - Method in class org.jboss.windup.util.Theme
 
getCliVersion() - Method in class org.jboss.windup.util.Theme
 
getComponentsVersion() - Method in class org.jboss.windup.util.Theme
 
getDefaultThreadCount() - Static method in class org.jboss.windup.util.threading.WindupExecutors
 
getEndsWithZipRegularExpression() - Static method in class org.jboss.windup.util.ZipUtil
 
getExecutionInfo() - Method in class org.jboss.windup.util.ExecutionStatistics
 
getInstance() - Static method in class org.jboss.windup.util.ThemeProvider
 
getLineNumber(Node) - Static method in class org.jboss.windup.util.xml.LocationAwareXmlReader
 
getName() - Method in class org.jboss.windup.util.xml.LocationAwareContentHandler.Doctype
 
getNamespaces(Document) - Static method in class org.jboss.windup.util.xml.LocationAwareXmlReader
 
getNamespaceURI() - Method in class org.jboss.windup.util.xml.NamespaceEntry
 
getNamespaceURI(String) - Method in class org.jboss.windup.util.xml.NamespaceMapContext
 
getNamespaceURIs() - Method in class org.jboss.windup.util.xml.NamespaceMapContext
 
getPackageName() - Method in class org.jboss.windup.util.PackageFrequencyTrie
 
getPackageName(String) - Static method in class org.jboss.windup.util.ClassNameUtil
 
getParentThread() - Method in class org.jboss.windup.util.threading.WindupChildThread
 
getPrefix() - Method in class org.jboss.windup.util.xml.NamespaceEntry
 
getPrefix(String) - Method in class org.jboss.windup.util.xml.NamespaceMapContext
 
getPrefixes(String) - Method in class org.jboss.windup.util.xml.NamespaceMapContext
 
getPublicId() - Method in class org.jboss.windup.util.xml.LocationAwareContentHandler.Doctype
 
getResource(String) - Method in class org.jboss.windup.util.FurnaceCompositeClassLoader
 
getResources(String) - Method in class org.jboss.windup.util.FurnaceCompositeClassLoader
 
getRootFolderForSource(Path, String) - Static method in class org.jboss.windup.util.PathUtil
Returns the root path for this source file, based upon the package name.
getSchemaLocations(Document) - Static method in class org.jboss.windup.util.xml.XmlUtil
Returns the names and locations defined in this Document.
getSingle(Iterable<T>) - Static method in class org.jboss.windup.util.Util
Returns a single item from the Iterator.
getSystemId() - Method in class org.jboss.windup.util.xml.LocationAwareContentHandler.Doctype
 
getTheme() - Method in class org.jboss.windup.util.ThemeProvider
 
getTimeRemainingInMillis() - Method in class org.jboss.windup.util.ProgressEstimate
Gets the estimated time remaining in milliseconds based upon the total number of work units, the start time, and how many units have been done so far.
getTopBarTitle() - Method in class org.jboss.windup.util.Theme
 
getTotal() - Method in class org.jboss.windup.util.ExecutionStatistics.TimingData
 
getTotal() - Method in class org.jboss.windup.util.ProgressEstimate
Gets the total number of work units to be done.
getUserCacheDir() - Static method in class org.jboss.windup.util.PathUtil
The path $USER_HOME/cache
getUserIgnoreDir() - Static method in class org.jboss.windup.util.PathUtil
The path $USER_HOME/ignore
getUserLabelsDir() - Static method in class org.jboss.windup.util.PathUtil
The path $USER_HOME/labels
getUserRulesDir() - Static method in class org.jboss.windup.util.PathUtil
The path $USER_HOME/rules
getWindupAddonsDir() - Static method in class org.jboss.windup.util.PathUtil
The path $WINDUP_HOME/addons
getWindupCacheDir() - Static method in class org.jboss.windup.util.PathUtil
The path $WINDUP_HOME/cache
getWindupHome() - Static method in class org.jboss.windup.util.PathUtil
The path $WINDUP_HOME (where Windup is installed.)
getWindupIgnoreDir() - Static method in class org.jboss.windup.util.PathUtil
The path $WINDUP_HOME/ignore
getWindupLabelsDir() - Static method in class org.jboss.windup.util.PathUtil
The path $WINDUP_HOME/labels
getWindupRulesDir() - Static method in class org.jboss.windup.util.PathUtil
The path $WINDUP_HOME/rules
getWindupUserDir() - Static method in class org.jboss.windup.util.PathUtil
The path $USER_HOME/.windup
getWorked() - Method in class org.jboss.windup.util.ProgressEstimate
Gets the current number of work units done.
getZipExtensions() - Static method in class org.jboss.windup.util.ZipUtil
 

H

hasNext() - Method in class org.jboss.windup.util.FilteredIterator
 

I

IGNORE_DIRECTORY_NAME - Static variable in class org.jboss.windup.util.PathUtil
 
isInSubDirectory(File, File) - Static method in class org.jboss.windup.util.PathUtil
Returns true if "file" is a subfile or subdirectory of "dir".
IterableConverter<TFrom,​TTo> - Class in org.jboss.windup.util
An Iterable that takes from the other Iterable and converts the items using given method.
IterableConverter(Iterable<TFrom>) - Constructor for class org.jboss.windup.util.IterableConverter
Creates a new IterableConverter from the source Iterable.
iterator() - Method in class org.jboss.windup.util.IterableConverter
 

L

LABELS_DIRECTORY_NAME - Static variable in class org.jboss.windup.util.PathUtil
 
LIBRARY_DIRECTORY_NAME - Static variable in class org.jboss.windup.util.PathUtil
 
LINE_NUMBER_KEY_NAME - Static variable in class org.jboss.windup.util.xml.LocationAwareContentHandler
 
LocationAwareContentHandler - Class in org.jboss.windup.util.xml
A SAX ContentHandler which stores the location of each node into that node's setUserData().
LocationAwareContentHandler(Document) - Constructor for class org.jboss.windup.util.xml.LocationAwareContentHandler
 
LocationAwareContentHandler.Doctype - Class in org.jboss.windup.util.xml
 
LocationAwareXmlReader - Class in org.jboss.windup.util.xml
XML stream reader which, after parsing, can tell which node appeared on which line.
LocationAwareXmlReader() - Constructor for class org.jboss.windup.util.xml.LocationAwareXmlReader
 
Logging - Class in org.jboss.windup.util
A convenience class to be able to use class type (instead of a string) to get a logger.
Logging() - Constructor for class org.jboss.windup.util.Logging
 
logLoadedServices(Logger, Class<?>, List<?>) - Static method in class org.jboss.windup.util.ServiceLogger
Log the list of service implementations to the given Logger.

M

marshal(String) - Method in class org.jboss.windup.util.xml.XmlCDataAdapter
Wraps v in a CDATA section.
MarshallingException - Exception in org.jboss.windup.util.exception
 
MarshallingException(String, Throwable) - Constructor for exception org.jboss.windup.util.exception.MarshallingException
 
merge() - Method in class org.jboss.windup.util.ExecutionStatistics
Merge this ExecutionStatistics with all the statistics created within the child threads.
merge(ExecutionStatistics.TimingData) - Method in class org.jboss.windup.util.ExecutionStatistics.TimingData
 

N

name - Variable in class org.jboss.windup.util.xml.LocationAwareContentHandler.Doctype
 
NAMESPACE_KEY_NAME - Static variable in class org.jboss.windup.util.xml.LocationAwareContentHandler
 
NamespaceEntry - Class in org.jboss.windup.util.xml
Used while parsing XML-related rules.
NamespaceEntry(String, String) - Constructor for class org.jboss.windup.util.xml.NamespaceEntry
 
NamespaceMapContext - Class in org.jboss.windup.util.xml
A simple map-based implementation of NamespaceContext.
NamespaceMapContext() - Constructor for class org.jboss.windup.util.xml.NamespaceMapContext
 
NamespaceMapContext(Map<String, String>) - Constructor for class org.jboss.windup.util.xml.NamespaceMapContext
 
NamespaceUtils - Class in org.jboss.windup.util.xml
 
NamespaceUtils() - Constructor for class org.jboss.windup.util.xml.NamespaceUtils
 
newFixedThreadPool(int) - Static method in class org.jboss.windup.util.threading.WindupExecutors
 
newSingleThreadExecutor() - Static method in class org.jboss.windup.util.threading.WindupExecutors
 
newThread(Runnable) - Method in class org.jboss.windup.util.threading.WindupChildThreadFactory
 
next() - Method in class org.jboss.windup.util.FilteredIterator
 
NL - Static variable in class org.jboss.windup.util.Util
 
nodeListToString(NodeList) - Static method in class org.jboss.windup.util.xml.XmlUtil
Converts the given NodeList to a String.
nodeToString(Node) - Static method in class org.jboss.windup.util.xml.XmlUtil
Converts the given Node to a String.

O

objs - Static variable in class org.jboss.windup.util.xml.XmlUtil
 
org.jboss.windup.util - package org.jboss.windup.util
 
org.jboss.windup.util.exception - package org.jboss.windup.util.exception
 
org.jboss.windup.util.file - package org.jboss.windup.util.file
 
org.jboss.windup.util.furnace - package org.jboss.windup.util.furnace
 
org.jboss.windup.util.threading - package org.jboss.windup.util.threading
 
org.jboss.windup.util.xml - package org.jboss.windup.util.xml
 

P

PackageComparator - Class in org.jboss.windup.util
 
PackageComparator() - Constructor for class org.jboss.windup.util.PackageComparator
 
PackageFrequencyTrie - Class in org.jboss.windup.util
 
PackageFrequencyTrie() - Constructor for class org.jboss.windup.util.PackageFrequencyTrie
 
PackageFrequencyTrie(PackageFrequencyTrie, String) - Constructor for class org.jboss.windup.util.PackageFrequencyTrie
 
PackageFrequencyTrieVisitor - Interface in org.jboss.windup.util
 
pathToPackageName(String) - Static method in class org.jboss.windup.util.PathUtil
Attempts to convert a path name (possibly a path within an archive) to a package name.
PathUtil - Class in org.jboss.windup.util
Provides useful methods for manipulating filenames (eg, removing illegal chars from files).
PathUtil() - Constructor for class org.jboss.windup.util.PathUtil
 
performBenchmarked(String, Task<T>) - Static method in class org.jboss.windup.util.ExecutionStatistics
 
printMap(Map<? extends Object, ? extends Object>, boolean) - Static method in class org.jboss.windup.util.Logging
Formats a Map to a String, each entry as one line, using toString() of keys and values.
ProgressEstimate - Class in org.jboss.windup.util
This provides a mechanism for tracking the progress through a long running-job as well as an estimated time to completion.
ProgressEstimate(int) - Constructor for class org.jboss.windup.util.ProgressEstimate
Creates a new ProgressEstimate for the given number of units of work.
publicId - Variable in class org.jboss.windup.util.xml.LocationAwareContentHandler.Doctype
 

R

readXML(InputStream) - Static method in class org.jboss.windup.util.xml.LocationAwareXmlReader
 
remove() - Method in class org.jboss.windup.util.FilteredIterator
 
reset() - Method in class org.jboss.windup.util.ExecutionStatistics
Clears the current threadlocal as well as any current state.
resolveEntity(String, String, String, String) - Method in class org.jboss.windup.util.xml.LocationAwareContentHandler
 
RULES_DIRECTORY_NAME - Static variable in class org.jboss.windup.util.PathUtil
 

S

scan(String) - Method in class org.jboss.windup.util.furnace.FurnaceClasspathScanner
 
scan(Predicate<String>) - Method in class org.jboss.windup.util.furnace.FurnaceClasspathScanner
Scans all Forge addons for files accepted by given filter.
scanClasses(Predicate<String>) - Method in class org.jboss.windup.util.furnace.FurnaceClasspathScanner
Scans all Forge addons for classes accepted by given filter.
scanForAddonMap(Predicate<String>) - Method in class org.jboss.windup.util.furnace.FurnaceClasspathScanner
Scans all Forge addons for files accepted by given filter, and return them as a map (from Addon to URL list)
scanZipFile(String, InputStream, boolean) - Static method in class org.jboss.windup.util.ZipUtil
 
scanZipFile(Path, boolean) - Static method in class org.jboss.windup.util.ZipUtil
 
serializeTimingData(Path) - Method in class org.jboss.windup.util.ExecutionStatistics
Serializes the timing data to a "~" delimited file at outputPath.
ServiceLogger - Class in org.jboss.windup.util
 
ServiceLogger() - Constructor for class org.jboss.windup.util.ServiceLogger
 
setBaseURI(String) - Method in class org.jboss.windup.util.xml.LocationAwareContentHandler.Doctype
 
setDocumentLocator(Locator) - Method in class org.jboss.windup.util.xml.LocationAwareContentHandler
 
setName(String) - Method in class org.jboss.windup.util.xml.LocationAwareContentHandler.Doctype
 
setPublicId(String) - Method in class org.jboss.windup.util.xml.LocationAwareContentHandler.Doctype
 
setSystemId(String) - Method in class org.jboss.windup.util.xml.LocationAwareContentHandler.Doctype
 
setWindupHome(Path) - Static method in class org.jboss.windup.util.PathUtil
 
startElement(String, String, String, Attributes) - Method in class org.jboss.windup.util.xml.LocationAwareContentHandler
 
systemId - Variable in class org.jboss.windup.util.xml.LocationAwareContentHandler.Doctype
 

T

tarDirectory(Path, Path) - Static method in class org.jboss.windup.util.TarUtil
 
tarDirectory(Path, Path, List<String>) - Static method in class org.jboss.windup.util.TarUtil
 
TarUtil - Class in org.jboss.windup.util
 
TarUtil() - Constructor for class org.jboss.windup.util.TarUtil
 
Task<RETURN_TYPE> - Interface in org.jboss.windup.util
A task to be performed.
Theme - Class in org.jboss.windup.util
 
Theme(String, String, String, String, String, String, String, String) - Constructor for class org.jboss.windup.util.Theme
 
ThemeProvider - Class in org.jboss.windup.util
 
TimingData(String) - Constructor for class org.jboss.windup.util.ExecutionStatistics.TimingData
 
toString() - Method in class org.jboss.windup.util.xml.LocationAwareContentHandler.Doctype
 
toString() - Method in class org.jboss.windup.util.xml.NamespaceEntry
 
toString() - Method in class org.jboss.windup.util.xml.NamespaceMapContext
 

U

unmarshal(String) - Method in class org.jboss.windup.util.xml.XmlCDataAdapter
Nothing special, returns v as is.
untar(Path, InputStream) - Static method in class org.jboss.windup.util.TarUtil
 
untar(Path, Path) - Static method in class org.jboss.windup.util.TarUtil
 
unzipFromClassResource(Class<?>, String, File) - Static method in class org.jboss.windup.util.ZipUtil
Unzip a classpath resource using the given Class as the resource root path.
unzipToFolder(File, File) - Static method in class org.jboss.windup.util.ZipUtil
Unzip the given File to the specified directory.
Util - Class in org.jboss.windup.util
 
Util() - Constructor for class org.jboss.windup.util.Util
 

V

visit(File, Predicate<File>) - Static method in class org.jboss.windup.util.file.FileVisit
 
visit(File, Predicate<File>, Visitor<File>) - Static method in class org.jboss.windup.util.file.FileVisit
Visit all files with the given suffix pattern (regex) from the provided File directory tree.
visit(PackageFrequencyTrie, int) - Method in interface org.jboss.windup.util.PackageFrequencyTrieVisitor
 
visit(PackageFrequencyTrieVisitor) - Method in class org.jboss.windup.util.PackageFrequencyTrie
 

W

WINDUP_HOME - Static variable in class org.jboss.windup.util.PathUtil
 
WINDUP_LABELSETS_DIR_SYSPROP - Static variable in class org.jboss.windup.util.PathUtil
 
WINDUP_RULESETS_DIR_SYSPROP - Static variable in class org.jboss.windup.util.PathUtil
 
WindupChildThread - Class in org.jboss.windup.util.threading
Thread used to hold a reference to parent thread.
WindupChildThread(Thread, Runnable) - Constructor for class org.jboss.windup.util.threading.WindupChildThread
 
WindupChildThreadFactory - Class in org.jboss.windup.util.threading
A thread-parent thread factory.
WindupChildThreadFactory() - Constructor for class org.jboss.windup.util.threading.WindupChildThreadFactory
 
WindupException - Exception in org.jboss.windup.util.exception
Root Windup exception to inherit other Windup-specific exceptions from.
WindupException() - Constructor for exception org.jboss.windup.util.exception.WindupException
 
WindupException(String) - Constructor for exception org.jboss.windup.util.exception.WindupException
 
WindupException(String, Throwable) - Constructor for exception org.jboss.windup.util.exception.WindupException
 
WindupException(Throwable) - Constructor for exception org.jboss.windup.util.exception.WindupException
 
WindupExecutors - Class in org.jboss.windup.util.threading
An alterantive to Executors that pushes windup specific threadFactory inside by default.
WindupExecutors() - Constructor for class org.jboss.windup.util.threading.WindupExecutors
 
WindupMultiException - Exception in org.jboss.windup.util.exception
An exception that shows multiple error messages.
WindupMultiException(String, List<Exception>) - Constructor for exception org.jboss.windup.util.exception.WindupMultiException
 
WindupMultiStringException - Exception in org.jboss.windup.util.exception
An exception that shows multiple error messages.
WindupMultiStringException(String, List<String>) - Constructor for exception org.jboss.windup.util.exception.WindupMultiStringException
 
WindupStopException - Exception in org.jboss.windup.util.exception
Thrown in certain situations when we need to stop Windup execution, typically based on external request.
WindupStopException(Exception) - Constructor for exception org.jboss.windup.util.exception.WindupStopException
Intended for wrapping another exception meant to stop the execution.
WindupStopException(String) - Constructor for exception org.jboss.windup.util.exception.WindupStopException
 
WindupStopException(String, Exception) - Constructor for exception org.jboss.windup.util.exception.WindupStopException
Intended for wrapping another exception meant to stop the execution.

X

XmlCDataAdapter - Class in org.jboss.windup.util.xml
Special adapter class to marshall certain sections as CDATA text instead of escaped text.
XmlCDataAdapter() - Constructor for class org.jboss.windup.util.xml.XmlCDataAdapter
 
XmlUtil - Class in org.jboss.windup.util.xml
Contains utility methods for interacting with XML files.
XmlUtil() - Constructor for class org.jboss.windup.util.xml.XmlUtil
 
XPathException - Exception in org.jboss.windup.util.exception
 
XPathException(String, Throwable) - Constructor for exception org.jboss.windup.util.exception.XPathException
 
xpathExists(Node, String, Map<String, String>) - Static method in class org.jboss.windup.util.xml.XmlUtil
Runs the given xpath and returns a boolean result.
xpathExtract(Node, String, Map<String, String>) - Static method in class org.jboss.windup.util.xml.XmlUtil
Runs the given xpath and returns a String result.
xpathNodeList(Node, String, Map<String, String>) - Static method in class org.jboss.windup.util.xml.XmlUtil
Runs the given xpath and returns a NodeList result.
xpathNodeList(Node, XPathExpression) - Static method in class org.jboss.windup.util.xml.XmlUtil
Runs the given xpath and returns a NodeList result.

Z

zipFolder(Path, String, String, List<String>) - Static method in class org.jboss.windup.util.ZipUtil
 
ZipUtil - Class in org.jboss.windup.util
 
ZipUtil() - Constructor for class org.jboss.windup.util.ZipUtil
 
A B C D E F G H I L M N O P R S T U V W X Z 
All Classes All Packages