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

A

addBooleanOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a boolean option.
addDoubleOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a double option.
addIntegerOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding an integer option.
addOption(CmdLineParser.Option) - Method in class jargs.gnu.CmdLineParser
Add the specified Option to the list of accepted options
addStringOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a string option.
AppendConcatFilter - class net.sf.whatsnew.filter.impl.AppendConcatFilter.
An ConcatFilter implementation which sets file input first then extra input
AppendConcatFilter() - Constructor for class net.sf.whatsnew.filter.impl.AppendConcatFilter
 
AppException - exception net.sf.whatsnew.exceptions.AppException.
Application Level exception
AppException() - Constructor for class net.sf.whatsnew.exceptions.AppException
Creates a new AppException object.
AppException(String) - Constructor for class net.sf.whatsnew.exceptions.AppException
Creates a new AppException object, with message identified with key
AppException(String, boolean) - Constructor for class net.sf.whatsnew.exceptions.AppException
Creates a new AppException object.

B

booleanValue() - Method in class net.sf.whatsnew.options.OptionValue
Get as boolean

C

capitalize(String) - Static method in class org.apache.commons.lang.WordUtils
Capitalizes all the whitespace separated words in a String.
capitalizeFully(String) - Static method in class org.apache.commons.lang.WordUtils
Capitalizes all the whitespace separated words in a String.
Change - class net.sf.whatsnew.mode.impl.Change.
The new Change mode
CHANGE - Static variable in class net.sf.whatsnew.mode.Mode
Mode new file change
CHANGE_MESSAGE - Static variable in class net.sf.whatsnew.options.Options
Change message
Change(Options) - Constructor for class net.sf.whatsnew.mode.impl.Change
Creates a new Change object.
checkOptions() - Method in class net.sf.whatsnew.mode.impl.Change
Validade minimal mode options
checkOptions() - Method in class net.sf.whatsnew.mode.impl.Release
Validade minimal mode options
checkOptions() - Method in class net.sf.whatsnew.mode.Mode
Validade minimal mode options
CmdLineParser - class jargs.gnu.CmdLineParser.
Largely GNU-compatible command-line options parser.
CmdLineParser.IllegalOptionValueException - exception jargs.gnu.CmdLineParser.IllegalOptionValueException.
Thrown when an illegal or missing value is given by the user for an option that takes a value.
CmdLineParser.IllegalOptionValueException(CmdLineParser.Option, String) - Constructor for class jargs.gnu.CmdLineParser.IllegalOptionValueException
 
CmdLineParser.Option - class jargs.gnu.CmdLineParser.Option.
Representation of a command-line option
CmdLineParser.Option.BooleanOption - class jargs.gnu.CmdLineParser.Option.BooleanOption.
 
CmdLineParser.Option.BooleanOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.BooleanOption
 
CmdLineParser.Option.DoubleOption - class jargs.gnu.CmdLineParser.Option.DoubleOption.
An option that expects a floating-point value
CmdLineParser.Option.DoubleOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.DoubleOption
 
CmdLineParser.Option.IntegerOption - class jargs.gnu.CmdLineParser.Option.IntegerOption.
An option that expects an integer value
CmdLineParser.Option.IntegerOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.IntegerOption
 
CmdLineParser.Option.StringOption - class jargs.gnu.CmdLineParser.Option.StringOption.
An option that expects a string value
CmdLineParser.Option.StringOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.StringOption
 
CmdLineParser.Option(char, String, boolean) - Constructor for class jargs.gnu.CmdLineParser.Option
 
CmdLineParser.OptionException - exception jargs.gnu.CmdLineParser.OptionException.
Base class for exceptions that may be thrown when options are parsed
CmdLineParser.UnknownOptionException - exception jargs.gnu.CmdLineParser.UnknownOptionException.
Thrown when the parsed command-line contains an option that is not recognised.
CmdLineParser() - Constructor for class jargs.gnu.CmdLineParser
 
ComposedIndentationFilter - class net.sf.whatsnew.filter.impl.ComposedIndentationFilter.
An Filter implementation which idents first line with a string and the rest with other
ComposedIndentationFilter() - Constructor for class net.sf.whatsnew.filter.impl.ComposedIndentationFilter
 
concat(String[], String[]) - Method in interface net.sf.whatsnew.filter.ConcatFilter
Concatenates the two arrays
concat(String[], String[]) - Method in class net.sf.whatsnew.filter.impl.AppendConcatFilter
Concatenates the two arrays
concat(String[], String[]) - Method in class net.sf.whatsnew.filter.impl.PrependConcatFilter
Concatenates the two arrays
ConcatFilter - interface net.sf.whatsnew.filter.ConcatFilter.
Concat Filter Interface
Config - class net.sf.whatsnew.config.Config.
Config file wrapper.
Config() - Constructor for class net.sf.whatsnew.config.Config
Creates a new Config object.
Config(File) - Constructor for class net.sf.whatsnew.config.Config
Creates a new Config object.

D

DosOutputWriter - class net.sf.whatsnew.filter.impl.DosOutputWriter.
An OutputWriter implementation that plain the buffer using DOS line feeds
DosOutputWriter() - Constructor for class net.sf.whatsnew.filter.impl.DosOutputWriter
 
doubleValue() - Method in class net.sf.whatsnew.options.OptionValue
Get as double

E

execute() - Method in class net.sf.whatsnew.ant.WhatsNewTask
Main task exec method
expandTabs(String, int) - Static method in class net.sf.whatsnew.filter.util.StringUtils
Expand tabs contained in string argument line.

F

FILE - Static variable in class net.sf.whatsnew.options.Options
File name
FILE_ENCODING - Static variable in class org.apache.commons.lang.SystemUtils
The file.encoding System Property. File encoding, such as Cp1252. Defaults to null if the runtime does not have security access to read this property or the property does not exist.
FILE_SEPARATOR - Static variable in class org.apache.commons.lang.SystemUtils
The file.separator System Property.
Filter - interface net.sf.whatsnew.filter.Filter.
Text filter Interface
filter(String[]) - Method in interface net.sf.whatsnew.filter.Filter
Process an array of Strings
filter(String[]) - Method in class net.sf.whatsnew.filter.impl.ComposedIndentationFilter
Process an array of Strings
filter(String[]) - Method in class net.sf.whatsnew.filter.impl.SimpleIndentationFilter
Process an array of Strings
filter(String[]) - Method in class net.sf.whatsnew.filter.impl.TabsToSpacesFilter
Process an array of Strings
filter(String[]) - Method in class net.sf.whatsnew.filter.impl.TrimSpacesFilter
Process an array of Strings
filter(String[]) - Method in class net.sf.whatsnew.filter.impl.WordWrapFilter
Process an array of Strings

G

getBoolean() - Method in class net.sf.whatsnew.options.OptionValue
Get as Boolean
getConcatFilter() - Method in class net.sf.whatsnew.mode.impl.Change
Get concatenation filter to use
getConcatFilter() - Method in class net.sf.whatsnew.mode.impl.Release
Get concatenation filter to use
getConcatFilter() - Method in class net.sf.whatsnew.mode.Mode
Get concatenation filter to use
getConfigOptions(String) - Static method in class net.sf.whatsnew.WhatsNew
Constructs default application options, based on config properties and external file if specified
getDouble() - Method in class net.sf.whatsnew.options.OptionValue
Get as Double
getExtraFilters() - Method in class net.sf.whatsnew.mode.impl.Change
Get the filters to be applied to extra input
getExtraFilters() - Method in class net.sf.whatsnew.mode.impl.Release
Get the filters to be applied to extra input
getExtraFilters() - Method in class net.sf.whatsnew.mode.Mode
Get the filters to be applied to extra input
getExtraInput() - Method in class net.sf.whatsnew.mode.impl.Change
Get extra input
getExtraInput() - Method in class net.sf.whatsnew.mode.impl.Release
Get extra input
getExtraInput() - Method in class net.sf.whatsnew.mode.Mode
Get extra input
getFactory(Options) - Static method in class net.sf.whatsnew.mode.Mode
Instantiates a new application mode
getFileFilters() - Method in class net.sf.whatsnew.mode.impl.Change
Get the filters to be applied to file input
getFileFilters() - Method in class net.sf.whatsnew.mode.impl.Release
Get the filters to be applied to file input
getFileFilters() - Method in class net.sf.whatsnew.mode.Mode
Get the filters to be applied to file input
getFileInput(File) - Method in class net.sf.whatsnew.mode.impl.Change
Get file input
getFileInput(File) - Method in class net.sf.whatsnew.mode.impl.Release
Get file input
getFileInput(File) - Method in class net.sf.whatsnew.mode.Mode
Get file input
getInteger() - Method in class net.sf.whatsnew.options.OptionValue
Get as Integer
getJavaVersion() - Static method in class org.apache.commons.lang.SystemUtils
Deprecated. Use SystemUtils.JAVA_VERSION_FLOAT instead. Method will be removed in Commons Lang 3.0.
getLong() - Method in class net.sf.whatsnew.options.OptionValue
Get as Long
getNumber() - Method in class net.sf.whatsnew.options.OptionValue
Get as Number
getOption() - Method in class jargs.gnu.CmdLineParser.IllegalOptionValueException
 
getOptionName() - Method in class jargs.gnu.CmdLineParser.UnknownOptionException
 
getOptionValue(CmdLineParser.Option) - Method in class jargs.gnu.CmdLineParser
 
getOptionValue(Object) - Method in class net.sf.whatsnew.options.IntegerOption
Gets option value
getOptionValue(Object) - Method in class net.sf.whatsnew.options.StringOption
Gets option value
getOutputWriter() - Method in class net.sf.whatsnew.mode.impl.Change
Get output writer
getOutputWriter() - Method in class net.sf.whatsnew.mode.impl.Release
Get output writer
getOutputWriter() - Method in class net.sf.whatsnew.mode.Mode
Get output writer
getRemainingArgs() - Method in class jargs.gnu.CmdLineParser
 
getString() - Method in class net.sf.whatsnew.options.OptionValue
Get as String
getString(String) - Method in class net.sf.whatsnew.config.Config
Obtain config entry based on key value
getString(String) - Static method in class net.sf.whatsnew.lang.Messages
Obtain message based on key value
getValue() - Method in class jargs.gnu.CmdLineParser.IllegalOptionValueException
 
getValue(Option) - Method in class net.sf.whatsnew.options.Options
Get the value option, if exists
getValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option
 

I

init() - Method in class net.sf.whatsnew.ant.WhatsNewTask
Init
IntegerOption - class net.sf.whatsnew.options.IntegerOption.
An Integer Option
IntegerOption(Integer) - Constructor for class net.sf.whatsnew.options.IntegerOption
Creates a new IntegerOption object.
intValue() - Method in class net.sf.whatsnew.options.OptionValue
Get as int
InvalidOptionValue - exception net.sf.whatsnew.exceptions.InvalidOptionValue.
Invalid option exception
InvalidOptionValue() - Constructor for class net.sf.whatsnew.exceptions.InvalidOptionValue
Creates a new InvalidOptionValue object.
InvalidOptionValue(String) - Constructor for class net.sf.whatsnew.exceptions.InvalidOptionValue
Creates a new InvalidOptionValue object.
InvalidOptionValue(String, boolean) - Constructor for class net.sf.whatsnew.exceptions.InvalidOptionValue
Creates a new InvalidOptionValue object.
IS_JAVA_1_1 - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Java version 1.1 (also 1.1.x versions). The field will return false if SystemUtils.JAVA_VERSION is null.
IS_JAVA_1_2 - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Java version 1.2 (also 1.2.x versions). The field will return false if SystemUtils.JAVA_VERSION is null.
IS_JAVA_1_3 - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Java version 1.3 (also 1.3.x versions). The field will return false if SystemUtils.JAVA_VERSION is null.
IS_JAVA_1_4 - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Java version 1.4 (also 1.4.x versions). The field will false false if SystemUtils.JAVA_VERSION is null.
IS_JAVA_1_5 - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Java version 1.5 (also 1.5.x versions). The field will return false if SystemUtils.JAVA_VERSION is null.
IS_OS_AIX - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is AIX. The field will return false if OS_NAME is null.
IS_OS_HP_UX - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is HP-UX. The field will return false if OS_NAME is null.
IS_OS_IRIX - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Irix. The field will return false if OS_NAME is null.
IS_OS_LINUX - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Linux. The field will return false if OS_NAME is null.
IS_OS_MAC - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Mac. The field will return false if OS_NAME is null.
IS_OS_MAC_OSX - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Mac. The field will return false if OS_NAME is null.
IS_OS_OS2 - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is OS/2. The field will return false if OS_NAME is null.
IS_OS_SOLARIS - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Solaris. The field will return false if OS_NAME is null.
IS_OS_SUN_OS - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is SunOS. The field will return false if OS_NAME is null.
IS_OS_WINDOWS - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Windows. The field will return false if OS_NAME is null.
IS_OS_WINDOWS_2000 - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Windows 2000. The field will return false if OS_NAME is null.
IS_OS_WINDOWS_95 - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Windows 95. The field will return false if OS_NAME is null.
IS_OS_WINDOWS_98 - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Windows 98. The field will return false if OS_NAME is null.
IS_OS_WINDOWS_ME - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Windows ME. The field will return false if OS_NAME is null.
IS_OS_WINDOWS_NT - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Windows NT. The field will return false if OS_NAME is null.
IS_OS_WINDOWS_XP - Static variable in class org.apache.commons.lang.SystemUtils
Is true if this is Windows XP. The field will return false if OS_NAME is null.
isJavaVersionAtLeast(float) - Static method in class org.apache.commons.lang.SystemUtils
Is the Java version at least the requested version. Example input: 1.2f to test for JDK 1.2 1.31f to test for JDK 1.3.1
isJavaVersionAtLeast(int) - Static method in class org.apache.commons.lang.SystemUtils
Is the Java version at least the requested version. Example input: 120 to test for JDK 1.2 or greater 131 to test for JDK 1.3.1 or greater

J

JAVA_CLASS_PATH - Static variable in class org.apache.commons.lang.SystemUtils
The java.class.path System Property.
JAVA_CLASS_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
The java.class.version System Property.
JAVA_COMPILER - Static variable in class org.apache.commons.lang.SystemUtils
The java.compiler System Property.
JAVA_EXT_DIRS - Static variable in class org.apache.commons.lang.SystemUtils
The java.ext.dirs System Property.
JAVA_HOME - Static variable in class org.apache.commons.lang.SystemUtils
The java.home System Property.
JAVA_IO_TMPDIR - Static variable in class org.apache.commons.lang.SystemUtils
The java.io.tmpdir System Property.
JAVA_LIBRARY_PATH - Static variable in class org.apache.commons.lang.SystemUtils
The java.library.path System Property.
JAVA_RUNTIME_NAME - Static variable in class org.apache.commons.lang.SystemUtils
The java.runtime.name System Property.
JAVA_RUNTIME_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
The java.runtime.version System Property.
JAVA_SPECIFICATION_NAME - Static variable in class org.apache.commons.lang.SystemUtils
The java.specification.name System Property.
JAVA_SPECIFICATION_VENDOR - Static variable in class org.apache.commons.lang.SystemUtils
The java.specification.vendor System Property.
JAVA_SPECIFICATION_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
The java.specification.version System Property.
JAVA_VENDOR - Static variable in class org.apache.commons.lang.SystemUtils
The java.vendor System Property.
JAVA_VENDOR_URL - Static variable in class org.apache.commons.lang.SystemUtils
The java.vendor.url System Property.
JAVA_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
The java.version System Property.
JAVA_VERSION_FLOAT - Static variable in class org.apache.commons.lang.SystemUtils
Gets the Java version as a float. Example return values: 1.2f for JDK 1.2 1.31f for JDK 1.3.1 The field will return zero if SystemUtils.JAVA_VERSION is null.
JAVA_VERSION_INT - Static variable in class org.apache.commons.lang.SystemUtils
Gets the Java version as an int. Example return values: 120 for JDK 1.2 131 for JDK 1.3.1 The field will return zero if SystemUtils.JAVA_VERSION is null.
JAVA_VM_INFO - Static variable in class org.apache.commons.lang.SystemUtils
The java.vm.info System Property.
JAVA_VM_NAME - Static variable in class org.apache.commons.lang.SystemUtils
The java.vm.name System Property.
JAVA_VM_SPECIFICATION_NAME - Static variable in class org.apache.commons.lang.SystemUtils
The java.vm.specification.name System Property.
JAVA_VM_SPECIFICATION_VENDOR - Static variable in class org.apache.commons.lang.SystemUtils
The java.vm.specification.vendor System Property.
JAVA_VM_SPECIFICATION_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
The java.vm.specification.version System Property.
JAVA_VM_VENDOR - Static variable in class org.apache.commons.lang.SystemUtils
The java.vm.vendor System Property.
JAVA_VM_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
The java.vm.version System Property.

L

LINE_SEPARATOR - Static variable in class org.apache.commons.lang.SystemUtils
The line.separator System Property.
longForm() - Method in class jargs.gnu.CmdLineParser.Option
 

M

Main - class net.sf.whatsnew.console.Main.
Wrapper class for WhatsNew File Creator aplication
Main() - Constructor for class net.sf.whatsnew.console.Main
 
main(String[]) - Static method in class net.sf.whatsnew.console.Main
Main method
Messages - class net.sf.whatsnew.lang.Messages.
Utility class for Application messages grab
Mode - class net.sf.whatsnew.mode.Mode.
The abtract application execution mode
MODE - Static variable in class net.sf.whatsnew.options.Options
Application Mode
Mode(Options) - Constructor for class net.sf.whatsnew.mode.Mode
Constructs a new execution mode

O

options - Variable in class net.sf.whatsnew.mode.Mode
Application options
Options - class net.sf.whatsnew.options.Options.
Application options
Options() - Constructor for class net.sf.whatsnew.options.Options
 
OptionValue - class net.sf.whatsnew.options.OptionValue.
An Option value
OptionValue(Object) - Constructor for class net.sf.whatsnew.options.OptionValue
Creates a new OptionValue object.
OS_ARCH - Static variable in class org.apache.commons.lang.SystemUtils
The os.arch System Property.
OS_NAME - Static variable in class org.apache.commons.lang.SystemUtils
The os.name System Property.
OS_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
The os.version System Property.
output(File, String[]) - Method in class net.sf.whatsnew.filter.impl.DosOutputWriter
Plains the array
output(File, String[]) - Method in class net.sf.whatsnew.filter.impl.UnixOutputWriter
Plains the array
output(File, String[]) - Method in interface net.sf.whatsnew.filter.OutputWriter
Plains the array
OutputWriter - interface net.sf.whatsnew.filter.OutputWriter.
OutputWriter Interface

P

parse(String[]) - Method in class jargs.gnu.CmdLineParser
Extract the options and non-option arguments from the given list of command-line arguments.
parse(String[], Locale) - Method in class jargs.gnu.CmdLineParser
Extract the options and non-option arguments from the given list of command-line arguments.
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option
Override to extract and convert an option value passed on the command-line
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option.IntegerOption
 
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option.DoubleOption
 
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option.StringOption
 
PATH_SEPARATOR - Static variable in class org.apache.commons.lang.SystemUtils
The path.separator System Property.
PrependConcatFilter - class net.sf.whatsnew.filter.impl.PrependConcatFilter.
An ConcatFilter implementation which sets extra input first then file input
PrependConcatFilter() - Constructor for class net.sf.whatsnew.filter.impl.PrependConcatFilter
 
print(boolean) - Method in class net.sf.whatsnew.exceptions.AppException
Prints exception

R

Release - class net.sf.whatsnew.mode.impl.Release.
The new Release mode
RELEASE - Static variable in class net.sf.whatsnew.mode.Mode
Mode new file release
RELEASE_DATE_FORMAT - Static variable in class net.sf.whatsnew.options.Options
Release date format (@see java.text.SimpleDateFormat)
RELEASE_FORMAT - Static variable in class net.sf.whatsnew.options.Options
Release string format
RELEASE_VERSION - Static variable in class net.sf.whatsnew.options.Options
Release Version
Release(Options) - Constructor for class net.sf.whatsnew.mode.impl.Release
Creates a new Release object.
run() - Method in class net.sf.whatsnew.mode.Mode
Main mode execution method
run() - Method in class net.sf.whatsnew.WhatsNew
Main execution method

S

setChange(boolean) - Method in class net.sf.whatsnew.ant.WhatsNewTask
Setter for property #change
setConfigProperties(String) - Method in class net.sf.whatsnew.ant.WhatsNewTask
Setter for property #configProperties
setFile(String) - Method in class net.sf.whatsnew.ant.WhatsNewTask
Setter for property #file
setMessage(String) - Method in class net.sf.whatsnew.ant.WhatsNewTask
Setter for property #message
setRelease(boolean) - Method in class net.sf.whatsnew.ant.WhatsNewTask
Setter for property #release
setReleaseVersion(String) - Method in class net.sf.whatsnew.ant.WhatsNewTask
Setter for property #releaseVersion
setValue(Option, Object) - Method in class net.sf.whatsnew.options.Options
Set an option
shortForm() - Method in class jargs.gnu.CmdLineParser.Option
 
SimpleIndentationFilter - class net.sf.whatsnew.filter.impl.SimpleIndentationFilter.
An Filter implementation which idents each line with a string
SimpleIndentationFilter() - Constructor for class net.sf.whatsnew.filter.impl.SimpleIndentationFilter
 
splitIntoLines(String, String) - Static method in class net.sf.whatsnew.filter.util.StringUtils
Splits a string into lines using a newline as delim
StringOption - class net.sf.whatsnew.options.StringOption.
A String Option
StringOption(String) - Constructor for class net.sf.whatsnew.options.StringOption
Creates a new StringOption object.
StringUtils - class net.sf.whatsnew.filter.util.StringUtils.
Operations on Strings
StringUtils() - Constructor for class net.sf.whatsnew.filter.util.StringUtils
 
swapCase(String) - Static method in class org.apache.commons.lang.WordUtils
Swaps the case of a String using a word based algorithm. Upper case character converts to Lower case Title case character converts to Lower case Lower case character after Whitespace or at start converts to Title case Other Lower case character converts to Upper case Whitespace is defined by Character#isWhitespace(char).
SystemUtils - class org.apache.commons.lang.SystemUtils.
Helpers for java.lang.System. If a system property cannot be read due to security restrictions, the corresponding field in this class will be set to null and a message will be written to System.err.
SystemUtils() - Constructor for class org.apache.commons.lang.SystemUtils
SystemUtils instances should NOT be constructed in standard programming.

T

TabsToSpacesFilter - class net.sf.whatsnew.filter.impl.TabsToSpacesFilter.
An Filter implementation which removes tabs and substitutes with spaces
TabsToSpacesFilter() - Constructor for class net.sf.whatsnew.filter.impl.TabsToSpacesFilter
 
TrimSpacesFilter - class net.sf.whatsnew.filter.impl.TrimSpacesFilter.
An Filter implementation which trims spaces of strings
TrimSpacesFilter() - Constructor for class net.sf.whatsnew.filter.impl.TrimSpacesFilter
 

U

uncapitalize(String) - Static method in class org.apache.commons.lang.WordUtils
Uncapitalizes all the whitespace separated words in a String.
UnixOutputWriter - class net.sf.whatsnew.filter.impl.UnixOutputWriter.
An OutputWriter implementation that plain the buffer using UNIX line feeds
UnixOutputWriter() - Constructor for class net.sf.whatsnew.filter.impl.UnixOutputWriter
 
USER_COUNTRY - Static variable in class org.apache.commons.lang.SystemUtils
The user.country or user.region System Property.
USER_DIR - Static variable in class org.apache.commons.lang.SystemUtils
The user.dir System Property.
USER_HOME - Static variable in class org.apache.commons.lang.SystemUtils
The user.home System Property.
USER_LANGUAGE - Static variable in class org.apache.commons.lang.SystemUtils
The user.language System Property.
USER_NAME - Static variable in class org.apache.commons.lang.SystemUtils
The user.name System Property.

W

wantsValue() - Method in class jargs.gnu.CmdLineParser.Option
Tells whether or not this option wants a value
WhatsNew - class net.sf.whatsnew.WhatsNew.
Main class for WhatsNew File Creator aplication
WhatsNew(Options) - Constructor for class net.sf.whatsnew.WhatsNew
Creates a new WhatsNew object.
WhatsNewTask - class net.sf.whatsnew.ant.WhatsNewTask.
Jakarta Ant Task Plugin for WhatsNew File Creator application.
WhatsNewTask() - Constructor for class net.sf.whatsnew.ant.WhatsNewTask
 
WordUtils - class org.apache.commons.lang.WordUtils.
Operations on Strings that contain words. This class tries to handle null input gracefully.
WordUtils() - Constructor for class org.apache.commons.lang.WordUtils
WordWrapUtils instances should NOT be constructed in standard programming.
WordWrapFilter - class net.sf.whatsnew.filter.impl.WordWrapFilter.
An Filter implementation which wordwraps lines
WordWrapFilter() - Constructor for class net.sf.whatsnew.filter.impl.WordWrapFilter
 
wrap(String, int) - Static method in class org.apache.commons.lang.WordUtils
Wraps a single line of text, identifying words by ' '. New lines will be separated by the system property line separator.
wrap(String, int, String, boolean) - Static method in class org.apache.commons.lang.WordUtils
Wraps a single line of text, identifying words by ' '. Leading spaces on a new line are stripped.

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

Copyright © 2004 Sourceforge. All Rights Reserved.