Interface | Description |
---|---|
TimephasedNormaliser<T> |
Classes implementing this interface are used to normalise timephased data.
|
Class | Description |
---|---|
AbstractTimephasedWorkNormaliser |
Common implementation detail for normalisation.
|
AlphanumComparator |
This is an updated version with enhancements made by Daniel Migowski,
Andre Bogus, and David Koelle.
|
AssignmentFieldLists |
Assignment fields grouped into logical collections.
|
AutoCloseableHelper |
Common helper methods for working with AutoCloseable resources.
|
BooleanHelper |
This class contains utility methods related to Boolean objects and
boolean primitives.
|
ByteArray |
Simple wrapper around a byte array which dumps the array as hex
when toString is called.
|
ByteArrayHelper |
Helper methods for working with byte arrays.
|
CharsetHelper |
Commonly used character sets.
|
CloseIgnoringInputStream |
A wrapper around an
InputStream , which
ignores close requests made to it. |
ColorHelper |
Provides helper methods for working with colors.
|
CombinedCalendar |
A calendar which represents the intersection of working time between
two other calendars.
|
ConnectionHelper |
Common code for working with database connections.
|
DayOfWeekHelper |
Common code for working with DayOfWeek instances.
|
DebugLogPrintWriter |
Utility method for creating a PrintWriter instance for debug output.
|
DefaultTimephasedCostContainer |
Class used to manage timephased data.
|
DefaultTimephasedWorkContainer |
Class used to manage timephased data.
|
EnumHelper |
Utility method for working with enumerations.
|
FieldLists |
Fields grouped into logical collections.
|
FieldTypeHelper |
Utility class containing methods relating to the FieldType class.
|
FileHelper |
Common helper methods for working with files.
|
FixedLengthInputStream |
InputStream with a fixed amount of bytes available to read. |
HierarchyHelper |
Helper methods for working with hierarchical data.
|
HtmlHelper |
HTML helper methods.
|
InputStreamHelper |
Helper methods for dealing with InputStreams.
|
InputStreamTokenizer |
This class implements a tokenizer as per the underlying Tokenizer class,
with characters being read from an InputStream instance.
|
JdbcOdbcHelper |
Helper methods for working with the JDBC-ODBC bridge.
|
JvmHelper |
Helper methods relating to the JVM.
|
LocalDateHelper |
Common code for working with LocalDate instances.
|
LocalDateTimeHelper |
Common code for working with LocalDateTime instances.
|
LocalTimeHelper |
Common code for working with LocalTime instances.
|
MarshallerHelper |
Helper methods relating to the JAXB marshaller.
|
MicrosoftProjectConstants |
Container for constants specific to file types read/written by Microsoft Project.
|
MicrosoftProjectUniqueIDMapper |
This class is used by writers generating file formats which can be read by Microsoft Project.
|
MPPAssignmentField |
Utility class used to map between the integer values held in MS Project
to represent an assignment field, and the enumerated type used to represent
assignment fields in MPXJ.
|
MPPConstraintField |
Utility class used to map between the integer values held in MS Project
to represent a constraint field, and the enumerated type used to represent
constraint fields in MPXJ.
|
MPPProjectField |
Utility class used to map between the integer values held in MS Project
to represent a project field, and the enumerated type used to represent
task fields in MPXJ.
|
MPPResourceField |
Utility class used to map between the integer values held in MS Project
to represent a resource field, and the enumerated type used to represent
resource fields in MPXJ.
|
MPPTaskField |
Utility class used to map between the integer values held in MS Project
to represent a task field, and the enumerated type used to represent
task fields in MPXJ.
|
NumberHelper |
This class contains utility methods for handling Number objects and
numeric primitives.
|
ObjectSequence |
Simple sequence generation class.
|
Pair<L,R> |
Represents a pair of values.
|
PopulatedFields<E extends Enum<E> & FieldType,T extends FieldContainer> |
Given a collection of objects containing fields, return a set representing
all of the fields which have a non-null value in any of the objects.
|
ProjectCalendarHelper |
Helper methods for working with
ProjectCalendar instances. |
ProjectFieldLists |
Project fields grouped into logical collections.
|
RateHelper |
Utility method for working with Rates.
|
ReaderTokenizer |
This class implements a tokenizer as per the underlying Tokenizer class,
with characters being read from a Reader instance.
|
ResourceFieldLists |
Resource fields grouped into logical collections.
|
ResultSetHelper |
Helper methods relating to ResultSet instances.
|
RtfHelper |
This class is used to collect together utility functions for manipulating
RTF encoded text.
|
SemVer |
Simple semantic version representation, with comparison methods.
|
SlackHelper |
This class provides functionality to assist calculating slack values.
|
SplitTaskFactory |
This class contains methods to create lists of Dates representing
task splits.
|
SQLite |
Utility methods used to manage SQLite database connections.
|
StringHelper |
Helper methods relating to strings.
|
TaskFieldLists |
Task fields grouped into logical collections.
|
Tokenizer |
This class implements a tokenizer based loosely on
java.io.StreamTokenizer.
|
UnmarshalHelper |
Utility methods wrapping JAXB unmarshal.
|
XmlHelper |
Helper methods for working with XML.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.