| Modifier and Type | Method and Description |
|---|---|
String |
AbstractCache.getName() |
| Constructor and Description |
|---|
AbstractCache(int nMaxSize,
String sCacheName) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
LoggingExceptionCallback.getLogMessage(Throwable t)
Get the text to be logged for a certain exception
|
| Modifier and Type | Method and Description |
|---|---|
String |
ChangeLogEntry.getChangeLogComponent() |
String |
ChangeLog.getComponent() |
String |
EChangeLogCategory.getID() |
String |
EChangeLogAction.getID() |
String |
ChangeLog.getOriginalVersion() |
| Constructor and Description |
|---|
ChangeLog(String sVersion,
String sComponent)
Constructor.
|
ChangeLog(String sVersion,
String sComponent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
EUnicodeBOM.getAllBytes() |
| Modifier and Type | Method and Description |
|---|---|
static Charset |
CharsetManager.getCharsetFromName(String sCharsetName)
Resolve the charset by the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
AbstractRFC1522Codec.getRFC1522Encoding()
Returns the codec name (referred to as encoding in the RFC 1522).
|
| Modifier and Type | Method and Description |
|---|---|
String |
CSVWriter.getLineEnd() |
| Modifier and Type | Method and Description |
|---|---|
CSVWriter |
CSVWriter.setLineEnd(String sLineEnd)
Set the line delimiting string.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DateTimeFormatterPattern.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
static DateTimeFormatter |
DateTimeFormatterCache.getDateTimeFormatter(String sPattern,
ResolverStyle eResolverStyle)
Get the cached DateTimeFormatter using the provided resolver style.
|
static DateTimeFormatter |
DateTimeFormatterCache.getDateTimeFormatterLenient(String sPattern)
Get the cached DateTimeFormatter using LENIENT resolving.
|
static DateTimeFormatter |
DateTimeFormatterCache.getDateTimeFormatterSmart(String sPattern)
Get the cached DateTimeFormatter using SMART resolving.
|
static DateTimeFormatter |
DateTimeFormatterCache.getDateTimeFormatterStrict(String sPattern)
Get the cached DateTimeFormatter using STRICT resolving.
|
static ESuccess |
PDTConfig.setDefaultDateTimeZoneID(String sDateTimeZoneID)
Set the default date time zone to use.
|
| Constructor and Description |
|---|
DateTimeFormatterPattern(String sPattern,
ResolverStyle eResolverStyle) |
| Modifier and Type | Method and Description |
|---|---|
void |
IThreadDeadlockCallback.onDeadlockDetected(ThreadDeadlockInfo[] aDeadlockedThreads)
Callback to be invoked on a deadlock
|
| Modifier and Type | Method and Description |
|---|---|
default String |
IError.getAsString(Locale aContentLocale)
Get the error as a string representation, including error ID, error
location, error text and the linked exception.
|
String |
ErrorTextProvider.EField.getID() |
String |
ErrorTextProvider.FormattableItem.getUnformattedText() |
| Modifier and Type | Method and Description |
|---|---|
ErrorTextProvider |
ErrorTextProvider.addItem(ErrorTextProvider.EField eField,
String sText)
Add an error item to be disabled.
|
| Constructor and Description |
|---|
FormattableItem(ErrorTextProvider.EField eField,
String sText) |
| Modifier and Type | Method and Description |
|---|---|
String |
ErrorLevel.getID() |
String |
EErrorLevel.getID() |
| Constructor and Description |
|---|
ErrorLevel(String sID,
int nNumericLevel) |
| Modifier and Type | Method and Description |
|---|---|
default IErrorList |
IErrorList.getListOfFieldsRegExp(String sRegExp)
Get a sub-list with all entries that have field names matching the passed
regular expression.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
DynamicHasErrorTextWithArgs.getAllArgs()
Get all arguments from the constructor.
|
| Constructor and Description |
|---|
DynamicHasErrorTextWithArgs(IHasDisplayText aParentText,
Object... aArgs) |
DynamicHasErrorTextWithArgs(IHasText aParentText,
Object... aArgs) |
| Modifier and Type | Method and Description |
|---|---|
static String |
FilenameHelper.getAsSecureValidASCIIFilename(String sFilename)
Replace all non-ASCII characters from the filename (e.g.
|
static String |
FilenameHelper.getAsSecureValidASCIIFilename(String sFilename,
char cReplacementChar)
Replace all non-ASCII characters from the filename (e.g.
|
static String |
FilenameHelper.getAsSecureValidFilename(String sFilename)
Convert the passed filename into a valid filename by performing the
following actions:
Remove everything after a potential \0 character
Remove all characters that are invalid at the end of a file name
Replace all characters that are invalid inside a filename with a
underscore
If the filename is invalid on Windows platforms it is prefixed with an
underscore.
|
String |
ERandomAccessFileMode.getMode() |
| Modifier and Type | Method and Description |
|---|---|
static IFileFilter |
IFileFilter.filenameEndsWith(String sSuffix) |
static IFileFilter |
IFileFilter.filenameEquals(String sFilename) |
static IFileFilter |
IFileFilter.filenameEqualsIgnoreCase(String sFilename) |
static IFileFilter |
IFileFilter.filenameMatchAny(String... aFilenames)
Create a file filter that matches, if it matches one of the provided
filenames.
|
static IFileFilter |
IFileFilter.filenameMatchAnyRegEx(String... aRegExs)
Create a file filter that matches, if it matches one of the provided
regular expressions
|
static IFileFilter |
IFileFilter.filenameMatchNone(String... aFilenames)
Create a file filter that matches, if it matches none of the provided
filenames.
|
static IFileFilter |
IFileFilter.filenameMatchNoRegEx(String... aRegExs)
Create a file filter that matches, if it matches none of the provided
regular expressions
|
static IFileFilter |
IFileFilter.filenameNotEquals(String sFilename) |
static IFileFilter |
IFileFilter.filenameNotEqualsIgnoreCase(String sFilename) |
static IFileFilter |
IFileFilter.filenameStartsWith(String sPrefix) |
| Modifier and Type | Method and Description |
|---|---|
String |
ClassPathResource.getPath() |
| Modifier and Type | Method and Description |
|---|---|
static File |
ClassPathResource.getAsFile(String sPath)
Get the file for the specified path using automatic class loader handling.
|
static File |
ClassPathResource.getAsFile(String sPath,
ClassLoader aClassLoader) |
static InputStream |
ClassPathResource.getInputStream(String sPath)
Get the input stream for the specified path using automatic class loader
handling.
|
static InputStream |
ClassPathResource.getInputStream(String sPath,
ClassLoader aClassLoader)
Get the input stream of the passed resource using the specified class
loader only.
|
| Constructor and Description |
|---|
ClassPathResource(String sPath)
Create a new class path resource, using the specified path.
|
ClassPathResource(String sPath,
ClassLoader aClassLoader)
Create a new class path resource using the specified path and class loader
(optional).
|
| Modifier and Type | Method and Description |
|---|---|
String |
ReadableResourceInputStream.getResourceID() |
String |
ReadableResourceByteArray.getResourceID() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<IReadableResourceProvider> |
ReadableResourceProviderChain.getAllContainedReadingResourceProviders() |
ICommonsList<IWritableResourceProvider> |
WritableResourceProviderChain.getAllContainedWritingResourceProviders() |
| Modifier and Type | Method and Description |
|---|---|
static ESuccess |
StreamHelper.copyInputStreamToOutputStream(InputStream aIS,
OutputStream aOS,
byte[] aBuffer,
MutableLong aCopyByteCount)
Pass the content of the given input stream to the given output stream.
|
static ESuccess |
StreamHelper.copyInputStreamToOutputStream(InputStream aIS,
OutputStream aOS,
byte[] aBuffer,
MutableLong aCopyByteCount,
Long aLimit)
Pass the content of the given input stream to the given output stream.
|
static ESuccess |
StreamHelper.copyReaderToWriter(Reader aReader,
Writer aWriter,
char[] aBuffer,
MutableLong aCopyCharCount)
Pass the content of the given reader to the given writer.
|
static ESuccess |
StreamHelper.copyReaderToWriter(Reader aReader,
Writer aWriter,
char[] aBuffer,
MutableLong aCopyCharCount,
Long aLimit)
Pass the content of the given reader to the given writer.
|
static String |
StreamHelper.getAllBytesAsString(IHasInputStream aISP,
Charset aCharset)
Read all bytes from the passed input stream into a string.
|
static String |
StreamHelper.getAllBytesAsString(InputStream aIS,
Charset aCharset)
Read all bytes from the passed input stream into a string.
|
static ICommonsList<String> |
StreamHelper.readStreamLines(InputStream aIS,
Charset aCharset)
Get the content of the passed stream as a list of lines in the passed
character set.
|
static void |
StreamHelper.readStreamLines(InputStream aIS,
Charset aCharset,
Consumer<String> aLineCallback)
Read the complete content of the passed stream and pass each line
separately to the passed callback.
|
static void |
StreamHelper.readStreamLines(InputStream aIS,
Charset aCharset,
int nLinesToSkip,
int nLinesToRead,
Consumer<String> aLineCallback)
Read the content of the passed stream line by line and invoking a callback
on all matching lines.
|
| Constructor and Description |
|---|
ByteBuffersInputStream(ByteBuffer... aBuffers)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ClassHelper.getObjectAddress(Object aObject)
Get the hex representation of the passed object's address.
|
static String |
ClassHelper.getSafeClassName(Object aObject)
Get the class name of the passed object.
|
| Modifier and Type | Method and Description |
|---|---|
static URL |
ClassHelper.getResource(Class<?> aClass,
String sPath)
Get the URL of the passed resource using the class loader of the specified
class only.
|
static URL |
ClassLoaderHelper.getResource(ClassLoader aClassLoader,
String sPath)
Get the URL of the passed resource using the specified class loader only.
|
static InputStream |
ClassHelper.getResourceAsStream(Class<?> aClass,
String sPath)
Get the input stream of the passed resource using the class loader of the
specified class only.
|
static InputStream |
ClassLoaderHelper.getResourceAsStream(ClassLoader aClassLoader,
String sPath)
Get the input stream of the passed resource using the specified class
loader only.
|
static Enumeration<URL> |
ClassLoaderHelper.getResources(ClassLoader aClassLoader,
String sPath)
Get all URLs of the passed resource using the specified class loader only.
|
| Modifier and Type | Method and Description |
|---|---|
static <DATATYPE> void |
CombinationGenerator.addAllPermutations(ICommonsList<DATATYPE> aInput,
int nSlotCount,
Collection<ICommonsList<DATATYPE>> aResultList)
Fill a list with all permutations of the input elements.
|
static <DATATYPE> ICommonsList<ICommonsList<DATATYPE>> |
CombinationGenerator.getAllPermutations(ICommonsList<DATATYPE> aInput,
int nSlotCount)
Get a list of all permutations of the input elements.
|
| Constructor and Description |
|---|
CombinationGenerator(ICommonsList<DATATYPE> aElements,
int nSlotCount)
Ctor
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
MimeTypeContent.getAllContentBytes() |
String |
MimeType.getAsString(EMimeQuoting eQuotingAlgorithm) |
String |
IMimeType.getAsString(EMimeQuoting eQuotingAlgorithm)
Get the MIME type including all parameters as a single string.
|
String |
IMimeType.getAsStringWithoutParameters() |
String |
MimeTypeParameter.getAttribute() |
String |
MimeType.getContentSubType() |
String |
EMimeContentType.getID() |
abstract String |
EMimeQuoting.getQuotedString(String sUnquotedString) |
String |
EMimeContentType.getText() |
abstract String |
EMimeQuoting.getUnquotedString(String sQuotedString) |
String |
MimeTypeParameter.getValue() |
String |
MimeTypeParameter.getValueQuotedIfNecessary(EMimeQuoting eQuotingAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
MimeType.addParameter(String sAttribute,
String sValue)
Add a parameter.
|
MimeType |
MimeType.addParameter(String sAttribute,
String sValue)
Add a parameter.
|
MimeType |
EMimeContentType.buildMimeType(String sContentSubType)
Build a new
MimeType based on this MIME content type and the
provided sub type. |
abstract String |
EMimeQuoting.getQuotedString(String sUnquotedString) |
abstract String |
EMimeQuoting.getUnquotedString(String sQuotedString) |
| Constructor and Description |
|---|
MimeType(EMimeContentType eContentType,
String sContentSubType)
Constructor without parameters.
|
MimeType(EMimeContentType eContentType,
String sContentSubType,
Collection<? extends MimeTypeParameter> aParameters)
Constructor without parameters.
|
MimeTypeContent(byte[] aContentBytes,
IMimeType aMimeType)
Constructor
|
MimeTypeParameter(String sAttribute,
String sValue)
Constructor.
|
MimeTypeParameter(String sAttribute,
String sValue)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RegExPattern.getRegEx() |
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
RegExCache.getPattern(String sRegEx)
Get the cached regular expression pattern.
|
static Pattern |
RegExCache.getPattern(String sRegEx,
int nOptions)
Get the cached regular expression pattern.
|
| Constructor and Description |
|---|
RegExPattern(String sRegEx) |
RegExPattern(String sRegEx,
int nOptions) |
| Modifier and Type | Method and Description |
|---|---|
String |
SessionScope.createApplicationScopeID(String sApplicationID) |
String |
ISessionScope.createApplicationScopeID(String sApplicationID)
Create the unique ID, under which a session application scope will be
created within this scope.
|
String |
AbstractMapBasedScope.getID() |
default String |
IRequestScope.getSessionID()
Shortcut for
getSessionID(true) |
String |
RequestScope.getSessionID(boolean bCreateIfNotExisting) |
| Modifier and Type | Method and Description |
|---|---|
protected IApplicationScope |
GlobalScope.createApplicationScope(String sApplicationID)
This method creates a new application scope.
|
String |
SessionScope.createApplicationScopeID(String sApplicationID) |
String |
ISessionScope.createApplicationScopeID(String sApplicationID)
Create the unique ID, under which a session application scope will be
created within this scope.
|
protected ISessionApplicationScope |
SessionScope.createSessionApplicationScope(String sApplicationID) |
IApplicationScope |
IGlobalScope.getApplicationScope(String sAppID,
boolean bCreateIfNotExisting)
Get or create an application scope with the given ID.
|
IApplicationScope |
GlobalScope.getApplicationScope(String sApplicationID,
boolean bCreateIfNotExisting) |
ISessionApplicationScope |
SessionScope.getSessionApplicationScope(String sApplicationID,
boolean bCreateIfNotExisting) |
ISessionApplicationScope |
ISessionScope.getSessionApplicationScope(String sApplicationID,
boolean bCreateIfNotExisting)
Create an application specific scope within the session.
|
void |
SessionScope.restoreSessionApplicationScope(String sScopeID,
ISessionApplicationScope aScope) |
void |
ISessionScope.restoreSessionApplicationScope(String sScopeID,
ISessionApplicationScope aScope)
Restore a persisted session application scope
|
| Constructor and Description |
|---|
AbstractMapBasedScope(String sScopeID)
Ctor.
|
ApplicationScope(String sScopeID)
Create a new application web scope with the given ID.
|
GlobalScope(String sScopeID) |
RequestScope(String sScopeID,
String sSessionID) |
RequestScope(String sScopeID,
String sSessionID) |
SessionApplicationScope(String sScopeID) |
SessionScope(String sScopeID) |
| Modifier and Type | Method and Description |
|---|---|
IApplicationScope |
IScopeFactory.createApplicationScope(String sScopeID)
Create a new application scope
|
IApplicationScope |
DefaultScopeFactory.createApplicationScope(String sScopeID) |
IGlobalScope |
IScopeFactory.createGlobalScope(String sScopeID)
Create a new global scope.
|
IGlobalScope |
DefaultScopeFactory.createGlobalScope(String sScopeID) |
IRequestScope |
IScopeFactory.createRequestScope(String sScopeID,
String sSessionID)
Create a new request scope
|
IRequestScope |
IScopeFactory.createRequestScope(String sScopeID,
String sSessionID)
Create a new request scope
|
IRequestScope |
DefaultScopeFactory.createRequestScope(String sScopeID,
String sSessionID) |
IRequestScope |
DefaultScopeFactory.createRequestScope(String sScopeID,
String sSessionID) |
ISessionApplicationScope |
IScopeFactory.createSessionApplicationScope(String sScopeID)
Create a new session application scope
|
ISessionApplicationScope |
DefaultScopeFactory.createSessionApplicationScope(String sScopeID) |
ISessionScope |
IScopeFactory.createSessionScope(String sScopeID)
Create a new session scope
|
ISessionScope |
DefaultScopeFactory.createSessionScope(String sScopeID) |
static IApplicationScope |
ScopeManager.getApplicationScope(String sApplicationID)
Get or create an application scope.
|
static IApplicationScope |
ScopeManager.getApplicationScope(String sApplicationID,
boolean bCreateIfNotExisting)
Get or create an application scope.
|
static ISessionApplicationScope |
ScopeManager.getSessionApplicationScope(String sApplicationID) |
static ISessionApplicationScope |
ScopeManager.getSessionApplicationScope(String sApplicationID,
boolean bCreateIfNotExisting) |
static IGlobalScope |
ScopeManager.onGlobalBegin(String sScopeID)
This method is used to set the initial global scope.
|
static IRequestScope |
ScopeManager.onRequestBegin(String sApplicationID,
String sScopeID,
String sSessionID) |
static IRequestScope |
ScopeManager.onRequestBegin(String sApplicationID,
String sScopeID,
String sSessionID) |
static IRequestScope |
ScopeManager.onRequestBegin(String sApplicationID,
String sScopeID,
String sSessionID) |
static void |
ScopeManager.setAndInitRequestScope(String sApplicationID,
IRequestScope aRequestScope)
This method is only to be called by this class and the web scope manager!
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractScopeAwareAction.getApplicationID() |
String |
AbstractScopeAwareAction.getRequestID() |
String |
AbstractScopeAwareAction.getSessionID() |
| Constructor and Description |
|---|
AbstractScopeAwareAction(String sApplicationID,
String sRequestID,
String sSessionID) |
AbstractScopeAwareAction(String sApplicationID,
String sRequestID,
String sSessionID) |
AbstractScopeAwareAction(String sApplicationID,
String sRequestID,
String sSessionID) |
AbstractScopeAwareRunnable(String sApplicationID) |
AbstractScopeAwareRunnable(String sApplicationID,
String sRequestID,
String sSessionID) |
AbstractScopeAwareRunnable(String sApplicationID,
String sRequestID,
String sSessionID) |
AbstractScopeAwareRunnable(String sApplicationID,
String sRequestID,
String sSessionID) |
AbstractScopeAwareSupplier(String sApplicationID) |
AbstractScopeAwareSupplier(String sApplicationID,
String sRequestID,
String sSessionID) |
AbstractScopeAwareSupplier(String sApplicationID,
String sRequestID,
String sSessionID) |
AbstractScopeAwareSupplier(String sApplicationID,
String sRequestID,
String sSessionID) |
| Modifier and Type | Method and Description |
|---|---|
String |
ETriState.getID() |
| Modifier and Type | Method and Description |
|---|---|
static IMutableStatisticsHandlerCache |
StatisticsManager.getCacheHandler(String sName) |
static IMutableStatisticsHandlerCounter |
StatisticsManager.getCounterHandler(String sName) |
static IMutableStatisticsHandlerKeyedCounter |
StatisticsManager.getKeyedCounterHandler(String sName) |
static IMutableStatisticsHandlerKeyedSize |
StatisticsManager.getKeyedSizeHandler(String sName) |
static IMutableStatisticsHandlerKeyedTimer |
StatisticsManager.getKeyedTimerHandler(String sName) |
static IMutableStatisticsHandlerSize |
StatisticsManager.getSizeHandler(String sName) |
static IMutableStatisticsHandlerTimer |
StatisticsManager.getTimerHandler(String sName) |
| Modifier and Type | Method and Description |
|---|---|
static int |
StringHelper.getReplaceMultipleResultLength(char[] aInputString,
char[] aSearchChars,
char[][] aReplacementStrings)
Get the result length (in characters) when replacing all patterns with the
replacements on the passed input array.
|
static int |
StringHelper.getReplaceMultipleResultLength(char[] aInputString,
char[] aSearchChars,
char[][] aReplacementStrings)
Get the result length (in characters) when replacing all patterns with the
replacements on the passed input array.
|
| Modifier and Type | Method and Description |
|---|---|
String |
EOperatingSystem.getDisplayName() |
String |
ENewLineMode.getText() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
HasTextWithArgs.getAllArgs()
Get all arguments from the constructor.
|
| Constructor and Description |
|---|
HasTextWithArgs(IHasText aParentText,
Object... aArgs) |
| Modifier and Type | Method and Description |
|---|---|
String |
Codepoint.getAsString() |
static String |
CodepointHelper.getAsString(int nCodepoint) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
HasDisplayTextWithArgs.getAllArgs()
Get all arguments from the constructor.
|
| Constructor and Description |
|---|
HasDisplayTextWithArgs(IHasDisplayText aParentText,
Object... aArgs) |
| Modifier and Type | Method and Description |
|---|---|
String |
ResourceBundleKey.getBundleName() |
String |
ResourceBundleKey.getKey() |
| Constructor and Description |
|---|
ResourceBundleKey(String sBundleName,
String sKey) |
ResourceBundleKey(String sBundleName,
String sKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
ThirdPartyModule.getCopyrightOwner() |
String |
ThirdPartyModule.getDisplayName() |
String |
ELicense.getDisplayName() |
String |
CustomLicense.getDisplayName() |
String |
ELicense.getID() |
String |
CustomLicense.getID() |
| Constructor and Description |
|---|
CustomLicense(String sID,
String sName,
Version aVersion,
String sURL)
Create a custom license.
|
CustomLicense(String sID,
String sName,
Version aVersion,
String sURL)
Create a custom license.
|
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
boolean bOptional) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
boolean bOptional) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
Version aVersion,
String sWebsiteURL) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
Version aVersion,
String sWebsiteURL) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
Version aVersion,
String sWebsiteURL,
boolean bOptional) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
Version aVersion,
String sWebsiteURL,
boolean bOptional) |
| Modifier and Type | Method and Description |
|---|---|
String |
ObjectType.getName() |
| Constructor and Description |
|---|
ObjectType(String sName) |
| Modifier and Type | Method and Description |
|---|---|
String |
TypeConverterException.EReason.getMessage(Class<?> aDstClass) |
String |
TypeConverterException.EReason.getMessage(Class<?> aSrcClass,
Class<?> aDstClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
URLParameter.getName() |
String |
URLProtocol.getProtocol() |
String |
IURLProtocol.getProtocol() |
String |
EURLProtocol.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
URLParameterList |
URLParameterList.add(String sName)
Add a parameter without a value
|
SimpleURL |
SimpleURL.add(String sName)
Add a parameter without a value
|
URLParameterList |
URLParameterList.add(String sName,
BigInteger aValue) |
SimpleURL |
SimpleURL.add(String sName,
BigInteger aValue) |
URLParameterList |
URLParameterList.add(String sName,
boolean bValue) |
SimpleURL |
SimpleURL.add(String sName,
boolean bValue) |
URLParameterList |
URLParameterList.add(String sName,
int nValue) |
SimpleURL |
SimpleURL.add(String sName,
int nValue) |
URLParameterList |
URLParameterList.add(String sName,
long nValue) |
SimpleURL |
SimpleURL.add(String sName,
long nValue) |
URLParameterList |
URLParameterList.add(String sName,
String sValue) |
SimpleURL |
SimpleURL.add(String sName,
String sValue) |
URLParameterList |
URLParameterList.addAll(String sName,
String... aValues) |
SimpleURL |
SimpleURL.addIf(String sName,
String sValue,
Predicate<String> aFilter)
Add the parameter of the passed value predicate evaluates to true.
|
SimpleURL |
SimpleURL.addIfNotNull(String sName,
String sValue)
Add the parameter of the passed value if it is not null.
|
static URL |
URLHelper.getClassPathURL(String sPath)
Get the URL for the specified path using automatic class loader handling.
|
static boolean |
URLHelper.isClassPathURLExisting(String sPath) |
static boolean |
URLHelper.isClassPathURLExisting(String sPath,
ClassLoader aClassLoader) |
| Constructor and Description |
|---|
URLParameter(String sName) |
URLParameter(String sName,
String sValue) |
URLProtocol(String sProtocol,
boolean bAllowsForQueryParameters) |
| Modifier and Type | Method and Description |
|---|---|
static void |
VendorInfo.setVendorEmail(String sVendorEmail) |
static void |
VendorInfo.setVendorLocation(String sVendorLocation) |
static void |
VendorInfo.setVendorName(String sVendorName) |
static void |
VendorInfo.setVendorURL(String sVendorURL) |
| Modifier and Type | Method and Description |
|---|---|
String |
Version.getAsStringMajorMinor()
Get the string representation of the version number but only major and
minor version number.
|
String |
Version.getAsStringMajorMinorMicro()
Get the string representation of the version number but only major and
minor and micro version number.
|
| Modifier and Type | Method and Description |
|---|---|
WSClientConfig |
WSClientConfig.addHTTPHeader(String sName,
Collection<String> aValues)
Add an HTTP header to be send.
|
WSClientConfig |
WSClientConfig.addHTTPHeader(String sName,
String sValue)
Add an HTTP header to be send.
|
WSClientConfig |
WSClientConfig.setHTTPHeader(String sName,
Collection<String> aValues)
Add an HTTP header to be send.
|
WSClientConfig |
WSClientConfig.setHTTPHeader(String sName,
String sValue)
Add an HTTP header to be send.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.