Class | Description |
---|---|
BaseProperties |
Internal class, do not use directly.
This class encapsulates
java.util.Properties to add java
primitives and some other java classes. |
ClassUtils |
Internal class, do not use directly.
|
DateUtils |
Internal class, do not use directly.
Standard date related utility methods.
|
EncryptUtils |
Internal class, do not use directly.
String encryption utility methods.
|
FileRegularFilter |
Internal class, do not use directly.
This is regular expression filename filter.
|
IoUtils |
Internal class, do not use directly.
IO utility methods.
|
OS |
Internal class, do not use directly.
Condition that tests the OS type.
|
RegularExpr |
Internal class, do not use directly.
This is a simplified regular character mattching class.
|
SocketAddressEncoder |
Internal class, do not use directly.
Encodes and decodes socket addresses (IP and port) from and to the format
used with for example the PORT and PASV command
|
StringUtils |
Internal class, do not use directly.
String utility methods.
|
Exception | Description |
---|---|
IllegalInetAddressException |
Internal class, do not use directly.
Thrown if the provided string representation does not match a valid IP
address
|
IllegalPortException |
Internal class, do not use directly.
Thrown if the provided string representation does not match a valid IP port
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.