Uses of Annotation Type
com.helger.commons.annotation.Nonempty
Packages that use Nonempty
Package
Description
-
Uses of Nonempty in com.helger.commons.base64
Method parameters in com.helger.commons.base64 with annotations of type NonemptyModifier and TypeMethodDescriptionvoidBase64OutputStream.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 NonemptyConstructor parameters in com.helger.commons.cache with annotations of type NonemptyModifierConstructorDescriptionCache(Function<KEYTYPE, VALUETYPE> aCacheValueProvider, int nMaxSize, String sCacheName, boolean bAllowNullValues) 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 NonemptyModifier and TypeMethodDescriptionprotected 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 NonemptyMethod parameters in com.helger.commons.charset with annotations of type NonemptyModifier and TypeMethodDescriptionstatic 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 NonemptyModifier and TypeMethodDescriptionprotected 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 NonemptyMethod parameters in com.helger.commons.csv with annotations of type NonemptyModifier and TypeMethodDescriptionCSVWriter.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 NonemptyModifier and TypeMethodDescriptionOffsetDate.getAsString()Deprecated.XMLOffsetDate.getAsString()Deprecated.XMLOffsetDateTime.getAsString()Deprecated.XMLOffsetTime.getAsString()Deprecated.DateTimeFormatterPattern.getPattern()PDTMask.getPattern()PDTZoneID.getZoneIDString()Method parameters in com.helger.commons.datetime with annotations of type NonemptyModifier and TypeMethodDescriptionstatic 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<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<ZonedDateTime> PDTMask.zonedDateTime(String sPattern) Constructor parameters in com.helger.commons.datetime with annotations of type NonemptyModifierConstructorDescriptionDateTimeFormatterPattern(String sPattern, ResolverStyle eResolverStyle) protectedPDTMask(String sPattern, TemporalQuery<T> aQuery) protected -
Uses of Nonempty in com.helger.commons.deadlock
Method parameters in com.helger.commons.deadlock with annotations of type NonemptyModifier and TypeMethodDescriptionvoidIThreadDeadlockCallback.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 NonemptyModifier and TypeMethodDescriptiondefault StringIError.getAsString(Locale aContentLocale) Get the error as a string representation, including error ID, error location, error text and the linked exception.default StringIError.getAsStringLocaleIndepdent()Get the error as a string representation, including error ID, error location, error text and the linked exception.ErrorTextProvider.EField.getID()ErrorTextProvider.FormattableItem.getUnformattedText()Method parameters in com.helger.commons.error with annotations of type NonemptyModifier and TypeMethodDescriptionErrorTextProvider.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 -
Uses of Nonempty in com.helger.commons.error.level
Methods in com.helger.commons.error.level with annotations of type NonemptyConstructor parameters in com.helger.commons.error.level with annotations of type Nonempty -
Uses of Nonempty in com.helger.commons.error.list
Method parameters in com.helger.commons.error.list with annotations of type NonemptyModifier and TypeMethodDescriptiondefault 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 NonemptyModifier and TypeMethodDescriptionObject[]DynamicHasErrorTextWithArgs.getAllArgs()Get all arguments from the constructor.Constructor parameters in com.helger.commons.error.text with annotations of type NonemptyModifierConstructorDescriptionDynamicHasErrorTextWithArgs(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 NonemptyModifier and TypeMethodDescriptionstatic StringCHttp.getHttpResponseMessage(int nResponseCode) EHttpMethod.getName()Method parameters in com.helger.commons.http with annotations of type NonemptyModifier and TypeMethodDescriptionvoidHttpHeaderMap.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.voidAdd 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.voidSet 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 NonemptyModifier and TypeMethodDescriptionstatic 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"ERandomAccessFileMode.getMode()Method parameters in com.helger.commons.io.file with annotations of type NonemptyModifier and TypeMethodDescriptionstatic 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 NonemptyModifier and TypeMethodDescriptiondefault StringIFileRelativeIO.getBasePath()IPathRelativeIO.getBasePath()PathRelativeIO.getBasePath()PathRelativeIO.getBaseURL()Method parameters in com.helger.commons.io.relative with annotations of type NonemptyConstructor parameters in com.helger.commons.io.relative with annotations of type Nonempty -
Uses of Nonempty in com.helger.commons.io.resource
Methods in com.helger.commons.io.resource with annotations of type NonemptyMethod parameters in com.helger.commons.io.resource with annotations of type NonemptyModifier and TypeMethodDescriptionstatic FileGet 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 NonemptyModifierConstructorDescriptionClassPathResource(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 NonemptyConstructor parameters in com.helger.commons.io.resource.inmemory with annotations of type NonemptyModifierConstructorDescriptionprotectedAbstractMemoryReadableResource(String sResourceID) Constructor. -
Uses of Nonempty in com.helger.commons.io.resourceprovider
Methods in com.helger.commons.io.resourceprovider with annotations of type NonemptyModifier and TypeMethodDescriptionWritableResourceProviderChain.getAllContainedWritingResourceProviders() -
Uses of Nonempty in com.helger.commons.io.stream
Method parameters in com.helger.commons.io.stream with annotations of type NonemptyModifier and TypeMethodDescriptionstatic 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 -
Uses of Nonempty in com.helger.commons.io.watchdir
Methods in com.helger.commons.io.watchdir with annotations of type Nonempty -
Uses of Nonempty in com.helger.commons.lang
Methods in com.helger.commons.lang with annotations of type NonemptyModifier and TypeMethodDescriptionstatic 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 NonemptyModifier and TypeMethodDescriptionstatic 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 NonemptyModifier and TypeMethodDescriptionstatic <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 NonemptyModifierConstructorDescriptionCombinationGenerator(ICommonsList<DATATYPE> aElements, int nSlotCount) Ctor -
Uses of Nonempty in com.helger.commons.mime
Methods in com.helger.commons.mime with annotations of type NonemptyModifier and TypeMethodDescriptionbyte[]MimeTypeContent.getAllContentBytes()IMimeType.getAsString(EMimeQuoting eQuotingAlgorithm) Get the MIME type including all parameters as a single string.MimeType.getAsString(EMimeQuoting eQuotingAlgorithm) IMimeType.getAsStringWithoutParameters()MimeTypeParameter.getAttribute()MimeType.getContentSubType()EMimeContentType.getID()abstract StringEMimeQuoting.getQuotedString(String sUnquotedString) EMimeContentType.getText()abstract StringEMimeQuoting.getUnquotedString(String sQuotedString) MimeTypeParameter.getValueQuotedIfNecessary(EMimeQuoting eQuotingAlgorithm) Method parameters in com.helger.commons.mime with annotations of type NonemptyModifier and TypeMethodDescriptionMimeType.addParameter(String sAttribute, String sValue) Add a parameter.EMimeContentType.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 NonemptyModifierConstructorDescriptionMimeType(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 NonemptyMethod parameters in com.helger.commons.mock with annotations of type NonemptyModifier and TypeMethodDescriptionstatic 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 -
Uses of Nonempty in com.helger.commons.regex
Methods in com.helger.commons.regex with annotations of type NonemptyMethod parameters in com.helger.commons.regex with annotations of type NonemptyModifier and TypeMethodDescriptionstatic 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 NonemptyModifierConstructorDescriptionRegExPattern(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 -
Uses of Nonempty in com.helger.commons.statistics
Method parameters in com.helger.commons.statistics with annotations of type NonemptyModifier and TypeMethodDescriptionStatisticsManager.getCacheHandler(String sName) StatisticsManager.getCounterHandler(String sName) StatisticsManager.getKeyedCounterHandler(String sName) StatisticsManager.getKeyedSizeHandler(String sName) StatisticsManager.getKeyedTimerHandler(String sName) StatisticsManager.getSizeHandler(String sName) StatisticsManager.getTimerHandler(String sName) -
Uses of Nonempty in com.helger.commons.string
Method parameters in com.helger.commons.string with annotations of type NonemptyModifier and TypeMethodDescriptionstatic 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 -
Uses of Nonempty in com.helger.commons.text
Methods in com.helger.commons.text with annotations of type NonemptyModifier and TypeMethodDescriptionObject[]HasTextWithArgs.getAllArgs()Get all arguments from the constructor.Constructor parameters in com.helger.commons.text with annotations of type Nonempty -
Uses of Nonempty in com.helger.commons.text.codepoint
Methods in com.helger.commons.text.codepoint with annotations of type NonemptyModifier and TypeMethodDescriptionCodepoint.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 NonemptyModifier and TypeMethodDescriptionObject[]HasDisplayTextWithArgs.getAllArgs()Get all arguments from the constructor.Constructor parameters in com.helger.commons.text.display with annotations of type NonemptyModifierConstructorDescriptionHasDisplayTextWithArgs(IHasDisplayText aParentText, Object... aArgs) -
Uses of Nonempty in com.helger.commons.text.resourcebundle
Methods in com.helger.commons.text.resourcebundle with annotations of type NonemptyConstructor parameters in com.helger.commons.text.resourcebundle with annotations of type NonemptyModifierConstructorDescriptionResourceBundleKey(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 NonemptyModifier and TypeMethodDescriptionThirdPartyModule.getCopyrightOwner()CustomLicense.getDisplayName()ELicense.getDisplayName()ThirdPartyModule.getDisplayName()CustomLicense.getID()ELicense.getID()Constructor parameters in com.helger.commons.thirdparty with annotations of type NonemptyModifierConstructorDescriptionCustomLicense(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 NonemptyModifier and TypeMethodDescriptionObjectType.getName()default StringIHasObjectType.getObjectTypeName()Constructor parameters in com.helger.commons.type with annotations of type Nonempty -
Uses of Nonempty in com.helger.commons.typeconvert
Methods in com.helger.commons.typeconvert with annotations of type NonemptyModifier and TypeMethodDescriptionTypeConverterException.EReason.getMessage(Class<?> aDstClass) TypeConverterException.EReason.getMessage(Class<?> aSrcClass, Class<?> aDstClass) -
Uses of Nonempty in com.helger.commons.url
Methods in com.helger.commons.url with annotations of type NonemptyModifier and TypeMethodDescriptionURLParameter.getName()EURLProtocol.getProtocol()IURLProtocol.getProtocol()Retrieve the URL protocol prefix to be used.URLProtocol.getProtocol()Method parameters in com.helger.commons.url with annotations of type NonemptyModifier and TypeMethodDescriptiondefault IMPLTYPEAdd a parameter without a valuedefault IMPLTYPEdefault IMPLTYPEdefault IMPLTYPEdefault IMPLTYPEdefault IMPLTYPEIURLParameterList.add(String sName, BigInteger aValue) default IMPLTYPEdefault IMPLTYPEAdd 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 IMPLTYPEAdd a parameter with a random long valuebyte[]IURLDownloader.downloadURL(String sURL) Download the content of the provided URLstatic 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 NonemptyModifierConstructorDescriptionURLParameter(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 NonemptyModifier and TypeMethodDescriptionstatic 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 NonemptyModifier and TypeMethodDescriptionVersion.getAsStringMajorMinor()Get the string representation of the version number but only major and minor version number.Version.getAsStringMajorMinorMicro()Get the string representation of the version number but only major and minor and micro version number.