Uses of Class
com.helger.commons.annotation.Nonempty
-
-
Uses of Nonempty in com.helger.commons.base64
Method parameters in com.helger.commons.base64 with annotations of type Nonempty Modifier and Type Method Description voidBase64OutputStream. setNewLineBytes(byte[] aNewLineBytes)Set the newline bytes to be used, so that "\r\n" can be used instead of the default "\n" -
Uses of Nonempty in com.helger.commons.cache
Methods in com.helger.commons.cache with annotations of type Nonempty Modifier and Type Method Description StringMappedCache. getName()Constructor parameters in com.helger.commons.cache with annotations of type Nonempty Constructor Description Cache(Function<KEYTYPE,VALUETYPE> aCacheValueProvider, int nMaxSize, String sCacheName)Cache(Function<KEYTYPE,VALUETYPE> aCacheValueProvider, int nMaxSize, String sCacheName, boolean bAllowNullValues)Cache(Function<KEYTYPE,VALUETYPE> aCacheValueProvider, String sCacheName)MappedCache(Function<KEYTYPE,KEYSTORETYPE> aCacheKeyProvider, Function<KEYTYPE,VALUETYPE> aValueProvider, int nMaxSize, String sCacheName, boolean bAllowNullValues)Constructor -
Uses of Nonempty in com.helger.commons.callback.exception
Methods in com.helger.commons.callback.exception with annotations of type Nonempty Modifier and Type Method Description protected StringLoggingExceptionCallback. getLogMessage(Throwable t)Get the text to be logged for a certain exception -
Uses of Nonempty in com.helger.commons.charset
Methods in com.helger.commons.charset with annotations of type Nonempty Modifier and Type Method Description byte[]EUnicodeBOM. getAllBytes()Method parameters in com.helger.commons.charset with annotations of type Nonempty Modifier and Type Method Description static CharsetCharsetHelper. getCharsetFromName(String sCharsetName)Resolve the charset by the specified name. -
Uses of Nonempty in com.helger.commons.codec
Methods in com.helger.commons.codec with annotations of type Nonempty Modifier and Type Method Description protected abstract StringAbstractRFC1522Codec. getRFC1522Encoding()Returns the codec name (referred to as encoding in the RFC 1522). -
Uses of Nonempty in com.helger.commons.csv
Methods in com.helger.commons.csv with annotations of type Nonempty Modifier and Type Method Description StringCSVWriter. getLineEnd()Method parameters in com.helger.commons.csv with annotations of type Nonempty Modifier and Type Method Description CSVWriterCSVWriter. setLineEnd(String sLineEnd)Set the line delimiting string. -
Uses of Nonempty in com.helger.commons.datetime
Methods in com.helger.commons.datetime with annotations of type Nonempty Modifier and Type Method Description StringOffsetDate. getAsString()Deprecated.StringXMLOffsetDate. getAsString()Deprecated.StringXMLOffsetDateTime. getAsString()Deprecated.StringXMLOffsetTime. getAsString()Deprecated.StringDateTimeFormatterPattern. getPattern()StringPDTMask. getPattern()StringPDTZoneID. getZoneIDString()Method parameters in com.helger.commons.datetime with annotations of type Nonempty Modifier and Type Method Description static DateTimeFormatterDateTimeFormatterCache. getDateTimeFormatter(String sPattern, ResolverStyle eResolverStyle)Get the cached DateTimeFormatter using the provided resolver style.static DateTimeFormatterDateTimeFormatterCache. getDateTimeFormatterLenient(String sPattern)Get the cached DateTimeFormatter using LENIENT resolving.static DateTimeFormatterDateTimeFormatterCache. getDateTimeFormatterSmart(String sPattern)Get the cached DateTimeFormatter using SMART resolving.static DateTimeFormatterDateTimeFormatterCache. getDateTimeFormatterStrict(String sPattern)Get the cached DateTimeFormatter using STRICT resolving.static PDTMask<LocalDate>PDTMask. localDate(String sPattern)static PDTMask<LocalDateTime>PDTMask. localDateTime(String sPattern)static PDTMask<OffsetDate>PDTMask. offsetDate(String sPattern)static PDTMask<OffsetDateTime>PDTMask. offsetDateTime(String sPattern)static OffsetDateTimePDTWebDateHelper. parseOffsetDateTimeUsingMask(PDTMask<?>[] aMasks, String sDate)Parses a Date out of a string using an array of masks.static ZonedDateTimePDTWebDateHelper. parseZonedDateTimeUsingMask(PDTMask<?>[] aMasks, String sDate, ZoneId aDTZ)Parses a Date out of a string using an array of masks.static ESuccessPDTConfig. setDefaultDateTimeZoneID(String sDateTimeZoneID)Set the default date time zone to use.static PDTMask<XMLOffsetDate>PDTMask. xmlOffsetDate(String sPattern)static PDTMask<XMLOffsetDateTime>PDTMask. xmlOffsetDateTime(String sPattern)static PDTMask<Year>PDTMask. year(String sPattern)static PDTMask<YearMonth>PDTMask. yearMonth(String sPattern)static PDTMask<ZonedDateTime>PDTMask. zonedDateTime(String sPattern)Constructor parameters in com.helger.commons.datetime with annotations of type Nonempty Constructor Description DateTimeFormatterPattern(String sPattern, ResolverStyle eResolverStyle)PDTMask(String sPattern, TemporalQuery<T> aQuery)PDTZoneID(String sZoneID, ZoneId aZoneId) -
Uses of Nonempty in com.helger.commons.deadlock
Method parameters in com.helger.commons.deadlock with annotations of type Nonempty Modifier and Type Method Description voidIThreadDeadlockCallback. onDeadlockDetected(ThreadDeadlockInfo[] aDeadlockedThreads)Callback to be invoked on a deadlock -
Uses of Nonempty in com.helger.commons.error
Methods in com.helger.commons.error with annotations of type Nonempty Modifier and Type Method Description default StringIError. getAsString(Locale aContentLocale)Get the error as a string representation, including error ID, error location, error text and the linked exception.StringErrorTextProvider.EField. getID()StringErrorTextProvider.FormattableItem. getUnformattedText()Method parameters in com.helger.commons.error with annotations of type Nonempty Modifier and Type Method Description ErrorTextProviderErrorTextProvider. addItem(ErrorTextProvider.EField eField, String sText)Add an error item to be disabled.Constructor parameters in com.helger.commons.error with annotations of type Nonempty Constructor Description FormattableItem(ErrorTextProvider.EField eField, String sText) -
Uses of Nonempty in com.helger.commons.error.level
Methods in com.helger.commons.error.level with annotations of type Nonempty Modifier and Type Method Description StringEErrorLevel. getID()StringErrorLevel. getID()Constructor parameters in com.helger.commons.error.level with annotations of type Nonempty Constructor Description ErrorLevel(String sID, int nNumericLevel) -
Uses of Nonempty in com.helger.commons.error.list
Method parameters in com.helger.commons.error.list with annotations of type Nonempty Modifier and Type Method Description default IErrorListIErrorList. getListOfFieldsRegExp(String sRegExp)Get a sub-list with all entries that have field names matching the passed regular expression. -
Uses of Nonempty in com.helger.commons.error.text
Methods in com.helger.commons.error.text with annotations of type Nonempty Modifier and Type Method Description Object[]DynamicHasErrorTextWithArgs. getAllArgs()Get all arguments from the constructor.Constructor parameters in com.helger.commons.error.text with annotations of type Nonempty Constructor Description DynamicHasErrorTextWithArgs(IHasDisplayText aParentText, Object... aArgs)DynamicHasErrorTextWithArgs(IHasText aParentText, Object... aArgs) -
Uses of Nonempty in com.helger.commons.http
Methods in com.helger.commons.http with annotations of type Nonempty Modifier and Type Method Description static StringCHttp. getHttpResponseMessage(int nResponseCode)StringEHttpMethod. getName()Method parameters in com.helger.commons.http with annotations of type Nonempty Modifier and Type Method Description voidHttpHeaderMap. addDateHeader(String sName, long nMillis)Add the passed header as a date header.voidHttpHeaderMap. addDateHeader(String sName, LocalDate aLD)Add the passed header as a date header.voidHttpHeaderMap. addDateHeader(String sName, LocalDateTime aLDT)Add the passed header as a date header.voidHttpHeaderMap. addDateHeader(String sName, ZonedDateTime aDT)Add the passed header as a date header.voidHttpHeaderMap. addHeader(String sName, String sValue)Add the passed header as is.voidHttpHeaderMap. addIntHeader(String sName, int nValue)Add the passed header as a number.voidHttpHeaderMap. addLongHeader(String sName, long nValue)Add the passed header as a number.voidHttpHeaderMap. setDateHeader(String sName, long nMillis)Set the passed header as a date header.voidHttpHeaderMap. setDateHeader(String sName, LocalDate aLD)Set the passed header as a date header.voidHttpHeaderMap. setDateHeader(String sName, LocalDateTime aLDT)Set the passed header as a date header.voidHttpHeaderMap. setDateHeader(String sName, ZonedDateTime aDT)Set the passed header as a date header.voidHttpHeaderMap. setHeader(String sName, String sValue)Set the passed header as is.voidHttpHeaderMap. setIntHeader(String sName, int nValue)Set the passed header as a number.voidHttpHeaderMap. setLongHeader(String sName, long nValue)Set the passed header as a number. -
Uses of Nonempty in com.helger.commons.io.file
Methods in com.helger.commons.io.file with annotations of type Nonempty Modifier and Type Method Description static StringFilenameHelper. getAsSecureValidASCIIFilename(String sFilename)Replace all non-ASCII characters from the filename (e.g.static StringFilenameHelper. getAsSecureValidASCIIFilename(String sFilename, char cReplacementChar)Replace all non-ASCII characters from the filename (e.g.static StringFilenameHelper. 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. Note: this method does not handle Windows full path like "c:\autoexec.bat"StringERandomAccessFileMode. getMode()Method parameters in com.helger.commons.io.file with annotations of type Nonempty Modifier and Type Method Description static IFileFilterIFileFilter. filenameEndsWith(String sSuffix)static IFileFilterIFileFilter. filenameEquals(String sFilename)static IFileFilterIFileFilter. filenameEqualsIgnoreCase(String sFilename)static IFileFilterIFileFilter. filenameMatchAny(String... aFilenames)Create a file filter that matches, if it matches one of the provided filenames.static IFileFilterIFileFilter. filenameMatchAnyRegEx(String... aRegExs)Create a file filter that matches, if it matches one of the provided regular expressionsstatic IFileFilterIFileFilter. filenameMatchNone(String... aFilenames)Create a file filter that matches, if it matches none of the provided filenames.static IFileFilterIFileFilter. filenameMatchNoRegEx(String... aRegExs)Create a file filter that matches, if it matches none of the provided regular expressionsstatic IFileFilterIFileFilter. filenameNotEquals(String sFilename)static IFileFilterIFileFilter. filenameNotEqualsIgnoreCase(String sFilename)static IFileFilterIFileFilter. filenameStartsWith(String sPrefix) -
Uses of Nonempty in com.helger.commons.io.relative
Methods in com.helger.commons.io.relative with annotations of type Nonempty Modifier and Type Method Description default StringIFileRelativeIO. getBasePath()StringIPathRelativeIO. getBasePath()StringPathRelativeIO. getBasePath()StringPathRelativeIO. getBaseURL()Method parameters in com.helger.commons.io.relative with annotations of type Nonempty Modifier and Type Method Description IReadableResourcePathRelativeIO. getResource(String sRelativePath)Constructor parameters in com.helger.commons.io.relative with annotations of type Nonempty Constructor Description PathRelativeIO(String sBasePath) -
Uses of Nonempty in com.helger.commons.io.resource
Methods in com.helger.commons.io.resource with annotations of type Nonempty Modifier and Type Method Description StringClassPathResource. getPath()Method parameters in com.helger.commons.io.resource with annotations of type Nonempty Modifier and Type Method Description static FileClassPathResource. getAsFile(String sPath)Get the file for the specified path using automatic class loader handling.static FileClassPathResource. getAsFile(String sPath, ClassLoader aClassLoader)static InputStreamClassPathResource. getInputStream(String sPath)Get the input stream for the specified path using automatic class loader handling.static InputStreamClassPathResource. getInputStream(String sPath, ClassLoader aClassLoader)Get the input stream of the passed resource using the specified class loader only.Constructor parameters in com.helger.commons.io.resource with annotations of type Nonempty Constructor 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). -
Uses of Nonempty in com.helger.commons.io.resource.inmemory
Methods in com.helger.commons.io.resource.inmemory with annotations of type Nonempty Modifier and Type Method Description StringAbstractMemoryReadableResource. getResourceID()Constructor parameters in com.helger.commons.io.resource.inmemory with annotations of type Nonempty Constructor Description AbstractMemoryReadableResource(String sResourceID)Constructor. -
Uses of Nonempty in com.helger.commons.io.resourceprovider
Methods in com.helger.commons.io.resourceprovider with annotations of type Nonempty Modifier and Type Method Description ICommonsList<IWritableResourceProvider>WritableResourceProviderChain. getAllContainedWritingResourceProviders() -
Uses of Nonempty in com.helger.commons.io.stream
Method parameters in com.helger.commons.io.stream with annotations of type Nonempty Modifier and Type Method Description static StringStreamHelper. getAllBytesAsString(IHasInputStream aISP, Charset aCharset)Read all bytes from the passed input stream into a string.static StringStreamHelper. 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 voidStreamHelper. readStreamLines(InputStream aIS, Charset aCharset, int nLinesToSkip, int nLinesToRead, Consumer<? super String> aLineCallback)Read the content of the passed stream line by line and invoking a callback on all matching lines.static voidStreamHelper. readStreamLines(InputStream aIS, Charset aCharset, Consumer<? super String> aLineCallback)Read the complete content of the passed stream and pass each line separately to the passed callback.Constructor parameters in com.helger.commons.io.stream with annotations of type Nonempty Constructor Description ByteBuffersInputStream(ByteBuffer... aBuffers)Constructor -
Uses of Nonempty in com.helger.commons.io.watchdir
Methods in com.helger.commons.io.watchdir with annotations of type Nonempty Modifier and Type Method Description StringEWatchDirAction. getID() -
Uses of Nonempty in com.helger.commons.lang
Methods in com.helger.commons.lang with annotations of type Nonempty Modifier and Type Method Description static StringClassHelper. getObjectAddress(Object aObject)Get the hex representation of the passed object's address.static StringClassHelper. getSafeClassName(Object aObject)Get the class name of the passed object.Method parameters in com.helger.commons.lang with annotations of type Nonempty Modifier and Type Method Description static URLClassHelper. getResource(Class<?> aClass, String sPath)Get the URL of the passed resource using the class loader of the specified class only.static URLClassLoaderHelper. getResource(ClassLoader aClassLoader, String sPath)Get the URL of the passed resource using the specified class loader only.static InputStreamClassHelper. getResourceAsStream(Class<?> aClass, String sPath)Get the input stream of the passed resource using the class loader of the specified class only.static InputStreamClassLoaderHelper. 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. -
Uses of Nonempty in com.helger.commons.math
Method parameters in com.helger.commons.math with annotations of type Nonempty Modifier and Type Method Description static <DATATYPE> voidCombinationGenerator. 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 parameters in com.helger.commons.math with annotations of type Nonempty Constructor Description CombinationGenerator(ICommonsList<DATATYPE> aElements, int nSlotCount)Ctor -
Uses of Nonempty in com.helger.commons.mime
Methods in com.helger.commons.mime with annotations of type Nonempty Modifier and Type Method Description byte[]MimeTypeContent. getAllContentBytes()StringIMimeType. getAsString(EMimeQuoting eQuotingAlgorithm)Get the MIME type including all parameters as a single string.StringMimeType. getAsString(EMimeQuoting eQuotingAlgorithm)StringIMimeType. getAsStringWithoutParameters()StringMimeTypeParameter. getAttribute()StringMimeType. getContentSubType()StringEMimeContentType. getID()abstract StringEMimeQuoting. getQuotedString(String sUnquotedString)StringEMimeContentType. getText()abstract StringEMimeQuoting. getUnquotedString(String sQuotedString)StringMimeTypeParameter. getValueQuotedIfNecessary(EMimeQuoting eQuotingAlgorithm)Method parameters in com.helger.commons.mime with annotations of type Nonempty Modifier and Type Method Description MimeTypeMimeType. addParameter(String sAttribute, String sValue)Add a parameter.MimeTypeEMimeContentType. buildMimeType(String sContentSubType)Build a newMimeTypebased on this MIME content type and the provided sub type.abstract StringEMimeQuoting. getQuotedString(String sUnquotedString)abstract StringEMimeQuoting. getUnquotedString(String sQuotedString)Constructor parameters in com.helger.commons.mime with annotations of type Nonempty Constructor Description MimeType(EMimeContentType eContentType, String sContentSubType)Constructor without parameters.MimeType(EMimeContentType eContentType, String sContentSubType, Collection<? extends MimeTypeParameter> aParameters)Constructor without parameters.MimeTypeContent(byte[] aContentBytes, boolean bCopyBytes, IMimeType aMimeType)ConstructorMimeTypeContent(byte[] aContentBytes, IMimeType aMimeType)ConstructorMimeTypeParameter(String sAttribute, String sValue)Constructor. -
Uses of Nonempty in com.helger.commons.mock
Methods in com.helger.commons.mock with annotations of type Nonempty Modifier and Type Method Description StringCommonsMock.Param. getParamName()Method parameters in com.helger.commons.mock with annotations of type Nonempty Modifier and Type Method Description static CommonsMock.ParamCommonsMock.Param. createConstant(String sParamName, boolean bDefault)static <T> CommonsMock.ParamCommonsMock.Param. createConstant(String sParamName, Class<T> aParamClass, T aDefault)Create aCommonsMock.Paramwith a constant default value.Constructor parameters in com.helger.commons.mock with annotations of type Nonempty Constructor Description Param(String sParamName, Class<T> aParamClass, Supplier<T> aDefaultValueSupplier)Constructor for a mock parameter -
Uses of Nonempty in com.helger.commons.regex
Methods in com.helger.commons.regex with annotations of type Nonempty Modifier and Type Method Description StringRegExPattern. getRegEx()Method parameters in com.helger.commons.regex with annotations of type Nonempty Modifier and Type Method Description static PatternRegExCache. getPattern(String sRegEx)Get the cached regular expression pattern.static PatternRegExCache. getPattern(String sRegEx, int nOptions)Get the cached regular expression pattern.Constructor parameters in com.helger.commons.regex with annotations of type Nonempty Constructor Description RegExPattern(String sRegEx)RegExPattern(String sRegEx, int nOptions) -
Uses of Nonempty in com.helger.commons.state
Methods in com.helger.commons.state with annotations of type Nonempty Modifier and Type Method Description StringETriState. getID() -
Uses of Nonempty in com.helger.commons.statistics
Method parameters in com.helger.commons.statistics with annotations of type Nonempty Modifier and Type Method Description static IMutableStatisticsHandlerCacheStatisticsManager. getCacheHandler(String sName)static IMutableStatisticsHandlerCounterStatisticsManager. getCounterHandler(String sName)static IMutableStatisticsHandlerKeyedCounterStatisticsManager. getKeyedCounterHandler(String sName)static IMutableStatisticsHandlerKeyedSizeStatisticsManager. getKeyedSizeHandler(String sName)static IMutableStatisticsHandlerKeyedTimerStatisticsManager. getKeyedTimerHandler(String sName)static IMutableStatisticsHandlerSizeStatisticsManager. getSizeHandler(String sName)static IMutableStatisticsHandlerTimerStatisticsManager. getTimerHandler(String sName) -
Uses of Nonempty in com.helger.commons.string
Method parameters in com.helger.commons.string with annotations of type Nonempty Modifier and Type Method Description static intStringHelper. 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 intStringHelper. 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. -
Uses of Nonempty in com.helger.commons.system
Methods in com.helger.commons.system with annotations of type Nonempty Modifier and Type Method Description StringEOperatingSystem. getDisplayName()StringENewLineMode. getText() -
Uses of Nonempty in com.helger.commons.text
Methods in com.helger.commons.text with annotations of type Nonempty Modifier and Type Method Description Object[]HasTextWithArgs. getAllArgs()Get all arguments from the constructor.Constructor parameters in com.helger.commons.text with annotations of type Nonempty Constructor Description HasTextWithArgs(IHasText aParentText, Object... aArgs) -
Uses of Nonempty in com.helger.commons.text.codepoint
Methods in com.helger.commons.text.codepoint with annotations of type Nonempty Modifier and Type Method Description StringCodepoint. getAsString()static StringCodepointHelper. getAsString(int nCodepoint) -
Uses of Nonempty in com.helger.commons.text.display
Methods in com.helger.commons.text.display with annotations of type Nonempty Modifier and Type Method Description Object[]HasDisplayTextWithArgs. getAllArgs()Get all arguments from the constructor.Constructor parameters in com.helger.commons.text.display with annotations of type Nonempty Constructor Description HasDisplayTextWithArgs(IHasDisplayText aParentText, Object... aArgs) -
Uses of Nonempty in com.helger.commons.text.resourcebundle
Methods in com.helger.commons.text.resourcebundle with annotations of type Nonempty Modifier and Type Method Description StringResourceBundleKey. getBundleName()StringResourceBundleKey. getKey()Constructor parameters in com.helger.commons.text.resourcebundle with annotations of type Nonempty Constructor Description ResourceBundleKey(String sBundleName, String sKey)ResourceBundleKey(String sBundleName, String sKey) -
Uses of Nonempty in com.helger.commons.thirdparty
Methods in com.helger.commons.thirdparty with annotations of type Nonempty Modifier and Type Method Description StringThirdPartyModule. getCopyrightOwner()StringCustomLicense. getDisplayName()StringELicense. getDisplayName()StringThirdPartyModule. getDisplayName()StringCustomLicense. getID()StringELicense. getID()Constructor parameters in com.helger.commons.thirdparty with annotations of type Nonempty Constructor 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) -
Uses of Nonempty in com.helger.commons.type
Methods in com.helger.commons.type with annotations of type Nonempty Modifier and Type Method Description StringObjectType. getName()default StringIHasObjectType. getObjectTypeName()Constructor parameters in com.helger.commons.type with annotations of type Nonempty Constructor Description ObjectType(String sName) -
Uses of Nonempty in com.helger.commons.typeconvert
Methods in com.helger.commons.typeconvert with annotations of type Nonempty Modifier and Type Method Description StringTypeConverterException.EReason. getMessage(Class<?> aDstClass)StringTypeConverterException.EReason. getMessage(Class<?> aSrcClass, Class<?> aDstClass) -
Uses of Nonempty in com.helger.commons.url
Methods in com.helger.commons.url with annotations of type Nonempty Modifier and Type Method Description StringURLParameter. getName()StringEURLProtocol. getProtocol()StringIURLProtocol. getProtocol()Retrieve the URL protocol prefix to be used.StringURLProtocol. getProtocol()Method parameters in com.helger.commons.url with annotations of type Nonempty Modifier and Type Method Description default IMPLTYPEIURLParameterList. add(String sName)Add a parameter without a valuedefault IMPLTYPEIURLParameterList. add(String sName, boolean bValue)default IMPLTYPEIURLParameterList. add(String sName, int nValue)default IMPLTYPEIURLParameterList. add(String sName, long nValue)default IMPLTYPEIURLParameterList. add(String sName, String sValue)default IMPLTYPEIURLParameterList. add(String sName, BigInteger aValue)default IMPLTYPEIURLParameterList. addAll(String sName, String... aValues)default IMPLTYPEIURLParameterList. addIf(String sName, String sValue, Predicate<? super String> aFilter)Add the parameter of the passed value predicate evaluates to true.default IMPLTYPEIURLParameterList. addIfNotNull(String sName, String sValue)Add the parameter of the passed value if it is not null.default IMPLTYPEIURLParameterList. addRandom(String sName)Add a parameter with a random long valuestatic URLURLHelper. getClassPathURL(String sPath)Get the URL for the specified path using automatic class loader handling.static booleanURLHelper. isClassPathURLExisting(String sPath)static booleanURLHelper. isClassPathURLExisting(String sPath, ClassLoader aClassLoader)Constructor parameters in com.helger.commons.url with annotations of type Nonempty Constructor Description URLParameter(String sName)URLParameter(String sName, String sValue)URLProtocol(String sProtocol, boolean bAllowsForQueryParameters) -
Uses of Nonempty in com.helger.commons.vendor
Method parameters in com.helger.commons.vendor with annotations of type Nonempty Modifier and Type Method Description static voidVendorInfo. setVendorEmail(String sVendorEmail)static voidVendorInfo. setVendorLocation(String sVendorLocation)static voidVendorInfo. setVendorName(String sVendorName)static voidVendorInfo. setVendorURL(String sVendorURL) -
Uses of Nonempty in com.helger.commons.version
Methods in com.helger.commons.version with annotations of type Nonempty Modifier and Type Method Description StringVersion. getAsStringMajorMinor()Get the string representation of the version number but only major and minor version number.StringVersion. getAsStringMajorMinorMicro()Get the string representation of the version number but only major and minor and micro version number.
-