Interface | Description |
---|---|
LogManager.LogFactory |
A LogFactory returns a Logger for a given class
Client applications must implement this interface
|
LogManager.Logger |
A Logger accepts a string as input and decides whether or not to log that string
Client applications must implement this interface
|
Platform.WorkStationOptions |
Platform specific options saved in local workstation .ini files A Windows
& a Unix implementation are available Applications should have no reason
to implement this interface
|
Sortable |
Delegate object to hand to sort for call back compare.
|
SortCompare |
Delegate object to hand to sort for call -back compare.
|
StreamUtils.Listener |
Class | Description |
---|---|
Assert |
An internal Assertion mechanism used to throw exceptions as needed Typically,
application developers are likely to see one of these thrown exceptions only
if they call into SDK api's with NULL arguments which are unexpected.
|
Base64 |
A utility class for encoding and decoding binary data in base64.
|
Date |
An SDK implementation of Date which closely mirrors
java.util.GregorianCalendar but only supports day, month and year
Note that, unlike the Microsoft.NET System.DateTime, the values for Month
range from 0 (January) to 11 (December) This is in keeping with
java.util.Date and java.util.GregorianCalendar
|
DateTime |
An SDK implementation of Date and Time whose internal representation is in
UTC It provides transformations and converters to java.util.Date and to/from
Ticks, to support interoperability with Microsoft.NET System.DateTime This
class does not support millisecond precision.
|
DateTimeFormat |
Formats dates in a locale-sensitive manner.
|
DotNotation |
Represents a DotNotation (e.g., 1.25.1.0).
|
Encoding |
A platform-independent representation of a character encoding, with methods
for enumerating encodings, determining which are supported by the current
platform, etc.
|
EOLReader |
The class definition for an EOL Reader
|
FileAccess |
An interface to obtain certain abstract file properties.
|
FileAccess.Attributes |
Attributes of a working file on disk
|
FileUtils |
Utility class for accessing file info.
|
GUID |
Generates a Globally unique identifier
|
ISO8601 |
A utility class for encoding and parsing ISO8601 date/time format strings.
|
LineProcessor |
The class definition for a Line Processor
|
LineReader |
A Line Reader is a subclass of Reader, which implements its own buffer.
|
LogManager |
provide a simple model for logging debug messages from the sdk
the caller is responsible for implementing the interfaces
|
MD5 |
A 16 byte hash that uniquely identifies content across space and time
|
MD5.Stream |
The MD5 of content digested from a stream, computed after the stream is
closed
|
NativeFileAccess |
A collection of Native Methods to access the File System directly
|
Platform |
Information about the current platform.
|
Platform.EOL |
The end-of-line sequence on different platforms
|
QuickSort |
An implementation of the quick sort algorithm
|
ReadWriteLock |
A Multi-Reader Single-Writer locking strategy using
java.util.concurrent.ReentrantReadWriteLock Uses an Edge Strategy to support
Java & .NET
|
Registry |
Provides functions for accessing the Windows Registry via a JNI library.
|
StreamUtils | |
TextInputStream |
Converts from a Reader which is Unicode character based in to an input
stream.
|
TimeSpan |
The amount of time between two DateTimes.
|
TimeSpanFormatter |
Properties of type eTimeSpan can specify a DisplayPreference in the form of a
string that describes how the value should be formatted for display.
|
UTF8 |
Implements UTF-8 conversion routines as described by RFC-2279
|
WeakReference |
This class wraps a java.lang.ref.WeakReference
|
XMLUtils |
A class with XML related utility methods.
|
StarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.