Test Info
| Library Name | nuts |
| Version #1 | 0.8.1 |
| Version #2 | 0.8.4 |
| Subject | Binary Compatibility |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 13194 / 1070 |
| Compatibility |
0% |
Problem Summary
| Severity | Count |
| Added Methods | - | 8517 |
| Removed Methods | High | 4567 |
Problems with Data Types | High | 397 |
| Medium | 0 |
| Low | 0 |
Problems with Methods | High | 4 |
| Medium | 0 |
| Low | 1 |
Added Methods 8517
nuts-0.8.4.jar,
AbstractIdFilter.class
package net.thevpc.nuts.spi.base
AbstractIdFilter.AbstractIdFilter ( NSession session, NFilterOp op )
net/thevpc/nuts/spi/base/AbstractIdFilter."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NFilterOp;)V
AbstractIdFilter.and ( NIdFilter other ) : NIdFilter
net/thevpc/nuts/spi/base/AbstractIdFilter.and:(Lnet/thevpc/nuts/NIdFilter;)Lnet/thevpc/nuts/NIdFilter;
AbstractIdFilter.neg ( ) : NFilter
net/thevpc/nuts/spi/base/AbstractIdFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
AbstractIdFilter.neg ( ) : NIdFilter
net/thevpc/nuts/spi/base/AbstractIdFilter.neg:()Lnet/thevpc/nuts/NIdFilter;
AbstractIdFilter.or ( NIdFilter other ) : NIdFilter
net/thevpc/nuts/spi/base/AbstractIdFilter.or:(Lnet/thevpc/nuts/NIdFilter;)Lnet/thevpc/nuts/NIdFilter;
AbstractIdFilter.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/spi/base/AbstractIdFilter.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
AbstractIdFilter.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/spi/base/AbstractIdFilter.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
AbstractInstallStatusFilter.class
package net.thevpc.nuts.spi.base
AbstractInstallStatusFilter.AbstractInstallStatusFilter ( NSession session, NFilterOp op )
net/thevpc/nuts/spi/base/AbstractInstallStatusFilter."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NFilterOp;)V
AbstractInstallStatusFilter.and ( NInstallStatusFilter other ) : NInstallStatusFilter
net/thevpc/nuts/spi/base/AbstractInstallStatusFilter.and:(Lnet/thevpc/nuts/NInstallStatusFilter;)Lnet/thevpc/nuts/NInstallStatusFilter;
AbstractInstallStatusFilter.neg ( ) : NFilter
net/thevpc/nuts/spi/base/AbstractInstallStatusFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
AbstractInstallStatusFilter.neg ( ) : NInstallStatusFilter
net/thevpc/nuts/spi/base/AbstractInstallStatusFilter.neg:()Lnet/thevpc/nuts/NInstallStatusFilter;
AbstractInstallStatusFilter.or ( NInstallStatusFilter other ) : NInstallStatusFilter
net/thevpc/nuts/spi/base/AbstractInstallStatusFilter.or:(Lnet/thevpc/nuts/NInstallStatusFilter;)Lnet/thevpc/nuts/NInstallStatusFilter;
nuts-0.8.4.jar,
AbstractNFilter.class
package net.thevpc.nuts.spi.base
AbstractNFilter.AbstractNFilter ( NSession session, NFilterOp op )
net/thevpc/nuts/spi/base/AbstractNFilter."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NFilterOp;)V
AbstractNFilter.and ( NFilter other ) : NFilter
net/thevpc/nuts/spi/base/AbstractNFilter.and:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
AbstractNFilter.describe ( NSession session ) : NElement
net/thevpc/nuts/spi/base/AbstractNFilter.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
AbstractNFilter.getFilterOp ( ) : NFilterOp
net/thevpc/nuts/spi/base/AbstractNFilter.getFilterOp:()Lnet/thevpc/nuts/util/NFilterOp;
AbstractNFilter.getFilterType ( ) : Class<?>
net/thevpc/nuts/spi/base/AbstractNFilter.getFilterType:()Ljava/lang/Class;
AbstractNFilter.getSession ( ) : NSession
net/thevpc/nuts/spi/base/AbstractNFilter.getSession:()Lnet/thevpc/nuts/NSession;
AbstractNFilter.getSubFilters ( ) : List<NFilter>
net/thevpc/nuts/spi/base/AbstractNFilter.getSubFilters:()Ljava/util/List;
AbstractNFilter.neg ( ) : NFilter
net/thevpc/nuts/spi/base/AbstractNFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
AbstractNFilter.or ( NFilter other ) : NFilter
net/thevpc/nuts/spi/base/AbstractNFilter.or:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
AbstractNFilter.simplify ( Class<T> type ) : NFilter
net/thevpc/nuts/spi/base/AbstractNFilter.simplify:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
AbstractNFilter.to ( Class<T> type ) : T
net/thevpc/nuts/spi/base/AbstractNFilter.to:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
nuts-0.8.4.jar,
AbstractNPredicate.class
package net.thevpc.nuts.spi.base
AbstractNPredicate<T>.AbstractNPredicate<T> ( )
net/thevpc/nuts/spi/base/AbstractNPredicate."<init>":()V
AbstractNPredicate<T>.and ( Predicate p1 ) : Predicate
net/thevpc/nuts/spi/base/AbstractNPredicate.and:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
AbstractNPredicate<T>.and ( Predicate<? super T> other ) : NPredicate<T>
net/thevpc/nuts/spi/base/AbstractNPredicate.and:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NPredicate;
AbstractNPredicate<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/spi/base/AbstractNPredicate.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
AbstractNPredicate<T>.negate ( ) : NPredicate<T>
net/thevpc/nuts/spi/base/AbstractNPredicate.negate:()Lnet/thevpc/nuts/util/NPredicate;
AbstractNPredicate<T>.negate ( ) : Predicate
net/thevpc/nuts/spi/base/AbstractNPredicate.negate:()Ljava/util/function/Predicate;
AbstractNPredicate<T>.or ( Predicate p1 ) : Predicate
net/thevpc/nuts/spi/base/AbstractNPredicate.or:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
AbstractNPredicate<T>.or ( Predicate<? super T> other ) : NPredicate<T>
net/thevpc/nuts/spi/base/AbstractNPredicate.or:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NPredicate;
AbstractNPredicate<T>.withDesc ( NEDesc description ) : NPredicate<T>
net/thevpc/nuts/spi/base/AbstractNPredicate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NPredicate;
AbstractNPredicate<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/spi/base/AbstractNPredicate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
AbstractVersionFilter.class
package net.thevpc.nuts.spi.base
AbstractVersionFilter.AbstractVersionFilter ( NSession session, NFilterOp op )
net/thevpc/nuts/spi/base/AbstractVersionFilter."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NFilterOp;)V
AbstractVersionFilter.and ( NVersionFilter other ) : NVersionFilter
net/thevpc/nuts/spi/base/AbstractVersionFilter.and:(Lnet/thevpc/nuts/NVersionFilter;)Lnet/thevpc/nuts/NVersionFilter;
AbstractVersionFilter.intervals ( ) : NOptional<List<NVersionInterval>>
net/thevpc/nuts/spi/base/AbstractVersionFilter.intervals:()Lnet/thevpc/nuts/util/NOptional;
AbstractVersionFilter.neg ( ) : NFilter
net/thevpc/nuts/spi/base/AbstractVersionFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
AbstractVersionFilter.neg ( ) : NVersionFilter
net/thevpc/nuts/spi/base/AbstractVersionFilter.neg:()Lnet/thevpc/nuts/NVersionFilter;
AbstractVersionFilter.or ( NVersionFilter other ) : NVersionFilter
net/thevpc/nuts/spi/base/AbstractVersionFilter.or:(Lnet/thevpc/nuts/NVersionFilter;)Lnet/thevpc/nuts/NVersionFilter;
nuts-0.8.4.jar,
And.class
package net.thevpc.nuts.util
NPredicates.And<T>.equals ( Object o ) : boolean
net/thevpc/nuts/util/NPredicates.And.equals:(Ljava/lang/Object;)Z
NPredicates.And<T>.hashCode ( ) : int
net/thevpc/nuts/util/NPredicates.And.hashCode:()I
NPredicates.And<T>.NPredicates.And<T> ( Predicate<T> left, Predicate<? super T> right )
net/thevpc/nuts/util/NPredicates.And."<init>":(Ljava/util/function/Predicate;Ljava/util/function/Predicate;)V
NPredicates.And<T>.test ( T t ) : boolean
net/thevpc/nuts/util/NPredicates.And.test:(Ljava/lang/Object;)Z
NPredicates.And<T>.toString ( ) : String
net/thevpc/nuts/util/NPredicates.And.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
ArgEntry.class
package net.thevpc.nuts
NExecCmdFormat.ArgEntry.getIndex ( ) [abstract] : int
net/thevpc/nuts/NExecCmdFormat.ArgEntry.getIndex:()I
NExecCmdFormat.ArgEntry.getValue ( ) [abstract] : String
net/thevpc/nuts/NExecCmdFormat.ArgEntry.getValue:()Ljava/lang/String;
nuts-0.8.4.jar,
BaseOpPredicate.class
package net.thevpc.nuts.util
NPredicates.BaseOpPredicate<T>.NPredicates.BaseOpPredicate<T> ( )
net/thevpc/nuts/util/NPredicates.BaseOpPredicate."<init>":()V
nuts-0.8.4.jar,
CallableSupport.class
package net.thevpc.nuts.util
CallableSupport<T>.call ( ) [abstract] : T
net/thevpc/nuts/util/CallableSupport.call:()Ljava/lang/Object;
CallableSupport<T>.getSupportLevel ( ) [abstract] : int
net/thevpc/nuts/util/CallableSupport.getSupportLevel:()I
CallableSupport<T>.invalid ( Supplier<String> emptyMessage ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.invalid:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.isValid ( ) : boolean
net/thevpc/nuts/util/CallableSupport.isValid:()Z
CallableSupport<T>.isValid ( CallableSupport<T> s ) [static] : boolean
net/thevpc/nuts/util/CallableSupport.isValid:(Lnet/thevpc/nuts/util/CallableSupport;)Z
CallableSupport<T>.of ( int supportLevel, Supplier<T> supplier ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.of:(ILjava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.of ( int supportLevel, Supplier<T> supplier, Supplier<String> emptyMessage ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.of:(ILjava/util/function/Supplier;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.of ( int supportLevel, T value ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.of:(ILjava/lang/Object;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.of ( int supportLevel, T value, Supplier<String> emptyMessage ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.of:(ILjava/lang/Object;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.resolve ( Collection<CallableSupport<T>> source, Supplier<String> emptyMessage ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.resolve:(Ljava/util/Collection;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.resolve ( Stream<CallableSupport<T>> source, Supplier<String> emptyMessage ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.resolve:(Ljava/util/stream/Stream;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.resolveSupplier ( Collection<Supplier<CallableSupport<T>>> source, Supplier<String> emptyMessage ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.resolveSupplier:(Ljava/util/Collection;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.resolveSupplier ( Stream<Supplier<CallableSupport<T>>> source, Supplier<String> emptyMessage ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.resolveSupplier:(Ljava/util/stream/Stream;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.toOptional ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/CallableSupport.toOptional:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
Cursor.class
package net.thevpc.nuts.spi
NSystemTerminalBase.Cursor.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NSystemTerminalBase.Cursor.equals:(Ljava/lang/Object;)Z
NSystemTerminalBase.Cursor.getX ( ) : int
net/thevpc/nuts/spi/NSystemTerminalBase.Cursor.getX:()I
NSystemTerminalBase.Cursor.getY ( ) : int
net/thevpc/nuts/spi/NSystemTerminalBase.Cursor.getY:()I
NSystemTerminalBase.Cursor.hashCode ( ) : int
net/thevpc/nuts/spi/NSystemTerminalBase.Cursor.hashCode:()I
NSystemTerminalBase.Cursor.NSystemTerminalBase.Cursor ( int x, int y )
net/thevpc/nuts/spi/NSystemTerminalBase.Cursor."<init>":(II)V
NSystemTerminalBase.Cursor.toString ( ) : String
net/thevpc/nuts/spi/NSystemTerminalBase.Cursor.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultCallableSupport.class
package net.thevpc.nuts.util
DefaultCallableSupport<T>.call ( ) : T
net/thevpc/nuts/util/DefaultCallableSupport.call:()Ljava/lang/Object;
DefaultCallableSupport<T>.DefaultCallableSupport<T> ( Supplier<T> value, int supportLevel, Supplier<String> emptyMessage )
net/thevpc/nuts/util/DefaultCallableSupport."<init>":(Ljava/util/function/Supplier;ILjava/util/function/Supplier;)V
DefaultCallableSupport<T>.getSupportLevel ( ) : int
net/thevpc/nuts/util/DefaultCallableSupport.getSupportLevel:()I
DefaultCallableSupport<T>.toOptional ( ) : NOptional<T>
net/thevpc/nuts/util/DefaultCallableSupport.toOptional:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
DefaultNArg.class
package net.thevpc.nuts.cmdline
DefaultNArg.asBigDecimal ( ) : NOptional<BigDecimal>
net/thevpc/nuts/cmdline/DefaultNArg.asBigDecimal:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asBigInt ( ) : NOptional<BigInteger>
net/thevpc/nuts/cmdline/DefaultNArg.asBigInt:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asBoolean ( ) : NOptional<Boolean>
net/thevpc/nuts/cmdline/DefaultNArg.asBoolean:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asByte ( ) : NOptional<Byte>
net/thevpc/nuts/cmdline/DefaultNArg.asByte:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asChar ( ) : NOptional<Character>
net/thevpc/nuts/cmdline/DefaultNArg.asChar:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asDouble ( ) : NOptional<Double>
net/thevpc/nuts/cmdline/DefaultNArg.asDouble:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asDoubleAt ( int index ) : NOptional<Double>
net/thevpc/nuts/cmdline/DefaultNArg.asDoubleAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asFloat ( ) : NOptional<Float>
net/thevpc/nuts/cmdline/DefaultNArg.asFloat:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asInstant ( ) : NOptional<Instant>
net/thevpc/nuts/cmdline/DefaultNArg.asInstant:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asInt ( ) : NOptional<Integer>
net/thevpc/nuts/cmdline/DefaultNArg.asInt:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asIntAt ( int index ) : NOptional<Integer>
net/thevpc/nuts/cmdline/DefaultNArg.asIntAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asLiteralAt ( int index ) : NLiteral
net/thevpc/nuts/cmdline/DefaultNArg.asLiteralAt:(I)Lnet/thevpc/nuts/util/NLiteral;
DefaultNArg.asLong ( ) : NOptional<Long>
net/thevpc/nuts/cmdline/DefaultNArg.asLong:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asLongAt ( int index ) : NOptional<Long>
net/thevpc/nuts/cmdline/DefaultNArg.asLongAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asNumber ( ) : NOptional<Number>
net/thevpc/nuts/cmdline/DefaultNArg.asNumber:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asObjectAt ( int index ) : NOptional<Object>
net/thevpc/nuts/cmdline/DefaultNArg.asObjectAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asShort ( ) : NOptional<Short>
net/thevpc/nuts/cmdline/DefaultNArg.asShort:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asString ( ) : NOptional<String>
net/thevpc/nuts/cmdline/DefaultNArg.asString:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asStringAt ( int index ) : NOptional<String>
net/thevpc/nuts/cmdline/DefaultNArg.asStringAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asType ( Class<ET> expectedType ) : NOptional<ET>
net/thevpc/nuts/cmdline/DefaultNArg.asType:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asType ( Type expectedType ) : NOptional<ET>
net/thevpc/nuts/cmdline/DefaultNArg.asType:(Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.DefaultNArg ( String expression )
net/thevpc/nuts/cmdline/DefaultNArg."<init>":(Ljava/lang/String;)V
DefaultNArg.DefaultNArg ( String image, char eq )
net/thevpc/nuts/cmdline/DefaultNArg."<init>":(Ljava/lang/String;C)V
DefaultNArg.getBooleanValue ( ) : NOptional<Boolean>
net/thevpc/nuts/cmdline/DefaultNArg.getBooleanValue:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.getImage ( ) : String
net/thevpc/nuts/cmdline/DefaultNArg.getImage:()Ljava/lang/String;
DefaultNArg.getKey ( ) : NLiteral
net/thevpc/nuts/cmdline/DefaultNArg.getKey:()Lnet/thevpc/nuts/util/NLiteral;
DefaultNArg.getOptionName ( ) : NLiteral
net/thevpc/nuts/cmdline/DefaultNArg.getOptionName:()Lnet/thevpc/nuts/util/NLiteral;
DefaultNArg.getOptionPrefix ( ) : NLiteral
net/thevpc/nuts/cmdline/DefaultNArg.getOptionPrefix:()Lnet/thevpc/nuts/util/NLiteral;
DefaultNArg.getRaw ( ) : Object
net/thevpc/nuts/cmdline/DefaultNArg.getRaw:()Ljava/lang/Object;
DefaultNArg.getSeparator ( ) : String
net/thevpc/nuts/cmdline/DefaultNArg.getSeparator:()Ljava/lang/String;
DefaultNArg.getStringKey ( ) : NOptional<String>
net/thevpc/nuts/cmdline/DefaultNArg.getStringKey:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.getStringValue ( ) : NOptional<String>
net/thevpc/nuts/cmdline/DefaultNArg.getStringValue:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.getValue ( ) : NLiteral
net/thevpc/nuts/cmdline/DefaultNArg.getValue:()Lnet/thevpc/nuts/util/NLiteral;
DefaultNArg.isActive ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isActive:()Z
DefaultNArg.isBlank ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isBlank:()Z
DefaultNArg.isBoolean ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isBoolean:()Z
DefaultNArg.isByte ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isByte:()Z
DefaultNArg.isDouble ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isDouble:()Z
DefaultNArg.isEmpty ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isEmpty:()Z
DefaultNArg.isEnabled ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isEnabled:()Z
DefaultNArg.isFlagOption ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isFlagOption:()Z
DefaultNArg.isFloat ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isFloat:()Z
DefaultNArg.isInactive ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isInactive:()Z
DefaultNArg.isInstant ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isInstant:()Z
DefaultNArg.isInt ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isInt:()Z
DefaultNArg.isKeyPart ( char c ) [static] : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isKeyPart:(C)Z
DefaultNArg.isKeyStart ( char c ) [static] : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isKeyStart:(C)Z
DefaultNArg.isKeyValue ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isKeyValue:()Z
DefaultNArg.isLong ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isLong:()Z
DefaultNArg.isNegated ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isNegated:()Z
DefaultNArg.isNonOption ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isNonOption:()Z
DefaultNArg.isNull ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isNull:()Z
DefaultNArg.isNullAt ( int index ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isNullAt:(I)Z
DefaultNArg.isNumber ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isNumber:()Z
DefaultNArg.isOption ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isOption:()Z
DefaultNArg.isShort ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isShort:()Z
DefaultNArg.isSimpleKey ( char c ) [static] : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isSimpleKey:(C)Z
DefaultNArg.isString ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isString:()Z
DefaultNArg.isSupportedType ( Class<?> type ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isSupportedType:(Ljava/lang/Class;)Z
DefaultNArg.key ( ) : String
net/thevpc/nuts/cmdline/DefaultNArg.key:()Ljava/lang/String;
DefaultNArg.required ( ) : NArg
net/thevpc/nuts/cmdline/DefaultNArg.required:()Lnet/thevpc/nuts/cmdline/NArg;
DefaultNArg.toString ( ) : String
net/thevpc/nuts/cmdline/DefaultNArg.toString:()Ljava/lang/String;
DefaultNArg.toStringLiteral ( ) : String
net/thevpc/nuts/cmdline/DefaultNArg.toStringLiteral:()Ljava/lang/String;
DefaultNArg.value ( ) : String
net/thevpc/nuts/cmdline/DefaultNArg.value:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNArgCandidate.class
package net.thevpc.nuts.cmdline
DefaultNArgCandidate.DefaultNArgCandidate ( String value )
net/thevpc/nuts/cmdline/DefaultNArgCandidate."<init>":(Ljava/lang/String;)V
DefaultNArgCandidate.DefaultNArgCandidate ( String value, String display )
net/thevpc/nuts/cmdline/DefaultNArgCandidate."<init>":(Ljava/lang/String;Ljava/lang/String;)V
DefaultNArgCandidate.equals ( Object o ) : boolean
net/thevpc/nuts/cmdline/DefaultNArgCandidate.equals:(Ljava/lang/Object;)Z
DefaultNArgCandidate.getDisplay ( ) : String
net/thevpc/nuts/cmdline/DefaultNArgCandidate.getDisplay:()Ljava/lang/String;
DefaultNArgCandidate.getValue ( ) : String
net/thevpc/nuts/cmdline/DefaultNArgCandidate.getValue:()Ljava/lang/String;
DefaultNArgCandidate.hashCode ( ) : int
net/thevpc/nuts/cmdline/DefaultNArgCandidate.hashCode:()I
DefaultNArgCandidate.toString ( ) : String
net/thevpc/nuts/cmdline/DefaultNArgCandidate.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNArgName.class
package net.thevpc.nuts.cmdline
DefaultNArgName.DefaultNArgName ( String name )
net/thevpc/nuts/cmdline/DefaultNArgName."<init>":(Ljava/lang/String;)V
DefaultNArgName.DefaultNArgName ( String name, String type )
net/thevpc/nuts/cmdline/DefaultNArgName."<init>":(Ljava/lang/String;Ljava/lang/String;)V
DefaultNArgName.getCandidates ( NCmdLineAutoComplete context ) : List<NArgCandidate>
net/thevpc/nuts/cmdline/DefaultNArgName.getCandidates:(Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;)Ljava/util/List;
DefaultNArgName.getName ( ) : String
net/thevpc/nuts/cmdline/DefaultNArgName.getName:()Ljava/lang/String;
DefaultNArgName.getType ( ) : String
net/thevpc/nuts/cmdline/DefaultNArgName.getType:()Ljava/lang/String;
DefaultNArgName.toString ( ) : String
net/thevpc/nuts/cmdline/DefaultNArgName.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNArtifactCall.class
package net.thevpc.nuts
DefaultNArtifactCall.DefaultNArtifactCall ( )
net/thevpc/nuts/DefaultNArtifactCall."<init>":()V
DefaultNArtifactCall.DefaultNArtifactCall ( NArtifactCall other )
net/thevpc/nuts/DefaultNArtifactCall."<init>":(Lnet/thevpc/nuts/NArtifactCall;)V
DefaultNArtifactCall.DefaultNArtifactCall ( NId id )
net/thevpc/nuts/DefaultNArtifactCall."<init>":(Lnet/thevpc/nuts/NId;)V
DefaultNArtifactCall.DefaultNArtifactCall ( NId id, List<String> options )
net/thevpc/nuts/DefaultNArtifactCall."<init>":(Lnet/thevpc/nuts/NId;Ljava/util/List;)V
DefaultNArtifactCall.DefaultNArtifactCall ( NId id, List<String> options, Map<String,String> properties )
net/thevpc/nuts/DefaultNArtifactCall."<init>":(Lnet/thevpc/nuts/NId;Ljava/util/List;Ljava/util/Map;)V
DefaultNArtifactCall.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNArtifactCall.equals:(Ljava/lang/Object;)Z
DefaultNArtifactCall.getArguments ( ) : List<String>
net/thevpc/nuts/DefaultNArtifactCall.getArguments:()Ljava/util/List;
DefaultNArtifactCall.getId ( ) : NId
net/thevpc/nuts/DefaultNArtifactCall.getId:()Lnet/thevpc/nuts/NId;
DefaultNArtifactCall.hashCode ( ) : int
net/thevpc/nuts/DefaultNArtifactCall.hashCode:()I
DefaultNArtifactCall.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNArtifactCall.isBlank:()Z
DefaultNArtifactCall.toString ( ) : String
net/thevpc/nuts/DefaultNArtifactCall.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNArtifactCallBuilder.class
package net.thevpc.nuts
DefaultNArtifactCallBuilder.build ( ) : NArtifactCall
net/thevpc/nuts/DefaultNArtifactCallBuilder.build:()Lnet/thevpc/nuts/NArtifactCall;
DefaultNArtifactCallBuilder.clear ( ) : NArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.clear:()Lnet/thevpc/nuts/NArtifactCallBuilder;
DefaultNArtifactCallBuilder.DefaultNArtifactCallBuilder ( )
net/thevpc/nuts/DefaultNArtifactCallBuilder."<init>":()V
DefaultNArtifactCallBuilder.DefaultNArtifactCallBuilder ( NArtifactCall value )
net/thevpc/nuts/DefaultNArtifactCallBuilder."<init>":(Lnet/thevpc/nuts/NArtifactCall;)V
DefaultNArtifactCallBuilder.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNArtifactCallBuilder.equals:(Ljava/lang/Object;)Z
DefaultNArtifactCallBuilder.getArguments ( ) : List<String>
net/thevpc/nuts/DefaultNArtifactCallBuilder.getArguments:()Ljava/util/List;
DefaultNArtifactCallBuilder.getId ( ) : NId
net/thevpc/nuts/DefaultNArtifactCallBuilder.getId:()Lnet/thevpc/nuts/NId;
DefaultNArtifactCallBuilder.getSupportLevel ( NSupportLevelContext context ) : int
net/thevpc/nuts/DefaultNArtifactCallBuilder.getSupportLevel:(Lnet/thevpc/nuts/spi/NSupportLevelContext;)I
DefaultNArtifactCallBuilder.hashCode ( ) : int
net/thevpc/nuts/DefaultNArtifactCallBuilder.hashCode:()I
DefaultNArtifactCallBuilder.set ( NArtifactCall value ) : NArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.set:(Lnet/thevpc/nuts/NArtifactCall;)Lnet/thevpc/nuts/NArtifactCallBuilder;
DefaultNArtifactCallBuilder.set ( NArtifactCallBuilder value ) : NArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.set:(Lnet/thevpc/nuts/NArtifactCallBuilder;)Lnet/thevpc/nuts/NArtifactCallBuilder;
DefaultNArtifactCallBuilder.setArguments ( List<String> value ) : NArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.setArguments:(Ljava/util/List;)Lnet/thevpc/nuts/NArtifactCallBuilder;
DefaultNArtifactCallBuilder.setArguments ( String... arguments ) : DefaultNArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.setArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/DefaultNArtifactCallBuilder;
DefaultNArtifactCallBuilder.setArguments ( String[ ] p1 ) : NArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.setArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NArtifactCallBuilder;
DefaultNArtifactCallBuilder.setId ( NId id ) : DefaultNArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/DefaultNArtifactCallBuilder;
DefaultNArtifactCallBuilder.setId ( NId p1 ) : NArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NArtifactCallBuilder;
nuts-0.8.4.jar,
DefaultNBootOptions.class
package net.thevpc.nuts.boot
DefaultNBootOptions.builder ( ) : NBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptions.builder:()Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
DefaultNBootOptions.builder ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptions.builder:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNBootOptions.DefaultNBootOptions ( List<String> outputFormatOptions, List<String> customOptions, NVersion apiVersion, NId runtimeId, String javaCommand, String javaOptions, String workspace, String outLinePrefix, String errLinePrefix, String name, Boolean installCompanions, Boolean skipWelcome, Boolean skipBoot, Boolean system, Boolean gui, Boolean dry, Boolean showStacktrace, Boolean recover, Boolean reset, Boolean commandVersion, Boolean commandHelp, Boolean inherited, Boolean switchWorkspace, Boolean cached, Boolean indexed, Boolean transitive, Boolean bot, NIsolationLevel isolation, Boolean initLaunchers, Boolean initScripts, Boolean initPlatforms, Boolean initJava, List<String> excludedExtensions, List<String> repositories, String userName, char[ ] credentials, NTerminalMode terminalMode, Boolean readOnly, Boolean trace, String progressOptions, String dependencySolver, NLogConfig logConfig, NConfirmationMode confirm, NContentType outputFormat, List<String> applicationArguments, NOpenMode openMode, Instant creationTime, Supplier<ClassLoader> classLoaderSupplier, List<String> executorOptions, String debug, NExecutionType executionType, NRunAs runAs, String archetype, Map<NStoreType,String> storeLocations, Map<NHomeLocation,String> homeLocations, NOsFamily storeLayout, NStoreStrategy storeStrategy, NStoreStrategy repositoryStoreStrategy, NFetchStrategy fetchStrategy, InputStream stdin, PrintStream stdout, PrintStream stderr, ExecutorService executorService, Instant expireTime, List<NMsg> errors, Boolean skipErrors, String locale, String theme, String uuid, String bootRepositories, NClassLoaderNode runtimeBootDependencyNode, List<NDescriptor> extensionBootDescriptors, List<NClassLoaderNode> extensionBootDependencyNodes, List<URL> classWorldURLs, Set<String> extensionsSet, NBootWorkspaceFactory bootWorkspaceFactory, NDescriptor runtimeBootDescriptor, ClassLoader classWorldLoader, NWorkspaceOptions userOptions, NSupportMode desktopLauncher, NSupportMode menuLauncher, NSupportMode userLauncher )
net/thevpc/nuts/boot/DefaultNBootOptions."<init>":(Ljava/util/List;Ljava/util/List;Lnet/thevpc/nuts/NVersion;Lnet/thevpc/nuts/NId;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Lnet/thevpc/nuts/NIsolationLevel;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/util/List;Ljava/util/List;Ljava/lang/String;[CLnet/thevpc/nuts/io/NTerminalMode;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/log/NLogConfig;Lnet/thevpc/nuts/NConfirmationMode;Lnet/thevpc/nuts/format/NContentType;Ljava/util/List;Lnet/thevpc/nuts/NOpenMode;Ljava/time/Instant;Ljava/util/function/Supplier;Ljava/util/List;Ljava/lang/String;Lnet/thevpc/nuts/NExecutionType;Lnet/thevpc/nuts/NRunAs;Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;Lnet/thevpc/nuts/env/NOsFamily;Lnet/thevpc/nuts/NStoreStrategy;Lnet/thevpc/nuts/NStoreStrategy;Lnet/thevpc/nuts/NFetchStrategy;Ljava/io/InputStream;Ljava/io/PrintStream;Ljava/io/PrintStream;Ljava/util/concurrent/ExecutorService;Ljava/time/Instant;Ljava/util/List;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/boot/NClassLoaderNode;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/Set;Lnet/thevpc/nuts/spi/NBootWorkspaceFactory;Lnet/thevpc/nuts/NDescriptor;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/NWorkspaceOptions;Lnet/thevpc/nuts/util/NSupportMode;Lnet/thevpc/nuts/util/NSupportMode;Lnet/thevpc/nuts/util/NSupportMode;)V
DefaultNBootOptions.getBootRepositories ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNBootOptions.getBootRepositories:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getBootWorkspaceFactory ( ) : NOptional<NBootWorkspaceFactory>
net/thevpc/nuts/boot/DefaultNBootOptions.getBootWorkspaceFactory:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getClassWorldLoader ( ) : NOptional<ClassLoader>
net/thevpc/nuts/boot/DefaultNBootOptions.getClassWorldLoader:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getClassWorldURLs ( ) : NOptional<List<URL>>
net/thevpc/nuts/boot/DefaultNBootOptions.getClassWorldURLs:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getExtensionBootDependencyNodes ( ) : NOptional<List<NClassLoaderNode>>
net/thevpc/nuts/boot/DefaultNBootOptions.getExtensionBootDependencyNodes:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getExtensionBootDescriptors ( ) : NOptional<List<NDescriptor>>
net/thevpc/nuts/boot/DefaultNBootOptions.getExtensionBootDescriptors:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getExtensionsSet ( ) : NOptional<Set<String>>
net/thevpc/nuts/boot/DefaultNBootOptions.getExtensionsSet:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getRuntimeBootDependencyNode ( ) : NOptional<NClassLoaderNode>
net/thevpc/nuts/boot/DefaultNBootOptions.getRuntimeBootDependencyNode:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getRuntimeBootDescriptor ( ) : NOptional<NDescriptor>
net/thevpc/nuts/boot/DefaultNBootOptions.getRuntimeBootDescriptor:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getUserOptions ( ) : NOptional<NWorkspaceOptions>
net/thevpc/nuts/boot/DefaultNBootOptions.getUserOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getUuid ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNBootOptions.getUuid:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.readOnly ( ) : NBootOptions
net/thevpc/nuts/boot/DefaultNBootOptions.readOnly:()Lnet/thevpc/nuts/boot/NBootOptions;
DefaultNBootOptions.readOnly ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/DefaultNBootOptions.readOnly:()Lnet/thevpc/nuts/NWorkspaceOptions;
nuts-0.8.4.jar,
DefaultNBootOptionsBuilder.class
package net.thevpc.nuts.boot
DefaultNBootOptionsBuilder.build ( ) : NBootOptions
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.build:()Lnet/thevpc/nuts/boot/NBootOptions;
DefaultNBootOptionsBuilder.build ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.build:()Lnet/thevpc/nuts/NWorkspaceOptions;
DefaultNBootOptionsBuilder.builder ( ) : NBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.builder:()Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
DefaultNBootOptionsBuilder.builder ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.builder:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNBootOptionsBuilder.copy ( ) : NBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.copy:()Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
DefaultNBootOptionsBuilder.copy ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.copy:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNBootOptionsBuilder.DefaultNBootOptionsBuilder ( )
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder."<init>":()V
DefaultNBootOptionsBuilder.getBootRepositories ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getBootRepositories:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getBootWorkspaceFactory ( ) : NOptional<NBootWorkspaceFactory>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getBootWorkspaceFactory:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getClassWorldLoader ( ) : NOptional<ClassLoader>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getClassWorldLoader:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getClassWorldURLs ( ) : NOptional<List<URL>>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getClassWorldURLs:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getExtensionBootDependencyNodes ( ) : NOptional<List<NClassLoaderNode>>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getExtensionBootDependencyNodes:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getExtensionBootDescriptors ( ) : NOptional<List<NDescriptor>>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getExtensionBootDescriptors:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getExtensionsSet ( ) : NOptional<Set<String>>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getExtensionsSet:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getRuntimeBootDependencyNode ( ) : NOptional<NClassLoaderNode>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getRuntimeBootDependencyNode:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getRuntimeBootDescriptor ( ) : NOptional<NDescriptor>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getRuntimeBootDescriptor:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getUserOptions ( ) : NOptional<NWorkspaceOptions>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getUserOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getUuid ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getUuid:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.readOnly ( ) : NBootOptions
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.readOnly:()Lnet/thevpc/nuts/boot/NBootOptions;
DefaultNBootOptionsBuilder.readOnly ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.readOnly:()Lnet/thevpc/nuts/NWorkspaceOptions;
DefaultNBootOptionsBuilder.setAll ( DefaultNWorkspaceOptionsBuilder other ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setAll:(Lnet/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setAll ( NWorkspaceOptions other ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setAll:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNBootOptionsBuilder.setAllPresent ( NWorkspaceOptions other ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setAllPresent:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNBootOptionsBuilder.setBootRepositories ( String bootRepositories ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setBootRepositories:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setBootWorkspaceFactory ( NBootWorkspaceFactory bootWorkspaceFactory ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setBootWorkspaceFactory:(Lnet/thevpc/nuts/spi/NBootWorkspaceFactory;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setClassWorldLoader ( ClassLoader classWorldLoader ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setClassWorldLoader:(Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setClassWorldURLs ( List<URL> classWorldURLs ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setClassWorldURLs:(Ljava/util/List;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setExtensionBootDependencyNodes ( List<NClassLoaderNode> extensionBootDependencyNodes ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setExtensionBootDependencyNodes:(Ljava/util/List;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setExtensionBootDescriptors ( List<NDescriptor> extensionBootDescriptors ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setExtensionBootDescriptors:(Ljava/util/List;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setExtensionsSet ( Set<String> extensionsSet ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setExtensionsSet:(Ljava/util/Set;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setRuntimeBootDependencyNode ( NClassLoaderNode runtimeBootDependencyNode ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setRuntimeBootDependencyNode:(Lnet/thevpc/nuts/boot/NClassLoaderNode;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setRuntimeBootDescriptor ( NDescriptor runtimeBootDescriptor ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setRuntimeBootDescriptor:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setUserOptions ( NWorkspaceOptions p1 ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setUserOptions:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNBootOptionsBuilder.setUserOptions ( NWorkspaceOptions userOptions ) : NBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setUserOptions:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
DefaultNBootOptionsBuilder.setUuid ( String uuid ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
nuts-0.8.4.jar,
DefaultNCallableSupport.class
package net.thevpc.nuts
DefaultNCallableSupport<T>.call ( NSession session ) : T
net/thevpc/nuts/DefaultNCallableSupport.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
DefaultNCallableSupport<T>.DefaultNCallableSupport<T> ( Supplier<T> value, int supportLevel, Function<NSession,NMsg> emptyMessage )
net/thevpc/nuts/DefaultNCallableSupport."<init>":(Ljava/util/function/Supplier;ILjava/util/function/Function;)V
DefaultNCallableSupport<T>.getSupportLevel ( ) : int
net/thevpc/nuts/DefaultNCallableSupport.getSupportLevel:()I
DefaultNCallableSupport<T>.toOptional ( ) : NOptional<T>
net/thevpc/nuts/DefaultNCallableSupport.toOptional:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
DefaultNCmdLine.class
package net.thevpc.nuts.cmdline
DefaultNCmdLine.accept ( int index, String... values ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.accept:(I[Ljava/lang/String;)Z
DefaultNCmdLine.accept ( String... values ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.accept:([Ljava/lang/String;)Z
DefaultNCmdLine.add ( String argument ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.add:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.addAll ( List<String> arguments ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.addAll:(Ljava/util/List;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.append ( String... args ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.append:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.contains ( String name ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.contains:(Ljava/lang/String;)Z
DefaultNCmdLine.copy ( ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.copy:()Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.DefaultNCmdLine ( )
net/thevpc/nuts/cmdline/DefaultNCmdLine."<init>":()V
DefaultNCmdLine.DefaultNCmdLine ( List<String> args )
net/thevpc/nuts/cmdline/DefaultNCmdLine."<init>":(Ljava/util/List;)V
DefaultNCmdLine.DefaultNCmdLine ( List<String> args, NCmdLineAutoComplete autoComplete )
net/thevpc/nuts/cmdline/DefaultNCmdLine."<init>":(Ljava/util/List;Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;)V
DefaultNCmdLine.DefaultNCmdLine ( NSession session )
net/thevpc/nuts/cmdline/DefaultNCmdLine."<init>":(Lnet/thevpc/nuts/NSession;)V
DefaultNCmdLine.DefaultNCmdLine ( String[ ] args )
net/thevpc/nuts/cmdline/DefaultNCmdLine."<init>":([Ljava/lang/String;)V
DefaultNCmdLine.DefaultNCmdLine ( String[ ] args, NCmdLineAutoComplete autoComplete )
net/thevpc/nuts/cmdline/DefaultNCmdLine."<init>":([Ljava/lang/String;Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;)V
DefaultNCmdLine.find ( String name ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.find:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.forEachPeek ( NCmdLineConsumer action ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineConsumer;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.forEachPeek ( NCmdLineConsumer action, NCmdLineContext context ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineConsumer;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.forEachPeek ( NCmdLineRunner processor ) : void
net/thevpc/nuts/cmdline/DefaultNCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineRunner;)V
DefaultNCmdLine.forEachPeek ( NCmdLineRunner processor, NCmdLineContext context ) : void
net/thevpc/nuts/cmdline/DefaultNCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineRunner;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)V
DefaultNCmdLine.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/cmdline/DefaultNCmdLine.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNCmdLine.formatter ( NSession session ) : NCmdLineFormat
net/thevpc/nuts/cmdline/DefaultNCmdLine.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
DefaultNCmdLine.get ( int index ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.get:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.getAutoComplete ( ) : NCmdLineAutoComplete
net/thevpc/nuts/cmdline/DefaultNCmdLine.getAutoComplete:()Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;
DefaultNCmdLine.getCommandName ( ) : String
net/thevpc/nuts/cmdline/DefaultNCmdLine.getCommandName:()Ljava/lang/String;
DefaultNCmdLine.getSession ( ) : NSession
net/thevpc/nuts/cmdline/DefaultNCmdLine.getSession:()Lnet/thevpc/nuts/NSession;
DefaultNCmdLine.getSpecialSimpleOptions ( ) : String[ ]
net/thevpc/nuts/cmdline/DefaultNCmdLine.getSpecialSimpleOptions:()[Ljava/lang/String;
DefaultNCmdLine.getWordIndex ( ) : int
net/thevpc/nuts/cmdline/DefaultNCmdLine.getWordIndex:()I
DefaultNCmdLine.hasNext ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.hasNext:()Z
DefaultNCmdLine.hasNextNonOption ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.hasNextNonOption:()Z
DefaultNCmdLine.hasNextOption ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.hasNextOption:()Z
DefaultNCmdLine.indexOf ( String name ) : int
net/thevpc/nuts/cmdline/DefaultNCmdLine.indexOf:(Ljava/lang/String;)I
DefaultNCmdLine.isAutoCompleteMode ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isAutoCompleteMode:()Z
DefaultNCmdLine.isBlank ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isBlank:()Z
DefaultNCmdLine.isEmpty ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isEmpty:()Z
DefaultNCmdLine.isExecMode ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isExecMode:()Z
DefaultNCmdLine.isExpandSimpleOptions ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isExpandSimpleOptions:()Z
DefaultNCmdLine.isNextNonOption ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isNextNonOption:()Z
DefaultNCmdLine.isNextOption ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isNextOption:()Z
DefaultNCmdLine.isNonOption ( int index ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isNonOption:(I)Z
DefaultNCmdLine.isOption ( int index ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isOption:(I)Z
DefaultNCmdLine.isSpecialSimpleOption ( String option ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isSpecialSimpleOption:(Ljava/lang/String;)Z
DefaultNCmdLine.iterator ( ) : Iterator<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.iterator:()Ljava/util/Iterator;
DefaultNCmdLine.length ( ) : int
net/thevpc/nuts/cmdline/DefaultNCmdLine.length:()I
DefaultNCmdLine.next ( ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.next:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.next ( boolean expandSimpleOptions ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.next:(Z)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.next ( NArgName name ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.next:(Lnet/thevpc/nuts/cmdline/NArgName;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.next ( NArgName name, boolean forceNonOption ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.next:(Lnet/thevpc/nuts/cmdline/NArgName;Z)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.next ( NArgType expectedValue, String... names ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.next:(Lnet/thevpc/nuts/cmdline/NArgType;[Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.next ( String... names ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.next:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextEntry ( ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextEntry:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextEntry ( String... names ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextEntry:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextEntryValue ( ) : NOptional<NLiteral>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextEntryValue:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextEntryValue ( String... names ) : NOptional<NLiteral>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextEntryValue:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextFlag ( ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextFlag:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextFlag ( String... names ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextFlag:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextFlagValue ( ) : NOptional<NLiteral>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextFlagValue:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextFlagValue ( String... names ) : NOptional<NLiteral>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextFlagValue:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextNonOption ( ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextNonOption:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextNonOption ( NArgName name ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextNonOption:(Lnet/thevpc/nuts/cmdline/NArgName;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextNonOption ( String name ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextNonOption:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextOption ( String option ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextOption:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextString ( ) : NOptional<String>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextString:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.parseDefaultList ( String commandLineString ) [static] : NOptional<String[ ]>
net/thevpc/nuts/cmdline/DefaultNCmdLine.parseDefaultList:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.peek ( ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.peek:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.pushBack ( NArg arg ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.pushBack:(Lnet/thevpc/nuts/cmdline/NArg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.pushBack ( NArg... args ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.pushBack:([Lnet/thevpc/nuts/cmdline/NArg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.pushBack ( String... args ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.pushBack:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.registerSpecialSimpleOption ( String option ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.registerSpecialSimpleOption:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.setArguments ( List<String> arguments ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.setArguments:(Ljava/util/List;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.setArguments ( String[ ] arguments ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.setArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.setAutoComplete ( NCmdLineAutoComplete autoComplete ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.setAutoComplete:(Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.setCommandName ( String commandName ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.setCommandName:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.setExpandSimpleOptions ( boolean expand ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.setExpandSimpleOptions:(Z)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.setSession ( NSession session ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.skip ( ) : int
net/thevpc/nuts/cmdline/DefaultNCmdLine.skip:()I
DefaultNCmdLine.skip ( int count ) : int
net/thevpc/nuts/cmdline/DefaultNCmdLine.skip:(I)I
DefaultNCmdLine.skipAll ( ) : int
net/thevpc/nuts/cmdline/DefaultNCmdLine.skipAll:()I
DefaultNCmdLine.throwError ( NMsg message ) : void
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwError:(Lnet/thevpc/nuts/util/NMsg;)V
DefaultNCmdLine.throwError ( NString message ) : void
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwError:(Lnet/thevpc/nuts/text/NString;)V
DefaultNCmdLine.throwMissingArgument ( ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwMissingArgument:()Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.throwMissingArgument ( NMsg errorMessage ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwMissingArgument:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.throwMissingArgument ( String argumentName ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwMissingArgument:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.throwUnexpectedArgument ( ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwUnexpectedArgument:()Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.throwUnexpectedArgument ( NMsg errorMessage ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwUnexpectedArgument:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.throwUnexpectedArgument ( NString errorMessage ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwUnexpectedArgument:(Lnet/thevpc/nuts/text/NString;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.toArgumentArray ( ) : NArg[ ]
net/thevpc/nuts/cmdline/DefaultNCmdLine.toArgumentArray:()[Lnet/thevpc/nuts/cmdline/NArg;
DefaultNCmdLine.toString ( ) : String
net/thevpc/nuts/cmdline/DefaultNCmdLine.toString:()Ljava/lang/String;
DefaultNCmdLine.toStringArray ( ) : String[ ]
net/thevpc/nuts/cmdline/DefaultNCmdLine.toStringArray:()[Ljava/lang/String;
DefaultNCmdLine.toStringList ( ) : List<String>
net/thevpc/nuts/cmdline/DefaultNCmdLine.toStringList:()Ljava/util/List;
DefaultNCmdLine.unregisterSpecialSimpleOption ( String option ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.unregisterSpecialSimpleOption:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.withNextEntry ( NArgProcessor<String> consumer ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
DefaultNCmdLine.withNextEntry ( NArgProcessor<String> consumer, String... names ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
DefaultNCmdLine.withNextEntryValue ( NArgProcessor<NLiteral> consumer ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextEntryValue:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
DefaultNCmdLine.withNextEntryValue ( NArgProcessor<NLiteral> consumer, String... names ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextEntryValue:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
DefaultNCmdLine.withNextFlag ( NArgProcessor<Boolean> consumer ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
DefaultNCmdLine.withNextFlag ( NArgProcessor<Boolean> consumer, String... names ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
DefaultNCmdLine.withNextOptionalEntry ( NArgProcessor<NOptional<String>> consumer ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextOptionalEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
DefaultNCmdLine.withNextOptionalEntry ( NArgProcessor<NOptional<String>> consumer, String... names ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextOptionalEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
DefaultNCmdLine.withNextOptionalFlag ( NArgProcessor<NOptional<Boolean>> consumer ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextOptionalFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
DefaultNCmdLine.withNextOptionalFlag ( NArgProcessor<NOptional<Boolean>> consumer, String... names ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextOptionalFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
DefaultNCmdLine.withNextTrueFlag ( NArgProcessor<Boolean> consumer ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextTrueFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
DefaultNCmdLine.withNextTrueFlag ( NArgProcessor<Boolean> consumer, String... names ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextTrueFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
DefaultNCmdLine.withNextValue ( NArgProcessor<NLiteral> consumer ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextValue:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
nuts-0.8.4.jar,
DefaultNCmdLineAutoComplete.class
package net.thevpc.nuts.cmdline
DefaultNCmdLineAutoComplete.DefaultNCmdLineAutoComplete ( )
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete."<init>":()V
DefaultNCmdLineAutoComplete.getCurrentWordIndex ( ) : int
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.getCurrentWordIndex:()I
DefaultNCmdLineAutoComplete.getLine ( ) : String
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.getLine:()Ljava/lang/String;
DefaultNCmdLineAutoComplete.getSession ( ) : NSession
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.getSession:()Lnet/thevpc/nuts/NSession;
DefaultNCmdLineAutoComplete.getWords ( ) : List<String>
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.getWords:()Ljava/util/List;
DefaultNCmdLineAutoComplete.setCurrentWordIndex ( int currentWordIndex ) : DefaultNCmdLineAutoComplete
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.setCurrentWordIndex:(I)Lnet/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete;
DefaultNCmdLineAutoComplete.setLine ( String line ) : DefaultNCmdLineAutoComplete
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.setLine:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete;
DefaultNCmdLineAutoComplete.setSession ( NSession session ) : DefaultNCmdLineAutoComplete
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete;
DefaultNCmdLineAutoComplete.setWords ( List<String> words ) : DefaultNCmdLineAutoComplete
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.setWords:(Ljava/util/List;)Lnet/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete;
nuts-0.8.4.jar,
DefaultNCmdLineContext.class
package net.thevpc.nuts.cmdline
DefaultNCmdLineContext.DefaultNCmdLineContext ( Object source )
net/thevpc/nuts/cmdline/DefaultNCmdLineContext."<init>":(Ljava/lang/Object;)V
DefaultNCmdLineContext.getConfigurable ( ) : NCmdLineConfigurable
net/thevpc/nuts/cmdline/DefaultNCmdLineContext.getConfigurable:()Lnet/thevpc/nuts/cmdline/NCmdLineConfigurable;
DefaultNCmdLineContext.getSession ( ) : NSession
net/thevpc/nuts/cmdline/DefaultNCmdLineContext.getSession:()Lnet/thevpc/nuts/NSession;
DefaultNCmdLineContext.getSource ( ) : Object
net/thevpc/nuts/cmdline/DefaultNCmdLineContext.getSource:()Ljava/lang/Object;
DefaultNCmdLineContext.isSafe ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLineContext.isSafe:()Z
DefaultNCmdLineContext.setSafe ( boolean safe ) : DefaultNCmdLineContext
net/thevpc/nuts/cmdline/DefaultNCmdLineContext.setSafe:(Z)Lnet/thevpc/nuts/cmdline/DefaultNCmdLineContext;
nuts-0.8.4.jar,
DefaultNContentMetadata.class
package net.thevpc.nuts.io
DefaultNContentMetadata.DefaultNContentMetadata ( )
net/thevpc/nuts/io/DefaultNContentMetadata."<init>":()V
DefaultNContentMetadata.DefaultNContentMetadata ( NContentMetadata other )
net/thevpc/nuts/io/DefaultNContentMetadata."<init>":(Lnet/thevpc/nuts/io/NContentMetadata;)V
DefaultNContentMetadata.DefaultNContentMetadata ( NMsg message, Long contentLength, String contentType, String charset, String kind )
net/thevpc/nuts/io/DefaultNContentMetadata."<init>":(Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
DefaultNContentMetadata.DefaultNContentMetadata ( String name, NMsg message, Long contentLength, String contentType, String charset, String kind )
net/thevpc/nuts/io/DefaultNContentMetadata."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
DefaultNContentMetadata.getCharset ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNContentMetadata.getCharset:()Lnet/thevpc/nuts/util/NOptional;
DefaultNContentMetadata.getContentLength ( ) : NOptional<Long>
net/thevpc/nuts/io/DefaultNContentMetadata.getContentLength:()Lnet/thevpc/nuts/util/NOptional;
DefaultNContentMetadata.getContentType ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNContentMetadata.getContentType:()Lnet/thevpc/nuts/util/NOptional;
DefaultNContentMetadata.getKind ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNContentMetadata.getKind:()Lnet/thevpc/nuts/util/NOptional;
DefaultNContentMetadata.getMessage ( ) : NOptional<NMsg>
net/thevpc/nuts/io/DefaultNContentMetadata.getMessage:()Lnet/thevpc/nuts/util/NOptional;
DefaultNContentMetadata.getName ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNContentMetadata.getName:()Lnet/thevpc/nuts/util/NOptional;
DefaultNContentMetadata.isBlank ( ) : boolean
net/thevpc/nuts/io/DefaultNContentMetadata.isBlank:()Z
DefaultNContentMetadata.setCharset ( String charset ) : DefaultNContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setCharset:(Ljava/lang/String;)Lnet/thevpc/nuts/io/DefaultNContentMetadata;
DefaultNContentMetadata.setCharset ( String p1 ) : NContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setCharset:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
DefaultNContentMetadata.setContentLength ( Long contentLength ) : NContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setContentLength:(Ljava/lang/Long;)Lnet/thevpc/nuts/io/NContentMetadata;
DefaultNContentMetadata.setContentType ( String contentType ) : DefaultNContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setContentType:(Ljava/lang/String;)Lnet/thevpc/nuts/io/DefaultNContentMetadata;
DefaultNContentMetadata.setContentType ( String p1 ) : NContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setContentType:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
DefaultNContentMetadata.setKind ( String kind ) : NContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setKind:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
DefaultNContentMetadata.setMessage ( NMsg message ) : NContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NContentMetadata;
DefaultNContentMetadata.setName ( String name ) : DefaultNContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/io/DefaultNContentMetadata;
DefaultNContentMetadata.setName ( String p1 ) : NContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
DefaultNContentMetadata.toString ( ) : String
net/thevpc/nuts/io/DefaultNContentMetadata.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNDependency.class
package net.thevpc.nuts
DefaultNDependency.builder ( ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependency.builder:()Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependency.DefaultNDependency ( String repository, String groupId, String artifactId, String classifier, NVersion version, String scope, String optional, List<NId> exclusions, NEnvCondition condition, String type, Map<String,String> properties )
net/thevpc/nuts/DefaultNDependency."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Lnet/thevpc/nuts/NEnvCondition;Ljava/lang/String;Ljava/util/Map;)V
DefaultNDependency.DefaultNDependency ( String repository, String groupId, String artifactId, String classifier, NVersion version, String scope, String optional, List<NId> exclusions, NEnvCondition condition, String type, String properties )
net/thevpc/nuts/DefaultNDependency."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Lnet/thevpc/nuts/NEnvCondition;Ljava/lang/String;Ljava/lang/String;)V
DefaultNDependency.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNDependency.equals:(Ljava/lang/Object;)Z
DefaultNDependency.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/DefaultNDependency.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNDependency.formatter ( NSession session ) : NDependencyFormat
net/thevpc/nuts/DefaultNDependency.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDependencyFormat;
DefaultNDependency.getArtifactId ( ) : String
net/thevpc/nuts/DefaultNDependency.getArtifactId:()Ljava/lang/String;
DefaultNDependency.getClassifier ( ) : String
net/thevpc/nuts/DefaultNDependency.getClassifier:()Ljava/lang/String;
DefaultNDependency.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNDependency.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNDependency.getExclusions ( ) : List<NId>
net/thevpc/nuts/DefaultNDependency.getExclusions:()Ljava/util/List;
DefaultNDependency.getFullName ( ) : String
net/thevpc/nuts/DefaultNDependency.getFullName:()Ljava/lang/String;
DefaultNDependency.getGroupId ( ) : String
net/thevpc/nuts/DefaultNDependency.getGroupId:()Ljava/lang/String;
DefaultNDependency.getLongName ( ) : String
net/thevpc/nuts/DefaultNDependency.getLongName:()Ljava/lang/String;
DefaultNDependency.getOptional ( ) : String
net/thevpc/nuts/DefaultNDependency.getOptional:()Ljava/lang/String;
DefaultNDependency.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDependency.getProperties:()Ljava/util/Map;
DefaultNDependency.getPropertiesQuery ( ) : String
net/thevpc/nuts/DefaultNDependency.getPropertiesQuery:()Ljava/lang/String;
DefaultNDependency.getRepository ( ) : String
net/thevpc/nuts/DefaultNDependency.getRepository:()Ljava/lang/String;
DefaultNDependency.getScope ( ) : String
net/thevpc/nuts/DefaultNDependency.getScope:()Ljava/lang/String;
DefaultNDependency.getSimpleName ( ) : String
net/thevpc/nuts/DefaultNDependency.getSimpleName:()Ljava/lang/String;
DefaultNDependency.getType ( ) : String
net/thevpc/nuts/DefaultNDependency.getType:()Ljava/lang/String;
DefaultNDependency.getVersion ( ) : NVersion
net/thevpc/nuts/DefaultNDependency.getVersion:()Lnet/thevpc/nuts/NVersion;
DefaultNDependency.hashCode ( ) : int
net/thevpc/nuts/DefaultNDependency.hashCode:()I
DefaultNDependency.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNDependency.isBlank:()Z
DefaultNDependency.isOptional ( ) : boolean
net/thevpc/nuts/DefaultNDependency.isOptional:()Z
DefaultNDependency.toId ( ) : NId
net/thevpc/nuts/DefaultNDependency.toId:()Lnet/thevpc/nuts/NId;
DefaultNDependency.toString ( ) : String
net/thevpc/nuts/DefaultNDependency.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNDependencyBuilder.class
package net.thevpc.nuts
DefaultNDependencyBuilder.addProperties ( Map<String,String> queryMap ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.addPropertiesQuery ( String propertiesQuery ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.addPropertiesQuery:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.build ( ) : NDependency
net/thevpc/nuts/DefaultNDependencyBuilder.build:()Lnet/thevpc/nuts/NDependency;
DefaultNDependencyBuilder.builder ( ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.builder:()Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.clear ( ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.clear:()Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.copy ( ) : NDependency
net/thevpc/nuts/DefaultNDependencyBuilder.copy:()Lnet/thevpc/nuts/NDependency;
DefaultNDependencyBuilder.DefaultNDependencyBuilder ( )
net/thevpc/nuts/DefaultNDependencyBuilder."<init>":()V
DefaultNDependencyBuilder.DefaultNDependencyBuilder ( NDependency d )
net/thevpc/nuts/DefaultNDependencyBuilder."<init>":(Lnet/thevpc/nuts/NDependency;)V
DefaultNDependencyBuilder.DefaultNDependencyBuilder ( String groupId, String artifactId )
net/thevpc/nuts/DefaultNDependencyBuilder."<init>":(Ljava/lang/String;Ljava/lang/String;)V
DefaultNDependencyBuilder.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/DefaultNDependencyBuilder.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNDependencyBuilder.formatter ( NSession session ) : NDependencyFormat
net/thevpc/nuts/DefaultNDependencyBuilder.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDependencyFormat;
DefaultNDependencyBuilder.getArtifactId ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getArtifactId:()Ljava/lang/String;
DefaultNDependencyBuilder.getClassifier ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getClassifier:()Ljava/lang/String;
DefaultNDependencyBuilder.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNDependencyBuilder.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNDependencyBuilder.getCondition ( ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.getCondition:()Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNDependencyBuilder.getExclusions ( ) : List<NId>
net/thevpc/nuts/DefaultNDependencyBuilder.getExclusions:()Ljava/util/List;
DefaultNDependencyBuilder.getFullName ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getFullName:()Ljava/lang/String;
DefaultNDependencyBuilder.getGroupId ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getGroupId:()Ljava/lang/String;
DefaultNDependencyBuilder.getLongName ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getLongName:()Ljava/lang/String;
DefaultNDependencyBuilder.getOptional ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getOptional:()Ljava/lang/String;
DefaultNDependencyBuilder.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDependencyBuilder.getProperties:()Ljava/util/Map;
DefaultNDependencyBuilder.getPropertiesQuery ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getPropertiesQuery:()Ljava/lang/String;
DefaultNDependencyBuilder.getRepository ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getRepository:()Ljava/lang/String;
DefaultNDependencyBuilder.getScope ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getScope:()Ljava/lang/String;
DefaultNDependencyBuilder.getSimpleName ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getSimpleName:()Ljava/lang/String;
DefaultNDependencyBuilder.getType ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getType:()Ljava/lang/String;
DefaultNDependencyBuilder.getVersion ( ) : NVersion
net/thevpc/nuts/DefaultNDependencyBuilder.getVersion:()Lnet/thevpc/nuts/NVersion;
DefaultNDependencyBuilder.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNDependencyBuilder.isBlank:()Z
DefaultNDependencyBuilder.isOptional ( ) : boolean
net/thevpc/nuts/DefaultNDependencyBuilder.isOptional:()Z
DefaultNDependencyBuilder.setAll ( NDependency value ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setAll:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setAll ( NDependencyBuilder value ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setAll:(Lnet/thevpc/nuts/NDependencyBuilder;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setArtifactId ( String artifactId ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setArtifactId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setClassifier ( String classifier ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setCondition ( NEnvCondition condition ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setDependency ( NDependency value ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setDependency ( NDependencyBuilder value ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setDependency:(Lnet/thevpc/nuts/NDependencyBuilder;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setExclusions ( List<NId> exclusions ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setExclusions:(Ljava/util/List;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setExclusions ( String exclusions ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setExclusions:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setGroupId ( String groupId ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setGroupId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setId ( NId id ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setOptional ( String optional ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setOptional:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setProperties ( Map<String,String> queryMap ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setPropertiesQuery ( String propertiesQuery ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setPropertiesQuery:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setProperty ( String property, String value ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setRepository ( String repository ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setScope ( NDependencyScope scope ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setScope ( String scope ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setScope:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setType ( String type ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setVersion ( NVersion version ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setVersion ( String version ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.toId ( ) : NId
net/thevpc/nuts/DefaultNDependencyBuilder.toId:()Lnet/thevpc/nuts/NId;
DefaultNDependencyBuilder.toString ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNDescriptor.class
package net.thevpc.nuts
DefaultNDescriptor.builder ( ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptor.builder:()Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptor.DefaultNDescriptor ( NDescriptor d )
net/thevpc/nuts/DefaultNDescriptor."<init>":(Lnet/thevpc/nuts/NDescriptor;)V
DefaultNDescriptor.DefaultNDescriptor ( NId id, NIdType idType, List<NId> parents, String packaging, NArtifactCall executor, NArtifactCall installer, String name, String description, NEnvCondition condition, List<NDependency> dependencies, List<NDependency> standardDependencies, List<NIdLocation> locations, List<NDescriptorProperty> properties, String genericName, List<String> categories, List<String> icons, Set<NDescriptorFlag> flags, String solver, List<NDescriptorContributor> contributors, List<NDescriptorContributor> developers, List<NDescriptorLicense> licenses, List<NDescriptorMailingList> mailingLists, NDescriptorOrganization organization )
net/thevpc/nuts/DefaultNDescriptor."<init>":(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NIdType;Ljava/util/List;Ljava/lang/String;Lnet/thevpc/nuts/NArtifactCall;Lnet/thevpc/nuts/NArtifactCall;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NEnvCondition;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/util/Set;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Lnet/thevpc/nuts/NDescriptorOrganization;)V
DefaultNDescriptor.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNDescriptor.equals:(Ljava/lang/Object;)Z
DefaultNDescriptor.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/DefaultNDescriptor.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNDescriptor.formatter ( NSession session ) : NDescriptorFormat
net/thevpc/nuts/DefaultNDescriptor.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorFormat;
DefaultNDescriptor.getCategories ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptor.getCategories:()Ljava/util/List;
DefaultNDescriptor.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNDescriptor.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNDescriptor.getContributors ( ) : List<NDescriptorContributor>
net/thevpc/nuts/DefaultNDescriptor.getContributors:()Ljava/util/List;
DefaultNDescriptor.getDependencies ( ) : List<NDependency>
net/thevpc/nuts/DefaultNDescriptor.getDependencies:()Ljava/util/List;
DefaultNDescriptor.getDescription ( ) : String
net/thevpc/nuts/DefaultNDescriptor.getDescription:()Ljava/lang/String;
DefaultNDescriptor.getDevelopers ( ) : List<NDescriptorContributor>
net/thevpc/nuts/DefaultNDescriptor.getDevelopers:()Ljava/util/List;
DefaultNDescriptor.getExecutor ( ) : NArtifactCall
net/thevpc/nuts/DefaultNDescriptor.getExecutor:()Lnet/thevpc/nuts/NArtifactCall;
DefaultNDescriptor.getFlags ( ) : Set<NDescriptorFlag>
net/thevpc/nuts/DefaultNDescriptor.getFlags:()Ljava/util/Set;
DefaultNDescriptor.getGenericName ( ) : String
net/thevpc/nuts/DefaultNDescriptor.getGenericName:()Ljava/lang/String;
DefaultNDescriptor.getIcons ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptor.getIcons:()Ljava/util/List;
DefaultNDescriptor.getId ( ) : NId
net/thevpc/nuts/DefaultNDescriptor.getId:()Lnet/thevpc/nuts/NId;
DefaultNDescriptor.getIdType ( ) : NIdType
net/thevpc/nuts/DefaultNDescriptor.getIdType:()Lnet/thevpc/nuts/NIdType;
DefaultNDescriptor.getInstaller ( ) : NArtifactCall
net/thevpc/nuts/DefaultNDescriptor.getInstaller:()Lnet/thevpc/nuts/NArtifactCall;
DefaultNDescriptor.getLicenses ( ) : List<NDescriptorLicense>
net/thevpc/nuts/DefaultNDescriptor.getLicenses:()Ljava/util/List;
DefaultNDescriptor.getLocations ( ) : List<NIdLocation>
net/thevpc/nuts/DefaultNDescriptor.getLocations:()Ljava/util/List;
DefaultNDescriptor.getMailingLists ( ) : List<NDescriptorMailingList>
net/thevpc/nuts/DefaultNDescriptor.getMailingLists:()Ljava/util/List;
DefaultNDescriptor.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptor.getName:()Ljava/lang/String;
DefaultNDescriptor.getOrganization ( ) : NDescriptorOrganization
net/thevpc/nuts/DefaultNDescriptor.getOrganization:()Lnet/thevpc/nuts/NDescriptorOrganization;
DefaultNDescriptor.getPackaging ( ) : String
net/thevpc/nuts/DefaultNDescriptor.getPackaging:()Ljava/lang/String;
DefaultNDescriptor.getParents ( ) : List<NId>
net/thevpc/nuts/DefaultNDescriptor.getParents:()Ljava/util/List;
DefaultNDescriptor.getProperties ( ) : List<NDescriptorProperty>
net/thevpc/nuts/DefaultNDescriptor.getProperties:()Ljava/util/List;
DefaultNDescriptor.getProperty ( String name ) : NOptional<NDescriptorProperty>
net/thevpc/nuts/DefaultNDescriptor.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNDescriptor.getPropertyValue ( String name ) : NOptional<NLiteral>
net/thevpc/nuts/DefaultNDescriptor.getPropertyValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNDescriptor.getSolver ( ) : String
net/thevpc/nuts/DefaultNDescriptor.getSolver:()Ljava/lang/String;
DefaultNDescriptor.getStandardDependencies ( ) : List<NDependency>
net/thevpc/nuts/DefaultNDescriptor.getStandardDependencies:()Ljava/util/List;
DefaultNDescriptor.hashCode ( ) : int
net/thevpc/nuts/DefaultNDescriptor.hashCode:()I
DefaultNDescriptor.isApplication ( ) : boolean
net/thevpc/nuts/DefaultNDescriptor.isApplication:()Z
DefaultNDescriptor.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNDescriptor.isBlank:()Z
DefaultNDescriptor.isExecutable ( ) : boolean
net/thevpc/nuts/DefaultNDescriptor.isExecutable:()Z
DefaultNDescriptor.isValid ( ) : boolean
net/thevpc/nuts/DefaultNDescriptor.isValid:()Z
DefaultNDescriptor.readOnly ( ) : NDescriptor
net/thevpc/nuts/DefaultNDescriptor.readOnly:()Lnet/thevpc/nuts/NDescriptor;
DefaultNDescriptor.toString ( ) : String
net/thevpc/nuts/DefaultNDescriptor.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNDescriptorBuilder.class
package net.thevpc.nuts
DefaultNDescriptorBuilder.addDependencies ( List<NDependency> dependencies ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addDependency ( NDependency dependency ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addFlag ( NDescriptorFlag flag ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addFlag:(Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addFlags ( NDescriptorFlag... flags ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addFlags:([Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addLocation ( NIdLocation location ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addLocation:(Lnet/thevpc/nuts/NIdLocation;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addProperties ( List<NDescriptorProperty> properties ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addProperties:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addProperty ( NDescriptorProperty property ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addProperty:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addStandardDependencies ( List<NDependency> dependencies ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addStandardDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addStandardDependency ( NDependency dependency ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addStandardDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.build ( ) : NDescriptor
net/thevpc/nuts/DefaultNDescriptorBuilder.build:()Lnet/thevpc/nuts/NDescriptor;
DefaultNDescriptorBuilder.builder ( ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.builder:()Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.clear ( ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.clear:()Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.copy ( ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.copy:()Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.DefaultNDescriptorBuilder ( )
net/thevpc/nuts/DefaultNDescriptorBuilder."<init>":()V
DefaultNDescriptorBuilder.DefaultNDescriptorBuilder ( NDescriptor other )
net/thevpc/nuts/DefaultNDescriptorBuilder."<init>":(Lnet/thevpc/nuts/NDescriptor;)V
DefaultNDescriptorBuilder.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNDescriptorBuilder.equals:(Ljava/lang/Object;)Z
DefaultNDescriptorBuilder.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/DefaultNDescriptorBuilder.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNDescriptorBuilder.formatter ( NSession session ) : NDescriptorFormat
net/thevpc/nuts/DefaultNDescriptorBuilder.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorFormat;
DefaultNDescriptorBuilder.getCategories ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorBuilder.getCategories:()Ljava/util/List;
DefaultNDescriptorBuilder.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNDescriptorBuilder.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNDescriptorBuilder.getCondition ( ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.getCondition:()Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNDescriptorBuilder.getContributors ( ) : List<NDescriptorContributor>
net/thevpc/nuts/DefaultNDescriptorBuilder.getContributors:()Ljava/util/List;
DefaultNDescriptorBuilder.getDependencies ( ) : List<NDependency>
net/thevpc/nuts/DefaultNDescriptorBuilder.getDependencies:()Ljava/util/List;
DefaultNDescriptorBuilder.getDescription ( ) : String
net/thevpc/nuts/DefaultNDescriptorBuilder.getDescription:()Ljava/lang/String;
DefaultNDescriptorBuilder.getDevelopers ( ) : List<NDescriptorContributor>
net/thevpc/nuts/DefaultNDescriptorBuilder.getDevelopers:()Ljava/util/List;
DefaultNDescriptorBuilder.getExecutor ( ) : NArtifactCall
net/thevpc/nuts/DefaultNDescriptorBuilder.getExecutor:()Lnet/thevpc/nuts/NArtifactCall;
DefaultNDescriptorBuilder.getFlags ( ) : Set<NDescriptorFlag>
net/thevpc/nuts/DefaultNDescriptorBuilder.getFlags:()Ljava/util/Set;
DefaultNDescriptorBuilder.getGenericName ( ) : String
net/thevpc/nuts/DefaultNDescriptorBuilder.getGenericName:()Ljava/lang/String;
DefaultNDescriptorBuilder.getIcons ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorBuilder.getIcons:()Ljava/util/List;
DefaultNDescriptorBuilder.getId ( ) : NId
net/thevpc/nuts/DefaultNDescriptorBuilder.getId:()Lnet/thevpc/nuts/NId;
DefaultNDescriptorBuilder.getIdType ( ) : NIdType
net/thevpc/nuts/DefaultNDescriptorBuilder.getIdType:()Lnet/thevpc/nuts/NIdType;
DefaultNDescriptorBuilder.getInstaller ( ) : NArtifactCall
net/thevpc/nuts/DefaultNDescriptorBuilder.getInstaller:()Lnet/thevpc/nuts/NArtifactCall;
DefaultNDescriptorBuilder.getLicenses ( ) : List<NDescriptorLicense>
net/thevpc/nuts/DefaultNDescriptorBuilder.getLicenses:()Ljava/util/List;
DefaultNDescriptorBuilder.getLocations ( ) : List<NIdLocation>
net/thevpc/nuts/DefaultNDescriptorBuilder.getLocations:()Ljava/util/List;
DefaultNDescriptorBuilder.getMailingLists ( ) : List<NDescriptorMailingList>
net/thevpc/nuts/DefaultNDescriptorBuilder.getMailingLists:()Ljava/util/List;
DefaultNDescriptorBuilder.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorBuilder.getName:()Ljava/lang/String;
DefaultNDescriptorBuilder.getOrganization ( ) : NDescriptorOrganization
net/thevpc/nuts/DefaultNDescriptorBuilder.getOrganization:()Lnet/thevpc/nuts/NDescriptorOrganization;
DefaultNDescriptorBuilder.getPackaging ( ) : String
net/thevpc/nuts/DefaultNDescriptorBuilder.getPackaging:()Ljava/lang/String;
DefaultNDescriptorBuilder.getParents ( ) : List<NId>
net/thevpc/nuts/DefaultNDescriptorBuilder.getParents:()Ljava/util/List;
DefaultNDescriptorBuilder.getProperties ( ) : List<NDescriptorProperty>
net/thevpc/nuts/DefaultNDescriptorBuilder.getProperties:()Ljava/util/List;
DefaultNDescriptorBuilder.getProperty ( String name ) : NOptional<NDescriptorProperty>
net/thevpc/nuts/DefaultNDescriptorBuilder.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNDescriptorBuilder.getPropertyValue ( String name ) : NOptional<NLiteral>
net/thevpc/nuts/DefaultNDescriptorBuilder.getPropertyValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNDescriptorBuilder.getSolver ( ) : String
net/thevpc/nuts/DefaultNDescriptorBuilder.getSolver:()Ljava/lang/String;
DefaultNDescriptorBuilder.getStandardDependencies ( ) : List<NDependency>
net/thevpc/nuts/DefaultNDescriptorBuilder.getStandardDependencies:()Ljava/util/List;
DefaultNDescriptorBuilder.hashCode ( ) : int
net/thevpc/nuts/DefaultNDescriptorBuilder.hashCode:()I
DefaultNDescriptorBuilder.isApplication ( ) : boolean
net/thevpc/nuts/DefaultNDescriptorBuilder.isApplication:()Z
DefaultNDescriptorBuilder.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNDescriptorBuilder.isBlank:()Z
DefaultNDescriptorBuilder.isExecutable ( ) : boolean
net/thevpc/nuts/DefaultNDescriptorBuilder.isExecutable:()Z
DefaultNDescriptorBuilder.readOnly ( ) : NDescriptor
net/thevpc/nuts/DefaultNDescriptorBuilder.readOnly:()Lnet/thevpc/nuts/NDescriptor;
DefaultNDescriptorBuilder.removeDependency ( NDependency dependency ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.removeDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.removeDependency ( Predicate<NDependency> dependency ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.removeDependency:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.removeFlag ( NDescriptorFlag flag ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.removeFlag:(Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.removeFlags ( NDescriptorFlag... flags ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.removeFlags:([Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.removeProperties ( NDescriptorProperty property ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.removeProperties:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.removeStandardDependency ( NDependency dependency ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.removeStandardDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.replaceDependency ( Predicate<NDependency> filter, UnaryOperator<NDependency> converter ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.replaceDependency:(Ljava/util/function/Predicate;Ljava/util/function/UnaryOperator;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.replaceProperty ( Predicate<NDescriptorProperty> filter, Function<NDescriptorProperty,NDescriptorProperty> converter ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.replaceProperty:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setAll ( NDescriptor other ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setAll:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setAll ( NDescriptorBuilder other ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setAll:(Lnet/thevpc/nuts/NDescriptorBuilder;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setCategories ( List<String> categories ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setCategories:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setCondition ( NEnvCondition condition ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setContributors ( List<NDescriptorContributor> contributors ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setContributors:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setDependencies ( List<NDependency> dependencies ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setDescription ( String description ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setDescription:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setDevelopers ( List<NDescriptorContributor> developers ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setDevelopers:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setExecutor ( NArtifactCall executor ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setExecutor:(Lnet/thevpc/nuts/NArtifactCall;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setFlags ( Set<NDescriptorFlag> flags ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setFlags:(Ljava/util/Set;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setGenericName ( String name ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setGenericName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setIcons ( List<String> icons ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setIcons:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setId ( NId id ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setId ( String id ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setIdType ( NIdType idType ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setIdType:(Lnet/thevpc/nuts/NIdType;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setInstaller ( NArtifactCall installer ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setInstaller:(Lnet/thevpc/nuts/NArtifactCall;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setLicenses ( List<NDescriptorLicense> licenses ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setLicenses:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setLocations ( List<NIdLocation> locations ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setLocations:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setMailingLists ( List<NDescriptorMailingList> mailingLists ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setMailingLists:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setName ( String name ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setOrganization ( NDescriptorOrganization organization ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setOrganization:(Lnet/thevpc/nuts/NDescriptorOrganization;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setPackaging ( String packaging ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setParents ( List<NId> parents ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setParents:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setProperties ( List<NDescriptorProperty> properties ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setProperties:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setProperty ( String name, String value ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setSolver ( String solver ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setSolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setStandardDependencies ( List<NDependency> dependencies ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setStandardDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
nuts-0.8.4.jar,
DefaultNDescriptorContributor.class
package net.thevpc.nuts
DefaultNDescriptorContributor.builder ( ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributor.builder:()Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributor.DefaultNDescriptorContributor ( NDescriptorContributor other )
net/thevpc/nuts/DefaultNDescriptorContributor."<init>":(Lnet/thevpc/nuts/NDescriptorContributor;)V
DefaultNDescriptorContributor.DefaultNDescriptorContributor ( String id, String name, String url, String email, List<String> roles, String timezone, List<String> icons, NDescriptorOrganization organization, Map<String,String> properties, String comments )
net/thevpc/nuts/DefaultNDescriptorContributor."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/String;Ljava/util/List;Lnet/thevpc/nuts/NDescriptorOrganization;Ljava/util/Map;Ljava/lang/String;)V
DefaultNDescriptorContributor.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributor.getComments:()Ljava/lang/String;
DefaultNDescriptorContributor.getEmail ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributor.getEmail:()Ljava/lang/String;
DefaultNDescriptorContributor.getIcons ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorContributor.getIcons:()Ljava/util/List;
DefaultNDescriptorContributor.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributor.getId:()Ljava/lang/String;
DefaultNDescriptorContributor.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributor.getName:()Ljava/lang/String;
DefaultNDescriptorContributor.getOrganization ( ) : NDescriptorOrganization
net/thevpc/nuts/DefaultNDescriptorContributor.getOrganization:()Lnet/thevpc/nuts/NDescriptorOrganization;
DefaultNDescriptorContributor.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorContributor.getProperties:()Ljava/util/Map;
DefaultNDescriptorContributor.getRoles ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorContributor.getRoles:()Ljava/util/List;
DefaultNDescriptorContributor.getTimezone ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributor.getTimezone:()Ljava/lang/String;
DefaultNDescriptorContributor.getUrl ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributor.getUrl:()Ljava/lang/String;
DefaultNDescriptorContributor.readOnly ( ) : NDescriptorContributor
net/thevpc/nuts/DefaultNDescriptorContributor.readOnly:()Lnet/thevpc/nuts/NDescriptorContributor;
nuts-0.8.4.jar,
DefaultNDescriptorContributorBuilder.class
package net.thevpc.nuts
DefaultNDescriptorContributorBuilder.build ( ) : NDescriptorContributor
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.build:()Lnet/thevpc/nuts/NDescriptorContributor;
DefaultNDescriptorContributorBuilder.builder ( ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.builder:()Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.copy ( ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.copy:()Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.DefaultNDescriptorContributorBuilder ( )
net/thevpc/nuts/DefaultNDescriptorContributorBuilder."<init>":()V
DefaultNDescriptorContributorBuilder.DefaultNDescriptorContributorBuilder ( NDescriptorContributor other )
net/thevpc/nuts/DefaultNDescriptorContributorBuilder."<init>":(Lnet/thevpc/nuts/NDescriptorContributor;)V
DefaultNDescriptorContributorBuilder.DefaultNDescriptorContributorBuilder ( String id, String name, String url, String email, List<String> roles, String timezone, List<String> icons, NDescriptorOrganization organization, Map<String,String> properties, String comments )
net/thevpc/nuts/DefaultNDescriptorContributorBuilder."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/String;Ljava/util/List;Lnet/thevpc/nuts/NDescriptorOrganization;Ljava/util/Map;Ljava/lang/String;)V
DefaultNDescriptorContributorBuilder.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getComments:()Ljava/lang/String;
DefaultNDescriptorContributorBuilder.getEmail ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getEmail:()Ljava/lang/String;
DefaultNDescriptorContributorBuilder.getIcons ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getIcons:()Ljava/util/List;
DefaultNDescriptorContributorBuilder.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getId:()Ljava/lang/String;
DefaultNDescriptorContributorBuilder.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getName:()Ljava/lang/String;
DefaultNDescriptorContributorBuilder.getOrganization ( ) : NDescriptorOrganization
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getOrganization:()Lnet/thevpc/nuts/NDescriptorOrganization;
DefaultNDescriptorContributorBuilder.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getProperties:()Ljava/util/Map;
DefaultNDescriptorContributorBuilder.getRoles ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getRoles:()Ljava/util/List;
DefaultNDescriptorContributorBuilder.getTimezone ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getTimezone:()Ljava/lang/String;
DefaultNDescriptorContributorBuilder.getUrl ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getUrl:()Ljava/lang/String;
DefaultNDescriptorContributorBuilder.readOnly ( ) : NDescriptorContributor
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.readOnly:()Lnet/thevpc/nuts/NDescriptorContributor;
DefaultNDescriptorContributorBuilder.setComments ( String comments ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setEmail ( String email ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setEmail:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setIcons ( List<String> icons ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setIcons:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setId ( String id ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setName ( String name ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setOrganization ( NDescriptorOrganization organization ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setOrganization:(Lnet/thevpc/nuts/NDescriptorOrganization;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setProperties ( Map<String,String> properties ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setRoles ( List<String> roles ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setRoles:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setTimezone ( String timezone ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setTimezone:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setUrl ( String url ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
nuts-0.8.4.jar,
DefaultNDescriptorLicense.class
package net.thevpc.nuts
DefaultNDescriptorLicense.builder ( ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicense.builder:()Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicense.DefaultNDescriptorLicense ( NDescriptorLicense other )
net/thevpc/nuts/DefaultNDescriptorLicense."<init>":(Lnet/thevpc/nuts/NDescriptorLicense;)V
DefaultNDescriptorLicense.DefaultNDescriptorLicense ( String id, String name, String url, String distribution, String comments, String date, Map<String,String> properties )
net/thevpc/nuts/DefaultNDescriptorLicense."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V
DefaultNDescriptorLicense.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicense.getComments:()Ljava/lang/String;
DefaultNDescriptorLicense.getDate ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicense.getDate:()Ljava/lang/String;
DefaultNDescriptorLicense.getDistribution ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicense.getDistribution:()Ljava/lang/String;
DefaultNDescriptorLicense.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicense.getId:()Ljava/lang/String;
DefaultNDescriptorLicense.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicense.getName:()Ljava/lang/String;
DefaultNDescriptorLicense.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorLicense.getProperties:()Ljava/util/Map;
DefaultNDescriptorLicense.getUrl ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicense.getUrl:()Ljava/lang/String;
DefaultNDescriptorLicense.readOnly ( ) : NDescriptorLicense
net/thevpc/nuts/DefaultNDescriptorLicense.readOnly:()Lnet/thevpc/nuts/NDescriptorLicense;
nuts-0.8.4.jar,
DefaultNDescriptorLicenseBuilder.class
package net.thevpc.nuts
DefaultNDescriptorLicenseBuilder.build ( ) : NDescriptorLicense
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.build:()Lnet/thevpc/nuts/NDescriptorLicense;
DefaultNDescriptorLicenseBuilder.builder ( ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.builder:()Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.copy ( ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.copy:()Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.DefaultNDescriptorLicenseBuilder ( )
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder."<init>":()V
DefaultNDescriptorLicenseBuilder.DefaultNDescriptorLicenseBuilder ( NDescriptorLicense other )
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder."<init>":(Lnet/thevpc/nuts/NDescriptorLicense;)V
DefaultNDescriptorLicenseBuilder.DefaultNDescriptorLicenseBuilder ( String id, String name, String url, String distribution, String comments, String date, Map<String,String> properties )
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V
DefaultNDescriptorLicenseBuilder.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.getComments:()Ljava/lang/String;
DefaultNDescriptorLicenseBuilder.getDate ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.getDate:()Ljava/lang/String;
DefaultNDescriptorLicenseBuilder.getDistribution ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.getDistribution:()Ljava/lang/String;
DefaultNDescriptorLicenseBuilder.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.getId:()Ljava/lang/String;
DefaultNDescriptorLicenseBuilder.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.getName:()Ljava/lang/String;
DefaultNDescriptorLicenseBuilder.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.getProperties:()Ljava/util/Map;
DefaultNDescriptorLicenseBuilder.getUrl ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.getUrl:()Ljava/lang/String;
DefaultNDescriptorLicenseBuilder.readOnly ( ) : NDescriptorLicense
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.readOnly:()Lnet/thevpc/nuts/NDescriptorLicense;
DefaultNDescriptorLicenseBuilder.setComments ( String comments ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.setDate ( String date ) : DefaultNDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.setDate:(Ljava/lang/String;)Lnet/thevpc/nuts/DefaultNDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.setDistribution ( String distribution ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.setDistribution:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.setId ( String id ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.setName ( String name ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.setProperties ( Map<String,String> properties ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.setUrl ( String url ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
nuts-0.8.4.jar,
DefaultNDescriptorMailingList.class
package net.thevpc.nuts
DefaultNDescriptorMailingList.builder ( ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingList.builder:()Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingList.DefaultNDescriptorMailingList ( NDescriptorMailingList other )
net/thevpc/nuts/DefaultNDescriptorMailingList."<init>":(Lnet/thevpc/nuts/NDescriptorMailingList;)V
DefaultNDescriptorMailingList.DefaultNDescriptorMailingList ( String id, String name, String subscribe, String unsubscribe, String post, String archive, List<String> otherArchives, Map<String,String> properties, String comments )
net/thevpc/nuts/DefaultNDescriptorMailingList."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/Map;Ljava/lang/String;)V
DefaultNDescriptorMailingList.getArchive ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingList.getArchive:()Ljava/lang/String;
DefaultNDescriptorMailingList.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingList.getComments:()Ljava/lang/String;
DefaultNDescriptorMailingList.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingList.getId:()Ljava/lang/String;
DefaultNDescriptorMailingList.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingList.getName:()Ljava/lang/String;
DefaultNDescriptorMailingList.getOtherArchives ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorMailingList.getOtherArchives:()Ljava/util/List;
DefaultNDescriptorMailingList.getPost ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingList.getPost:()Ljava/lang/String;
DefaultNDescriptorMailingList.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorMailingList.getProperties:()Ljava/util/Map;
DefaultNDescriptorMailingList.getSubscribe ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingList.getSubscribe:()Ljava/lang/String;
DefaultNDescriptorMailingList.getUnsubscribe ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingList.getUnsubscribe:()Ljava/lang/String;
DefaultNDescriptorMailingList.readOnly ( ) : NDescriptorMailingList
net/thevpc/nuts/DefaultNDescriptorMailingList.readOnly:()Lnet/thevpc/nuts/NDescriptorMailingList;
nuts-0.8.4.jar,
DefaultNDescriptorMailingListBuilder.class
package net.thevpc.nuts
DefaultNDescriptorMailingListBuilder.build ( ) : NDescriptorMailingList
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.build:()Lnet/thevpc/nuts/NDescriptorMailingList;
DefaultNDescriptorMailingListBuilder.builder ( ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.builder:()Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.copy ( ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.copy:()Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.DefaultNDescriptorMailingListBuilder ( )
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder."<init>":()V
DefaultNDescriptorMailingListBuilder.DefaultNDescriptorMailingListBuilder ( NDescriptorMailingList other )
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder."<init>":(Lnet/thevpc/nuts/NDescriptorMailingList;)V
DefaultNDescriptorMailingListBuilder.DefaultNDescriptorMailingListBuilder ( String id, String name, String subscribe, String unsubscribe, String post, String archive, List<String> otherArchives, Map<String,String> properties, String comments )
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/Map;Ljava/lang/String;)V
DefaultNDescriptorMailingListBuilder.getArchive ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getArchive:()Ljava/lang/String;
DefaultNDescriptorMailingListBuilder.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getComments:()Ljava/lang/String;
DefaultNDescriptorMailingListBuilder.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getId:()Ljava/lang/String;
DefaultNDescriptorMailingListBuilder.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getName:()Ljava/lang/String;
DefaultNDescriptorMailingListBuilder.getOtherArchives ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getOtherArchives:()Ljava/util/List;
DefaultNDescriptorMailingListBuilder.getPost ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getPost:()Ljava/lang/String;
DefaultNDescriptorMailingListBuilder.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getProperties:()Ljava/util/Map;
DefaultNDescriptorMailingListBuilder.getSubscribe ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getSubscribe:()Ljava/lang/String;
DefaultNDescriptorMailingListBuilder.getUnsubscribe ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getUnsubscribe:()Ljava/lang/String;
DefaultNDescriptorMailingListBuilder.readOnly ( ) : NDescriptorMailingList
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.readOnly:()Lnet/thevpc/nuts/NDescriptorMailingList;
DefaultNDescriptorMailingListBuilder.setArchive ( String archive ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setArchive:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setComments ( String comments ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setId ( String id ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setName ( String name ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setOtherArchives ( List<String> otherArchives ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setOtherArchives:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setPost ( String post ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setPost:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setProperties ( Map<String,String> properties ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setSubscribe ( String subscribe ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setSubscribe:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setUnsubscribe ( String unsubscribe ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setUnsubscribe:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
nuts-0.8.4.jar,
DefaultNDescriptorOrganization.class
package net.thevpc.nuts
DefaultNDescriptorOrganization.builder ( ) : DefaultNDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganization.builder:()Lnet/thevpc/nuts/DefaultNDescriptorOrganizationBuilder;
DefaultNDescriptorOrganization.builder ( ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganization.builder:()Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
DefaultNDescriptorOrganization.DefaultNDescriptorOrganization ( NDescriptorOrganization other )
net/thevpc/nuts/DefaultNDescriptorOrganization."<init>":(Lnet/thevpc/nuts/NDescriptorOrganization;)V
DefaultNDescriptorOrganization.DefaultNDescriptorOrganization ( String id, String name, String url, String comments, Map<String,String> properties )
net/thevpc/nuts/DefaultNDescriptorOrganization."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V
DefaultNDescriptorOrganization.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganization.getComments:()Ljava/lang/String;
DefaultNDescriptorOrganization.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganization.getId:()Ljava/lang/String;
DefaultNDescriptorOrganization.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganization.getName:()Ljava/lang/String;
DefaultNDescriptorOrganization.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorOrganization.getProperties:()Ljava/util/Map;
DefaultNDescriptorOrganization.getUrl ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganization.getUrl:()Ljava/lang/String;
DefaultNDescriptorOrganization.readOnly ( ) : NDescriptorOrganization
net/thevpc/nuts/DefaultNDescriptorOrganization.readOnly:()Lnet/thevpc/nuts/NDescriptorOrganization;
nuts-0.8.4.jar,
DefaultNDescriptorOrganizationBuilder.class
package net.thevpc.nuts
DefaultNDescriptorOrganizationBuilder.build ( ) : NDescriptorOrganization
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.build:()Lnet/thevpc/nuts/NDescriptorOrganization;
DefaultNDescriptorOrganizationBuilder.builder ( ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.builder:()Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
DefaultNDescriptorOrganizationBuilder.copy ( ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.copy:()Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
DefaultNDescriptorOrganizationBuilder.DefaultNDescriptorOrganizationBuilder ( )
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder."<init>":()V
DefaultNDescriptorOrganizationBuilder.DefaultNDescriptorOrganizationBuilder ( NDescriptorOrganization other )
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder."<init>":(Lnet/thevpc/nuts/NDescriptorOrganization;)V
DefaultNDescriptorOrganizationBuilder.DefaultNDescriptorOrganizationBuilder ( String id, String name, String url, String comments, Map<String,String> properties )
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V
DefaultNDescriptorOrganizationBuilder.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.getComments:()Ljava/lang/String;
DefaultNDescriptorOrganizationBuilder.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.getId:()Ljava/lang/String;
DefaultNDescriptorOrganizationBuilder.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.getName:()Ljava/lang/String;
DefaultNDescriptorOrganizationBuilder.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.getProperties:()Ljava/util/Map;
DefaultNDescriptorOrganizationBuilder.getUrl ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.getUrl:()Ljava/lang/String;
DefaultNDescriptorOrganizationBuilder.readOnly ( ) : NDescriptorOrganization
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.readOnly:()Lnet/thevpc/nuts/NDescriptorOrganization;
DefaultNDescriptorOrganizationBuilder.setComments ( String comments ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
DefaultNDescriptorOrganizationBuilder.setId ( String id ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
DefaultNDescriptorOrganizationBuilder.setName ( String name ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
DefaultNDescriptorOrganizationBuilder.setProperties ( Map<String,String> properties ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
DefaultNDescriptorOrganizationBuilder.setUrl ( String url ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
nuts-0.8.4.jar,
DefaultNDescriptorProperty.class
package net.thevpc.nuts
DefaultNDescriptorProperty.builder ( ) : NDescriptorPropertyBuilder
net/thevpc/nuts/DefaultNDescriptorProperty.builder:()Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
DefaultNDescriptorProperty.DefaultNDescriptorProperty ( String name, NLiteral value, NEnvCondition condition )
net/thevpc/nuts/DefaultNDescriptorProperty."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/util/NLiteral;Lnet/thevpc/nuts/NEnvCondition;)V
DefaultNDescriptorProperty.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNDescriptorProperty.equals:(Ljava/lang/Object;)Z
DefaultNDescriptorProperty.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNDescriptorProperty.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNDescriptorProperty.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorProperty.getName:()Ljava/lang/String;
DefaultNDescriptorProperty.getValue ( ) : NLiteral
net/thevpc/nuts/DefaultNDescriptorProperty.getValue:()Lnet/thevpc/nuts/util/NLiteral;
DefaultNDescriptorProperty.hashCode ( ) : int
net/thevpc/nuts/DefaultNDescriptorProperty.hashCode:()I
DefaultNDescriptorProperty.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNDescriptorProperty.isBlank:()Z
DefaultNDescriptorProperty.readOnly ( ) : NDescriptorProperty
net/thevpc/nuts/DefaultNDescriptorProperty.readOnly:()Lnet/thevpc/nuts/NDescriptorProperty;
DefaultNDescriptorProperty.toString ( ) : String
net/thevpc/nuts/DefaultNDescriptorProperty.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNDescriptorPropertyBuilder.class
package net.thevpc.nuts
DefaultNDescriptorPropertyBuilder.build ( ) : NDescriptorProperty
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.build:()Lnet/thevpc/nuts/NDescriptorProperty;
DefaultNDescriptorPropertyBuilder.builder ( ) : NDescriptorPropertyBuilder
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.builder:()Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
DefaultNDescriptorPropertyBuilder.copy ( ) : NDescriptorPropertyBuilder
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.copy:()Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
DefaultNDescriptorPropertyBuilder.DefaultNDescriptorPropertyBuilder ( )
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder."<init>":()V
DefaultNDescriptorPropertyBuilder.DefaultNDescriptorPropertyBuilder ( NDescriptorProperty other )
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder."<init>":(Lnet/thevpc/nuts/NDescriptorProperty;)V
DefaultNDescriptorPropertyBuilder.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNDescriptorPropertyBuilder.getCondition ( ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.getCondition:()Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNDescriptorPropertyBuilder.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.getName:()Ljava/lang/String;
DefaultNDescriptorPropertyBuilder.getValue ( ) : NLiteral
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.getValue:()Lnet/thevpc/nuts/util/NLiteral;
DefaultNDescriptorPropertyBuilder.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.isBlank:()Z
DefaultNDescriptorPropertyBuilder.readOnly ( ) : NDescriptorProperty
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.readOnly:()Lnet/thevpc/nuts/NDescriptorProperty;
DefaultNDescriptorPropertyBuilder.setAll ( NDescriptorProperty value ) : NDescriptorPropertyBuilder
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.setAll:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
DefaultNDescriptorPropertyBuilder.setCondition ( NEnvCondition condition ) : NDescriptorPropertyBuilder
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
DefaultNDescriptorPropertyBuilder.setName ( String name ) : NDescriptorPropertyBuilder
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
DefaultNDescriptorPropertyBuilder.setValue ( String value ) : NDescriptorPropertyBuilder
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.setValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
nuts-0.8.4.jar,
DefaultNDurationFormat.class
package net.thevpc.nuts.time
DefaultNDurationFormat.copy ( ) : DefaultNDurationFormat
net/thevpc/nuts/time/DefaultNDurationFormat.copy:()Lnet/thevpc/nuts/time/DefaultNDurationFormat;
DefaultNDurationFormat.DefaultNDurationFormat ( DefaultNDurationFormat other )
net/thevpc/nuts/time/DefaultNDurationFormat."<init>":(Lnet/thevpc/nuts/time/DefaultNDurationFormat;)V
DefaultNDurationFormat.DefaultNDurationFormat ( NDurationFormatMode mode )
net/thevpc/nuts/time/DefaultNDurationFormat."<init>":(Lnet/thevpc/nuts/time/NDurationFormatMode;)V
DefaultNDurationFormat.format ( Duration duration ) : String
net/thevpc/nuts/time/DefaultNDurationFormat.format:(Ljava/time/Duration;)Ljava/lang/String;
DefaultNDurationFormat.format ( long millis, int nanos ) : String
net/thevpc/nuts/time/DefaultNDurationFormat.format:(JI)Ljava/lang/String;
DefaultNDurationFormat.format ( NDuration duration ) : String
net/thevpc/nuts/time/DefaultNDurationFormat.format:(Lnet/thevpc/nuts/time/NDuration;)Ljava/lang/String;
DefaultNDurationFormat.formatMillis ( long millis ) : String
net/thevpc/nuts/time/DefaultNDurationFormat.formatMillis:(J)Ljava/lang/String;
DefaultNDurationFormat.formatNanos ( long nanos ) : String
net/thevpc/nuts/time/DefaultNDurationFormat.formatNanos:(J)Ljava/lang/String;
DefaultNDurationFormat.formatUnit ( NDuration duration, ChronoUnit unit, Set<ChronoUnit> processed, NPrintStream out ) : void
net/thevpc/nuts/time/DefaultNDurationFormat.formatUnit:(Lnet/thevpc/nuts/time/NDuration;Ljava/time/temporal/ChronoUnit;Ljava/util/Set;Lnet/thevpc/nuts/io/NPrintStream;)V
DefaultNDurationFormat.freeze ( ) : DefaultNDurationFormat
net/thevpc/nuts/time/DefaultNDurationFormat.freeze:()Lnet/thevpc/nuts/time/DefaultNDurationFormat;
DefaultNDurationFormat.getMode ( ) : NDurationFormatMode
net/thevpc/nuts/time/DefaultNDurationFormat.getMode:()Lnet/thevpc/nuts/time/NDurationFormatMode;
DefaultNDurationFormat.of ( NDurationFormatMode mode ) [static] : DefaultNDurationFormat
net/thevpc/nuts/time/DefaultNDurationFormat.of:(Lnet/thevpc/nuts/time/NDurationFormatMode;)Lnet/thevpc/nuts/time/DefaultNDurationFormat;
DefaultNDurationFormat.print ( NDuration duration, NPrintStream out ) : void
net/thevpc/nuts/time/DefaultNDurationFormat.print:(Lnet/thevpc/nuts/time/NDuration;Lnet/thevpc/nuts/io/NPrintStream;)V
DefaultNDurationFormat.setMode ( NDurationFormatMode mode ) : DefaultNDurationFormat
net/thevpc/nuts/time/DefaultNDurationFormat.setMode:(Lnet/thevpc/nuts/time/NDurationFormatMode;)Lnet/thevpc/nuts/time/DefaultNDurationFormat;
DefaultNDurationFormat.unitString ( ChronoUnit unit ) : String
net/thevpc/nuts/time/DefaultNDurationFormat.unitString:(Ljava/time/temporal/ChronoUnit;)Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNElementEntry.class
package net.thevpc.nuts.elem
DefaultNElementEntry.DefaultNElementEntry ( NElement key, NElement value )
net/thevpc/nuts/elem/DefaultNElementEntry."<init>":(Lnet/thevpc/nuts/elem/NElement;Lnet/thevpc/nuts/elem/NElement;)V
DefaultNElementEntry.equals ( Object o ) : boolean
net/thevpc/nuts/elem/DefaultNElementEntry.equals:(Ljava/lang/Object;)Z
DefaultNElementEntry.getKey ( ) : NElement
net/thevpc/nuts/elem/DefaultNElementEntry.getKey:()Lnet/thevpc/nuts/elem/NElement;
DefaultNElementEntry.getValue ( ) : NElement
net/thevpc/nuts/elem/DefaultNElementEntry.getValue:()Lnet/thevpc/nuts/elem/NElement;
DefaultNElementEntry.hashCode ( ) : int
net/thevpc/nuts/elem/DefaultNElementEntry.hashCode:()I
DefaultNElementEntry.toString ( ) : String
net/thevpc/nuts/elem/DefaultNElementEntry.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNEnvCondition.class
package net.thevpc.nuts
DefaultNEnvCondition.builder ( ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvCondition.builder:()Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvCondition.DefaultNEnvCondition ( )
net/thevpc/nuts/DefaultNEnvCondition."<init>":()V
DefaultNEnvCondition.DefaultNEnvCondition ( List<String> arch, List<String> os, List<String> osDist, List<String> platform, List<String> desktopEnvironment, List<String> profile, Map<String,String> properties )
net/thevpc/nuts/DefaultNEnvCondition."<init>":(Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/Map;)V
DefaultNEnvCondition.DefaultNEnvCondition ( NEnvCondition d )
net/thevpc/nuts/DefaultNEnvCondition."<init>":(Lnet/thevpc/nuts/NEnvCondition;)V
DefaultNEnvCondition.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNEnvCondition.equals:(Ljava/lang/Object;)Z
DefaultNEnvCondition.getArch ( ) : List<String>
net/thevpc/nuts/DefaultNEnvCondition.getArch:()Ljava/util/List;
DefaultNEnvCondition.getDesktopEnvironment ( ) : List<String>
net/thevpc/nuts/DefaultNEnvCondition.getDesktopEnvironment:()Ljava/util/List;
DefaultNEnvCondition.getOs ( ) : List<String>
net/thevpc/nuts/DefaultNEnvCondition.getOs:()Ljava/util/List;
DefaultNEnvCondition.getOsDist ( ) : List<String>
net/thevpc/nuts/DefaultNEnvCondition.getOsDist:()Ljava/util/List;
DefaultNEnvCondition.getPlatform ( ) : List<String>
net/thevpc/nuts/DefaultNEnvCondition.getPlatform:()Ljava/util/List;
DefaultNEnvCondition.getProfile ( ) : List<String>
net/thevpc/nuts/DefaultNEnvCondition.getProfile:()Ljava/util/List;
DefaultNEnvCondition.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNEnvCondition.getProperties:()Ljava/util/Map;
DefaultNEnvCondition.hashCode ( ) : int
net/thevpc/nuts/DefaultNEnvCondition.hashCode:()I
DefaultNEnvCondition.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNEnvCondition.isBlank:()Z
DefaultNEnvCondition.readOnly ( ) : NEnvCondition
net/thevpc/nuts/DefaultNEnvCondition.readOnly:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNEnvCondition.toMap ( ) : Map<String,String>
net/thevpc/nuts/DefaultNEnvCondition.toMap:()Ljava/util/Map;
DefaultNEnvCondition.toString ( ) : String
net/thevpc/nuts/DefaultNEnvCondition.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNEnvConditionBuilder.class
package net.thevpc.nuts
DefaultNEnvConditionBuilder.addAll ( NEnvCondition other ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addAll:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addArchs ( String value ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addArchs:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addArchs ( String... values ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addArchs:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addDesktopEnvironment ( String value ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addDesktopEnvironment:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addDesktopEnvironments ( String... values ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addDesktopEnvironments:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addOs ( String value ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addOsDist ( String value ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addOsDist:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addOsDists ( String... values ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addOsDists:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addOses ( String... values ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addOses:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addPlatform ( String value ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addPlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addPlatforms ( String... values ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addPlatforms:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addProfile ( String value ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addProfile:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addProfiles ( String... values ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addProfiles:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addProperties ( Map<String,String> properties ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addProperty ( String key, String value ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.build ( ) : NEnvCondition
net/thevpc/nuts/DefaultNEnvConditionBuilder.build:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNEnvConditionBuilder.builder ( ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.builder:()Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.clear ( ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.clear:()Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.copy ( ) : NEnvCondition
net/thevpc/nuts/DefaultNEnvConditionBuilder.copy:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNEnvConditionBuilder.DefaultNEnvConditionBuilder ( )
net/thevpc/nuts/DefaultNEnvConditionBuilder."<init>":()V
DefaultNEnvConditionBuilder.DefaultNEnvConditionBuilder ( NEnvCondition other )
net/thevpc/nuts/DefaultNEnvConditionBuilder."<init>":(Lnet/thevpc/nuts/NEnvCondition;)V
DefaultNEnvConditionBuilder.getArch ( ) : List<String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.getArch:()Ljava/util/List;
DefaultNEnvConditionBuilder.getDesktopEnvironment ( ) : List<String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.getDesktopEnvironment:()Ljava/util/List;
DefaultNEnvConditionBuilder.getOs ( ) : List<String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.getOs:()Ljava/util/List;
DefaultNEnvConditionBuilder.getOsDist ( ) : List<String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.getOsDist:()Ljava/util/List;
DefaultNEnvConditionBuilder.getPlatform ( ) : List<String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.getPlatform:()Ljava/util/List;
DefaultNEnvConditionBuilder.getProfile ( ) : List<String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.getProfile:()Ljava/util/List;
DefaultNEnvConditionBuilder.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.getProperties:()Ljava/util/Map;
DefaultNEnvConditionBuilder.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNEnvConditionBuilder.isBlank:()Z
DefaultNEnvConditionBuilder.readOnly ( ) : NEnvCondition
net/thevpc/nuts/DefaultNEnvConditionBuilder.readOnly:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNEnvConditionBuilder.setAll ( NEnvCondition other ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setAll:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.setArch ( List<String> arch ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setArch:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.setDesktopEnvironment ( List<String> desktopEnvironment ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setDesktopEnvironment:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.setOs ( List<String> os ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setOs:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.setOsDist ( List<String> osDist ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setOsDist:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.setPlatform ( List<String> platform ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setPlatform:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.setProfile ( List<String> profiles ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setProfile:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.setProperties ( Map<String,String> properties ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.toMap ( ) : Map<String,String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.toMap:()Ljava/util/Map;
DefaultNEnvConditionBuilder.toString ( ) : String
net/thevpc/nuts/DefaultNEnvConditionBuilder.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNId.class
package net.thevpc.nuts
DefaultNId.builder ( ) : NIdBuilder
net/thevpc/nuts/DefaultNId.builder:()Lnet/thevpc/nuts/NIdBuilder;
DefaultNId.compareTo ( NId o2 ) : int
net/thevpc/nuts/DefaultNId.compareTo:(Lnet/thevpc/nuts/NId;)I
DefaultNId.compareTo ( Object p1 ) : int
net/thevpc/nuts/DefaultNId.compareTo:(Ljava/lang/Object;)I
DefaultNId.compatNewer ( ) : NId
net/thevpc/nuts/DefaultNId.compatNewer:()Lnet/thevpc/nuts/NId;
DefaultNId.compatOlder ( ) : NId
net/thevpc/nuts/DefaultNId.compatOlder:()Lnet/thevpc/nuts/NId;
DefaultNId.DefaultNId ( )
net/thevpc/nuts/DefaultNId."<init>":()V
DefaultNId.DefaultNId ( String groupId, String artifactId, NVersion version )
net/thevpc/nuts/DefaultNId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;)V
DefaultNId.DefaultNId ( String groupId, String artifactId, NVersion version, String classifier, Map<String,String> properties, NEnvCondition condition )
net/thevpc/nuts/DefaultNId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;Ljava/lang/String;Ljava/util/Map;Lnet/thevpc/nuts/NEnvCondition;)V
DefaultNId.DefaultNId ( String groupId, String artifactId, NVersion version, String classifier, String properties, NEnvCondition condition )
net/thevpc/nuts/DefaultNId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NEnvCondition;)V
DefaultNId.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNId.equals:(Ljava/lang/Object;)Z
DefaultNId.equalsLongId ( NId other ) : boolean
net/thevpc/nuts/DefaultNId.equalsLongId:(Lnet/thevpc/nuts/NId;)Z
DefaultNId.equalsShortId ( NId other ) : boolean
net/thevpc/nuts/DefaultNId.equalsShortId:(Lnet/thevpc/nuts/NId;)Z
DefaultNId.filter ( NSession session ) : NIdFilter
net/thevpc/nuts/DefaultNId.filter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIdFilter;
DefaultNId.formatter ( NSession session ) : NFormat
net/thevpc/nuts/DefaultNId.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNId.getArtifactId ( ) : String
net/thevpc/nuts/DefaultNId.getArtifactId:()Ljava/lang/String;
DefaultNId.getClassifier ( ) : String
net/thevpc/nuts/DefaultNId.getClassifier:()Ljava/lang/String;
DefaultNId.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNId.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNId.getFace ( ) : String
net/thevpc/nuts/DefaultNId.getFace:()Ljava/lang/String;
DefaultNId.getFullName ( ) : String
net/thevpc/nuts/DefaultNId.getFullName:()Ljava/lang/String;
DefaultNId.getGroupId ( ) : String
net/thevpc/nuts/DefaultNId.getGroupId:()Ljava/lang/String;
DefaultNId.getLongId ( ) : NId
net/thevpc/nuts/DefaultNId.getLongId:()Lnet/thevpc/nuts/NId;
DefaultNId.getLongName ( ) : String
net/thevpc/nuts/DefaultNId.getLongName:()Ljava/lang/String;
DefaultNId.getPackaging ( ) : String
net/thevpc/nuts/DefaultNId.getPackaging:()Ljava/lang/String;
DefaultNId.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNId.getProperties:()Ljava/util/Map;
DefaultNId.getPropertiesQuery ( ) : String
net/thevpc/nuts/DefaultNId.getPropertiesQuery:()Ljava/lang/String;
DefaultNId.getRepository ( ) : String
net/thevpc/nuts/DefaultNId.getRepository:()Ljava/lang/String;
DefaultNId.getShortId ( ) : NId
net/thevpc/nuts/DefaultNId.getShortId:()Lnet/thevpc/nuts/NId;
DefaultNId.getShortName ( ) : String
net/thevpc/nuts/DefaultNId.getShortName:()Ljava/lang/String;
DefaultNId.getVersion ( ) : NVersion
net/thevpc/nuts/DefaultNId.getVersion:()Lnet/thevpc/nuts/NVersion;
DefaultNId.hashCode ( ) : int
net/thevpc/nuts/DefaultNId.hashCode:()I
DefaultNId.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNId.isBlank:()Z
DefaultNId.isLongId ( ) : boolean
net/thevpc/nuts/DefaultNId.isLongId:()Z
DefaultNId.isNull ( ) : boolean
net/thevpc/nuts/DefaultNId.isNull:()Z
DefaultNId.isShortId ( ) : boolean
net/thevpc/nuts/DefaultNId.isShortId:()Z
DefaultNId.toDependency ( ) : NDependency
net/thevpc/nuts/DefaultNId.toDependency:()Lnet/thevpc/nuts/NDependency;
DefaultNId.toString ( ) : String
net/thevpc/nuts/DefaultNId.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNIdBuilder.class
package net.thevpc.nuts
DefaultNIdBuilder.build ( ) : NId
net/thevpc/nuts/DefaultNIdBuilder.build:()Lnet/thevpc/nuts/NId;
DefaultNIdBuilder.builder ( ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.builder:()Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.clear ( ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.clear:()Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.clearProperties ( ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.clearProperties:()Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.compareTo ( NId o ) : int
net/thevpc/nuts/DefaultNIdBuilder.compareTo:(Lnet/thevpc/nuts/NId;)I
DefaultNIdBuilder.compareTo ( Object p1 ) : int
net/thevpc/nuts/DefaultNIdBuilder.compareTo:(Ljava/lang/Object;)I
DefaultNIdBuilder.compatNewer ( ) : NId
net/thevpc/nuts/DefaultNIdBuilder.compatNewer:()Lnet/thevpc/nuts/NId;
DefaultNIdBuilder.compatOlder ( ) : NId
net/thevpc/nuts/DefaultNIdBuilder.compatOlder:()Lnet/thevpc/nuts/NId;
DefaultNIdBuilder.DefaultNIdBuilder ( )
net/thevpc/nuts/DefaultNIdBuilder."<init>":()V
DefaultNIdBuilder.DefaultNIdBuilder ( NId id )
net/thevpc/nuts/DefaultNIdBuilder."<init>":(Lnet/thevpc/nuts/NId;)V
DefaultNIdBuilder.DefaultNIdBuilder ( String groupId, String artifactId )
net/thevpc/nuts/DefaultNIdBuilder."<init>":(Ljava/lang/String;Ljava/lang/String;)V
DefaultNIdBuilder.DefaultNIdBuilder ( String groupId, String artifactId, NVersion version, String classifier, String propertiesQuery, NEnvCondition condition )
net/thevpc/nuts/DefaultNIdBuilder."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NEnvCondition;)V
DefaultNIdBuilder.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNIdBuilder.equals:(Ljava/lang/Object;)Z
DefaultNIdBuilder.equalsLongId ( NId other ) : boolean
net/thevpc/nuts/DefaultNIdBuilder.equalsLongId:(Lnet/thevpc/nuts/NId;)Z
DefaultNIdBuilder.equalsShortId ( NId other ) : boolean
net/thevpc/nuts/DefaultNIdBuilder.equalsShortId:(Lnet/thevpc/nuts/NId;)Z
DefaultNIdBuilder.filter ( NSession session ) : NIdFilter
net/thevpc/nuts/DefaultNIdBuilder.filter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIdFilter;
DefaultNIdBuilder.formatter ( NSession session ) : NFormat
net/thevpc/nuts/DefaultNIdBuilder.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNIdBuilder.getArtifactId ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getArtifactId:()Ljava/lang/String;
DefaultNIdBuilder.getClassifier ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getClassifier:()Ljava/lang/String;
DefaultNIdBuilder.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNIdBuilder.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNIdBuilder.getCondition ( ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNIdBuilder.getCondition:()Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNIdBuilder.getFace ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getFace:()Ljava/lang/String;
DefaultNIdBuilder.getFullName ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getFullName:()Ljava/lang/String;
DefaultNIdBuilder.getGroupId ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getGroupId:()Ljava/lang/String;
DefaultNIdBuilder.getLongId ( ) : NId
net/thevpc/nuts/DefaultNIdBuilder.getLongId:()Lnet/thevpc/nuts/NId;
DefaultNIdBuilder.getLongName ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getLongName:()Ljava/lang/String;
DefaultNIdBuilder.getPackaging ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getPackaging:()Ljava/lang/String;
DefaultNIdBuilder.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNIdBuilder.getProperties:()Ljava/util/Map;
DefaultNIdBuilder.getPropertiesQuery ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getPropertiesQuery:()Ljava/lang/String;
DefaultNIdBuilder.getRepository ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getRepository:()Ljava/lang/String;
DefaultNIdBuilder.getShortId ( ) : NId
net/thevpc/nuts/DefaultNIdBuilder.getShortId:()Lnet/thevpc/nuts/NId;
DefaultNIdBuilder.getShortName ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getShortName:()Ljava/lang/String;
DefaultNIdBuilder.getVersion ( ) : NVersion
net/thevpc/nuts/DefaultNIdBuilder.getVersion:()Lnet/thevpc/nuts/NVersion;
DefaultNIdBuilder.hashCode ( ) : int
net/thevpc/nuts/DefaultNIdBuilder.hashCode:()I
DefaultNIdBuilder.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNIdBuilder.isBlank:()Z
DefaultNIdBuilder.isLongId ( ) : boolean
net/thevpc/nuts/DefaultNIdBuilder.isLongId:()Z
DefaultNIdBuilder.isNull ( ) : boolean
net/thevpc/nuts/DefaultNIdBuilder.isNull:()Z
DefaultNIdBuilder.isShortId ( ) : boolean
net/thevpc/nuts/DefaultNIdBuilder.isShortId:()Z
DefaultNIdBuilder.setAll ( NId id ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setAll:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setAll ( NIdBuilder id ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setAll:(Lnet/thevpc/nuts/NIdBuilder;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setArtifactId ( String p1 ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setArtifactId:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setArtifactId ( String value ) : DefaultNIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setArtifactId:(Ljava/lang/String;)Lnet/thevpc/nuts/DefaultNIdBuilder;
DefaultNIdBuilder.setClassifier ( String value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setCondition ( NEnvCondition c ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setCondition ( NEnvConditionBuilder c ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setCondition:(Lnet/thevpc/nuts/NEnvConditionBuilder;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setFace ( String value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setFace:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setFaceContent ( ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setFaceContent:()Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setFaceDescriptor ( ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setFaceDescriptor:()Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setGroupId ( String value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setGroupId:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setPackaging ( String value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setProperties ( Map<String,String> queryMap ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setPropertiesQuery ( String propertiesQuery ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setPropertiesQuery:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setProperty ( String property, String value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setRepository ( String value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setVersion ( NVersion value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setVersion ( String value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.toDependency ( ) : NDependency
net/thevpc/nuts/DefaultNIdBuilder.toDependency:()Lnet/thevpc/nuts/NDependency;
DefaultNIdBuilder.toString ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNLiteral.class
package net.thevpc.nuts
DefaultNLiteral.asBigDecimal ( ) : NOptional<BigDecimal>
net/thevpc/nuts/DefaultNLiteral.asBigDecimal:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asBigInt ( ) : NOptional<BigInteger>
net/thevpc/nuts/DefaultNLiteral.asBigInt:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asBoolean ( ) : NOptional<Boolean>
net/thevpc/nuts/DefaultNLiteral.asBoolean:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asByte ( ) : NOptional<Byte>
net/thevpc/nuts/DefaultNLiteral.asByte:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asChar ( ) : NOptional<Character>
net/thevpc/nuts/DefaultNLiteral.asChar:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asDouble ( ) : NOptional<Double>
net/thevpc/nuts/DefaultNLiteral.asDouble:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asDoubleAt ( int index ) : NOptional<Double>
net/thevpc/nuts/DefaultNLiteral.asDoubleAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asFloat ( ) : NOptional<Float>
net/thevpc/nuts/DefaultNLiteral.asFloat:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asInstant ( ) : NOptional<Instant>
net/thevpc/nuts/DefaultNLiteral.asInstant:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asInt ( ) : NOptional<Integer>
net/thevpc/nuts/DefaultNLiteral.asInt:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asIntAt ( int index ) : NOptional<Integer>
net/thevpc/nuts/DefaultNLiteral.asIntAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asLiteralAt ( int index ) : NLiteral
net/thevpc/nuts/DefaultNLiteral.asLiteralAt:(I)Lnet/thevpc/nuts/util/NLiteral;
DefaultNLiteral.asLong ( ) : NOptional<Long>
net/thevpc/nuts/DefaultNLiteral.asLong:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asLongAt ( int index ) : NOptional<Long>
net/thevpc/nuts/DefaultNLiteral.asLongAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asNumber ( ) : NOptional<Number>
net/thevpc/nuts/DefaultNLiteral.asNumber:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asObjectAt ( int index ) : NOptional<Object>
net/thevpc/nuts/DefaultNLiteral.asObjectAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asShort ( ) : NOptional<Short>
net/thevpc/nuts/DefaultNLiteral.asShort:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asString ( ) : NOptional<String>
net/thevpc/nuts/DefaultNLiteral.asString:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asStringAt ( int index ) : NOptional<String>
net/thevpc/nuts/DefaultNLiteral.asStringAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asType ( Class<ET> type ) : NOptional<ET>
net/thevpc/nuts/DefaultNLiteral.asType:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asType ( Type expectedType ) : NOptional<ET>
net/thevpc/nuts/DefaultNLiteral.asType:(Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.DefaultNLiteral ( Object value )
net/thevpc/nuts/DefaultNLiteral."<init>":(Ljava/lang/Object;)V
DefaultNLiteral.equals ( Object obj ) : boolean
net/thevpc/nuts/DefaultNLiteral.equals:(Ljava/lang/Object;)Z
DefaultNLiteral.getRaw ( ) : Object
net/thevpc/nuts/DefaultNLiteral.getRaw:()Ljava/lang/Object;
DefaultNLiteral.hashCode ( ) : int
net/thevpc/nuts/DefaultNLiteral.hashCode:()I
DefaultNLiteral.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isBlank:()Z
DefaultNLiteral.isBoolean ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isBoolean:()Z
DefaultNLiteral.isByte ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isByte:()Z
DefaultNLiteral.isDouble ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isDouble:()Z
DefaultNLiteral.isEmpty ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isEmpty:()Z
DefaultNLiteral.isFloat ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isFloat:()Z
DefaultNLiteral.isInstant ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isInstant:()Z
DefaultNLiteral.isInt ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isInt:()Z
DefaultNLiteral.isLong ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isLong:()Z
DefaultNLiteral.isNull ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isNull:()Z
DefaultNLiteral.isNullAt ( int index ) : boolean
net/thevpc/nuts/DefaultNLiteral.isNullAt:(I)Z
DefaultNLiteral.isNumber ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isNumber:()Z
DefaultNLiteral.isShort ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isShort:()Z
DefaultNLiteral.isString ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isString:()Z
DefaultNLiteral.isSupportedType ( Class<?> type ) : boolean
net/thevpc/nuts/DefaultNLiteral.isSupportedType:(Ljava/lang/Class;)Z
DefaultNLiteral.of ( Object any ) [static] : NLiteral
net/thevpc/nuts/DefaultNLiteral.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NLiteral;
DefaultNLiteral.parseInstant ( String text ) [static] : NOptional<Instant>
net/thevpc/nuts/DefaultNLiteral.parseInstant:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.toString ( ) : String
net/thevpc/nuts/DefaultNLiteral.toString:()Ljava/lang/String;
DefaultNLiteral.toStringLiteral ( ) : String
net/thevpc/nuts/DefaultNLiteral.toStringLiteral:()Ljava/lang/String;
DefaultNLiteral.type ( ) : NElementType
net/thevpc/nuts/DefaultNLiteral.type:()Lnet/thevpc/nuts/elem/NElementType;
nuts-0.8.4.jar,
DefaultNPathMetadata.class
package net.thevpc.nuts.io
DefaultNPathMetadata.DefaultNPathMetadata ( NPath path )
net/thevpc/nuts/io/DefaultNPathMetadata."<init>":(Lnet/thevpc/nuts/io/NPath;)V
DefaultNPathMetadata.getCharset ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNPathMetadata.getCharset:()Lnet/thevpc/nuts/util/NOptional;
DefaultNPathMetadata.getContentLength ( ) : NOptional<Long>
net/thevpc/nuts/io/DefaultNPathMetadata.getContentLength:()Lnet/thevpc/nuts/util/NOptional;
DefaultNPathMetadata.getContentType ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNPathMetadata.getContentType:()Lnet/thevpc/nuts/util/NOptional;
DefaultNPathMetadata.getKind ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNPathMetadata.getKind:()Lnet/thevpc/nuts/util/NOptional;
DefaultNPathMetadata.getMessage ( ) : NOptional<NMsg>
net/thevpc/nuts/io/DefaultNPathMetadata.getMessage:()Lnet/thevpc/nuts/util/NOptional;
DefaultNPathMetadata.getMetaData ( ) : NContentMetadata
net/thevpc/nuts/io/DefaultNPathMetadata.getMetaData:()Lnet/thevpc/nuts/io/NContentMetadata;
DefaultNPathMetadata.getName ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNPathMetadata.getName:()Lnet/thevpc/nuts/util/NOptional;
DefaultNPathMetadata.isUserCache ( ) : boolean
net/thevpc/nuts/io/DefaultNPathMetadata.isUserCache:()Z
DefaultNPathMetadata.isUserTemporary ( ) : boolean
net/thevpc/nuts/io/DefaultNPathMetadata.isUserTemporary:()Z
DefaultNPathMetadata.setAll ( DefaultNPathMetadata omd ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setAll:(Lnet/thevpc/nuts/io/DefaultNPathMetadata;)V
DefaultNPathMetadata.setAll ( NContentMetadata omd ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setAll:(Lnet/thevpc/nuts/io/NContentMetadata;)V
DefaultNPathMetadata.setCharset ( String charset ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setCharset:(Ljava/lang/String;)V
DefaultNPathMetadata.setContentLength ( Long contentLength ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setContentLength:(Ljava/lang/Long;)V
DefaultNPathMetadata.setContentType ( String contentType ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setContentType:(Ljava/lang/String;)V
DefaultNPathMetadata.setKind ( String kind ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setKind:(Ljava/lang/String;)V
DefaultNPathMetadata.setMessage ( NMsg message ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setMessage:(Lnet/thevpc/nuts/util/NMsg;)V
DefaultNPathMetadata.setName ( String name ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setName:(Ljava/lang/String;)V
DefaultNPathMetadata.setUserCache ( boolean userCache ) : DefaultNPathMetadata
net/thevpc/nuts/io/DefaultNPathMetadata.setUserCache:(Z)Lnet/thevpc/nuts/io/DefaultNPathMetadata;
DefaultNPathMetadata.setUserTemporary ( boolean userTemporary ) : DefaultNPathMetadata
net/thevpc/nuts/io/DefaultNPathMetadata.setUserTemporary:(Z)Lnet/thevpc/nuts/io/DefaultNPathMetadata;
DefaultNPathMetadata.toString ( ) : String
net/thevpc/nuts/io/DefaultNPathMetadata.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNProgressEvent.class
package net.thevpc.nuts.time
DefaultNProgressEvent.DefaultNProgressEvent ( Object source, NMsg message, long globalCount, long globalDurationNanos, Double progress, long partialCount, long partialDurationNanos, long length, Throwable exception, NSession session, Boolean indeterminate, NProgressEventType state )
net/thevpc/nuts/time/DefaultNProgressEvent."<init>":(Ljava/lang/Object;Lnet/thevpc/nuts/util/NMsg;JJLjava/lang/Double;JJJLjava/lang/Throwable;Lnet/thevpc/nuts/NSession;Ljava/lang/Boolean;Lnet/thevpc/nuts/time/NProgressEventType;)V
DefaultNProgressEvent.getCurrentCount ( ) : long
net/thevpc/nuts/time/DefaultNProgressEvent.getCurrentCount:()J
DefaultNProgressEvent.getDuration ( ) : NDuration
net/thevpc/nuts/time/DefaultNProgressEvent.getDuration:()Lnet/thevpc/nuts/time/NDuration;
DefaultNProgressEvent.getError ( ) : Throwable
net/thevpc/nuts/time/DefaultNProgressEvent.getError:()Ljava/lang/Throwable;
DefaultNProgressEvent.getMaxValue ( ) : long
net/thevpc/nuts/time/DefaultNProgressEvent.getMaxValue:()J
DefaultNProgressEvent.getMessage ( ) : NMsg
net/thevpc/nuts/time/DefaultNProgressEvent.getMessage:()Lnet/thevpc/nuts/util/NMsg;
DefaultNProgressEvent.getPartialCount ( ) : long
net/thevpc/nuts/time/DefaultNProgressEvent.getPartialCount:()J
DefaultNProgressEvent.getPartialDuration ( ) : NDuration
net/thevpc/nuts/time/DefaultNProgressEvent.getPartialDuration:()Lnet/thevpc/nuts/time/NDuration;
DefaultNProgressEvent.getProgress ( ) : double
net/thevpc/nuts/time/DefaultNProgressEvent.getProgress:()D
DefaultNProgressEvent.getSession ( ) : NSession
net/thevpc/nuts/time/DefaultNProgressEvent.getSession:()Lnet/thevpc/nuts/NSession;
DefaultNProgressEvent.getSource ( ) : Object
net/thevpc/nuts/time/DefaultNProgressEvent.getSource:()Ljava/lang/Object;
DefaultNProgressEvent.getState ( ) : NProgressEventType
net/thevpc/nuts/time/DefaultNProgressEvent.getState:()Lnet/thevpc/nuts/time/NProgressEventType;
DefaultNProgressEvent.isIndeterminate ( ) : boolean
net/thevpc/nuts/time/DefaultNProgressEvent.isIndeterminate:()Z
nuts-0.8.4.jar,
DefaultNProperties.class
package net.thevpc.nuts.util
DefaultNProperties.add ( NDescriptorProperty p ) : DefaultNProperties
net/thevpc/nuts/util/DefaultNProperties.add:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/util/DefaultNProperties;
DefaultNProperties.addAll ( List<NDescriptorProperty> arr ) : DefaultNProperties
net/thevpc/nuts/util/DefaultNProperties.addAll:(Ljava/util/List;)Lnet/thevpc/nuts/util/DefaultNProperties;
DefaultNProperties.clear ( ) : void
net/thevpc/nuts/util/DefaultNProperties.clear:()V
DefaultNProperties.DefaultNProperties ( )
net/thevpc/nuts/util/DefaultNProperties."<init>":()V
DefaultNProperties.get ( String name, NEnvCondition cond ) : NDescriptorProperty
net/thevpc/nuts/util/DefaultNProperties.get:(Ljava/lang/String;Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NDescriptorProperty;
DefaultNProperties.getAll ( String name ) : NDescriptorProperty[ ]
net/thevpc/nuts/util/DefaultNProperties.getAll:(Ljava/lang/String;)[Lnet/thevpc/nuts/NDescriptorProperty;
DefaultNProperties.keySet ( ) : Set<String>
net/thevpc/nuts/util/DefaultNProperties.keySet:()Ljava/util/Set;
DefaultNProperties.remove ( NDescriptorProperty p ) : DefaultNProperties
net/thevpc/nuts/util/DefaultNProperties.remove:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/util/DefaultNProperties;
DefaultNProperties.remove ( String name ) : DefaultNProperties
net/thevpc/nuts/util/DefaultNProperties.remove:(Ljava/lang/String;)Lnet/thevpc/nuts/util/DefaultNProperties;
DefaultNProperties.toArray ( ) : NDescriptorProperty[ ]
net/thevpc/nuts/util/DefaultNProperties.toArray:()[Lnet/thevpc/nuts/NDescriptorProperty;
DefaultNProperties.toList ( ) : List<NDescriptorProperty>
net/thevpc/nuts/util/DefaultNProperties.toList:()Ljava/util/List;
nuts-0.8.4.jar,
DefaultNRunnableSupport.class
package net.thevpc.nuts
DefaultNRunnableSupport.DefaultNRunnableSupport ( Runnable value, int supportLevel, Function<NSession,NMsg> emptyMessage )
net/thevpc/nuts/DefaultNRunnableSupport."<init>":(Ljava/lang/Runnable;ILjava/util/function/Function;)V
DefaultNRunnableSupport.getSupportLevel ( ) : int
net/thevpc/nuts/DefaultNRunnableSupport.getSupportLevel:()I
DefaultNRunnableSupport.run ( NSession session ) : void
net/thevpc/nuts/DefaultNRunnableSupport.run:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
DefaultNVersion.class
package net.thevpc.nuts
DefaultNVersion.asSingleValue ( ) : NOptional<String>
net/thevpc/nuts/DefaultNVersion.asSingleValue:()Lnet/thevpc/nuts/util/NOptional;
DefaultNVersion.compareTo ( NVersion other ) : int
net/thevpc/nuts/DefaultNVersion.compareTo:(Lnet/thevpc/nuts/NVersion;)I
DefaultNVersion.compareTo ( Object p1 ) : int
net/thevpc/nuts/DefaultNVersion.compareTo:(Ljava/lang/Object;)I
DefaultNVersion.compareTo ( String other ) : int
net/thevpc/nuts/DefaultNVersion.compareTo:(Ljava/lang/String;)I
DefaultNVersion.compareVersions ( String v1, String v2 ) [static] : int
net/thevpc/nuts/DefaultNVersion.compareVersions:(Ljava/lang/String;Ljava/lang/String;)I
DefaultNVersion.compatNewer ( ) : NVersion
net/thevpc/nuts/DefaultNVersion.compatNewer:()Lnet/thevpc/nuts/NVersion;
DefaultNVersion.compatOlder ( ) : NVersion
net/thevpc/nuts/DefaultNVersion.compatOlder:()Lnet/thevpc/nuts/NVersion;
DefaultNVersion.DefaultNVersion ( String expression )
net/thevpc/nuts/DefaultNVersion."<init>":(Ljava/lang/String;)V
DefaultNVersion.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNVersion.equals:(Ljava/lang/Object;)Z
DefaultNVersion.filter ( NSession session ) : NVersionFilter
net/thevpc/nuts/DefaultNVersion.filter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NVersionFilter;
DefaultNVersion.formatter ( NSession session ) : NFormat
net/thevpc/nuts/DefaultNVersion.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNVersion.get ( int index ) : NOptional<NLiteral>
net/thevpc/nuts/DefaultNVersion.get:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNVersion.getNumber ( int level ) : NOptional<NLiteral>
net/thevpc/nuts/DefaultNVersion.getNumber:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNVersion.getValue ( ) : String
net/thevpc/nuts/DefaultNVersion.getValue:()Ljava/lang/String;
DefaultNVersion.hashCode ( ) : int
net/thevpc/nuts/DefaultNVersion.hashCode:()I
DefaultNVersion.inc ( ) : NVersion
net/thevpc/nuts/DefaultNVersion.inc:()Lnet/thevpc/nuts/NVersion;
DefaultNVersion.inc ( int index ) : NVersion
net/thevpc/nuts/DefaultNVersion.inc:(I)Lnet/thevpc/nuts/NVersion;
DefaultNVersion.inc ( int index, BigInteger amount ) : NVersion
net/thevpc/nuts/DefaultNVersion.inc:(ILjava/math/BigInteger;)Lnet/thevpc/nuts/NVersion;
DefaultNVersion.inc ( int index, long amount ) : NVersion
net/thevpc/nuts/DefaultNVersion.inc:(IJ)Lnet/thevpc/nuts/NVersion;
DefaultNVersion.incVersion ( String oldVersion, int level, BigInteger count ) [static] : String
net/thevpc/nuts/DefaultNVersion.incVersion:(Ljava/lang/String;ILjava/math/BigInteger;)Ljava/lang/String;
DefaultNVersion.incVersion ( String oldVersion, int level, long count ) [static] : String
net/thevpc/nuts/DefaultNVersion.incVersion:(Ljava/lang/String;IJ)Ljava/lang/String;
DefaultNVersion.intervals ( ) : NOptional<List<NVersionInterval>>
net/thevpc/nuts/DefaultNVersion.intervals:()Lnet/thevpc/nuts/util/NOptional;
DefaultNVersion.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNVersion.isBlank:()Z
DefaultNVersion.isFilter ( ) : boolean
net/thevpc/nuts/DefaultNVersion.isFilter:()Z
DefaultNVersion.isLatestVersion ( ) : boolean
net/thevpc/nuts/DefaultNVersion.isLatestVersion:()Z
DefaultNVersion.isNull ( ) : boolean
net/thevpc/nuts/DefaultNVersion.isNull:()Z
DefaultNVersion.isReleaseVersion ( ) : boolean
net/thevpc/nuts/DefaultNVersion.isReleaseVersion:()Z
DefaultNVersion.isSingleValue ( ) : boolean
net/thevpc/nuts/DefaultNVersion.isSingleValue:()Z
DefaultNVersion.isSnapshotVersion ( ) : boolean
net/thevpc/nuts/DefaultNVersion.isSnapshotVersion:()Z
DefaultNVersion.numberSize ( ) : int
net/thevpc/nuts/DefaultNVersion.numberSize:()I
DefaultNVersion.size ( ) : int
net/thevpc/nuts/DefaultNVersion.size:()I
DefaultNVersion.split ( ) : NLiteral[ ]
net/thevpc/nuts/DefaultNVersion.split:()[Lnet/thevpc/nuts/util/NLiteral;
DefaultNVersion.toString ( ) : String
net/thevpc/nuts/DefaultNVersion.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNVersionInterval.class
package net.thevpc.nuts
DefaultNVersionInterval.acceptVersion ( NVersion version ) : boolean
net/thevpc/nuts/DefaultNVersionInterval.acceptVersion:(Lnet/thevpc/nuts/NVersion;)Z
DefaultNVersionInterval.DefaultNVersionInterval ( boolean inclusiveLowerBoundary, boolean inclusiveUpperBoundary, String min, String max )
net/thevpc/nuts/DefaultNVersionInterval."<init>":(ZZLjava/lang/String;Ljava/lang/String;)V
DefaultNVersionInterval.getLowerBound ( ) : String
net/thevpc/nuts/DefaultNVersionInterval.getLowerBound:()Ljava/lang/String;
DefaultNVersionInterval.getUpperBound ( ) : String
net/thevpc/nuts/DefaultNVersionInterval.getUpperBound:()Ljava/lang/String;
DefaultNVersionInterval.isFixedValue ( ) : boolean
net/thevpc/nuts/DefaultNVersionInterval.isFixedValue:()Z
DefaultNVersionInterval.isIncludeLowerBound ( ) : boolean
net/thevpc/nuts/DefaultNVersionInterval.isIncludeLowerBound:()Z
DefaultNVersionInterval.isIncludeUpperBound ( ) : boolean
net/thevpc/nuts/DefaultNVersionInterval.isIncludeUpperBound:()Z
DefaultNVersionInterval.toString ( ) : String
net/thevpc/nuts/DefaultNVersionInterval.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNWorkspaceOptions.class
package net.thevpc.nuts.boot
DefaultNWorkspaceOptions.builder ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.builder:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptions.DefaultNWorkspaceOptions ( NVersion apiVersion, NId runtimeId, String workspace, String name, String javaCommand, String javaOptions, String outLinePrefix, String errLinePrefix, String userName, char[ ] credentials, String progressOptions, String dependencySolver, String debug, String archetype, String locale, String theme, NLogConfig logConfig, NConfirmationMode confirm, NContentType outputFormat, NOpenMode openMode, NExecutionType executionType, NStoreStrategy storeStrategy, NStoreStrategy repositoryStoreStrategy, NOsFamily storeLayout, NTerminalMode terminalMode, NFetchStrategy fetchStrategy, NRunAs runAs, Instant creationTime, Instant expireTime, Boolean installCompanions, Boolean skipWelcome, Boolean skipBoot, Boolean system, Boolean gui, Boolean readOnly, Boolean trace, Boolean dry, Boolean showStacktrace, Boolean recover, Boolean reset, Boolean commandVersion, Boolean commandHelp, Boolean inherited, Boolean switchWorkspace, Boolean cached, Boolean indexed, Boolean transitive, Boolean bot, Boolean skipErrors, NIsolationLevel isolationLevel, Boolean initLaunchers, Boolean initScripts, Boolean initPlatforms, Boolean initJava, InputStream stdin, PrintStream stdout, PrintStream stderr, ExecutorService executorService, Supplier<ClassLoader> classLoaderSupplier, List<String> applicationArguments, List<String> outputFormatOptions, List<String> customOptions, List<String> excludedExtensions, List<String> repositories, List<String> executorOptions, List<NMsg> errors, Map<NStoreType,String> storeLocations, Map<NHomeLocation,String> homeLocations, NSupportMode desktopLauncher, NSupportMode menuLauncher, NSupportMode userLauncher )
net/thevpc/nuts/boot/DefaultNWorkspaceOptions."<init>":(Lnet/thevpc/nuts/NVersion;Lnet/thevpc/nuts/NId;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[CLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/log/NLogConfig;Lnet/thevpc/nuts/NConfirmationMode;Lnet/thevpc/nuts/format/NContentType;Lnet/thevpc/nuts/NOpenMode;Lnet/thevpc/nuts/NExecutionType;Lnet/thevpc/nuts/NStoreStrategy;Lnet/thevpc/nuts/NStoreStrategy;Lnet/thevpc/nuts/env/NOsFamily;Lnet/thevpc/nuts/io/NTerminalMode;Lnet/thevpc/nuts/NFetchStrategy;Lnet/thevpc/nuts/NRunAs;Ljava/time/Instant;Ljava/time/Instant;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Lnet/thevpc/nuts/NIsolationLevel;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/io/InputStream;Ljava/io/PrintStream;Ljava/io/PrintStream;Ljava/util/concurrent/ExecutorService;Ljava/util/function/Supplier;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/Map;Ljava/util/Map;Lnet/thevpc/nuts/util/NSupportMode;Lnet/thevpc/nuts/util/NSupportMode;Lnet/thevpc/nuts/util/NSupportMode;)V
DefaultNWorkspaceOptions.getApiVersion ( ) : NOptional<NVersion>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getApiVersion:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getApplicationArguments ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getApplicationArguments:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getArchetype ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getArchetype:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getBot ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getBot:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getCached ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getCached:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getClassLoaderSupplier ( ) : NOptional<Supplier<ClassLoader>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getClassLoaderSupplier:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getCommandHelp ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getCommandHelp:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getCommandVersion ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getCommandVersion:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getConfirm ( ) : NOptional<NConfirmationMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getConfirm:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getCreationTime ( ) : NOptional<Instant>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getCreationTime:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getCredentials ( ) : NOptional<char[ ]>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getCredentials:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getCustomOptions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getCustomOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getDebug ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getDebug:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getDependencySolver ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getDependencySolver:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getDesktopLauncher ( ) : NOptional<NSupportMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getDesktopLauncher:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getDry ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getDry:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getErrLinePrefix ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getErrLinePrefix:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getErrors ( ) : NOptional<List<NMsg>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getErrors:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getExcludedExtensions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getExcludedExtensions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getExecutionType ( ) : NOptional<NExecutionType>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getExecutionType:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getExecutorOptions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getExecutorOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getExecutorService ( ) : NOptional<ExecutorService>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getExecutorService:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getExpireTime ( ) : NOptional<Instant>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getExpireTime:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getFetchStrategy ( ) : NOptional<NFetchStrategy>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getFetchStrategy:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getGui ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getGui:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getHomeLocation ( NHomeLocation location ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;)Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getHomeLocations ( ) : NOptional<Map<NHomeLocation,String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getHomeLocations:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getIndexed ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getIndexed:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getInherited ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getInherited:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getInitJava ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getInitJava:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getInitLaunchers ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getInitLaunchers:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getInitPlatforms ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getInitPlatforms:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getInitScripts ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getInitScripts:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getInstallCompanions ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getInstallCompanions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getIsolationLevel ( ) : NOptional<NIsolationLevel>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getIsolationLevel:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getJavaCommand ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getJavaCommand:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getJavaOptions ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getJavaOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getLocale ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getLocale:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getLogConfig ( ) : NOptional<NLogConfig>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getLogConfig:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getMenuLauncher ( ) : NOptional<NSupportMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getMenuLauncher:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getName ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getName:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getOpenMode ( ) : NOptional<NOpenMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getOpenMode:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getOutLinePrefix ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getOutLinePrefix:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getOutputFormat ( ) : NOptional<NContentType>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getOutputFormat:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getOutputFormatOptions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getOutputFormatOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getProgressOptions ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getProgressOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getReadOnly ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getReadOnly:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getRecover ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getRecover:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getRepositories ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getRepositories:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getRepositoryStoreStrategy ( ) : NOptional<NStoreStrategy>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getRepositoryStoreStrategy:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getReset ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getReset:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getRunAs ( ) : NOptional<NRunAs>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getRunAs:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getRuntimeId ( ) : NOptional<NId>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getRuntimeId:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getShowStacktrace ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getShowStacktrace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getSkipBoot ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getSkipBoot:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getSkipErrors ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getSkipErrors:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getSkipWelcome ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getSkipWelcome:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getStderr ( ) : NOptional<PrintStream>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getStderr:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getStdin ( ) : NOptional<InputStream>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getStdin:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getStdout ( ) : NOptional<PrintStream>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getStdout:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getStoreLayout ( ) : NOptional<NOsFamily>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getStoreLayout:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getStoreLocations ( ) : NOptional<Map<NStoreType,String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getStoreLocations:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getStoreStrategy ( ) : NOptional<NStoreStrategy>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getStoreStrategy:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getStoreType ( NStoreType folder ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getStoreType:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getSwitchWorkspace ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getSwitchWorkspace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getSystem ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getSystem:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getTerminalMode ( ) : NOptional<NTerminalMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getTerminalMode:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getTheme ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getTheme:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getTrace ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getTrace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getTransitive ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getTransitive:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getUserLauncher ( ) : NOptional<NSupportMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getUserLauncher:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getUserName ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getUserName:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getWorkspace ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getWorkspace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.readOnly ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.readOnly:()Lnet/thevpc/nuts/NWorkspaceOptions;
DefaultNWorkspaceOptions.toCmdLine ( ) : NCmdLine
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.toCmdLine:()Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNWorkspaceOptions.toCmdLine ( NWorkspaceOptionsConfig config ) : NCmdLine
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.toCmdLine:(Lnet/thevpc/nuts/NWorkspaceOptionsConfig;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNWorkspaceOptions.toString ( ) : String
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNWorkspaceOptionsBuilder.class
package net.thevpc.nuts.boot
DefaultNWorkspaceOptionsBuilder.addOutputFormatOptions ( String... options ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.addOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.build ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.build:()Lnet/thevpc/nuts/NWorkspaceOptions;
DefaultNWorkspaceOptionsBuilder.builder ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.builder:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.copy ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.copy:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.DefaultNWorkspaceOptionsBuilder ( )
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder."<init>":()V
DefaultNWorkspaceOptionsBuilder.getApiVersion ( ) : NOptional<NVersion>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getApiVersion:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getApplicationArguments ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getApplicationArguments:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getArchetype ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getArchetype:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getBot ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getBot:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getCached ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getCached:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getClassLoaderSupplier ( ) : NOptional<Supplier<ClassLoader>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getClassLoaderSupplier:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getCommandHelp ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getCommandHelp:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getCommandVersion ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getCommandVersion:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getConfirm ( ) : NOptional<NConfirmationMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getConfirm:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getCreationTime ( ) : NOptional<Instant>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getCreationTime:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getCredentials ( ) : NOptional<char[ ]>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getCredentials:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getCustomOptions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getCustomOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getDebug ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getDebug:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getDependencySolver ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getDependencySolver:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getDesktopLauncher ( ) : NOptional<NSupportMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getDesktopLauncher:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getDry ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getDry:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getErrLinePrefix ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getErrLinePrefix:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getErrors ( ) : NOptional<List<NMsg>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getErrors:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getExcludedExtensions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getExcludedExtensions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getExecutionType ( ) : NOptional<NExecutionType>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getExecutionType:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getExecutorOptions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getExecutorOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getExecutorService ( ) : NOptional<ExecutorService>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getExecutorService:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getExpireTime ( ) : NOptional<Instant>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getExpireTime:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getFetchStrategy ( ) : NOptional<NFetchStrategy>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getFetchStrategy:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getGui ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getGui:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getHomeLocation ( NHomeLocation location ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;)Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getHomeLocations ( ) : NOptional<Map<NHomeLocation,String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getHomeLocations:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getIndexed ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getIndexed:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getInherited ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getInherited:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getInitJava ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getInitJava:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getInitLaunchers ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getInitLaunchers:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getInitPlatforms ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getInitPlatforms:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getInitScripts ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getInitScripts:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getInstallCompanions ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getInstallCompanions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getIsolationLevel ( ) : NOptional<NIsolationLevel>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getIsolationLevel:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getJavaCommand ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getJavaCommand:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getJavaOptions ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getJavaOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getLocale ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getLocale:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getLogConfig ( ) : NOptional<NLogConfig>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getLogConfig:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getMenuLauncher ( ) : NOptional<NSupportMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getMenuLauncher:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getName ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getName:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getOpenMode ( ) : NOptional<NOpenMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getOpenMode:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getOutLinePrefix ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getOutLinePrefix:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getOutputFormat ( ) : NOptional<NContentType>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getOutputFormat:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getOutputFormatOptions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getOutputFormatOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getProgressOptions ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getProgressOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getReadOnly ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getReadOnly:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getRecover ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getRecover:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getRepositories ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getRepositories:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getRepositoryStoreStrategy ( ) : NOptional<NStoreStrategy>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getRepositoryStoreStrategy:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getReset ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getReset:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getRunAs ( ) : NOptional<NRunAs>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getRunAs:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getRuntimeId ( ) : NOptional<NId>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getRuntimeId:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getShowStacktrace ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getShowStacktrace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getSkipBoot ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getSkipBoot:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getSkipErrors ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getSkipErrors:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getSkipWelcome ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getSkipWelcome:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getStderr ( ) : NOptional<PrintStream>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getStderr:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getStdin ( ) : NOptional<InputStream>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getStdin:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getStdout ( ) : NOptional<PrintStream>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getStdout:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getStoreLayout ( ) : NOptional<NOsFamily>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getStoreLayout:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getStoreLocations ( ) : NOptional<Map<NStoreType,String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getStoreLocations:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getStoreStrategy ( ) : NOptional<NStoreStrategy>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getStoreStrategy:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getStoreType ( NStoreType folder ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getStoreType:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getSwitchWorkspace ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getSwitchWorkspace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getSystem ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getSystem:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getTerminalMode ( ) : NOptional<NTerminalMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getTerminalMode:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getTheme ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getTheme:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getTrace ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getTrace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getTransitive ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getTransitive:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getUserLauncher ( ) : NOptional<NSupportMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getUserLauncher:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getUserName ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getUserName:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getWorkspace ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getWorkspace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.readOnly ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.readOnly:()Lnet/thevpc/nuts/NWorkspaceOptions;
DefaultNWorkspaceOptionsBuilder.setAll ( NWorkspaceOptions other ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setAll:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setAllPresent ( NWorkspaceOptions other ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setAllPresent:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setApiVersion ( NVersion apiVersion ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setApiVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setApplicationArguments ( List<String> applicationArguments ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setApplicationArguments:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setArchetype ( String archetype ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setArchetype:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setBot ( Boolean bot ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCached ( Boolean cached ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCached:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setClassLoaderSupplier ( Supplier<ClassLoader> provider ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setClassLoaderSupplier:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCmdLine ( String cmdLine, NSession session ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCmdLine:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCmdLine ( String[ ] args, NSession session ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCmdLine:([Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCommandHelp ( Boolean help ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCommandHelp:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCommandVersion ( Boolean version ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCommandVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setConfirm ( NConfirmationMode confirm ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setConfirm:(Lnet/thevpc/nuts/NConfirmationMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCreationTime ( Instant creationTime ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCreationTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCredentials ( char[ ] credentials ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCredentials:([C)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCustomOptions ( List<String> properties ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCustomOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setDebug ( String debug ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setDebug:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setDependencySolver ( String dependencySolver ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setDependencySolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setDesktopLauncher ( NSupportMode desktopLauncher ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setDesktopLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setDry ( Boolean dry ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setErrLinePrefix ( String errLinePrefix ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setErrLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setErrors ( List<NMsg> errors ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setErrors:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setExcludedExtensions ( List<String> excludedExtensions ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setExcludedExtensions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setExecutionType ( NExecutionType executionType ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setExecutionType:(Lnet/thevpc/nuts/NExecutionType;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setExecutorOptions ( List<String> executorOptions ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setExecutorOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setExecutorService ( ExecutorService executorService ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setExecutorService:(Ljava/util/concurrent/ExecutorService;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setExpireTime ( Instant expireTime ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setExpireTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setFetchStrategy ( NFetchStrategy fetchStrategy ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setFetchStrategy:(Lnet/thevpc/nuts/NFetchStrategy;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setGui ( Boolean gui ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setHomeLocation ( NHomeLocation location, String value ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setHomeLocations ( Map<NHomeLocation,String> homeLocations ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setHomeLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setIndexed ( Boolean indexed ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setInherited ( Boolean inherited ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setInherited:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setInitJava ( Boolean initJava ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setInitJava:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setInitLaunchers ( Boolean initLaunchers ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setInitLaunchers:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setInitPlatforms ( Boolean initPlatforms ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setInitPlatforms:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setInitScripts ( Boolean initScripts ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setInitScripts:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setInstallCompanions ( Boolean skipInstallCompanions ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setInstallCompanions:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setIsolationLevel ( NIsolationLevel isolationLevel ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setIsolationLevel:(Lnet/thevpc/nuts/NIsolationLevel;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setJavaCommand ( String javaCommand ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setJavaCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setJavaOptions ( String javaOptions ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setJavaOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setLocale ( String locale ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setLogConfig ( NLogConfig logConfig ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setLogConfig:(Lnet/thevpc/nuts/log/NLogConfig;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setMenuLauncher ( NSupportMode menuLauncher ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setMenuLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setName ( String workspaceName ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setOpenMode ( NOpenMode openMode ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setOpenMode:(Lnet/thevpc/nuts/NOpenMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setOutLinePrefix ( String outLinePrefix ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setOutLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setOutputFormat ( NContentType outputFormat ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setOutputFormat:(Lnet/thevpc/nuts/format/NContentType;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setOutputFormatOptions ( List<String> options ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setOutputFormatOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setOutputFormatOptions ( String... options ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setProgressOptions ( String progressOptions ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setProgressOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setReadOnly ( Boolean readOnly ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setReadOnly:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setRecover ( Boolean recover ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setRecover:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setRepositories ( List<String> repositories ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setRepositories:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setRepositoryStoreStrategy ( NStoreStrategy repositoryStoreStrategy ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setRepositoryStoreStrategy:(Lnet/thevpc/nuts/NStoreStrategy;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setReset ( Boolean reset ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setReset:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setRunAs ( NRunAs runAs ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setRunAs:(Lnet/thevpc/nuts/NRunAs;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setRuntimeId ( NId runtimeId ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setRuntimeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setShowStacktrace ( Boolean showStacktrace ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setShowStacktrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setSkipBoot ( Boolean skipBoot ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setSkipBoot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setSkipErrors ( Boolean value ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setSkipErrors:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setSkipWelcome ( Boolean skipWelcome ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setSkipWelcome:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setStderr ( PrintStream stderr ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setStderr:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setStdin ( InputStream stdin ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setStdin:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setStdout ( PrintStream stdout ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setStdout:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setStoreLayout ( NOsFamily storeLayout ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setStoreLayout:(Lnet/thevpc/nuts/env/NOsFamily;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setStoreLocation ( NStoreType location, String value ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setStoreLocation:(Lnet/thevpc/nuts/NStoreType;Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setStoreLocations ( Map<NStoreType,String> storeLocations ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setStoreLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setStoreStrategy ( NStoreStrategy storeStrategy ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setStoreStrategy:(Lnet/thevpc/nuts/NStoreStrategy;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setSwitchWorkspace ( Boolean switchWorkspace ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setSwitchWorkspace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setSystem ( Boolean system ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setSystem:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setTerminalMode ( NTerminalMode terminalMode ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setTerminalMode:(Lnet/thevpc/nuts/io/NTerminalMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setTheme ( String theme ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setTrace ( Boolean trace ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setTransitive ( Boolean transitive ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setTransitive:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setUserLauncher ( NSupportMode userLauncher ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setUserLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setUserName ( String username ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setUserName:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setWorkspace ( String workspace ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setWorkspace:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.toCmdLine ( ) : NCmdLine
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.toCmdLine:()Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNWorkspaceOptionsBuilder.toCmdLine ( NWorkspaceOptionsConfig config ) : NCmdLine
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.toCmdLine:(Lnet/thevpc/nuts/NWorkspaceOptionsConfig;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNWorkspaceOptionsBuilder.toString ( ) : String
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.toString:()Ljava/lang/String;
DefaultNWorkspaceOptionsBuilder.unsetCreationOptions ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.unsetCreationOptions:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.unsetExportedOptions ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.unsetExportedOptions:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.unsetRuntimeOptions ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.unsetRuntimeOptions:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
nuts-0.8.4.jar,
EnumValue.class
package net.thevpc.nuts.util
NEnumUtils.EnumValue.getNormalizedValue ( ) : String
net/thevpc/nuts/util/NEnumUtils.EnumValue.getNormalizedValue:()Ljava/lang/String;
NEnumUtils.EnumValue.getParsedValue ( ) : String[ ]
net/thevpc/nuts/util/NEnumUtils.EnumValue.getParsedValue:()[Ljava/lang/String;
NEnumUtils.EnumValue.getValue ( ) : String
net/thevpc/nuts/util/NEnumUtils.EnumValue.getValue:()Ljava/lang/String;
NEnumUtils.EnumValue.NEnumUtils.EnumValue ( String value, String normalizedValue, String[ ] parsedValue )
net/thevpc/nuts/util/NEnumUtils.EnumValue."<init>":(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
nuts-0.8.4.jar,
EnvEntry.class
package net.thevpc.nuts
NExecCmdFormat.EnvEntry.getName ( ) [abstract] : String
net/thevpc/nuts/NExecCmdFormat.EnvEntry.getName:()Ljava/lang/String;
NExecCmdFormat.EnvEntry.getValue ( ) [abstract] : String
net/thevpc/nuts/NExecCmdFormat.EnvEntry.getValue:()Ljava/lang/String;
nuts-0.8.4.jar,
Extension.class
package net.thevpc.nuts
NWorkspaceBootConfig.Extension.getId ( ) [abstract] : NId
net/thevpc/nuts/NWorkspaceBootConfig.Extension.getId:()Lnet/thevpc/nuts/NId;
NWorkspaceBootConfig.Extension.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceBootConfig.Extension.isEnabled:()Z
nuts-0.8.4.jar,
InstallStatusFilterWithDescription.class
package net.thevpc.nuts.reserved.util
InstallStatusFilterWithDescription.acceptInstallStatus ( NInstallStatus status, NSession session ) : boolean
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.acceptInstallStatus:(Lnet/thevpc/nuts/NInstallStatus;Lnet/thevpc/nuts/NSession;)Z
InstallStatusFilterWithDescription.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
InstallStatusFilterWithDescription.getFilterOp ( ) : NFilterOp
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.getFilterOp:()Lnet/thevpc/nuts/util/NFilterOp;
InstallStatusFilterWithDescription.getFilterType ( ) : Class<?>
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.getFilterType:()Ljava/lang/Class;
InstallStatusFilterWithDescription.getSession ( ) : NSession
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.getSession:()Lnet/thevpc/nuts/NSession;
InstallStatusFilterWithDescription.getSubFilters ( ) : List<NFilter>
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.getSubFilters:()Ljava/util/List;
InstallStatusFilterWithDescription.InstallStatusFilterWithDescription ( NInstallStatusFilter base, NEDesc description )
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription."<init>":(Lnet/thevpc/nuts/NInstallStatusFilter;Lnet/thevpc/nuts/elem/NEDesc;)V
InstallStatusFilterWithDescription.simplify ( ) : NFilter
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.simplify:()Lnet/thevpc/nuts/util/NFilter;
InstallStatusFilterWithDescription.simplify ( ) : NInstallStatusFilter
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.simplify:()Lnet/thevpc/nuts/NInstallStatusFilter;
InstallStatusFilterWithDescription.simplify ( ) : Object
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.simplify:()Ljava/lang/Object;
InstallStatusFilterWithDescription.simplify ( Class<T> type ) : NFilter
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.simplify:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
InstallStatusFilterWithDescription.to ( Class<T> type ) : T
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.to:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
InstallStatusFilterWithDescription.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
InstallStatusFilterWithDescription.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
Mode.class
package net.thevpc.nuts
NRunAs.Mode.id ( ) : String
net/thevpc/nuts/NRunAs.Mode.id:()Ljava/lang/String;
NRunAs.Mode.parse ( String value ) [static] : NOptional<NRunAs.Mode>
net/thevpc/nuts/NRunAs.Mode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NRunAs.Mode.valueOf ( String name ) [static] : NRunAs.Mode
net/thevpc/nuts/NRunAs.Mode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NRunAs$Mode;
NRunAs.Mode.values ( ) [static] : NRunAs.Mode[ ]
net/thevpc/nuts/NRunAs.Mode.values:()[Lnet/thevpc/nuts/NRunAs$Mode;
nuts-0.8.4.jar,
NAddRepositoryOptions.class
package net.thevpc.nuts
NAddRepositoryOptions.copy ( ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.copy:()Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.equals ( Object o ) : boolean
net/thevpc/nuts/NAddRepositoryOptions.equals:(Ljava/lang/Object;)Z
NAddRepositoryOptions.getConfig ( ) : NRepositoryConfig
net/thevpc/nuts/NAddRepositoryOptions.getConfig:()Lnet/thevpc/nuts/NRepositoryConfig;
NAddRepositoryOptions.getDeployWeight ( ) : int
net/thevpc/nuts/NAddRepositoryOptions.getDeployWeight:()I
NAddRepositoryOptions.getLocation ( ) : String
net/thevpc/nuts/NAddRepositoryOptions.getLocation:()Ljava/lang/String;
NAddRepositoryOptions.getName ( ) : String
net/thevpc/nuts/NAddRepositoryOptions.getName:()Ljava/lang/String;
NAddRepositoryOptions.getOrder ( ) : int
net/thevpc/nuts/NAddRepositoryOptions.getOrder:()I
NAddRepositoryOptions.getRepositoryModel ( ) : NRepositoryModel
net/thevpc/nuts/NAddRepositoryOptions.getRepositoryModel:()Lnet/thevpc/nuts/NRepositoryModel;
NAddRepositoryOptions.hashCode ( ) : int
net/thevpc/nuts/NAddRepositoryOptions.hashCode:()I
NAddRepositoryOptions.isCreate ( ) : boolean
net/thevpc/nuts/NAddRepositoryOptions.isCreate:()Z
NAddRepositoryOptions.isEnabled ( ) : boolean
net/thevpc/nuts/NAddRepositoryOptions.isEnabled:()Z
NAddRepositoryOptions.isFailSafe ( ) : boolean
net/thevpc/nuts/NAddRepositoryOptions.isFailSafe:()Z
NAddRepositoryOptions.isTemporary ( ) : boolean
net/thevpc/nuts/NAddRepositoryOptions.isTemporary:()Z
NAddRepositoryOptions.NAddRepositoryOptions ( )
net/thevpc/nuts/NAddRepositoryOptions."<init>":()V
NAddRepositoryOptions.NAddRepositoryOptions ( NAddRepositoryOptions other )
net/thevpc/nuts/NAddRepositoryOptions."<init>":(Lnet/thevpc/nuts/NAddRepositoryOptions;)V
NAddRepositoryOptions.setConfig ( NRepositoryConfig value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setConfig:(Lnet/thevpc/nuts/NRepositoryConfig;)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setCreate ( boolean value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setCreate:(Z)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setDeployWeight ( int value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setDeployWeight:(I)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setEnabled ( boolean value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setEnabled:(Z)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setFailSafe ( boolean value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setFailSafe:(Z)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setLocation ( String value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setName ( String value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setOrder ( int order ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setOrder:(I)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setRepositoryModel ( NRepositoryModel repositoryModel ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setRepositoryModel:(Lnet/thevpc/nuts/NRepositoryModel;)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setTemporary ( boolean value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setTemporary:(Z)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.toString ( ) : String
net/thevpc/nuts/NAddRepositoryOptions.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NAddUserCmd.class
package net.thevpc.nuts
NAddUserCmd.addGroup ( String p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.addGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.addGroups ( Collection<String> p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.addGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.addGroups ( String... p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.addGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.addPermission ( String p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.addPermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.addPermissions ( Collection<String> p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.addPermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.addPermissions ( String... p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.addPermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.configure ( boolean p1, String... p2 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NAddUserCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NAddUserCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NAddUserCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NAddUserCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NAddUserCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NAddUserCmd.copySession ( ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.copySession:()Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.getCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NAddUserCmd.getCredentials:()[C
NAddUserCmd.getGroups ( ) [abstract] : List<String>
net/thevpc/nuts/NAddUserCmd.getGroups:()Ljava/util/List;
NAddUserCmd.getPermissions ( ) [abstract] : List<String>
net/thevpc/nuts/NAddUserCmd.getPermissions:()Ljava/util/List;
NAddUserCmd.getRemoteCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NAddUserCmd.getRemoteCredentials:()[C
NAddUserCmd.getRemoteIdentity ( ) [abstract] : String
net/thevpc/nuts/NAddUserCmd.getRemoteIdentity:()Ljava/lang/String;
NAddUserCmd.getRepository ( ) [abstract] : NRepository
net/thevpc/nuts/NAddUserCmd.getRepository:()Lnet/thevpc/nuts/NRepository;
NAddUserCmd.getUsername ( ) [abstract] : String
net/thevpc/nuts/NAddUserCmd.getUsername:()Ljava/lang/String;
NAddUserCmd.of ( NSession session ) [static] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.removeGroups ( Collection<String> p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.removeGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.removeGroups ( String... p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.removeGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.removePermissions ( Collection<String> p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.removePermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.removePermissions ( String... p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.removePermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NAddUserCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NAddUserCmd.run ( ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.run:()Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.setCredentials ( char[ ] p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.setCredentials:([C)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.setRemoteCredentials ( char[ ] p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.setRemoteCredentials:([C)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.setRemoteIdentity ( String p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.setRemoteIdentity:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.setRepository ( NRepository p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.setRepository:(Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NAddUserCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NAddUserCmd.setSession ( NSession p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.setUsername ( String p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
nuts-0.8.4.jar,
NAlreadyDeployedException.class
package net.thevpc.nuts
NAlreadyDeployedException.NAlreadyDeployedException ( NSession session, NId id )
net/thevpc/nuts/NAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NAlreadyDeployedException.NAlreadyDeployedException ( NSession session, NId id, NMsg msg, Throwable cause )
net/thevpc/nuts/NAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NAlreadyInstalledException.class
package net.thevpc.nuts
NAlreadyInstalledException.NAlreadyInstalledException ( NSession session, NId id )
net/thevpc/nuts/NAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NAlreadyInstalledException.NAlreadyInstalledException ( NSession session, NId id, NMsg msg, Exception cause )
net/thevpc/nuts/NAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Exception;)V
nuts-0.8.4.jar,
NAnsiTermHelper.class
package net.thevpc.nuts.spi
NAnsiTermHelper.backColor ( NColor c, NSession session ) : String
net/thevpc/nuts/spi/NAnsiTermHelper.backColor:(Lnet/thevpc/nuts/util/NColor;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NAnsiTermHelper.command ( NTerminalCmd command, NSession session ) : String
net/thevpc/nuts/spi/NAnsiTermHelper.command:(Lnet/thevpc/nuts/text/NTerminalCmd;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NAnsiTermHelper.foreColor ( NColor c, NSession session ) : String
net/thevpc/nuts/spi/NAnsiTermHelper.foreColor:(Lnet/thevpc/nuts/util/NColor;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NAnsiTermHelper.NAnsiTermHelper ( )
net/thevpc/nuts/spi/NAnsiTermHelper."<init>":()V
NAnsiTermHelper.of ( NSession session ) [static] : NAnsiTermHelper
net/thevpc/nuts/spi/NAnsiTermHelper.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NAnsiTermHelper;
NAnsiTermHelper.plain ( ) : String
net/thevpc/nuts/spi/NAnsiTermHelper.plain:()Ljava/lang/String;
NAnsiTermHelper.styled ( NColor foreground, NColor background, boolean bold, boolean blink, boolean underlined, boolean striked, boolean italic, boolean reversed, int intensity, NSession session ) : String
net/thevpc/nuts/spi/NAnsiTermHelper.styled:(Lnet/thevpc/nuts/util/NColor;Lnet/thevpc/nuts/util/NColor;ZZZZZZILnet/thevpc/nuts/NSession;)Ljava/lang/String;
NAnsiTermHelper.styled ( NTextStyles styles, NSession session ) : String
net/thevpc/nuts/spi/NAnsiTermHelper.styled:(Lnet/thevpc/nuts/text/NTextStyles;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
nuts-0.8.4.jar,
NApiUtilsRPI.class
package net.thevpc.nuts.reserved
NApiUtilsRPI.findClassLoaderJar ( NId id, URL[ ] urls ) [static] : URL
net/thevpc/nuts/reserved/NApiUtilsRPI.findClassLoaderJar:(Lnet/thevpc/nuts/NId;[Ljava/net/URL;)Ljava/net/URL;
NApiUtilsRPI.firstNonBlank ( List<T> any ) [static] : T
net/thevpc/nuts/reserved/NApiUtilsRPI.firstNonBlank:(Ljava/util/List;)Ljava/lang/Object;
NApiUtilsRPI.firstNonBlank ( T... any ) [static] : T
net/thevpc/nuts/reserved/NApiUtilsRPI.firstNonBlank:([Ljava/lang/Object;)Ljava/lang/Object;
NApiUtilsRPI.getOrCreateRefProperty ( Class<T> type, NSession session, Supplier<T> sup ) [static] : T
net/thevpc/nuts/reserved/NApiUtilsRPI.getOrCreateRefProperty:(Ljava/lang/Class;Lnet/thevpc/nuts/NSession;Ljava/util/function/Supplier;)Ljava/lang/Object;
NApiUtilsRPI.getOrCreateRefProperty ( String name, Class<T> type, NSession session, Supplier<T> sup ) [static] : T
net/thevpc/nuts/reserved/NApiUtilsRPI.getOrCreateRefProperty:(Ljava/lang/String;Ljava/lang/Class;Lnet/thevpc/nuts/NSession;Ljava/util/function/Supplier;)Ljava/lang/Object;
NApiUtilsRPI.getSysBoolNutsProperty ( String property, boolean defaultValue ) [static] : boolean
net/thevpc/nuts/reserved/NApiUtilsRPI.getSysBoolNutsProperty:(Ljava/lang/String;Z)Z
NApiUtilsRPI.isBlank ( char[ ] string ) [static] : boolean
net/thevpc/nuts/reserved/NApiUtilsRPI.isBlank:([C)Z
NApiUtilsRPI.isBlank ( CharSequence s ) [static] : boolean
net/thevpc/nuts/reserved/NApiUtilsRPI.isBlank:(Ljava/lang/CharSequence;)Z
NApiUtilsRPI.isBlank ( Object any ) [static] : boolean
net/thevpc/nuts/reserved/NApiUtilsRPI.isBlank:(Ljava/lang/Object;)Z
NApiUtilsRPI.isGraphicalDesktopEnvironment ( ) [static] : boolean
net/thevpc/nuts/reserved/NApiUtilsRPI.isGraphicalDesktopEnvironment:()Z
NApiUtilsRPI.parseFileSizeInBytes ( String value, Integer defaultMultiplier ) [static] : NOptional<Integer>
net/thevpc/nuts/reserved/NApiUtilsRPI.parseFileSizeInBytes:(Ljava/lang/String;Ljava/lang/Integer;)Lnet/thevpc/nuts/util/NOptional;
NApiUtilsRPI.processThrowable ( Throwable ex, NLog out ) [static] : int
net/thevpc/nuts/reserved/NApiUtilsRPI.processThrowable:(Ljava/lang/Throwable;Lnet/thevpc/nuts/log/NLog;)I
NApiUtilsRPI.processThrowable ( Throwable ex, NLog out, boolean showMessage, boolean showStackTrace, boolean showGui ) [static] : int
net/thevpc/nuts/reserved/NApiUtilsRPI.processThrowable:(Ljava/lang/Throwable;Lnet/thevpc/nuts/log/NLog;ZZZ)I
NApiUtilsRPI.processThrowable ( Throwable ex, String[ ] args ) [static] : int
net/thevpc/nuts/reserved/NApiUtilsRPI.processThrowable:(Ljava/lang/Throwable;[Ljava/lang/String;)I
NApiUtilsRPI.resolveGui ( NWorkspaceOptions bo ) [static] : boolean
net/thevpc/nuts/reserved/NApiUtilsRPI.resolveGui:(Lnet/thevpc/nuts/NWorkspaceOptions;)Z
NApiUtilsRPI.resolveNutsIdDigest ( ) [static] : String
net/thevpc/nuts/reserved/NApiUtilsRPI.resolveNutsIdDigest:()Ljava/lang/String;
NApiUtilsRPI.resolveNutsIdDigest ( NId id, URL[ ] urls ) [static] : String
net/thevpc/nuts/reserved/NApiUtilsRPI.resolveNutsIdDigest:(Lnet/thevpc/nuts/NId;[Ljava/net/URL;)Ljava/lang/String;
NApiUtilsRPI.resolveNutsIdDigestOrError ( ) [static] : String
net/thevpc/nuts/reserved/NApiUtilsRPI.resolveNutsIdDigestOrError:()Ljava/lang/String;
NApiUtilsRPI.resolveNutsVersionFromClassPath ( NLog bLog ) [static] : String
net/thevpc/nuts/reserved/NApiUtilsRPI.resolveNutsVersionFromClassPath:(Lnet/thevpc/nuts/log/NLog;)Ljava/lang/String;
NApiUtilsRPI.resolveShowStackTrace ( NWorkspaceOptions bo ) [static] : boolean
net/thevpc/nuts/reserved/NApiUtilsRPI.resolveShowStackTrace:(Lnet/thevpc/nuts/NWorkspaceOptions;)Z
NApiUtilsRPI.resolveValidErrorMessage ( Supplier<NMsg> supplier ) [static] : NMsg
net/thevpc/nuts/reserved/NApiUtilsRPI.resolveValidErrorMessage:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NMsg;
nuts-0.8.4.jar,
NApplication.class
package net.thevpc.nuts
NApplication.main ( Class<T> appType, String[ ] args ) [static] : void
net/thevpc/nuts/NApplication.main:(Ljava/lang/Class;[Ljava/lang/String;)V
NApplication.onInstallApplication ( NSession session ) : void
net/thevpc/nuts/NApplication.onInstallApplication:(Lnet/thevpc/nuts/NSession;)V
NApplication.onUninstallApplication ( NSession session ) : void
net/thevpc/nuts/NApplication.onUninstallApplication:(Lnet/thevpc/nuts/NSession;)V
NApplication.onUpdateApplication ( NSession session ) : void
net/thevpc/nuts/NApplication.onUpdateApplication:(Lnet/thevpc/nuts/NSession;)V
NApplication.run ( NSession p1 ) [abstract] : void
net/thevpc/nuts/NApplication.run:(Lnet/thevpc/nuts/NSession;)V
NApplication.run ( NSession session, String[ ] args ) : void
net/thevpc/nuts/NApplication.run:(Lnet/thevpc/nuts/NSession;[Ljava/lang/String;)V
NApplication.run ( String[ ] args ) : void
net/thevpc/nuts/NApplication.run:([Ljava/lang/String;)V
NApplication.runAndExit ( String[ ] args ) : void
net/thevpc/nuts/NApplication.runAndExit:([Ljava/lang/String;)V
nuts-0.8.4.jar,
NApplicationExceptionHandler.class
package net.thevpc.nuts
NApplicationExceptionHandler.of ( NSession session ) [static] : NApplicationExceptionHandler
net/thevpc/nuts/NApplicationExceptionHandler.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NApplicationExceptionHandler;
NApplicationExceptionHandler.processThrowable ( String[ ] p1, Throwable p2 ) [abstract] : int
net/thevpc/nuts/NApplicationExceptionHandler.processThrowable:([Ljava/lang/String;Ljava/lang/Throwable;)I
nuts-0.8.4.jar,
NApplicationMode.class
package net.thevpc.nuts
NApplicationMode.id ( ) : String
net/thevpc/nuts/NApplicationMode.id:()Ljava/lang/String;
NApplicationMode.parse ( String value ) [static] : NOptional<NApplicationMode>
net/thevpc/nuts/NApplicationMode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NApplicationMode.valueOf ( String name ) [static] : NApplicationMode
net/thevpc/nuts/NApplicationMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NApplicationMode;
NApplicationMode.values ( ) [static] : NApplicationMode[ ]
net/thevpc/nuts/NApplicationMode.values:()[Lnet/thevpc/nuts/NApplicationMode;
nuts-0.8.4.jar,
NApplications.class
package net.thevpc.nuts
NApplications.createApplicationInstance ( Class<T> appType ) [static] : T *DEPRECATED*
net/thevpc/nuts/NApplications.createApplicationInstance:(Ljava/lang/Class;)Lnet/thevpc/nuts/NApplication;
NApplications.createApplicationInstance ( Class<T> appType, NSession session, String[ ] args ) [static] : T
net/thevpc/nuts/NApplications.createApplicationInstance:(Ljava/lang/Class;Lnet/thevpc/nuts/NSession;[Ljava/lang/String;)Lnet/thevpc/nuts/NApplication;
NApplications.getSharedMap ( ) [static] : Map<String,Object>
net/thevpc/nuts/NApplications.getSharedMap:()Ljava/util/Map;
NApplications.processThrowable ( Throwable ex ) [static] : int
net/thevpc/nuts/NApplications.processThrowable:(Ljava/lang/Throwable;)I
NApplications.processThrowable ( Throwable ex, NLog out ) [static] : int
net/thevpc/nuts/NApplications.processThrowable:(Ljava/lang/Throwable;Lnet/thevpc/nuts/log/NLog;)I
NApplications.runApplication ( NApplication applicationInstance, NSession session ) [static] : void
net/thevpc/nuts/NApplications.runApplication:(Lnet/thevpc/nuts/NApplication;Lnet/thevpc/nuts/NSession;)V
NApplications.runApplication ( NApplication applicationInstance, NSession session, String[ ] nutsArgs, String[ ] args ) [static] : void
net/thevpc/nuts/NApplications.runApplication:(Lnet/thevpc/nuts/NApplication;Lnet/thevpc/nuts/NSession;[Ljava/lang/String;[Ljava/lang/String;)V
NApplications.runApplicationAndExit ( NApplication application, NSession session, String[ ] args ) [static] : void
net/thevpc/nuts/NApplications.runApplicationAndExit:(Lnet/thevpc/nuts/NApplication;Lnet/thevpc/nuts/NSession;[Ljava/lang/String;)V
NApplications.runApplicationAndExit ( NApplication application, String[ ] args ) [static] : void *DEPRECATED*
net/thevpc/nuts/NApplications.runApplicationAndExit:(Lnet/thevpc/nuts/NApplication;[Ljava/lang/String;)V
nuts-0.8.4.jar,
NAppStoreLocationResolver.class
package net.thevpc.nuts
NAppStoreLocationResolver.getStoreLocation ( NId p1, NStoreType p2 ) [abstract] : NPath
net/thevpc/nuts/NAppStoreLocationResolver.getStoreLocation:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/io/NPath;
nuts-0.8.4.jar,
NArchFamily.class
package net.thevpc.nuts.env
NArchFamily.getCurrent ( ) [static] : NArchFamily
net/thevpc/nuts/env/NArchFamily.getCurrent:()Lnet/thevpc/nuts/env/NArchFamily;
NArchFamily.id ( ) : String
net/thevpc/nuts/env/NArchFamily.id:()Ljava/lang/String;
NArchFamily.parse ( String value ) [static] : NOptional<NArchFamily>
net/thevpc/nuts/env/NArchFamily.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NArchFamily.valueOf ( String name ) [static] : NArchFamily
net/thevpc/nuts/env/NArchFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NArchFamily;
NArchFamily.values ( ) [static] : NArchFamily[ ]
net/thevpc/nuts/env/NArchFamily.values:()[Lnet/thevpc/nuts/env/NArchFamily;
nuts-0.8.4.jar,
NArg.class
package net.thevpc.nuts.cmdline
NArg.getBooleanValue ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/cmdline/NArg.getBooleanValue:()Lnet/thevpc/nuts/util/NOptional;
NArg.getImage ( ) [abstract] : String
net/thevpc/nuts/cmdline/NArg.getImage:()Ljava/lang/String;
NArg.getKey ( ) [abstract] : NLiteral
net/thevpc/nuts/cmdline/NArg.getKey:()Lnet/thevpc/nuts/util/NLiteral;
NArg.getOptionName ( ) [abstract] : NLiteral
net/thevpc/nuts/cmdline/NArg.getOptionName:()Lnet/thevpc/nuts/util/NLiteral;
NArg.getOptionPrefix ( ) [abstract] : NLiteral
net/thevpc/nuts/cmdline/NArg.getOptionPrefix:()Lnet/thevpc/nuts/util/NLiteral;
NArg.getSeparator ( ) [abstract] : String
net/thevpc/nuts/cmdline/NArg.getSeparator:()Ljava/lang/String;
NArg.getStringKey ( ) [abstract] : NOptional<String>
net/thevpc/nuts/cmdline/NArg.getStringKey:()Lnet/thevpc/nuts/util/NOptional;
NArg.getStringValue ( ) [abstract] : NOptional<String>
net/thevpc/nuts/cmdline/NArg.getStringValue:()Lnet/thevpc/nuts/util/NOptional;
NArg.getValue ( ) [abstract] : NLiteral
net/thevpc/nuts/cmdline/NArg.getValue:()Lnet/thevpc/nuts/util/NLiteral;
NArg.isActive ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isActive:()Z
NArg.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isEnabled:()Z
NArg.isFlagOption ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isFlagOption:()Z
NArg.isInactive ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isInactive:()Z
NArg.isKeyValue ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isKeyValue:()Z
NArg.isNegated ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isNegated:()Z
NArg.isNonOption ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isNonOption:()Z
NArg.isOption ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isOption:()Z
NArg.key ( ) [abstract] : String
net/thevpc/nuts/cmdline/NArg.key:()Ljava/lang/String;
NArg.of ( String value ) [static] : NArg
net/thevpc/nuts/cmdline/NArg.of:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NArg;
NArg.required ( ) [abstract] : NArg
net/thevpc/nuts/cmdline/NArg.required:()Lnet/thevpc/nuts/cmdline/NArg;
NArg.value ( ) [abstract] : String
net/thevpc/nuts/cmdline/NArg.value:()Ljava/lang/String;
nuts-0.8.4.jar,
NArgCandidate.class
package net.thevpc.nuts.cmdline
NArgCandidate.getDisplay ( ) [abstract] : String
net/thevpc/nuts/cmdline/NArgCandidate.getDisplay:()Ljava/lang/String;
NArgCandidate.getValue ( ) [abstract] : String
net/thevpc/nuts/cmdline/NArgCandidate.getValue:()Ljava/lang/String;
nuts-0.8.4.jar,
NArgName.class
package net.thevpc.nuts.cmdline
NArgName.getCandidates ( NCmdLineAutoComplete p1 ) [abstract] : List<NArgCandidate>
net/thevpc/nuts/cmdline/NArgName.getCandidates:(Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;)Ljava/util/List;
NArgName.getName ( ) [abstract] : String
net/thevpc/nuts/cmdline/NArgName.getName:()Ljava/lang/String;
NArgName.of ( String type, NSession session ) [static] : NArgName
net/thevpc/nuts/cmdline/NArgName.of:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NArgName;
NArgName.of ( String type, String label, NSession session ) [static] : NArgName
net/thevpc/nuts/cmdline/NArgName.of:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NArgName;
nuts-0.8.4.jar,
NArgProcessor.class
package net.thevpc.nuts.cmdline
NArgProcessor<T>.run ( T p1, NArg p2, NSession p3 ) [abstract] : void
net/thevpc/nuts/cmdline/NArgProcessor.run:(Ljava/lang/Object;Lnet/thevpc/nuts/cmdline/NArg;Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NArgType.class
package net.thevpc.nuts.cmdline
NArgType.id ( ) : String
net/thevpc/nuts/cmdline/NArgType.id:()Ljava/lang/String;
NArgType.parse ( String value ) [static] : NOptional<NArgType>
net/thevpc/nuts/cmdline/NArgType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NArgType.valueOf ( String name ) [static] : NArgType
net/thevpc/nuts/cmdline/NArgType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NArgType;
NArgType.values ( ) [static] : NArgType[ ]
net/thevpc/nuts/cmdline/NArgType.values:()[Lnet/thevpc/nuts/cmdline/NArgType;
nuts-0.8.4.jar,
NArrayElement.class
package net.thevpc.nuts.elem
NArrayElement.builder ( ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElement.builder:()Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElement.get ( int p1 ) [abstract] : NOptional<NElement>
net/thevpc/nuts/elem/NArrayElement.get:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getArray ( int p1 ) [abstract] : NOptional<NArrayElement>
net/thevpc/nuts/elem/NArrayElement.getArray:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getBoolean ( int p1 ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/elem/NArrayElement.getBoolean:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getByte ( int p1 ) [abstract] : NOptional<Byte>
net/thevpc/nuts/elem/NArrayElement.getByte:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getDouble ( int p1 ) [abstract] : NOptional<Double>
net/thevpc/nuts/elem/NArrayElement.getDouble:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getFloat ( int p1 ) [abstract] : NOptional<Float>
net/thevpc/nuts/elem/NArrayElement.getFloat:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getInstant ( int p1 ) [abstract] : NOptional<Instant>
net/thevpc/nuts/elem/NArrayElement.getInstant:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getInt ( int p1 ) [abstract] : NOptional<Integer>
net/thevpc/nuts/elem/NArrayElement.getInt:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getLong ( int p1 ) [abstract] : NOptional<Long>
net/thevpc/nuts/elem/NArrayElement.getLong:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getObject ( int p1 ) [abstract] : NOptional<NObjectElement>
net/thevpc/nuts/elem/NArrayElement.getObject:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getShort ( int p1 ) [abstract] : NOptional<Short>
net/thevpc/nuts/elem/NArrayElement.getShort:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getString ( int p1 ) [abstract] : NOptional<String>
net/thevpc/nuts/elem/NArrayElement.getString:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.items ( ) [abstract] : Collection<NElement>
net/thevpc/nuts/elem/NArrayElement.items:()Ljava/util/Collection;
NArrayElement.ofEmpty ( NSession session ) [static] : NArrayElement
net/thevpc/nuts/elem/NArrayElement.ofEmpty:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NArrayElement;
NArrayElement.stream ( ) [abstract] : Stream<NElement>
net/thevpc/nuts/elem/NArrayElement.stream:()Ljava/util/stream/Stream;
nuts-0.8.4.jar,
NArrayElementBuilder.class
package net.thevpc.nuts.elem
NArrayElementBuilder.add ( boolean p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(Z)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( byte p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(B)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( char p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(C)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( double p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(D)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( float p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(F)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( int p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(I)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( long p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(J)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( NElement p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( Number p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(Ljava/lang/Number;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( String p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( boolean[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([Z)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( byte[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([B)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( char[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([C)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( Collection<NElement> p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( double[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([D)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( float[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([F)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( int[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([I)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( long[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([J)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( NArrayElement p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:(Lnet/thevpc/nuts/elem/NArrayElement;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( NArrayElementBuilder p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:(Lnet/thevpc/nuts/elem/NArrayElementBuilder;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( NElement[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( String[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([Ljava/lang/String;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.build ( ) : NElement
net/thevpc/nuts/elem/NArrayElementBuilder.build:()Lnet/thevpc/nuts/elem/NElement;
NArrayElementBuilder.build ( ) [abstract] : NArrayElement
net/thevpc/nuts/elem/NArrayElementBuilder.build:()Lnet/thevpc/nuts/elem/NArrayElement;
NArrayElementBuilder.clear ( ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.clear:()Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.get ( int p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NArrayElementBuilder.get:(I)Lnet/thevpc/nuts/elem/NElement;
NArrayElementBuilder.insert ( int p1, NElement p2 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.insert:(ILnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.items ( ) [abstract] : List<NElement>
net/thevpc/nuts/elem/NArrayElementBuilder.items:()Ljava/util/List;
NArrayElementBuilder.of ( NSession session ) [static] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.remove ( int p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.remove:(I)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.set ( int p1, NElement p2 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.set:(ILnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.set ( NArrayElement p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.set:(Lnet/thevpc/nuts/elem/NArrayElement;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.set ( NArrayElementBuilder p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.set:(Lnet/thevpc/nuts/elem/NArrayElementBuilder;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.size ( ) [abstract] : int
net/thevpc/nuts/elem/NArrayElementBuilder.size:()I
nuts-0.8.4.jar,
NArrays.class
package net.thevpc.nuts.util
NArrays.append ( A[ ] a1, A b1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.append:([Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
NArrays.append ( boolean[ ] a1, boolean b1 ) [static] : boolean[ ]
net/thevpc/nuts/util/NArrays.append:([ZZ)[Z
NArrays.append ( byte[ ] a1, byte b1 ) [static] : byte[ ]
net/thevpc/nuts/util/NArrays.append:([BB)[B
NArrays.append ( char[ ] a1, char b1 ) [static] : char[ ]
net/thevpc/nuts/util/NArrays.append:([CC)[C
NArrays.append ( double[ ] a1, double b1 ) [static] : double[ ]
net/thevpc/nuts/util/NArrays.append:([DD)[D
NArrays.append ( float[ ] a1, float b1 ) [static] : float[ ]
net/thevpc/nuts/util/NArrays.append:([FF)[F
NArrays.append ( int[ ] a1, int b1 ) [static] : int[ ]
net/thevpc/nuts/util/NArrays.append:([II)[I
NArrays.append ( long[ ] a1, long b1 ) [static] : long[ ]
net/thevpc/nuts/util/NArrays.append:([JJ)[J
NArrays.append ( short[ ] a1, short b1 ) [static] : short[ ]
net/thevpc/nuts/util/NArrays.append:([SS)[S
NArrays.concat ( A b1, A[ ] a1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.concat:(Ljava/lang/Object;[Ljava/lang/Object;)[Ljava/lang/Object;
NArrays.concat ( A[ ] a1, A b1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.concat:([Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
NArrays.concat ( A[ ] a1, A[ ] b1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.concat:([Ljava/lang/Object;[Ljava/lang/Object;)[Ljava/lang/Object;
NArrays.concat ( A[ ] a1, Collection<A> b1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.concat:([Ljava/lang/Object;Ljava/util/Collection;)[Ljava/lang/Object;
NArrays.concat ( boolean b1, boolean[ ] a1 ) [static] : boolean[ ]
net/thevpc/nuts/util/NArrays.concat:(Z[Z)[Z
NArrays.concat ( boolean[ ] a1, boolean b1 ) [static] : boolean[ ]
net/thevpc/nuts/util/NArrays.concat:([ZZ)[Z
NArrays.concat ( boolean[ ] a1, boolean[ ] b1 ) [static] : boolean[ ]
net/thevpc/nuts/util/NArrays.concat:([Z[Z)[Z
NArrays.concat ( byte b1, byte[ ] a1 ) [static] : byte[ ]
net/thevpc/nuts/util/NArrays.concat:(B[B)[B
NArrays.concat ( byte[ ] a1, byte b1 ) [static] : byte[ ]
net/thevpc/nuts/util/NArrays.concat:([BB)[B
NArrays.concat ( byte[ ] a1, byte[ ] b1 ) [static] : byte[ ]
net/thevpc/nuts/util/NArrays.concat:([B[B)[B
NArrays.concat ( char b1, char[ ] a1 ) [static] : char[ ]
net/thevpc/nuts/util/NArrays.concat:(C[C)[C
NArrays.concat ( char[ ] a1, char b1 ) [static] : char[ ]
net/thevpc/nuts/util/NArrays.concat:([CC)[C
NArrays.concat ( char[ ] a1, char[ ] b1 ) [static] : char[ ]
net/thevpc/nuts/util/NArrays.concat:([C[C)[C
NArrays.concat ( Collection<A> a1, A[ ] b1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.concat:(Ljava/util/Collection;[Ljava/lang/Object;)[Ljava/lang/Object;
NArrays.concat ( Collection<A> a1, Collection<A> b1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.concat:(Ljava/util/Collection;Ljava/util/Collection;)[Ljava/lang/Object;
NArrays.concat ( double b1, double[ ] a1 ) [static] : double[ ]
net/thevpc/nuts/util/NArrays.concat:(D[D)[D
NArrays.concat ( double[ ] a1, double b1 ) [static] : double[ ]
net/thevpc/nuts/util/NArrays.concat:([DD)[D
NArrays.concat ( double[ ] a1, double[ ] b1 ) [static] : double[ ]
net/thevpc/nuts/util/NArrays.concat:([D[D)[D
NArrays.concat ( float b1, float[ ] a1 ) [static] : float[ ]
net/thevpc/nuts/util/NArrays.concat:(F[F)[F
NArrays.concat ( float[ ] a1, float b1 ) [static] : float[ ]
net/thevpc/nuts/util/NArrays.concat:([FF)[F
NArrays.concat ( float[ ] a1, float[ ] b1 ) [static] : float[ ]
net/thevpc/nuts/util/NArrays.concat:([F[F)[F
NArrays.concat ( int b1, int[ ] a1 ) [static] : int[ ]
net/thevpc/nuts/util/NArrays.concat:(I[I)[I
NArrays.concat ( int[ ] a1, int b1 ) [static] : int[ ]
net/thevpc/nuts/util/NArrays.concat:([II)[I
NArrays.concat ( int[ ] a1, int[ ] b1 ) [static] : int[ ]
net/thevpc/nuts/util/NArrays.concat:([I[I)[I
NArrays.concat ( long b1, long[ ] a1 ) [static] : long[ ]
net/thevpc/nuts/util/NArrays.concat:(J[J)[J
NArrays.concat ( long[ ] a1, long b1 ) [static] : long[ ]
net/thevpc/nuts/util/NArrays.concat:([JJ)[J
NArrays.concat ( long[ ] a1, long[ ] b1 ) [static] : long[ ]
net/thevpc/nuts/util/NArrays.concat:([J[J)[J
NArrays.concat ( short b1, short[ ] a1 ) [static] : short[ ]
net/thevpc/nuts/util/NArrays.concat:(S[S)[S
NArrays.concat ( short[ ] a1, short b1 ) [static] : short[ ]
net/thevpc/nuts/util/NArrays.concat:([SS)[S
NArrays.concat ( short[ ] a1, short[ ] b1 ) [static] : short[ ]
net/thevpc/nuts/util/NArrays.concat:([S[S)[S
NArrays.copyOf ( boolean[ ] original ) [static] : boolean[ ]
net/thevpc/nuts/util/NArrays.copyOf:([Z)[Z
NArrays.copyOf ( byte[ ] original ) [static] : byte[ ]
net/thevpc/nuts/util/NArrays.copyOf:([B)[B
NArrays.copyOf ( char[ ] original ) [static] : char[ ]
net/thevpc/nuts/util/NArrays.copyOf:([C)[C
NArrays.copyOf ( double[ ] original ) [static] : double[ ]
net/thevpc/nuts/util/NArrays.copyOf:([D)[D
NArrays.copyOf ( float[ ] original ) [static] : float[ ]
net/thevpc/nuts/util/NArrays.copyOf:([F)[F
NArrays.copyOf ( int[ ] original ) [static] : int[ ]
net/thevpc/nuts/util/NArrays.copyOf:([I)[I
NArrays.copyOf ( long[ ] original ) [static] : long[ ]
net/thevpc/nuts/util/NArrays.copyOf:([J)[J
NArrays.copyOf ( short[ ] original ) [static] : short[ ]
net/thevpc/nuts/util/NArrays.copyOf:([S)[S
NArrays.copyOf ( T[ ] original ) [static] : T[ ]
net/thevpc/nuts/util/NArrays.copyOf:([Ljava/lang/Object;)[Ljava/lang/Object;
NArrays.NArrays ( )
net/thevpc/nuts/util/NArrays."<init>":()V
NArrays.prepend ( A b1, A[ ] a1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.prepend:(Ljava/lang/Object;[Ljava/lang/Object;)[Ljava/lang/Object;
NArrays.prepend ( boolean b1, boolean[ ] a1 ) [static] : boolean[ ]
net/thevpc/nuts/util/NArrays.prepend:(Z[Z)[Z
NArrays.prepend ( byte b1, byte[ ] a1 ) [static] : byte[ ]
net/thevpc/nuts/util/NArrays.prepend:(B[B)[B
NArrays.prepend ( char b1, char[ ] a1 ) [static] : char[ ]
net/thevpc/nuts/util/NArrays.prepend:(C[C)[C
NArrays.prepend ( double b1, double[ ] a1 ) [static] : double[ ]
net/thevpc/nuts/util/NArrays.prepend:(D[D)[D
NArrays.prepend ( float b1, float[ ] a1 ) [static] : float[ ]
net/thevpc/nuts/util/NArrays.prepend:(F[F)[F
NArrays.prepend ( int b1, int[ ] a1 ) [static] : int[ ]
net/thevpc/nuts/util/NArrays.prepend:(I[I)[I
NArrays.prepend ( long b1, long[ ] a1 ) [static] : long[ ]
net/thevpc/nuts/util/NArrays.prepend:(J[J)[J
NArrays.prepend ( short b1, short[ ] a1 ) [static] : short[ ]
net/thevpc/nuts/util/NArrays.prepend:(S[S)[S
nuts-0.8.4.jar,
NArtifactCall.class
package net.thevpc.nuts
NArtifactCall.getArguments ( ) [abstract] : List<String>
net/thevpc/nuts/NArtifactCall.getArguments:()Ljava/util/List;
NArtifactCall.getId ( ) [abstract] : NId
net/thevpc/nuts/NArtifactCall.getId:()Lnet/thevpc/nuts/NId;
nuts-0.8.4.jar,
NArtifactCallBuilder.class
package net.thevpc.nuts
NArtifactCallBuilder.build ( ) [abstract] : NArtifactCall
net/thevpc/nuts/NArtifactCallBuilder.build:()Lnet/thevpc/nuts/NArtifactCall;
NArtifactCallBuilder.clear ( ) [abstract] : NArtifactCallBuilder
net/thevpc/nuts/NArtifactCallBuilder.clear:()Lnet/thevpc/nuts/NArtifactCallBuilder;
NArtifactCallBuilder.getArguments ( ) [abstract] : List<String>
net/thevpc/nuts/NArtifactCallBuilder.getArguments:()Ljava/util/List;
NArtifactCallBuilder.getId ( ) [abstract] : NId
net/thevpc/nuts/NArtifactCallBuilder.getId:()Lnet/thevpc/nuts/NId;
NArtifactCallBuilder.of ( NSession session ) [static] : NArtifactCallBuilder
net/thevpc/nuts/NArtifactCallBuilder.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NArtifactCallBuilder;
NArtifactCallBuilder.set ( NArtifactCall p1 ) [abstract] : NArtifactCallBuilder
net/thevpc/nuts/NArtifactCallBuilder.set:(Lnet/thevpc/nuts/NArtifactCall;)Lnet/thevpc/nuts/NArtifactCallBuilder;
NArtifactCallBuilder.set ( NArtifactCallBuilder p1 ) [abstract] : NArtifactCallBuilder
net/thevpc/nuts/NArtifactCallBuilder.set:(Lnet/thevpc/nuts/NArtifactCallBuilder;)Lnet/thevpc/nuts/NArtifactCallBuilder;
NArtifactCallBuilder.setArguments ( List<String> p1 ) [abstract] : NArtifactCallBuilder
net/thevpc/nuts/NArtifactCallBuilder.setArguments:(Ljava/util/List;)Lnet/thevpc/nuts/NArtifactCallBuilder;
NArtifactCallBuilder.setArguments ( String... p1 ) [abstract] : NArtifactCallBuilder
net/thevpc/nuts/NArtifactCallBuilder.setArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NArtifactCallBuilder;
NArtifactCallBuilder.setId ( NId p1 ) [abstract] : NArtifactCallBuilder
net/thevpc/nuts/NArtifactCallBuilder.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NArtifactCallBuilder;
nuts-0.8.4.jar,
NArtifactFilter.class
package net.thevpc.nuts
NArtifactFilter.acceptSearchId ( NSearchId p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NArtifactFilter.acceptSearchId:(Lnet/thevpc/nuts/NSearchId;Lnet/thevpc/nuts/NSession;)Z
nuts-0.8.4.jar,
NAsk.class
package net.thevpc.nuts.util
NAsk<T>.configure ( boolean p1, String... p2 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/util/NAsk.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NAsk<T>.forBoolean ( NMsg p1 ) [abstract] : NAsk<Boolean>
net/thevpc/nuts/util/NAsk.forBoolean:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.forDouble ( NMsg p1 ) [abstract] : NAsk<Double>
net/thevpc/nuts/util/NAsk.forDouble:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.forEnum ( Class<K> p1, NMsg p2 ) [abstract] : NAsk<K>
net/thevpc/nuts/util/NAsk.forEnum:(Ljava/lang/Class;Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.forFloat ( NMsg p1 ) [abstract] : NAsk<Float>
net/thevpc/nuts/util/NAsk.forFloat:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.forInteger ( NMsg p1 ) [abstract] : NAsk<Integer>
net/thevpc/nuts/util/NAsk.forInteger:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.forLong ( NMsg p1 ) [abstract] : NAsk<Long>
net/thevpc/nuts/util/NAsk.forLong:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.forPassword ( NMsg p1 ) [abstract] : NAsk<char[ ]>
net/thevpc/nuts/util/NAsk.forPassword:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.forString ( NMsg p1 ) [abstract] : NAsk<String>
net/thevpc/nuts/util/NAsk.forString:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.getAcceptedValues ( ) [abstract] : List<Object>
net/thevpc/nuts/util/NAsk.getAcceptedValues:()Ljava/util/List;
NAsk<T>.getBooleanValue ( ) [abstract] : Boolean
net/thevpc/nuts/util/NAsk.getBooleanValue:()Ljava/lang/Boolean;
NAsk<T>.getCancelMessage ( ) [abstract] : NMsg
net/thevpc/nuts/util/NAsk.getCancelMessage:()Lnet/thevpc/nuts/util/NMsg;
NAsk<T>.getDefaultValue ( ) [abstract] : T
net/thevpc/nuts/util/NAsk.getDefaultValue:()Ljava/lang/Object;
NAsk<T>.getFormat ( ) [abstract] : NAskFormat<T>
net/thevpc/nuts/util/NAsk.getFormat:()Lnet/thevpc/nuts/util/NAskFormat;
NAsk<T>.getHintMessage ( ) [abstract] : NMsg
net/thevpc/nuts/util/NAsk.getHintMessage:()Lnet/thevpc/nuts/util/NMsg;
NAsk<T>.getMessage ( ) [abstract] : NMsg
net/thevpc/nuts/util/NAsk.getMessage:()Lnet/thevpc/nuts/util/NMsg;
NAsk<T>.getParser ( ) [abstract] : NAskParser<T>
net/thevpc/nuts/util/NAsk.getParser:()Lnet/thevpc/nuts/util/NAskParser;
NAsk<T>.getValidator ( ) [abstract] : NAskValidator<T>
net/thevpc/nuts/util/NAsk.getValidator:()Lnet/thevpc/nuts/util/NAskValidator;
NAsk<T>.getValue ( ) [abstract] : T
net/thevpc/nuts/util/NAsk.getValue:()Ljava/lang/Object;
NAsk<T>.getValueType ( ) [abstract] : Class<T>
net/thevpc/nuts/util/NAsk.getValueType:()Ljava/lang/Class;
NAsk<T>.isResetLine ( ) [abstract] : boolean
net/thevpc/nuts/util/NAsk.isResetLine:()Z
NAsk<T>.of ( NSession session ) [static] : NAsk<T>
net/thevpc/nuts/util/NAsk.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.of ( NSessionTerminal terminal ) [static] : NAsk<T>
net/thevpc/nuts/util/NAsk.of:(Lnet/thevpc/nuts/io/NSessionTerminal;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.resetLine ( ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.resetLine:()Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.resetLine ( boolean p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.resetLine:(Z)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.run ( ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.run:()Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setAcceptedValues ( List<Object> p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setAcceptedValues:(Ljava/util/List;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setCancelMessage ( NMsg p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setCancelMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setDefaultValue ( T p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setDefaultValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setFormat ( NAskFormat<T> p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setFormat:(Lnet/thevpc/nuts/util/NAskFormat;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setHintMessage ( NMsg p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setHintMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setMessage ( NMsg p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setParser ( NAskParser<T> p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setParser:(Lnet/thevpc/nuts/util/NAskParser;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setSession ( NSession p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setValidator ( NAskValidator<T> p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setValidator:(Lnet/thevpc/nuts/util/NAskValidator;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setValueType ( Class<T> p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setValueType:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NAsk;
nuts-0.8.4.jar,
NAskFormat.class
package net.thevpc.nuts.util
NAskFormat<T>.format ( Object p1, NAsk<T> p2 ) [abstract] : String
net/thevpc/nuts/util/NAskFormat.format:(Ljava/lang/Object;Lnet/thevpc/nuts/util/NAsk;)Ljava/lang/String;
NAskFormat<T>.getDefaultValues ( Class p1, NAsk<T> p2 ) [abstract] : List<Object>
net/thevpc/nuts/util/NAskFormat.getDefaultValues:(Ljava/lang/Class;Lnet/thevpc/nuts/util/NAsk;)Ljava/util/List;
nuts-0.8.4.jar,
NAskParser.class
package net.thevpc.nuts.util
NAskParser<T>.parse ( Object p1, T p2, NAsk<T> p3 ) [abstract] : T
net/thevpc/nuts/util/NAskParser.parse:(Ljava/lang/Object;Ljava/lang/Object;Lnet/thevpc/nuts/util/NAsk;)Ljava/lang/Object;
nuts-0.8.4.jar,
NAskValidator.class
package net.thevpc.nuts.util
NAskValidator<T>.validate ( T p1, NAsk<T> p2 ) [abstract] : T
net/thevpc/nuts/util/NAskValidator.validate:(Ljava/lang/Object;Lnet/thevpc/nuts/util/NAsk;)Ljava/lang/Object;
nuts-0.8.4.jar,
NAssert.class
package net.thevpc.nuts.util
NAssert.requireFalse ( boolean object, Supplier<NMsg> msg, NSession session ) [static] : boolean
net/thevpc/nuts/util/NAssert.requireFalse:(ZLjava/util/function/Supplier;Lnet/thevpc/nuts/NSession;)Z
NAssert.requireFalse ( boolean value, String name ) [static] : boolean
net/thevpc/nuts/util/NAssert.requireFalse:(ZLjava/lang/String;)Z
NAssert.requireFalse ( boolean value, Supplier<NMsg> msg ) [static] : boolean
net/thevpc/nuts/util/NAssert.requireFalse:(ZLjava/util/function/Supplier;)Z
NAssert.requireFalse ( T value, String name, NSession session ) [static] : T
net/thevpc/nuts/util/NAssert.requireFalse:(Ljava/lang/Object;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NAssert.requireNonBlank ( T object, String name ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonBlank:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
NAssert.requireNonBlank ( T object, String name, NSession session ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonBlank:(Ljava/lang/Object;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NAssert.requireNonBlank ( T object, Supplier<NMsg> msg ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonBlank:(Ljava/lang/Object;Ljava/util/function/Supplier;)Ljava/lang/Object;
NAssert.requireNonBlank ( T object, Supplier<NMsg> msg, NSession session ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonBlank:(Ljava/lang/Object;Ljava/util/function/Supplier;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NAssert.requireNonNull ( T object, NSession session ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonNull:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NAssert.requireNonNull ( T object, String name ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
NAssert.requireNonNull ( T object, String name, NSession session ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NAssert.requireNonNull ( T object, Supplier<NMsg> msg ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonNull:(Ljava/lang/Object;Ljava/util/function/Supplier;)Ljava/lang/Object;
NAssert.requireNonNull ( T object, Supplier<NMsg> msg, NSession session ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonNull:(Ljava/lang/Object;Ljava/util/function/Supplier;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NAssert.requireNull ( Object object ) [static] : void
net/thevpc/nuts/util/NAssert.requireNull:(Ljava/lang/Object;)V
NAssert.requireNull ( Object object, NSession session ) [static] : void
net/thevpc/nuts/util/NAssert.requireNull:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)V
NAssert.requireNull ( Object object, String name ) [static] : void
net/thevpc/nuts/util/NAssert.requireNull:(Ljava/lang/Object;Ljava/lang/String;)V
NAssert.requireNull ( Object object, String name, NSession session ) [static] : void
net/thevpc/nuts/util/NAssert.requireNull:(Ljava/lang/Object;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)V
NAssert.requireNull ( Object object, Supplier<NMsg> message ) [static] : void
net/thevpc/nuts/util/NAssert.requireNull:(Ljava/lang/Object;Ljava/util/function/Supplier;)V
NAssert.requireNull ( Object object, Supplier<NMsg> message, NSession session ) [static] : void
net/thevpc/nuts/util/NAssert.requireNull:(Ljava/lang/Object;Ljava/util/function/Supplier;Lnet/thevpc/nuts/NSession;)V
NAssert.requireSession ( NSession session ) [static] : NSession
net/thevpc/nuts/util/NAssert.requireSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NSession;
NAssert.requireSession ( NSession session, NSession defaultSession ) [static] : NSession
net/thevpc/nuts/util/NAssert.requireSession:(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NSession;
NAssert.requireTrue ( boolean object, Supplier<NMsg> msg, NSession session ) [static] : boolean
net/thevpc/nuts/util/NAssert.requireTrue:(ZLjava/util/function/Supplier;Lnet/thevpc/nuts/NSession;)Z
NAssert.requireTrue ( boolean value, String name ) [static] : boolean
net/thevpc/nuts/util/NAssert.requireTrue:(ZLjava/lang/String;)Z
NAssert.requireTrue ( boolean value, Supplier<NMsg> msg ) [static] : boolean
net/thevpc/nuts/util/NAssert.requireTrue:(ZLjava/util/function/Supplier;)Z
NAssert.requireTrue ( T value, String name, NSession session ) [static] : T
net/thevpc/nuts/util/NAssert.requireTrue:(Ljava/lang/Object;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
nuts-0.8.4.jar,
NAuthenticationAgent.class
package net.thevpc.nuts.security
NAuthenticationAgent.checkCredentials ( char[ ] p1, char[ ] p2, Map<String,String> p3, NSession p4 ) [abstract] : void
net/thevpc/nuts/security/NAuthenticationAgent.checkCredentials:([C[CLjava/util/Map;Lnet/thevpc/nuts/NSession;)V
NAuthenticationAgent.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, Map<String,String> p4, NSession p5 ) [abstract] : char[ ]
net/thevpc/nuts/security/NAuthenticationAgent.createCredentials:([CZ[CLjava/util/Map;Lnet/thevpc/nuts/NSession;)[C
NAuthenticationAgent.getCredentials ( char[ ] p1, Map<String,String> p2, NSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/security/NAuthenticationAgent.getCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NSession;)[C
NAuthenticationAgent.getId ( ) [abstract] : String
net/thevpc/nuts/security/NAuthenticationAgent.getId:()Ljava/lang/String;
NAuthenticationAgent.removeCredentials ( char[ ] p1, Map<String,String> p2, NSession p3 ) [abstract] : boolean
net/thevpc/nuts/security/NAuthenticationAgent.removeCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NSession;)Z
nuts-0.8.4.jar,
NBlankable.class
package net.thevpc.nuts.util
NBlankable.firstNonBlank ( List<?> values ) [static] : T
net/thevpc/nuts/util/NBlankable.firstNonBlank:(Ljava/util/List;)Ljava/lang/Object;
NBlankable.firstNonBlank ( T a, T b ) [static] : T
net/thevpc/nuts/util/NBlankable.firstNonBlank:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
NBlankable.firstNonBlank ( T... values ) [static] : T
net/thevpc/nuts/util/NBlankable.firstNonBlank:([Ljava/lang/Object;)Ljava/lang/Object;
NBlankable.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/util/NBlankable.isBlank:()Z
NBlankable.isBlank ( char[ ] value ) [static] : boolean
net/thevpc/nuts/util/NBlankable.isBlank:([C)Z
NBlankable.isBlank ( CharSequence value ) [static] : boolean
net/thevpc/nuts/util/NBlankable.isBlank:(Ljava/lang/CharSequence;)Z
NBlankable.isBlank ( NBlankable value ) [static] : boolean
net/thevpc/nuts/util/NBlankable.isBlank:(Lnet/thevpc/nuts/util/NBlankable;)Z
NBlankable.isBlank ( Object value ) [static] : boolean
net/thevpc/nuts/util/NBlankable.isBlank:(Ljava/lang/Object;)Z
NBlankable.isBlank ( String value ) [static] : boolean
net/thevpc/nuts/util/NBlankable.isBlank:(Ljava/lang/String;)Z
NBlankable.isNonBlank ( Object v ) [static] : boolean
net/thevpc/nuts/util/NBlankable.isNonBlank:(Ljava/lang/Object;)Z
nuts-0.8.4.jar,
NBootCache.class
package net.thevpc.nuts.boot
NBootCache.NBootCache ( )
net/thevpc/nuts/boot/NBootCache."<init>":()V
nuts-0.8.4.jar,
NBootException.class
package net.thevpc.nuts
NBootException.getExitCode ( ) : int
net/thevpc/nuts/NBootException.getExitCode:()I
NBootException.NBootException ( NMsg message )
net/thevpc/nuts/NBootException."<init>":(Lnet/thevpc/nuts/util/NMsg;)V
NBootException.NBootException ( NMsg message, int exitCode )
net/thevpc/nuts/NBootException."<init>":(Lnet/thevpc/nuts/util/NMsg;I)V
NBootException.NBootException ( NMsg message, Throwable cause )
net/thevpc/nuts/NBootException."<init>":(Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NBootException.NBootException ( NMsg message, Throwable cause, int exitCode )
net/thevpc/nuts/NBootException."<init>":(Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;I)V
nuts-0.8.4.jar,
NBootManager.class
package net.thevpc.nuts
NBootManager.getBootClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NBootManager.getBootClassLoader:()Ljava/lang/ClassLoader;
NBootManager.getBootClassWorldURLs ( ) [abstract] : List<URL>
net/thevpc/nuts/NBootManager.getBootClassWorldURLs:()Ljava/util/List;
NBootManager.getBootExtensionClassLoaderNode ( ) [abstract] : List<NClassLoaderNode>
net/thevpc/nuts/NBootManager.getBootExtensionClassLoaderNode:()Ljava/util/List;
NBootManager.getBootOptions ( ) [abstract] : NBootOptions
net/thevpc/nuts/NBootManager.getBootOptions:()Lnet/thevpc/nuts/boot/NBootOptions;
NBootManager.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NBootManager.getBootRepositories:()Ljava/lang/String;
NBootManager.getBootRuntimeClassLoaderNode ( ) [abstract] : NClassLoaderNode
net/thevpc/nuts/NBootManager.getBootRuntimeClassLoaderNode:()Lnet/thevpc/nuts/boot/NClassLoaderNode;
NBootManager.getBootTerminal ( ) [abstract] : NWorkspaceTerminalOptions
net/thevpc/nuts/NBootManager.getBootTerminal:()Lnet/thevpc/nuts/NWorkspaceTerminalOptions;
NBootManager.getCreationDuration ( ) [abstract] : Duration
net/thevpc/nuts/NBootManager.getCreationDuration:()Ljava/time/Duration;
NBootManager.getCreationFinishTime ( ) [abstract] : Instant
net/thevpc/nuts/NBootManager.getCreationFinishTime:()Ljava/time/Instant;
NBootManager.getCreationStartTime ( ) [abstract] : Instant
net/thevpc/nuts/NBootManager.getCreationStartTime:()Ljava/time/Instant;
NBootManager.getCustomBootOption ( String... p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NBootManager.getCustomBootOption:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NBootManager.isFirstBoot ( ) [abstract] : boolean
net/thevpc/nuts/NBootManager.isFirstBoot:()Z
NBootManager.of ( NSession session ) [static] : NBootManager
net/thevpc/nuts/NBootManager.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NBootManager;
NBootManager.setSession ( NSession p1 ) [abstract] : NBootManager
net/thevpc/nuts/NBootManager.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NBootManager;
nuts-0.8.4.jar,
NBootOptions.class
package net.thevpc.nuts.boot
NBootOptions.builder ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/NBootOptions.builder:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NBootOptions.builder ( ) [abstract] : NBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptions.builder:()Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
NBootOptions.getBootRepositories ( ) [abstract] : NOptional<String>
net/thevpc/nuts/boot/NBootOptions.getBootRepositories:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getBootWorkspaceFactory ( ) [abstract] : NOptional<NBootWorkspaceFactory>
net/thevpc/nuts/boot/NBootOptions.getBootWorkspaceFactory:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getClassWorldLoader ( ) [abstract] : NOptional<ClassLoader>
net/thevpc/nuts/boot/NBootOptions.getClassWorldLoader:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getClassWorldURLs ( ) [abstract] : NOptional<List<URL>>
net/thevpc/nuts/boot/NBootOptions.getClassWorldURLs:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getExtensionBootDependencyNodes ( ) [abstract] : NOptional<List<NClassLoaderNode>>
net/thevpc/nuts/boot/NBootOptions.getExtensionBootDependencyNodes:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getExtensionBootDescriptors ( ) [abstract] : NOptional<List<NDescriptor>>
net/thevpc/nuts/boot/NBootOptions.getExtensionBootDescriptors:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getExtensionsSet ( ) [abstract] : NOptional<Set<String>>
net/thevpc/nuts/boot/NBootOptions.getExtensionsSet:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getRuntimeBootDependencyNode ( ) [abstract] : NOptional<NClassLoaderNode>
net/thevpc/nuts/boot/NBootOptions.getRuntimeBootDependencyNode:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getRuntimeBootDescriptor ( ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/boot/NBootOptions.getRuntimeBootDescriptor:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getUserOptions ( ) [abstract] : NOptional<NWorkspaceOptions>
net/thevpc/nuts/boot/NBootOptions.getUserOptions:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getUuid ( ) [abstract] : NOptional<String>
net/thevpc/nuts/boot/NBootOptions.getUuid:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.readOnly ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/NBootOptions.readOnly:()Lnet/thevpc/nuts/NWorkspaceOptions;
NBootOptions.readOnly ( ) [abstract] : NBootOptions
net/thevpc/nuts/boot/NBootOptions.readOnly:()Lnet/thevpc/nuts/boot/NBootOptions;
nuts-0.8.4.jar,
NBootOptionsBuilder.class
package net.thevpc.nuts.boot
NBootOptionsBuilder.build ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/NBootOptionsBuilder.build:()Lnet/thevpc/nuts/NWorkspaceOptions;
NBootOptionsBuilder.build ( ) [abstract] : NBootOptions
net/thevpc/nuts/boot/NBootOptionsBuilder.build:()Lnet/thevpc/nuts/boot/NBootOptions;
NBootOptionsBuilder.builder ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.builder:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NBootOptionsBuilder.builder ( ) [abstract] : NBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.builder:()Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
NBootOptionsBuilder.copy ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.copy:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NBootOptionsBuilder.copy ( ) [abstract] : NBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.copy:()Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
NBootOptionsBuilder.setBootRepositories ( String p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setBootRepositories:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setBootWorkspaceFactory ( NBootWorkspaceFactory p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setBootWorkspaceFactory:(Lnet/thevpc/nuts/spi/NBootWorkspaceFactory;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setClassWorldLoader ( ClassLoader p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setClassWorldLoader:(Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setClassWorldURLs ( List<URL> p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setClassWorldURLs:(Ljava/util/List;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setExtensionBootDependencyNodes ( List<NClassLoaderNode> p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setExtensionBootDependencyNodes:(Ljava/util/List;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setExtensionBootDescriptors ( List<NDescriptor> p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setExtensionBootDescriptors:(Ljava/util/List;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setExtensionsSet ( Set<String> p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setExtensionsSet:(Ljava/util/Set;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setRuntimeBootDependencyNode ( NClassLoaderNode p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setRuntimeBootDependencyNode:(Lnet/thevpc/nuts/boot/NClassLoaderNode;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setRuntimeBootDescriptor ( NDescriptor p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setRuntimeBootDescriptor:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setUserOptions ( NWorkspaceOptions p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setUserOptions:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NBootOptionsBuilder.setUuid ( String p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
nuts-0.8.4.jar,
NBootWorkspace.class
package net.thevpc.nuts.boot
NBootWorkspace.createProcessCmdLine ( ) : String[ ]
net/thevpc/nuts/boot/NBootWorkspace.createProcessCmdLine:()[Ljava/lang/String;
NBootWorkspace.getOptions ( ) : NBootOptionsBuilder
net/thevpc/nuts/boot/NBootWorkspace.getOptions:()Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
NBootWorkspace.getRequirementsHelpString ( boolean unsatisfiedOnly ) : String
net/thevpc/nuts/boot/NBootWorkspace.getRequirementsHelpString:(Z)Ljava/lang/String;
NBootWorkspace.hasUnsatisfiedRequirements ( ) : boolean
net/thevpc/nuts/boot/NBootWorkspace.hasUnsatisfiedRequirements:()Z
NBootWorkspace.NBootWorkspace ( NWorkspaceOptions userOptions )
net/thevpc/nuts/boot/NBootWorkspace."<init>":(Lnet/thevpc/nuts/NWorkspaceOptions;)V
NBootWorkspace.NBootWorkspace ( NWorkspaceTerminalOptions bootTerminal, String... args )
net/thevpc/nuts/boot/NBootWorkspace."<init>":(Lnet/thevpc/nuts/NWorkspaceTerminalOptions;[Ljava/lang/String;)V
NBootWorkspace.openWorkspace ( ) : NSession
net/thevpc/nuts/boot/NBootWorkspace.openWorkspace:()Lnet/thevpc/nuts/NSession;
NBootWorkspace.resolveBootRuntimeRepositories ( boolean dependencies ) : Set<NRepositoryLocation>
net/thevpc/nuts/boot/NBootWorkspace.resolveBootRuntimeRepositories:(Z)Ljava/util/Set;
NBootWorkspace.runNewProcess ( ) : void
net/thevpc/nuts/boot/NBootWorkspace.runNewProcess:()V
NBootWorkspace.runWorkspace ( ) : NSession
net/thevpc/nuts/boot/NBootWorkspace.runWorkspace:()Lnet/thevpc/nuts/NSession;
nuts-0.8.4.jar,
NBootWorkspaceFactory.class
package net.thevpc.nuts.spi
NBootWorkspaceFactory.createWorkspace ( NBootOptions p1 ) [abstract] : NWorkspace
net/thevpc/nuts/spi/NBootWorkspaceFactory.createWorkspace:(Lnet/thevpc/nuts/boot/NBootOptions;)Lnet/thevpc/nuts/NWorkspace;
NBootWorkspaceFactory.getBootSupportLevel ( NBootOptions p1 ) [abstract] : int
net/thevpc/nuts/spi/NBootWorkspaceFactory.getBootSupportLevel:(Lnet/thevpc/nuts/boot/NBootOptions;)I
nuts-0.8.4.jar,
NCallable.class
package net.thevpc.nuts.util
NCallable<T>.call ( NSession p1 ) [abstract] : T
net/thevpc/nuts/util/NCallable.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NCallable<T>.withDesc ( NEDesc description ) : NCallable<T>
net/thevpc/nuts/util/NCallable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NCallable;
NCallable<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NCallable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NCallableSupport.class
package net.thevpc.nuts
NCallableSupport<T>.call ( NSession p1 ) [abstract] : T
net/thevpc/nuts/NCallableSupport.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NCallableSupport<T>.getSupportLevel ( ) [abstract] : int
net/thevpc/nuts/NCallableSupport.getSupportLevel:()I
NCallableSupport<T>.invalid ( Function<NSession,NMsg> emptyMessage ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.invalid:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.isValid ( ) : boolean
net/thevpc/nuts/NCallableSupport.isValid:()Z
NCallableSupport<T>.isValid ( NCallableSupport<T> s ) [static] : boolean
net/thevpc/nuts/NCallableSupport.isValid:(Lnet/thevpc/nuts/NCallableSupport;)Z
NCallableSupport<T>.of ( int supportLevel, Supplier<T> supplier ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.of:(ILjava/util/function/Supplier;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.of ( int supportLevel, Supplier<T> supplier, Function<NSession,NMsg> emptyMessage ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.of:(ILjava/util/function/Supplier;Ljava/util/function/Function;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.of ( int supportLevel, T value ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.of:(ILjava/lang/Object;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.of ( int supportLevel, T value, Function<NSession,NMsg> emptyMessage ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.of:(ILjava/lang/Object;Ljava/util/function/Function;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.resolve ( Collection<NCallableSupport<T>> source, Function<NSession,NMsg> emptyMessage ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.resolve:(Ljava/util/Collection;Ljava/util/function/Function;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.resolve ( Stream<NCallableSupport<T>> source, Function<NSession,NMsg> emptyMessage ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.resolve:(Ljava/util/stream/Stream;Ljava/util/function/Function;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.resolveSupplier ( Collection<Supplier<NCallableSupport<T>>> source, Function<NSession,NMsg> emptyMessage ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.resolveSupplier:(Ljava/util/Collection;Ljava/util/function/Function;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.resolveSupplier ( Stream<Supplier<NCallableSupport<T>>> source, Function<NSession,NMsg> emptyMessage ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.resolveSupplier:(Ljava/util/stream/Stream;Ljava/util/function/Function;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.toOptional ( ) [abstract] : NOptional<T>
net/thevpc/nuts/NCallableSupport.toOptional:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NCallableWithDescription.class
package net.thevpc.nuts.reserved.util
NCallableWithDescription<T>.call ( NSession session ) : T
net/thevpc/nuts/reserved/util/NCallableWithDescription.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NCallableWithDescription<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NCallableWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NCallableWithDescription<T>.NCallableWithDescription<T> ( NCallable<T> base, NEDesc description )
net/thevpc/nuts/reserved/util/NCallableWithDescription."<init>":(Lnet/thevpc/nuts/util/NCallable;Lnet/thevpc/nuts/elem/NEDesc;)V
NCallableWithDescription<T>.withDesc ( NEDesc description ) : NCallable<T>
net/thevpc/nuts/reserved/util/NCallableWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NCallable;
NCallableWithDescription<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NCallableWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NCancelException.class
package net.thevpc.nuts
NCancelException.NCancelException ( NSession session )
net/thevpc/nuts/NCancelException."<init>":(Lnet/thevpc/nuts/NSession;)V
NCancelException.NCancelException ( NSession session, NMsg message )
net/thevpc/nuts/NCancelException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NCancelException.NCancelException ( NSession session, NMsg message, int exitCode )
net/thevpc/nuts/NCancelException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;I)V
nuts-0.8.4.jar,
NCharsetResolver.class
package net.thevpc.nuts.spi
NCharsetResolver.probeCharset ( byte[ ] p1 ) [abstract] : NCallableSupport<String>
net/thevpc/nuts/spi/NCharsetResolver.probeCharset:([B)Lnet/thevpc/nuts/NCallableSupport;
NCharsetResolver.probeCharset ( InputStream p1 ) [abstract] : NCallableSupport<String>
net/thevpc/nuts/spi/NCharsetResolver.probeCharset:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NCallableSupport;
NCharsetResolver.probeCharset ( NPath p1 ) [abstract] : NCallableSupport<String>
net/thevpc/nuts/spi/NCharsetResolver.probeCharset:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NCallableSupport;
nuts-0.8.4.jar,
NChronometer.class
package net.thevpc.nuts.time
NChronometer.accumulate ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.accumulate:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.copy ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.copy:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.formatter ( NSession session ) : NFormat
net/thevpc/nuts/time/NChronometer.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NChronometer.getDuration ( ) : NDuration
net/thevpc/nuts/time/NChronometer.getDuration:()Lnet/thevpc/nuts/time/NDuration;
NChronometer.getDurationMs ( ) : long
net/thevpc/nuts/time/NChronometer.getDurationMs:()J
NChronometer.getDurationNanos ( ) : long
net/thevpc/nuts/time/NChronometer.getDurationNanos:()J
NChronometer.getEndClock ( ) : NClock
net/thevpc/nuts/time/NChronometer.getEndClock:()Lnet/thevpc/nuts/time/NClock;
NChronometer.getLargestUnit ( ) : ChronoUnit
net/thevpc/nuts/time/NChronometer.getLargestUnit:()Ljava/time/temporal/ChronoUnit;
NChronometer.getName ( ) : String
net/thevpc/nuts/time/NChronometer.getName:()Ljava/lang/String;
NChronometer.getSmallestUnit ( ) : ChronoUnit
net/thevpc/nuts/time/NChronometer.getSmallestUnit:()Ljava/time/temporal/ChronoUnit;
NChronometer.getStartClock ( ) : NClock
net/thevpc/nuts/time/NChronometer.getStartClock:()Lnet/thevpc/nuts/time/NClock;
NChronometer.isStarted ( ) : boolean
net/thevpc/nuts/time/NChronometer.isStarted:()Z
NChronometer.isStopped ( ) : boolean
net/thevpc/nuts/time/NChronometer.isStopped:()Z
NChronometer.isSuspended ( ) : boolean
net/thevpc/nuts/time/NChronometer.isSuspended:()Z
NChronometer.lap ( ) : Duration
net/thevpc/nuts/time/NChronometer.lap:()Ljava/time/Duration;
NChronometer.NChronometer ( )
net/thevpc/nuts/time/NChronometer."<init>":()V
NChronometer.NChronometer ( String name )
net/thevpc/nuts/time/NChronometer."<init>":(Ljava/lang/String;)V
NChronometer.NChronometer ( String name, ChronoUnit smallestUnit )
net/thevpc/nuts/time/NChronometer."<init>":(Ljava/lang/String;Ljava/time/temporal/ChronoUnit;)V
NChronometer.NChronometer ( String name, NClock startClock, NClock endClock, long accumulatedNanos, long lastNanos, boolean running, ChronoUnit smallestUnit, ChronoUnit largestUnit )
net/thevpc/nuts/time/NChronometer."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/time/NClock;Lnet/thevpc/nuts/time/NClock;JJZLjava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)V
NChronometer.reset ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.reset:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.restart ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.restart:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.restart ( String newName ) : NChronometer
net/thevpc/nuts/time/NChronometer.restart:(Ljava/lang/String;)Lnet/thevpc/nuts/time/NChronometer;
NChronometer.resume ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.resume:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.setLargestUnit ( ChronoUnit largestUnit ) : NChronometer
net/thevpc/nuts/time/NChronometer.setLargestUnit:(Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NChronometer;
NChronometer.setName ( String desc ) : NChronometer
net/thevpc/nuts/time/NChronometer.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/time/NChronometer;
NChronometer.setSmallestUnit ( ChronoUnit smallestUnit ) : NChronometer
net/thevpc/nuts/time/NChronometer.setSmallestUnit:(Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NChronometer;
NChronometer.start ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.start:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.startNow ( ) [static] : NChronometer
net/thevpc/nuts/time/NChronometer.startNow:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.startNow ( ChronoUnit smallestUnit ) [static] : NChronometer
net/thevpc/nuts/time/NChronometer.startNow:(Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NChronometer;
NChronometer.startNow ( String name ) [static] : NChronometer
net/thevpc/nuts/time/NChronometer.startNow:(Ljava/lang/String;)Lnet/thevpc/nuts/time/NChronometer;
NChronometer.startNow ( String name, ChronoUnit smallestUnit ) [static] : NChronometer
net/thevpc/nuts/time/NChronometer.startNow:(Ljava/lang/String;Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NChronometer;
NChronometer.stop ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.stop:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.suspend ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.suspend:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.toString ( ) : String
net/thevpc/nuts/time/NChronometer.toString:()Ljava/lang/String;
NChronometer.toString ( NDurationFormatMode mode ) : String
net/thevpc/nuts/time/NChronometer.toString:(Lnet/thevpc/nuts/time/NDurationFormatMode;)Ljava/lang/String;
NChronometer.updateDescription ( String desc ) : NChronometer
net/thevpc/nuts/time/NChronometer.updateDescription:(Ljava/lang/String;)Lnet/thevpc/nuts/time/NChronometer;
nuts-0.8.4.jar,
NClassLoaderNode.class
package net.thevpc.nuts.boot
NClassLoaderNode.equals ( Object o ) : boolean
net/thevpc/nuts/boot/NClassLoaderNode.equals:(Ljava/lang/Object;)Z
NClassLoaderNode.getDependencies ( ) : List<NClassLoaderNode>
net/thevpc/nuts/boot/NClassLoaderNode.getDependencies:()Ljava/util/List;
NClassLoaderNode.getId ( ) : String
net/thevpc/nuts/boot/NClassLoaderNode.getId:()Ljava/lang/String;
NClassLoaderNode.getURL ( ) : URL
net/thevpc/nuts/boot/NClassLoaderNode.getURL:()Ljava/net/URL;
NClassLoaderNode.hashCode ( ) : int
net/thevpc/nuts/boot/NClassLoaderNode.hashCode:()I
NClassLoaderNode.isEnabled ( ) : boolean
net/thevpc/nuts/boot/NClassLoaderNode.isEnabled:()Z
NClassLoaderNode.isIncludedInClasspath ( ) : boolean
net/thevpc/nuts/boot/NClassLoaderNode.isIncludedInClasspath:()Z
NClassLoaderNode.NClassLoaderNode ( String id, URL url, boolean enabled, boolean includedInClasspath, NClassLoaderNode... dependencies )
net/thevpc/nuts/boot/NClassLoaderNode."<init>":(Ljava/lang/String;Ljava/net/URL;ZZ[Lnet/thevpc/nuts/boot/NClassLoaderNode;)V
NClassLoaderNode.toString ( ) : String
net/thevpc/nuts/boot/NClassLoaderNode.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NClassLoaderNodeBuilder.class
package net.thevpc.nuts.boot
NClassLoaderNodeBuilder.addDependency ( NClassLoaderNode other ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.addDependency:(Lnet/thevpc/nuts/boot/NClassLoaderNode;)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
NClassLoaderNodeBuilder.build ( ) : NClassLoaderNode
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.build:()Lnet/thevpc/nuts/boot/NClassLoaderNode;
NClassLoaderNodeBuilder.getDependencies ( ) : List<NClassLoaderNode>
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.getDependencies:()Ljava/util/List;
NClassLoaderNodeBuilder.getId ( ) : String
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.getId:()Ljava/lang/String;
NClassLoaderNodeBuilder.getURL ( ) : URL
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.getURL:()Ljava/net/URL;
NClassLoaderNodeBuilder.isEnabled ( ) : boolean
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.isEnabled:()Z
NClassLoaderNodeBuilder.isIncludedInClasspath ( ) : boolean
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.isIncludedInClasspath:()Z
NClassLoaderNodeBuilder.NClassLoaderNodeBuilder ( )
net/thevpc/nuts/boot/NClassLoaderNodeBuilder."<init>":()V
NClassLoaderNodeBuilder.setAll ( NClassLoaderNode o ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.setAll:(Lnet/thevpc/nuts/boot/NClassLoaderNode;)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
NClassLoaderNodeBuilder.setAll ( NClassLoaderNodeBuilder o ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.setAll:(Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
NClassLoaderNodeBuilder.setDependencies ( List<NClassLoaderNode> dependencies ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.setDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
NClassLoaderNodeBuilder.setEnabled ( boolean enabled ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.setEnabled:(Z)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
NClassLoaderNodeBuilder.setId ( String id ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
NClassLoaderNodeBuilder.setIncludedInClasspath ( boolean includedInClasspath ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.setIncludedInClasspath:(Z)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
NClassLoaderNodeBuilder.setUrl ( URL url ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.setUrl:(Ljava/net/URL;)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
nuts-0.8.4.jar,
NClock.class
package net.thevpc.nuts.time
NClock.equals ( Object o ) : boolean
net/thevpc/nuts/time/NClock.equals:(Ljava/lang/Object;)Z
NClock.getInstant ( ) : Instant
net/thevpc/nuts/time/NClock.getInstant:()Ljava/time/Instant;
NClock.getTimeMillis ( ) : long
net/thevpc/nuts/time/NClock.getTimeMillis:()J
NClock.getTimeNanos ( ) : long
net/thevpc/nuts/time/NClock.getTimeNanos:()J
NClock.hashCode ( ) : int
net/thevpc/nuts/time/NClock.hashCode:()I
NClock.minus ( NClock o ) : NDuration
net/thevpc/nuts/time/NClock.minus:(Lnet/thevpc/nuts/time/NClock;)Lnet/thevpc/nuts/time/NDuration;
NClock.NClock ( long timeMillis, long nanos )
net/thevpc/nuts/time/NClock."<init>":(JJ)V
NClock.now ( ) [static] : NClock
net/thevpc/nuts/time/NClock.now:()Lnet/thevpc/nuts/time/NClock;
NClock.toString ( ) : String
net/thevpc/nuts/time/NClock.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NCmdExecOptions.class
package net.thevpc.nuts
NCmdExecOptions.equals ( Object o ) : boolean
net/thevpc/nuts/NCmdExecOptions.equals:(Ljava/lang/Object;)Z
NCmdExecOptions.getDirectory ( ) : NPath
net/thevpc/nuts/NCmdExecOptions.getDirectory:()Lnet/thevpc/nuts/io/NPath;
NCmdExecOptions.getEnv ( ) : Map<String,String>
net/thevpc/nuts/NCmdExecOptions.getEnv:()Ljava/util/Map;
NCmdExecOptions.getExecutionType ( ) : NExecutionType
net/thevpc/nuts/NCmdExecOptions.getExecutionType:()Lnet/thevpc/nuts/NExecutionType;
NCmdExecOptions.getExecutorOptions ( ) : List<String>
net/thevpc/nuts/NCmdExecOptions.getExecutorOptions:()Ljava/util/List;
NCmdExecOptions.hashCode ( ) : int
net/thevpc/nuts/NCmdExecOptions.hashCode:()I
NCmdExecOptions.isFailFast ( ) : boolean
net/thevpc/nuts/NCmdExecOptions.isFailFast:()Z
NCmdExecOptions.NCmdExecOptions ( )
net/thevpc/nuts/NCmdExecOptions."<init>":()V
NCmdExecOptions.setDirectory ( NPath directory ) : NCmdExecOptions
net/thevpc/nuts/NCmdExecOptions.setDirectory:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NCmdExecOptions;
NCmdExecOptions.setEnv ( Map<String,String> env ) : NCmdExecOptions
net/thevpc/nuts/NCmdExecOptions.setEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NCmdExecOptions;
NCmdExecOptions.setExecutionType ( NExecutionType executionType ) : NCmdExecOptions
net/thevpc/nuts/NCmdExecOptions.setExecutionType:(Lnet/thevpc/nuts/NExecutionType;)Lnet/thevpc/nuts/NCmdExecOptions;
NCmdExecOptions.setExecutorOptions ( List<String> executorOptions ) : NCmdExecOptions
net/thevpc/nuts/NCmdExecOptions.setExecutorOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NCmdExecOptions;
NCmdExecOptions.setFailFast ( boolean failFast ) : NCmdExecOptions
net/thevpc/nuts/NCmdExecOptions.setFailFast:(Z)Lnet/thevpc/nuts/NCmdExecOptions;
NCmdExecOptions.toString ( ) : String
net/thevpc/nuts/NCmdExecOptions.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NCmdLine.class
package net.thevpc.nuts.cmdline
NCmdLine.accept ( int p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.accept:(I[Ljava/lang/String;)Z
NCmdLine.accept ( String... p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.accept:([Ljava/lang/String;)Z
NCmdLine.add ( String p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.add:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.addAll ( List<String> p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.addAll:(Ljava/util/List;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.append ( String... p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.append:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.contains ( String p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.contains:(Ljava/lang/String;)Z
NCmdLine.find ( String p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.find:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.forEach ( Consumer<? super NArg> action ) : void
net/thevpc/nuts/cmdline/NCmdLine.forEach:(Ljava/util/function/Consumer;)V
NCmdLine.forEachPeek ( NCmdLineConsumer p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineConsumer;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.forEachPeek ( NCmdLineConsumer p1, NCmdLineContext p2 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineConsumer;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.forEachPeek ( NCmdLineRunner p1 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineRunner;)V
NCmdLine.forEachPeek ( NCmdLineRunner p1, NCmdLineContext p2 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineRunner;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)V
NCmdLine.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/cmdline/NCmdLine.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NCmdLine.formatter ( NSession p1 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLine.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLine.get ( int p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.get:(I)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.getAutoComplete ( ) [abstract] : NCmdLineAutoComplete
net/thevpc/nuts/cmdline/NCmdLine.getAutoComplete:()Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;
NCmdLine.getCommandName ( ) [abstract] : String
net/thevpc/nuts/cmdline/NCmdLine.getCommandName:()Ljava/lang/String;
NCmdLine.getSpecialSimpleOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/cmdline/NCmdLine.getSpecialSimpleOptions:()[Ljava/lang/String;
NCmdLine.getWordIndex ( ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLine.getWordIndex:()I
NCmdLine.hasNext ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.hasNext:()Z
NCmdLine.hasNextNonOption ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.hasNextNonOption:()Z
NCmdLine.hasNextOption ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.hasNextOption:()Z
NCmdLine.indexOf ( String p1 ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLine.indexOf:(Ljava/lang/String;)I
NCmdLine.isAutoCompleteMode ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isAutoCompleteMode:()Z
NCmdLine.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isEmpty:()Z
NCmdLine.isExecMode ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isExecMode:()Z
NCmdLine.isExpandSimpleOptions ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isExpandSimpleOptions:()Z
NCmdLine.isNextNonOption ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isNextNonOption:()Z
NCmdLine.isNextOption ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isNextOption:()Z
NCmdLine.isNonOption ( int p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isNonOption:(I)Z
NCmdLine.isOption ( int p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isOption:(I)Z
NCmdLine.isSpecialSimpleOption ( String p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isSpecialSimpleOption:(Ljava/lang/String;)Z
NCmdLine.iterator ( ) [abstract] : Iterator<NArg>
net/thevpc/nuts/cmdline/NCmdLine.iterator:()Ljava/util/Iterator;
NCmdLine.length ( ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLine.length:()I
NCmdLine.next ( ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.next:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.next ( NArgName p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.next:(Lnet/thevpc/nuts/cmdline/NArgName;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.next ( NArgType p1, String... p2 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.next:(Lnet/thevpc/nuts/cmdline/NArgType;[Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.next ( String... p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.next:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextEntry ( ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextEntry:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextEntry ( String... p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextEntry:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextEntryValue ( ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/cmdline/NCmdLine.nextEntryValue:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextEntryValue ( String... p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/cmdline/NCmdLine.nextEntryValue:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextFlag ( ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextFlag:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextFlag ( String... p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextFlag:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextFlagValue ( ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/cmdline/NCmdLine.nextFlagValue:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextFlagValue ( String... p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/cmdline/NCmdLine.nextFlagValue:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextNonOption ( ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextNonOption:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextNonOption ( NArgName p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextNonOption:(Lnet/thevpc/nuts/cmdline/NArgName;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextNonOption ( String p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextNonOption:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextOption ( String p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextOption:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextString ( ) [abstract] : NOptional<String>
net/thevpc/nuts/cmdline/NCmdLine.nextString:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.of ( List<String> args ) [static] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.of:(Ljava/util/List;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.of ( List<String> args, NSession session ) [static] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.of:(Ljava/util/List;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.of ( String line, NShellFamily shellFamily, NSession session ) [static] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.of:(Ljava/lang/String;Lnet/thevpc/nuts/NShellFamily;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.of ( String[ ] args ) [static] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.of:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.of ( String[ ] args, NSession session ) [static] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.of:([Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.parse ( String line, NSession session ) [static] : NOptional<NCmdLine>
net/thevpc/nuts/cmdline/NCmdLine.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.parse ( String line, NShellFamily shellFamily, NSession session ) [static] : NOptional<NCmdLine>
net/thevpc/nuts/cmdline/NCmdLine.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NShellFamily;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.parseDefault ( String line ) [static] : NOptional<NCmdLine>
net/thevpc/nuts/cmdline/NCmdLine.parseDefault:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.peek ( ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.peek:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.pushBack ( NArg p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.pushBack:(Lnet/thevpc/nuts/cmdline/NArg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.pushBack ( NArg... p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.pushBack:([Lnet/thevpc/nuts/cmdline/NArg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.pushBack ( String... p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.pushBack:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.registerSpecialSimpleOption ( String p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.registerSpecialSimpleOption:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.setArguments ( List<String> p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.setArguments:(Ljava/util/List;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.setArguments ( String[ ] p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.setArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.setAutoComplete ( NCmdLineAutoComplete p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.setAutoComplete:(Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.setCommandName ( String p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.setCommandName:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.setExpandSimpleOptions ( boolean p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.setExpandSimpleOptions:(Z)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.setSession ( NSession p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.skip ( ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLine.skip:()I
NCmdLine.skip ( int p1 ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLine.skip:(I)I
NCmdLine.skipAll ( ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLine.skipAll:()I
NCmdLine.throwError ( NMsg p1 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLine.throwError:(Lnet/thevpc/nuts/util/NMsg;)V
NCmdLine.throwError ( NString p1 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLine.throwError:(Lnet/thevpc/nuts/text/NString;)V
NCmdLine.throwMissingArgument ( ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.throwMissingArgument:()Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.throwMissingArgument ( NMsg p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.throwMissingArgument:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.throwMissingArgument ( String p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.throwMissingArgument:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.throwUnexpectedArgument ( ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.throwUnexpectedArgument:()Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.throwUnexpectedArgument ( NMsg p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.throwUnexpectedArgument:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.throwUnexpectedArgument ( NString p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.throwUnexpectedArgument:(Lnet/thevpc/nuts/text/NString;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.toArgumentArray ( ) [abstract] : NArg[ ]
net/thevpc/nuts/cmdline/NCmdLine.toArgumentArray:()[Lnet/thevpc/nuts/cmdline/NArg;
NCmdLine.toStringArray ( ) [abstract] : String[ ]
net/thevpc/nuts/cmdline/NCmdLine.toStringArray:()[Ljava/lang/String;
NCmdLine.toStringList ( ) [abstract] : List<String>
net/thevpc/nuts/cmdline/NCmdLine.toStringList:()Ljava/util/List;
NCmdLine.unregisterSpecialSimpleOption ( String p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.unregisterSpecialSimpleOption:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.withNextEntry ( NArgProcessor<String> p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
NCmdLine.withNextEntry ( NArgProcessor<String> p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
NCmdLine.withNextEntryValue ( NArgProcessor<NLiteral> p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextEntryValue:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
NCmdLine.withNextEntryValue ( NArgProcessor<NLiteral> p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextEntryValue:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
NCmdLine.withNextFlag ( NArgProcessor<Boolean> p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
NCmdLine.withNextFlag ( NArgProcessor<Boolean> p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
NCmdLine.withNextOptionalEntry ( NArgProcessor<NOptional<String>> p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextOptionalEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
NCmdLine.withNextOptionalEntry ( NArgProcessor<NOptional<String>> p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextOptionalEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
NCmdLine.withNextOptionalFlag ( NArgProcessor<NOptional<Boolean>> p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextOptionalFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
NCmdLine.withNextOptionalFlag ( NArgProcessor<NOptional<Boolean>> p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextOptionalFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
NCmdLine.withNextTrueFlag ( NArgProcessor<Boolean> p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextTrueFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
NCmdLine.withNextTrueFlag ( NArgProcessor<Boolean> p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextTrueFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
NCmdLine.withNextValue ( NArgProcessor<NLiteral> p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextValue:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
nuts-0.8.4.jar,
NCmdLineAutoComplete.class
package net.thevpc.nuts.cmdline
NCmdLineAutoComplete.addCandidate ( NArgCandidate p1 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineAutoComplete.addCandidate:(Lnet/thevpc/nuts/cmdline/NArgCandidate;)V
NCmdLineAutoComplete.get ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/cmdline/NCmdLineAutoComplete.get:(Ljava/lang/Class;)Ljava/lang/Object;
NCmdLineAutoComplete.getCandidates ( ) [abstract] : List<NArgCandidate>
net/thevpc/nuts/cmdline/NCmdLineAutoComplete.getCandidates:()Ljava/util/List;
NCmdLineAutoComplete.getCurrentWordIndex ( ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLineAutoComplete.getCurrentWordIndex:()I
NCmdLineAutoComplete.getLine ( ) [abstract] : String
net/thevpc/nuts/cmdline/NCmdLineAutoComplete.getLine:()Ljava/lang/String;
NCmdLineAutoComplete.getSession ( ) [abstract] : NSession
net/thevpc/nuts/cmdline/NCmdLineAutoComplete.getSession:()Lnet/thevpc/nuts/NSession;
NCmdLineAutoComplete.getWords ( ) [abstract] : List<String>
net/thevpc/nuts/cmdline/NCmdLineAutoComplete.getWords:()Ljava/util/List;
nuts-0.8.4.jar,
NCmdLineAutoCompleteBase.class
package net.thevpc.nuts.cmdline
NCmdLineAutoCompleteBase.addCandidate ( NArgCandidate value ) : void
net/thevpc/nuts/cmdline/NCmdLineAutoCompleteBase.addCandidate:(Lnet/thevpc/nuts/cmdline/NArgCandidate;)V
NCmdLineAutoCompleteBase.addCandidatesImpl ( NArgCandidate value ) : NArgCandidate
net/thevpc/nuts/cmdline/NCmdLineAutoCompleteBase.addCandidatesImpl:(Lnet/thevpc/nuts/cmdline/NArgCandidate;)Lnet/thevpc/nuts/cmdline/NArgCandidate;
NCmdLineAutoCompleteBase.get ( Class<T> t ) : T
net/thevpc/nuts/cmdline/NCmdLineAutoCompleteBase.get:(Ljava/lang/Class;)Ljava/lang/Object;
NCmdLineAutoCompleteBase.getCandidates ( ) : List<NArgCandidate>
net/thevpc/nuts/cmdline/NCmdLineAutoCompleteBase.getCandidates:()Ljava/util/List;
NCmdLineAutoCompleteBase.NCmdLineAutoCompleteBase ( )
net/thevpc/nuts/cmdline/NCmdLineAutoCompleteBase."<init>":()V
nuts-0.8.4.jar,
NCmdLineAutoCompleteResolver.class
package net.thevpc.nuts.cmdline
NCmdLineAutoCompleteResolver.resolveCandidates ( NCmdLine p1, int p2, NSession p3 ) [abstract] : List<NArgCandidate>
net/thevpc/nuts/cmdline/NCmdLineAutoCompleteResolver.resolveCandidates:(Lnet/thevpc/nuts/cmdline/NCmdLine;ILnet/thevpc/nuts/NSession;)Ljava/util/List;
nuts-0.8.4.jar,
NCmdLineConfigurable.class
package net.thevpc.nuts.cmdline
NCmdLineConfigurable.configure ( boolean skipUnsupported, NCmdLine cmdLine ) : boolean
net/thevpc/nuts/cmdline/NCmdLineConfigurable.configure:(ZLnet/thevpc/nuts/cmdline/NCmdLine;)Z
NCmdLineConfigurable.configure ( boolean skipUnsupported, String... args ) : Object
net/thevpc/nuts/cmdline/NCmdLineConfigurable.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NCmdLineConfigurable.configure ( NCmdLineConfigurable c, boolean skipUnsupported, String[ ] args, String commandName, NSession session ) [static] : T
net/thevpc/nuts/cmdline/NCmdLineConfigurable.configure:(Lnet/thevpc/nuts/cmdline/NCmdLineConfigurable;Z[Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NCmdLineConfigurable.configureFirst ( NCmdLine p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLineConfigurable.configureFirst:(Lnet/thevpc/nuts/cmdline/NCmdLine;)Z
NCmdLineConfigurable.configureLast ( NCmdLine cmdLine ) : void
net/thevpc/nuts/cmdline/NCmdLineConfigurable.configureLast:(Lnet/thevpc/nuts/cmdline/NCmdLine;)V
nuts-0.8.4.jar,
NCmdLineConsumer.class
package net.thevpc.nuts.cmdline
NCmdLineConsumer.next ( NArg arg, NCmdLine cmdLine, NCmdLineContext context ) : boolean
net/thevpc/nuts/cmdline/NCmdLineConsumer.next:(Lnet/thevpc/nuts/cmdline/NArg;Lnet/thevpc/nuts/cmdline/NCmdLine;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)Z
nuts-0.8.4.jar,
NCmdLineContext.class
package net.thevpc.nuts.cmdline
NCmdLineContext.getConfigurable ( ) : NCmdLineConfigurable
net/thevpc/nuts/cmdline/NCmdLineContext.getConfigurable:()Lnet/thevpc/nuts/cmdline/NCmdLineConfigurable;
NCmdLineContext.getSource ( ) : Object
net/thevpc/nuts/cmdline/NCmdLineContext.getSource:()Ljava/lang/Object;
NCmdLineContext.isSafe ( ) : boolean
net/thevpc/nuts/cmdline/NCmdLineContext.isSafe:()Z
nuts-0.8.4.jar,
NCmdLineFormat.class
package net.thevpc.nuts.cmdline
NCmdLineFormat.configure ( boolean p1, String... p2 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLineFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NCmdLineFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/cmdline/NCmdLineFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NCmdLineFormat.getFormatStrategy ( ) [abstract] : NCmdLineFormatStrategy
net/thevpc/nuts/cmdline/NCmdLineFormat.getFormatStrategy:()Lnet/thevpc/nuts/cmdline/NCmdLineFormatStrategy;
NCmdLineFormat.getShellFamily ( ) [abstract] : NShellFamily
net/thevpc/nuts/cmdline/NCmdLineFormat.getShellFamily:()Lnet/thevpc/nuts/NShellFamily;
NCmdLineFormat.getValue ( ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLineFormat.getValue:()Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLineFormat.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLineFormat.isNtf:()Z
NCmdLineFormat.of ( NSession session ) [static] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLineFormat.setFormatStrategy ( NCmdLineFormatStrategy p1 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineFormat.setFormatStrategy:(Lnet/thevpc/nuts/cmdline/NCmdLineFormatStrategy;)V
NCmdLineFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NCmdLineFormat.setNtf ( boolean p1 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setNtf:(Z)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLineFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NCmdLineFormat.setSession ( NSession p1 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLineFormat.setShellFamily ( NShellFamily p1 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setShellFamily:(Lnet/thevpc/nuts/NShellFamily;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLineFormat.setValue ( NCmdLine p1 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setValue:(Lnet/thevpc/nuts/cmdline/NCmdLine;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLineFormat.setValue ( String p1 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setValue:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLineFormat.setValue ( String[ ] p1 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setValue:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
nuts-0.8.4.jar,
NCmdLineFormatStrategy.class
package net.thevpc.nuts.cmdline
NCmdLineFormatStrategy.getCurrent ( ) [static] : NCmdLineFormatStrategy
net/thevpc/nuts/cmdline/NCmdLineFormatStrategy.getCurrent:()Lnet/thevpc/nuts/cmdline/NCmdLineFormatStrategy;
NCmdLineFormatStrategy.id ( ) : String
net/thevpc/nuts/cmdline/NCmdLineFormatStrategy.id:()Ljava/lang/String;
NCmdLineFormatStrategy.parse ( String value ) [static] : NOptional<NCmdLineFormatStrategy>
net/thevpc/nuts/cmdline/NCmdLineFormatStrategy.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLineFormatStrategy.valueOf ( String name ) [static] : NCmdLineFormatStrategy
net/thevpc/nuts/cmdline/NCmdLineFormatStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLineFormatStrategy;
NCmdLineFormatStrategy.values ( ) [static] : NCmdLineFormatStrategy[ ]
net/thevpc/nuts/cmdline/NCmdLineFormatStrategy.values:()[Lnet/thevpc/nuts/cmdline/NCmdLineFormatStrategy;
nuts-0.8.4.jar,
NCmdLineHistory.class
package net.thevpc.nuts.cmdline
NCmdLineHistory.add ( Instant p1, String p2 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineHistory.add:(Ljava/time/Instant;Ljava/lang/String;)V
NCmdLineHistory.getEntry ( int p1 ) [abstract] : NCmdLineHistoryEntry
net/thevpc/nuts/cmdline/NCmdLineHistory.getEntry:(I)Lnet/thevpc/nuts/cmdline/NCmdLineHistoryEntry;
NCmdLineHistory.getPath ( ) [abstract] : NPath
net/thevpc/nuts/cmdline/NCmdLineHistory.getPath:()Lnet/thevpc/nuts/io/NPath;
NCmdLineHistory.iterator ( int p1 ) [abstract] : ListIterator<NCmdLineHistoryEntry>
net/thevpc/nuts/cmdline/NCmdLineHistory.iterator:(I)Ljava/util/ListIterator;
NCmdLineHistory.load ( ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineHistory.load:()V
NCmdLineHistory.load ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineHistory.load:(Ljava/io/InputStream;)V
NCmdLineHistory.of ( NSession session ) [static] : NCmdLineHistory
net/thevpc/nuts/cmdline/NCmdLineHistory.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLineHistory;
NCmdLineHistory.purge ( ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineHistory.purge:()V
NCmdLineHistory.save ( ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineHistory.save:()V
NCmdLineHistory.save ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineHistory.save:(Ljava/io/OutputStream;)V
NCmdLineHistory.setPath ( File p1 ) [abstract] : NCmdLineHistory
net/thevpc/nuts/cmdline/NCmdLineHistory.setPath:(Ljava/io/File;)Lnet/thevpc/nuts/cmdline/NCmdLineHistory;
NCmdLineHistory.setPath ( NPath p1 ) [abstract] : NCmdLineHistory
net/thevpc/nuts/cmdline/NCmdLineHistory.setPath:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/cmdline/NCmdLineHistory;
NCmdLineHistory.setPath ( Path p1 ) [abstract] : NCmdLineHistory
net/thevpc/nuts/cmdline/NCmdLineHistory.setPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/cmdline/NCmdLineHistory;
NCmdLineHistory.size ( ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLineHistory.size:()I
nuts-0.8.4.jar,
NCmdLineHistoryEntry.class
package net.thevpc.nuts.cmdline
NCmdLineHistoryEntry.getIndex ( ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLineHistoryEntry.getIndex:()I
NCmdLineHistoryEntry.getLine ( ) [abstract] : String
net/thevpc/nuts/cmdline/NCmdLineHistoryEntry.getLine:()Ljava/lang/String;
NCmdLineHistoryEntry.getTime ( ) [abstract] : Instant
net/thevpc/nuts/cmdline/NCmdLineHistoryEntry.getTime:()Ljava/time/Instant;
nuts-0.8.4.jar,
NCmdLineRunner.class
package net.thevpc.nuts.cmdline
NCmdLineRunner.autoComplete ( NCmdLineAutoComplete autoComplete, NCmdLineContext context ) : void
net/thevpc/nuts/cmdline/NCmdLineRunner.autoComplete:(Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)V
NCmdLineRunner.init ( NCmdLine cmdLine, NCmdLineContext context ) : void
net/thevpc/nuts/cmdline/NCmdLineRunner.init:(Lnet/thevpc/nuts/cmdline/NCmdLine;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)V
NCmdLineRunner.nextNonOption ( NArg nonOption, NCmdLine cmdLine, NCmdLineContext context ) : boolean
net/thevpc/nuts/cmdline/NCmdLineRunner.nextNonOption:(Lnet/thevpc/nuts/cmdline/NArg;Lnet/thevpc/nuts/cmdline/NCmdLine;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)Z
NCmdLineRunner.nextOption ( NArg option, NCmdLine cmdLine, NCmdLineContext context ) : boolean
net/thevpc/nuts/cmdline/NCmdLineRunner.nextOption:(Lnet/thevpc/nuts/cmdline/NArg;Lnet/thevpc/nuts/cmdline/NCmdLine;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)Z
NCmdLineRunner.run ( NCmdLine p1, NCmdLineContext p2 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineRunner.run:(Lnet/thevpc/nuts/cmdline/NCmdLine;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)V
NCmdLineRunner.validate ( NCmdLine cmdLine, NCmdLineContext context ) : void
net/thevpc/nuts/cmdline/NCmdLineRunner.validate:(Lnet/thevpc/nuts/cmdline/NCmdLine;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)V
nuts-0.8.4.jar,
NCmdLines.class
package net.thevpc.nuts.cmdline
NCmdLines.createName ( String p1, String p2 ) [abstract] : NArgName
net/thevpc/nuts/cmdline/NCmdLines.createName:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NArgName;
NCmdLines.createName ( String type ) : NArgName
net/thevpc/nuts/cmdline/NCmdLines.createName:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NArgName;
NCmdLines.getShellFamily ( ) [abstract] : NShellFamily
net/thevpc/nuts/cmdline/NCmdLines.getShellFamily:()Lnet/thevpc/nuts/NShellFamily;
NCmdLines.of ( NSession session ) [static] : NCmdLines
net/thevpc/nuts/cmdline/NCmdLines.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLines;
NCmdLines.parseCmdLine ( String p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLines.parseCmdLine:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLines.setSession ( NSession p1 ) [abstract] : NCmdLines
net/thevpc/nuts/cmdline/NCmdLines.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLines;
NCmdLines.setShellFamily ( NShellFamily p1 ) [abstract] : NCmdLines
net/thevpc/nuts/cmdline/NCmdLines.setShellFamily:(Lnet/thevpc/nuts/NShellFamily;)Lnet/thevpc/nuts/cmdline/NCmdLines;
nuts-0.8.4.jar,
NCodeHighlighter.class
package net.thevpc.nuts
NCodeHighlighter.getId ( ) [abstract] : String
net/thevpc/nuts/NCodeHighlighter.getId:()Ljava/lang/String;
NCodeHighlighter.getSupportLevel ( NSupportLevelContext p1 ) [abstract] : int
net/thevpc/nuts/NCodeHighlighter.getSupportLevel:(Lnet/thevpc/nuts/spi/NSupportLevelContext;)I
NCodeHighlighter.stringToText ( String p1, NTexts p2, NSession p3 ) [abstract] : NText
net/thevpc/nuts/NCodeHighlighter.stringToText:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTexts;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
NCodeHighlighter.tokenToText ( String p1, String p2, NTexts p3, NSession p4 ) [abstract] : NText
net/thevpc/nuts/NCodeHighlighter.tokenToText:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/text/NTexts;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
nuts-0.8.4.jar,
NCollections.class
package net.thevpc.nuts.util
NCollections.append ( Collection<A> a1, A b1 ) [static] : List<A>
net/thevpc/nuts/util/NCollections.append:(Ljava/util/Collection;Ljava/lang/Object;)Ljava/util/List;
NCollections.appendAll ( Collection<A> a1, Collection<A> b1 ) [static] : List<A>
net/thevpc/nuts/util/NCollections.appendAll:(Ljava/util/Collection;Ljava/util/Collection;)Ljava/util/List;
NCollections.distinctByKey ( Function<? super T,?> distinctMapper ) [static] : Predicate<T>
net/thevpc/nuts/util/NCollections.distinctByKey:(Ljava/util/function/Function;)Ljava/util/function/Predicate;
NCollections.list ( Collection<T> it ) [static] : List<T>
net/thevpc/nuts/util/NCollections.list:(Ljava/util/Collection;)Ljava/util/List;
NCollections.list ( Enumeration<T> it ) [static] : List<T>
net/thevpc/nuts/util/NCollections.list:(Ljava/util/Enumeration;)Ljava/util/List;
NCollections.list ( Iterable<T> it ) [static] : List<T>
net/thevpc/nuts/util/NCollections.list:(Ljava/lang/Iterable;)Ljava/util/List;
NCollections.list ( Iterator<T> it ) [static] : List<T>
net/thevpc/nuts/util/NCollections.list:(Ljava/util/Iterator;)Ljava/util/List;
NCollections.NCollections ( )
net/thevpc/nuts/util/NCollections."<init>":()V
NCollections.prepend ( A b1, Collection<A> a1 ) [static] : List<A>
net/thevpc/nuts/util/NCollections.prepend:(Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/List;
NCollections.stream ( Iterable<T> it ) [static] : Stream<T>
net/thevpc/nuts/util/NCollections.stream:(Ljava/lang/Iterable;)Ljava/util/stream/Stream;
NCollections.stream ( Iterator<T> it ) [static] : Stream<T>
net/thevpc/nuts/util/NCollections.stream:(Ljava/util/Iterator;)Ljava/util/stream/Stream;
nuts-0.8.4.jar,
NCollectionsRPI.class
package net.thevpc.nuts.reserved.rpi
NCollectionsRPI.arrayToStream ( T[ ] p1 ) [abstract] : NStream<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.arrayToStream:([Ljava/lang/Object;)Lnet/thevpc/nuts/util/NStream;
NCollectionsRPI.emptyIterator ( ) [abstract] : NIterator<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.emptyIterator:()Lnet/thevpc/nuts/util/NIterator;
NCollectionsRPI.emptyStream ( ) [abstract] : NStream<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.emptyStream:()Lnet/thevpc/nuts/util/NStream;
NCollectionsRPI.iterableToStream ( Iterable<T> p1 ) [abstract] : NStream<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.iterableToStream:(Ljava/lang/Iterable;)Lnet/thevpc/nuts/util/NStream;
NCollectionsRPI.iteratorToStream ( Iterator<T> p1 ) [abstract] : NStream<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.iteratorToStream:(Ljava/util/Iterator;)Lnet/thevpc/nuts/util/NStream;
NCollectionsRPI.of ( NSession session ) [static] : NCollectionsRPI
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/reserved/rpi/NCollectionsRPI;
NCollectionsRPI.toIterable ( Iterable<T> p1 ) [abstract] : NIterable<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.toIterable:(Ljava/lang/Iterable;)Lnet/thevpc/nuts/util/NIterable;
NCollectionsRPI.toIterator ( Iterator<T> p1 ) [abstract] : NIterator<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.toIterator:(Ljava/util/Iterator;)Lnet/thevpc/nuts/util/NIterator;
NCollectionsRPI.toStream ( Stream<T> p1 ) [abstract] : NStream<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.toStream:(Ljava/util/stream/Stream;)Lnet/thevpc/nuts/util/NStream;
nuts-0.8.4.jar,
NColor.class
package net.thevpc.nuts.util
NColor.getColor ( ) : int
net/thevpc/nuts/util/NColor.getColor:()I
NColor.getType ( ) : int
net/thevpc/nuts/util/NColor.getType:()I
NColor.NColor ( int type, int color )
net/thevpc/nuts/util/NColor."<init>":(II)V
NColor.of24 ( int color ) [static] : NColor
net/thevpc/nuts/util/NColor.of24:(I)Lnet/thevpc/nuts/util/NColor;
NColor.of4 ( int color ) [static] : NColor
net/thevpc/nuts/util/NColor.of4:(I)Lnet/thevpc/nuts/util/NColor;
NColor.of8 ( int color ) [static] : NColor
net/thevpc/nuts/util/NColor.of8:(I)Lnet/thevpc/nuts/util/NColor;
nuts-0.8.4.jar,
NCommandConfig.class
package net.thevpc.nuts
NCommandConfig.equals ( Object o ) : boolean
net/thevpc/nuts/NCommandConfig.equals:(Ljava/lang/Object;)Z
NCommandConfig.getCommand ( ) : List<String>
net/thevpc/nuts/NCommandConfig.getCommand:()Ljava/util/List;
NCommandConfig.getExecutorOptions ( ) : List<String>
net/thevpc/nuts/NCommandConfig.getExecutorOptions:()Ljava/util/List;
NCommandConfig.getFactoryId ( ) : String
net/thevpc/nuts/NCommandConfig.getFactoryId:()Ljava/lang/String;
NCommandConfig.getHelpCommand ( ) : List<String>
net/thevpc/nuts/NCommandConfig.getHelpCommand:()Ljava/util/List;
NCommandConfig.getHelpText ( ) : String
net/thevpc/nuts/NCommandConfig.getHelpText:()Ljava/lang/String;
NCommandConfig.getName ( ) : String
net/thevpc/nuts/NCommandConfig.getName:()Ljava/lang/String;
NCommandConfig.getOwner ( ) : NId
net/thevpc/nuts/NCommandConfig.getOwner:()Lnet/thevpc/nuts/NId;
NCommandConfig.hashCode ( ) : int
net/thevpc/nuts/NCommandConfig.hashCode:()I
NCommandConfig.NCommandConfig ( )
net/thevpc/nuts/NCommandConfig."<init>":()V
NCommandConfig.setCommand ( List<String> value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setCommand:(Ljava/util/List;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setCommand ( String... value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setExecutorOptions ( List<String> value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setExecutorOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setFactoryId ( String value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setHelpCommand ( List<String> value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setHelpCommand:(Ljava/util/List;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setHelpCommand ( String... value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setHelpCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setHelpText ( String value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setHelpText:(Ljava/lang/String;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setName ( String value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setOwner ( NId value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setOwner:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.toString ( ) : String
net/thevpc/nuts/NCommandConfig.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NCommandFactoryConfig.class
package net.thevpc.nuts
NCommandFactoryConfig.equals ( Object o ) : boolean
net/thevpc/nuts/NCommandFactoryConfig.equals:(Ljava/lang/Object;)Z
NCommandFactoryConfig.getFactoryId ( ) : String
net/thevpc/nuts/NCommandFactoryConfig.getFactoryId:()Ljava/lang/String;
NCommandFactoryConfig.getFactoryType ( ) : String
net/thevpc/nuts/NCommandFactoryConfig.getFactoryType:()Ljava/lang/String;
NCommandFactoryConfig.getParameters ( ) : Map<String,String>
net/thevpc/nuts/NCommandFactoryConfig.getParameters:()Ljava/util/Map;
NCommandFactoryConfig.getPriority ( ) : int
net/thevpc/nuts/NCommandFactoryConfig.getPriority:()I
NCommandFactoryConfig.hashCode ( ) : int
net/thevpc/nuts/NCommandFactoryConfig.hashCode:()I
NCommandFactoryConfig.NCommandFactoryConfig ( )
net/thevpc/nuts/NCommandFactoryConfig."<init>":()V
NCommandFactoryConfig.setFactoryId ( String value ) : NCommandFactoryConfig
net/thevpc/nuts/NCommandFactoryConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NCommandFactoryConfig;
NCommandFactoryConfig.setFactoryType ( String value ) : NCommandFactoryConfig
net/thevpc/nuts/NCommandFactoryConfig.setFactoryType:(Ljava/lang/String;)Lnet/thevpc/nuts/NCommandFactoryConfig;
NCommandFactoryConfig.setParameters ( Map<String,String> value ) : NCommandFactoryConfig
net/thevpc/nuts/NCommandFactoryConfig.setParameters:(Ljava/util/Map;)Lnet/thevpc/nuts/NCommandFactoryConfig;
NCommandFactoryConfig.setPriority ( int value ) : NCommandFactoryConfig
net/thevpc/nuts/NCommandFactoryConfig.setPriority:(I)Lnet/thevpc/nuts/NCommandFactoryConfig;
NCommandFactoryConfig.toString ( ) : String
net/thevpc/nuts/NCommandFactoryConfig.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NCommands.class
package net.thevpc.nuts
NCommands.addCommand ( NCommandConfig p1 ) [abstract] : boolean
net/thevpc/nuts/NCommands.addCommand:(Lnet/thevpc/nuts/NCommandConfig;)Z
NCommands.addCommandFactory ( NCommandFactoryConfig p1 ) [abstract] : void
net/thevpc/nuts/NCommands.addCommandFactory:(Lnet/thevpc/nuts/NCommandFactoryConfig;)V
NCommands.commandExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NCommands.commandExists:(Ljava/lang/String;)Z
NCommands.commandFactoryExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NCommands.commandFactoryExists:(Ljava/lang/String;)Z
NCommands.findAllCommands ( ) [abstract] : List<NCustomCmd>
net/thevpc/nuts/NCommands.findAllCommands:()Ljava/util/List;
NCommands.findCommand ( String p1 ) [abstract] : NCustomCmd
net/thevpc/nuts/NCommands.findCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/NCustomCmd;
NCommands.findCommand ( String p1, NId p2, NId p3 ) [abstract] : NCustomCmd
net/thevpc/nuts/NCommands.findCommand:(Ljava/lang/String;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NCustomCmd;
NCommands.findCommandsByOwner ( NId p1 ) [abstract] : List<NCustomCmd>
net/thevpc/nuts/NCommands.findCommandsByOwner:(Lnet/thevpc/nuts/NId;)Ljava/util/List;
NCommands.getCommandFactories ( ) [abstract] : List<NCommandFactoryConfig>
net/thevpc/nuts/NCommands.getCommandFactories:()Ljava/util/List;
NCommands.of ( NSession session ) [static] : NCommands
net/thevpc/nuts/NCommands.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NCommands;
NCommands.removeCommand ( String p1 ) [abstract] : void
net/thevpc/nuts/NCommands.removeCommand:(Ljava/lang/String;)V
NCommands.removeCommandFactory ( String p1 ) [abstract] : void
net/thevpc/nuts/NCommands.removeCommandFactory:(Ljava/lang/String;)V
NCommands.removeCommandFactoryIfExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NCommands.removeCommandFactoryIfExists:(Ljava/lang/String;)Z
NCommands.removeCommandIfExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NCommands.removeCommandIfExists:(Ljava/lang/String;)Z
NCommands.setSession ( NSession p1 ) [abstract] : NCommands
net/thevpc/nuts/NCommands.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NCommands;
NCommands.updateCommand ( NCommandConfig p1 ) [abstract] : boolean
net/thevpc/nuts/NCommands.updateCommand:(Lnet/thevpc/nuts/NCommandConfig;)Z
nuts-0.8.4.jar,
NComparator.class
package net.thevpc.nuts.util
NComparator<T>.of ( Comparator<T> o ) [static] : NComparator<T>
net/thevpc/nuts/util/NComparator.of:(Ljava/util/Comparator;)Lnet/thevpc/nuts/util/NComparator;
NComparator<T>.withDesc ( NEDesc description ) : NComparator<T>
net/thevpc/nuts/util/NComparator.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NComparator;
NComparator<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NComparator.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NComparatorFromJavaComparator.class
package net.thevpc.nuts.reserved.util
NComparatorFromJavaComparator<T>.compare ( T o1, T o2 ) : int
net/thevpc/nuts/reserved/util/NComparatorFromJavaComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
NComparatorFromJavaComparator<T>.NComparatorFromJavaComparator<T> ( Comparator<T> comparator )
net/thevpc/nuts/reserved/util/NComparatorFromJavaComparator."<init>":(Ljava/util/Comparator;)V
nuts-0.8.4.jar,
NComparatorWithDescription.class
package net.thevpc.nuts.reserved.util
NComparatorWithDescription<T>.compare ( T o1, T o2 ) : int
net/thevpc/nuts/reserved/util/NComparatorWithDescription.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
NComparatorWithDescription<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NComparatorWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NComparatorWithDescription<T>.NComparatorWithDescription<T> ( NComparator<T> comparator, NEDesc description )
net/thevpc/nuts/reserved/util/NComparatorWithDescription."<init>":(Lnet/thevpc/nuts/util/NComparator;Lnet/thevpc/nuts/elem/NEDesc;)V
NComparatorWithDescription<T>.withDesc ( NEDesc description ) : NComparator<T>
net/thevpc/nuts/reserved/util/NComparatorWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NComparator;
NComparatorWithDescription<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NComparatorWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NComponent.class
package net.thevpc.nuts.spi
NComponent.getSupportLevel ( NSupportLevelContext context ) : int
net/thevpc/nuts/spi/NComponent.getSupportLevel:(Lnet/thevpc/nuts/spi/NSupportLevelContext;)I
nuts-0.8.4.jar,
NCompress.class
package net.thevpc.nuts.io
NCompress.addOptions ( NPathOption... p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.addOptions:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NCompress;
NCompress.addSource ( File p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.addSource:(Ljava/io/File;)Lnet/thevpc/nuts/io/NCompress;
NCompress.addSource ( InputStream p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.addSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NCompress;
NCompress.addSource ( NInputSource p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.addSource:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NCompress;
NCompress.addSource ( NPath p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.addSource:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NCompress;
NCompress.addSource ( Path p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.addSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NCompress;
NCompress.addSource ( URL p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.addSource:(Ljava/net/URL;)Lnet/thevpc/nuts/io/NCompress;
NCompress.clearOptions ( ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.clearOptions:()Lnet/thevpc/nuts/io/NCompress;
NCompress.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/io/NCompress.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NCompress.getOptions ( ) [abstract] : Set<NPathOption>
net/thevpc/nuts/io/NCompress.getOptions:()Ljava/util/Set;
NCompress.getPackaging ( ) [abstract] : String
net/thevpc/nuts/io/NCompress.getPackaging:()Ljava/lang/String;
NCompress.getProgressFactory ( ) [abstract] : NProgressFactory
net/thevpc/nuts/io/NCompress.getProgressFactory:()Lnet/thevpc/nuts/time/NProgressFactory;
NCompress.getSources ( ) [abstract] : List<NInputSource>
net/thevpc/nuts/io/NCompress.getSources:()Ljava/util/List;
NCompress.getTarget ( ) [abstract] : NOutputTarget
net/thevpc/nuts/io/NCompress.getTarget:()Lnet/thevpc/nuts/io/NOutputTarget;
NCompress.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/io/NCompress.isSafe:()Z
NCompress.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/io/NCompress.isSkipRoot:()Z
NCompress.of ( NSession session ) [static] : NCompress
net/thevpc/nuts/io/NCompress.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NCompress;
NCompress.removeOptions ( NPathOption... p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.removeOptions:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NCompress;
NCompress.run ( ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.run:()Lnet/thevpc/nuts/io/NCompress;
NCompress.setFormatOption ( String p1, Object p2 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setPackaging ( String p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setProgressFactory ( NProgressFactory p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setProgressFactory:(Lnet/thevpc/nuts/time/NProgressFactory;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setProgressMonitor ( NProgressListener p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setProgressMonitor:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setSafe ( boolean p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setSafe:(Z)Lnet/thevpc/nuts/io/NCompress;
NCompress.setSession ( NSession p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setSkipRoot ( boolean p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setSkipRoot:(Z)Lnet/thevpc/nuts/io/NCompress;
NCompress.setTarget ( File p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setTarget ( NOutputTarget p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setTarget:(Lnet/thevpc/nuts/io/NOutputTarget;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setTarget ( NPath p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setTarget:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setTarget ( OutputStream p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setTarget ( Path p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setTarget ( String p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NCompress;
NCompress.to ( File p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.to:(Ljava/io/File;)Lnet/thevpc/nuts/io/NCompress;
NCompress.to ( NPath p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.to:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NCompress;
NCompress.to ( OutputStream p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NCompress;
NCompress.to ( Path p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NCompress;
NCompress.to ( String p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.to:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NCompress;
nuts-0.8.4.jar,
NCompressPackaging.class
package net.thevpc.nuts.spi
NCompressPackaging.compressPackage ( NCompress p1 ) [abstract] : void
net/thevpc/nuts/spi/NCompressPackaging.compressPackage:(Lnet/thevpc/nuts/io/NCompress;)V
nuts-0.8.4.jar,
NConfigItem.class
package net.thevpc.nuts
NConfigItem.getConfigVersion ( ) : NVersion
net/thevpc/nuts/NConfigItem.getConfigVersion:()Lnet/thevpc/nuts/NVersion;
NConfigItem.NConfigItem ( )
net/thevpc/nuts/NConfigItem."<init>":()V
NConfigItem.setConfigVersion ( NVersion configVersion ) : void
net/thevpc/nuts/NConfigItem.setConfigVersion:(Lnet/thevpc/nuts/NVersion;)V
nuts-0.8.4.jar,
NConfigs.class
package net.thevpc.nuts
NConfigs.getAvailableArchetypes ( ) [abstract] : Set<String>
net/thevpc/nuts/NConfigs.getAvailableArchetypes:()Ljava/util/Set;
NConfigs.getConfigMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NConfigs.getConfigMap:()Ljava/util/Map;
NConfigs.getConfigProperty ( String p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NConfigs.getConfigProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NConfigs.getDefaultRepositories ( ) [abstract] : List<NAddRepositoryOptions>
net/thevpc/nuts/NConfigs.getDefaultRepositories:()Ljava/util/List;
NConfigs.getIndexStoreClientFactory ( ) [abstract] : NIndexStoreFactory
net/thevpc/nuts/NConfigs.getIndexStoreClientFactory:()Lnet/thevpc/nuts/spi/NIndexStoreFactory;
NConfigs.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NConfigs.getJavaCommand:()Ljava/lang/String;
NConfigs.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NConfigs.getJavaOptions:()Ljava/lang/String;
NConfigs.isReadOnly ( ) [abstract] : boolean
net/thevpc/nuts/NConfigs.isReadOnly:()Z
NConfigs.isSupportedRepositoryType ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NConfigs.isSupportedRepositoryType:(Ljava/lang/String;)Z
NConfigs.isSystemWorkspace ( ) [abstract] : boolean
net/thevpc/nuts/NConfigs.isSystemWorkspace:()Z
NConfigs.loadBootConfig ( String p1, boolean p2, boolean p3 ) [abstract] : NWorkspaceBootConfig
net/thevpc/nuts/NConfigs.loadBootConfig:(Ljava/lang/String;ZZ)Lnet/thevpc/nuts/NWorkspaceBootConfig;
NConfigs.of ( NSession session ) [static] : NConfigs
net/thevpc/nuts/NConfigs.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NConfigs;
NConfigs.resolveRepositoryPath ( String p1 ) [abstract] : NPath
net/thevpc/nuts/NConfigs.resolveRepositoryPath:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NConfigs.save ( ) [abstract] : boolean
net/thevpc/nuts/NConfigs.save:()Z
NConfigs.save ( boolean p1 ) [abstract] : boolean
net/thevpc/nuts/NConfigs.save:(Z)Z
NConfigs.setConfigProperty ( String p1, String p2 ) [abstract] : NConfigs
net/thevpc/nuts/NConfigs.setConfigProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NConfigs;
NConfigs.setSession ( NSession p1 ) [abstract] : NConfigs
net/thevpc/nuts/NConfigs.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NConfigs;
NConfigs.stored ( ) [abstract] : NWorkspaceStoredConfig
net/thevpc/nuts/NConfigs.stored:()Lnet/thevpc/nuts/NWorkspaceStoredConfig;
nuts-0.8.4.jar,
NConfirmationMode.class
package net.thevpc.nuts
NConfirmationMode.id ( ) : String
net/thevpc/nuts/NConfirmationMode.id:()Ljava/lang/String;
NConfirmationMode.parse ( String value ) [static] : NOptional<NConfirmationMode>
net/thevpc/nuts/NConfirmationMode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NConfirmationMode.valueOf ( String name ) [static] : NConfirmationMode
net/thevpc/nuts/NConfirmationMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NConfirmationMode;
NConfirmationMode.values ( ) [static] : NConfirmationMode[ ]
net/thevpc/nuts/NConfirmationMode.values:()[Lnet/thevpc/nuts/NConfirmationMode;
nuts-0.8.4.jar,
NConnexionString.class
package net.thevpc.nuts.util
NConnexionString.copy ( ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.copy:()Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.equals ( Object o ) : boolean
net/thevpc/nuts/util/NConnexionString.equals:(Ljava/lang/Object;)Z
NConnexionString.getHost ( ) : String
net/thevpc/nuts/util/NConnexionString.getHost:()Ljava/lang/String;
NConnexionString.getPassword ( ) : String
net/thevpc/nuts/util/NConnexionString.getPassword:()Ljava/lang/String;
NConnexionString.getPath ( ) : String
net/thevpc/nuts/util/NConnexionString.getPath:()Ljava/lang/String;
NConnexionString.getPort ( ) : String
net/thevpc/nuts/util/NConnexionString.getPort:()Ljava/lang/String;
NConnexionString.getProtocol ( ) : String
net/thevpc/nuts/util/NConnexionString.getProtocol:()Ljava/lang/String;
NConnexionString.getQueryString ( ) : String
net/thevpc/nuts/util/NConnexionString.getQueryString:()Ljava/lang/String;
NConnexionString.getUser ( ) : String
net/thevpc/nuts/util/NConnexionString.getUser:()Ljava/lang/String;
NConnexionString.hashCode ( ) : int
net/thevpc/nuts/util/NConnexionString.hashCode:()I
NConnexionString.NConnexionString ( )
net/thevpc/nuts/util/NConnexionString."<init>":()V
NConnexionString.of ( String value ) [static] : NOptional<NConnexionString>
net/thevpc/nuts/util/NConnexionString.of:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NConnexionString.setHost ( String host ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.setHost:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.setPassword ( String password ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.setPassword:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.setPath ( String path ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.setPath:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.setPort ( String port ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.setPort:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.setProtocol ( String protocol ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.setProtocol:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.setQueryString ( String queryString ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.setQueryString:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.setUser ( String user ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.setUser:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.toString ( ) : String
net/thevpc/nuts/util/NConnexionString.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NContentEvent.class
package net.thevpc.nuts
NContentEvent.getLocation ( ) [abstract] : NPath
net/thevpc/nuts/NContentEvent.getLocation:()Lnet/thevpc/nuts/io/NPath;
NContentEvent.getRepository ( ) [abstract] : NRepository
net/thevpc/nuts/NContentEvent.getRepository:()Lnet/thevpc/nuts/NRepository;
NContentEvent.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NContentEvent.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
nuts-0.8.4.jar,
NContentMetadata.class
package net.thevpc.nuts.io
NContentMetadata.getCharset ( ) [abstract] : NOptional<String>
net/thevpc/nuts/io/NContentMetadata.getCharset:()Lnet/thevpc/nuts/util/NOptional;
NContentMetadata.getContentLength ( ) [abstract] : NOptional<Long>
net/thevpc/nuts/io/NContentMetadata.getContentLength:()Lnet/thevpc/nuts/util/NOptional;
NContentMetadata.getContentType ( ) [abstract] : NOptional<String>
net/thevpc/nuts/io/NContentMetadata.getContentType:()Lnet/thevpc/nuts/util/NOptional;
NContentMetadata.getKind ( ) [abstract] : NOptional<String>
net/thevpc/nuts/io/NContentMetadata.getKind:()Lnet/thevpc/nuts/util/NOptional;
NContentMetadata.getMessage ( ) [abstract] : NOptional<NMsg>
net/thevpc/nuts/io/NContentMetadata.getMessage:()Lnet/thevpc/nuts/util/NOptional;
NContentMetadata.getName ( ) [abstract] : NOptional<String>
net/thevpc/nuts/io/NContentMetadata.getName:()Lnet/thevpc/nuts/util/NOptional;
NContentMetadata.setCharset ( String p1 ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NContentMetadata.setCharset:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
NContentMetadata.setContentLength ( Long p1 ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NContentMetadata.setContentLength:(Ljava/lang/Long;)Lnet/thevpc/nuts/io/NContentMetadata;
NContentMetadata.setContentType ( String p1 ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NContentMetadata.setContentType:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
NContentMetadata.setKind ( String p1 ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NContentMetadata.setKind:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
NContentMetadata.setMessage ( NMsg p1 ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NContentMetadata.setMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NContentMetadata;
NContentMetadata.setName ( String p1 ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NContentMetadata.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
nuts-0.8.4.jar,
NContentMetadataProvider.class
package net.thevpc.nuts.io
NContentMetadataProvider.getMetaData ( ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NContentMetadataProvider.getMetaData:()Lnet/thevpc/nuts/io/NContentMetadata;
nuts-0.8.4.jar,
NContentMetadataProviderFormatSPI.class
package net.thevpc.nuts.io
NContentMetadataProviderFormatSPI.configureFirst ( NCmdLine cmdLine ) : boolean
net/thevpc/nuts/io/NContentMetadataProviderFormatSPI.configureFirst:(Lnet/thevpc/nuts/cmdline/NCmdLine;)Z
NContentMetadataProviderFormatSPI.getName ( ) : String
net/thevpc/nuts/io/NContentMetadataProviderFormatSPI.getName:()Ljava/lang/String;
NContentMetadataProviderFormatSPI.NContentMetadataProviderFormatSPI ( NContentMetadataProvider p, NMsg defaultMsg, String defaultName )
net/thevpc/nuts/io/NContentMetadataProviderFormatSPI."<init>":(Lnet/thevpc/nuts/io/NContentMetadataProvider;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/String;)V
NContentMetadataProviderFormatSPI.print ( NPrintStream out ) : void
net/thevpc/nuts/io/NContentMetadataProviderFormatSPI.print:(Lnet/thevpc/nuts/io/NPrintStream;)V
nuts-0.8.4.jar,
NContentType.class
package net.thevpc.nuts.format
NContentType.id ( ) : String
net/thevpc/nuts/format/NContentType.id:()Ljava/lang/String;
NContentType.parse ( String value ) [static] : NOptional<NContentType>
net/thevpc/nuts/format/NContentType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NContentType.valueOf ( String name ) [static] : NContentType
net/thevpc/nuts/format/NContentType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NContentType;
NContentType.values ( ) [static] : NContentType[ ]
net/thevpc/nuts/format/NContentType.values:()[Lnet/thevpc/nuts/format/NContentType;
nuts-0.8.4.jar,
NContentTypeFormat.class
package net.thevpc.nuts.format
NContentTypeFormat.configure ( boolean p1, String... p2 ) [abstract] : NContentTypeFormat
net/thevpc/nuts/format/NContentTypeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NContentTypeFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/format/NContentTypeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NContentTypeFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/format/NContentTypeFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NContentTypeFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/format/NContentTypeFormat.getValue:()Ljava/lang/Object;
NContentTypeFormat.of ( NSession session ) [static] : NContentTypeFormat
net/thevpc/nuts/format/NContentTypeFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NContentTypeFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/format/NContentTypeFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NContentTypeFormat.setNtf ( boolean p1 ) [abstract] : NContentTypeFormat
net/thevpc/nuts/format/NContentTypeFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NContentTypeFormat;
NContentTypeFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/format/NContentTypeFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NContentTypeFormat.setSession ( NSession p1 ) [abstract] : NContentTypeFormat
net/thevpc/nuts/format/NContentTypeFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NContentTypeFormat.setValue ( Object p1 ) [abstract] : NContentTypeFormat
net/thevpc/nuts/format/NContentTypeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NContentTypeFormat;
nuts-0.8.4.jar,
NContentTypeResolver.class
package net.thevpc.nuts.spi
NContentTypeResolver.findContentTypesByExtension ( String p1 ) [abstract] : List<String>
net/thevpc/nuts/spi/NContentTypeResolver.findContentTypesByExtension:(Ljava/lang/String;)Ljava/util/List;
NContentTypeResolver.findExtensionsByContentType ( String p1 ) [abstract] : List<String>
net/thevpc/nuts/spi/NContentTypeResolver.findExtensionsByContentType:(Ljava/lang/String;)Ljava/util/List;
NContentTypeResolver.probeContentType ( byte[ ] p1 ) [abstract] : NCallableSupport<String>
net/thevpc/nuts/spi/NContentTypeResolver.probeContentType:([B)Lnet/thevpc/nuts/NCallableSupport;
NContentTypeResolver.probeContentType ( NPath p1 ) [abstract] : NCallableSupport<String>
net/thevpc/nuts/spi/NContentTypeResolver.probeContentType:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NCallableSupport;
nuts-0.8.4.jar,
NContentTypes.class
package net.thevpc.nuts.io
NContentTypes.findContentTypesByExtension ( String p1 ) [abstract] : List<String>
net/thevpc/nuts/io/NContentTypes.findContentTypesByExtension:(Ljava/lang/String;)Ljava/util/List;
NContentTypes.findExtensionsByContentType ( String p1 ) [abstract] : List<String>
net/thevpc/nuts/io/NContentTypes.findExtensionsByContentType:(Ljava/lang/String;)Ljava/util/List;
NContentTypes.of ( NSession session ) [static] : NContentTypes
net/thevpc/nuts/io/NContentTypes.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NContentTypes;
NContentTypes.probeCharset ( byte[ ] p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeCharset:([B)Ljava/lang/String;
NContentTypes.probeCharset ( File p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeCharset:(Ljava/io/File;)Ljava/lang/String;
NContentTypes.probeCharset ( InputStream p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeCharset:(Ljava/io/InputStream;)Ljava/lang/String;
NContentTypes.probeCharset ( NPath p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeCharset:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NContentTypes.probeCharset ( Path p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeCharset:(Ljava/nio/file/Path;)Ljava/lang/String;
NContentTypes.probeCharset ( URL p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeCharset:(Ljava/net/URL;)Ljava/lang/String;
NContentTypes.probeContentType ( byte[ ] p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeContentType:([B)Ljava/lang/String;
NContentTypes.probeContentType ( File p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeContentType:(Ljava/io/File;)Ljava/lang/String;
NContentTypes.probeContentType ( InputStream p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeContentType:(Ljava/io/InputStream;)Ljava/lang/String;
NContentTypes.probeContentType ( NPath p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeContentType:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NContentTypes.probeContentType ( Path p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeContentType:(Ljava/nio/file/Path;)Ljava/lang/String;
NContentTypes.probeContentType ( URL p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeContentType:(Ljava/net/URL;)Ljava/lang/String;
nuts-0.8.4.jar,
NCp.class
package net.thevpc.nuts.io
NCp.addOptions ( NPathOption... p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.addOptions:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NCp;
NCp.clearOptions ( ) [abstract] : NCp
net/thevpc/nuts/io/NCp.clearOptions:()Lnet/thevpc/nuts/io/NCp;
NCp.from ( byte[ ] p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.from:([B)Lnet/thevpc/nuts/io/NCp;
NCp.from ( File p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.from:(Ljava/io/File;)Lnet/thevpc/nuts/io/NCp;
NCp.from ( InputStream p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NCp;
NCp.from ( NInputSource p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.from:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NCp;
NCp.from ( NPath p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.from:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NCp;
NCp.from ( Path p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NCp;
NCp.from ( URL p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.from:(Ljava/net/URL;)Lnet/thevpc/nuts/io/NCp;
NCp.getActionMessage ( ) [abstract] : NMsg
net/thevpc/nuts/io/NCp.getActionMessage:()Lnet/thevpc/nuts/util/NMsg;
NCp.getByteArrayResult ( ) [abstract] : byte[ ]
net/thevpc/nuts/io/NCp.getByteArrayResult:()[B
NCp.getOptions ( ) [abstract] : Set<NPathOption>
net/thevpc/nuts/io/NCp.getOptions:()Ljava/util/Set;
NCp.getProgressFactory ( ) [abstract] : NProgressFactory
net/thevpc/nuts/io/NCp.getProgressFactory:()Lnet/thevpc/nuts/time/NProgressFactory;
NCp.getSource ( ) [abstract] : NInputSource
net/thevpc/nuts/io/NCp.getSource:()Lnet/thevpc/nuts/io/NInputSource;
NCp.getSourceOrigin ( ) [abstract] : Object
net/thevpc/nuts/io/NCp.getSourceOrigin:()Ljava/lang/Object;
NCp.getSourceTypeName ( ) [abstract] : String
net/thevpc/nuts/io/NCp.getSourceTypeName:()Ljava/lang/String;
NCp.getStringResult ( ) [abstract] : String
net/thevpc/nuts/io/NCp.getStringResult:()Ljava/lang/String;
NCp.getTarget ( ) [abstract] : NOutputTarget
net/thevpc/nuts/io/NCp.getTarget:()Lnet/thevpc/nuts/io/NOutputTarget;
NCp.getValidator ( ) [abstract] : NCpValidator
net/thevpc/nuts/io/NCp.getValidator:()Lnet/thevpc/nuts/io/NCpValidator;
NCp.interrupt ( ) [abstract] : NCp
net/thevpc/nuts/io/NCp.interrupt:()Lnet/thevpc/nuts/io/NCp;
NCp.isMkdirs ( ) [abstract] : boolean
net/thevpc/nuts/io/NCp.isMkdirs:()Z
NCp.isRecursive ( ) [abstract] : boolean
net/thevpc/nuts/io/NCp.isRecursive:()Z
NCp.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/io/NCp.isSkipRoot:()Z
NCp.of ( NSession session ) [static] : NCp
net/thevpc/nuts/io/NCp.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NCp;
NCp.removeOptions ( NPathOption... p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.removeOptions:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NCp;
NCp.run ( ) [abstract] : NCp
net/thevpc/nuts/io/NCp.run:()Lnet/thevpc/nuts/io/NCp;
NCp.setActionMessage ( NMsg p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setActionMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NCp;
NCp.setMkdirs ( boolean p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setMkdirs:(Z)Lnet/thevpc/nuts/io/NCp;
NCp.setProgressFactory ( NProgressFactory p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setProgressFactory:(Lnet/thevpc/nuts/time/NProgressFactory;)Lnet/thevpc/nuts/io/NCp;
NCp.setProgressMonitor ( NProgressListener p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setProgressMonitor:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/io/NCp;
NCp.setRecursive ( boolean p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setRecursive:(Z)Lnet/thevpc/nuts/io/NCp;
NCp.setSession ( NSession p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NCp;
NCp.setSkipRoot ( boolean p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSkipRoot:(Z)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( byte[ ] p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:([B)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( File p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( InputStream p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( NInputSource p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( NPath p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( Path p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( String p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( URL p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/io/NCp;
NCp.setSourceOrigin ( Object p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSourceOrigin:(Ljava/lang/Object;)Lnet/thevpc/nuts/io/NCp;
NCp.setSourceTypeName ( String p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSourceTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NCp;
NCp.setTarget ( File p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/io/NCp;
NCp.setTarget ( NOutputTarget p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setTarget:(Lnet/thevpc/nuts/io/NOutputTarget;)Lnet/thevpc/nuts/io/NCp;
NCp.setTarget ( NPath p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setTarget:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NCp;
NCp.setTarget ( NPrintStream p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setTarget:(Lnet/thevpc/nuts/io/NPrintStream;)Lnet/thevpc/nuts/io/NCp;
NCp.setTarget ( OutputStream p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NCp;
NCp.setTarget ( Path p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NCp;
NCp.setValidator ( NCpValidator p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setValidator:(Lnet/thevpc/nuts/io/NCpValidator;)Lnet/thevpc/nuts/io/NCp;
NCp.to ( File p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.to:(Ljava/io/File;)Lnet/thevpc/nuts/io/NCp;
NCp.to ( NOutputTarget p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.to:(Lnet/thevpc/nuts/io/NOutputTarget;)Lnet/thevpc/nuts/io/NCp;
NCp.to ( NPath p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.to:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NCp;
NCp.to ( NPrintStream p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.to:(Lnet/thevpc/nuts/io/NPrintStream;)Lnet/thevpc/nuts/io/NCp;
NCp.to ( OutputStream p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NCp;
NCp.to ( Path p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NCp;
nuts-0.8.4.jar,
NCpValidator.class
package net.thevpc.nuts.io
NCpValidator.validate ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/io/NCpValidator.validate:(Ljava/io/InputStream;)V
nuts-0.8.4.jar,
NCpValidatorException.class
package net.thevpc.nuts.io
NCpValidatorException.NCpValidatorException ( NSession session, NMsg message )
net/thevpc/nuts/io/NCpValidatorException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NCpValidatorException.NCpValidatorException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/io/NCpValidatorException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NCreated.class
package net.thevpc.nuts.util
NCreated<T>.get ( ) : T
net/thevpc/nuts/util/NCreated.get:()Ljava/lang/Object;
NCreated<T>.isExisting ( ) : boolean
net/thevpc/nuts/util/NCreated.isExisting:()Z
NCreated<T>.isNew ( ) : boolean
net/thevpc/nuts/util/NCreated.isNew:()Z
NCreated<T>.map ( Function<? super T,?> mapper ) : NCreated<V>
net/thevpc/nuts/util/NCreated.map:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NCreated;
NCreated<T>.NCreated<T> ( T value, boolean newValue )
net/thevpc/nuts/util/NCreated."<init>":(Ljava/lang/Object;Z)V
NCreated<T>.ofExisting ( T item ) [static] : NCreated<T>
net/thevpc/nuts/util/NCreated.ofExisting:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NCreated;
NCreated<T>.ofNew ( T item ) [static] : NCreated<T>
net/thevpc/nuts/util/NCreated.ofNew:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NCreated;
NCreated<T>.toDto ( ) : NCreatedDto<T>
net/thevpc/nuts/util/NCreated.toDto:()Lnet/thevpc/nuts/util/NCreatedDto;
nuts-0.8.4.jar,
NCreatedDto.class
package net.thevpc.nuts.util
NCreatedDto<T>.getValue ( ) : T
net/thevpc/nuts/util/NCreatedDto.getValue:()Ljava/lang/Object;
NCreatedDto<T>.isNewValue ( ) : boolean
net/thevpc/nuts/util/NCreatedDto.isNewValue:()Z
NCreatedDto<T>.map ( Function<? super T,?> mapper ) : NCreatedDto<V>
net/thevpc/nuts/util/NCreatedDto.map:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NCreatedDto;
NCreatedDto<T>.NCreatedDto<T> ( T value, boolean newValue )
net/thevpc/nuts/util/NCreatedDto."<init>":(Ljava/lang/Object;Z)V
nuts-0.8.4.jar,
NCustomCmd.class
package net.thevpc.nuts
NCustomCmd.exec ( String[ ] p1, NCmdExecOptions p2, NSession p3 ) [abstract] : int
net/thevpc/nuts/NCustomCmd.exec:([Ljava/lang/String;Lnet/thevpc/nuts/NCmdExecOptions;Lnet/thevpc/nuts/NSession;)I
NCustomCmd.getCommand ( ) [abstract] : List<String>
net/thevpc/nuts/NCustomCmd.getCommand:()Ljava/util/List;
NCustomCmd.getExecutorOptions ( ) [abstract] : List<String>
net/thevpc/nuts/NCustomCmd.getExecutorOptions:()Ljava/util/List;
NCustomCmd.getFactoryId ( ) [abstract] : String
net/thevpc/nuts/NCustomCmd.getFactoryId:()Ljava/lang/String;
NCustomCmd.getHelpText ( NSession p1 ) [abstract] : NText
net/thevpc/nuts/NCustomCmd.getHelpText:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
NCustomCmd.getName ( ) [abstract] : String
net/thevpc/nuts/NCustomCmd.getName:()Ljava/lang/String;
NCustomCmd.getOwner ( ) [abstract] : NId
net/thevpc/nuts/NCustomCmd.getOwner:()Lnet/thevpc/nuts/NId;
NCustomCmd.toCommandConfig ( ) [abstract] : NCommandConfig
net/thevpc/nuts/NCustomCmd.toCommandConfig:()Lnet/thevpc/nuts/NCommandConfig;
nuts-0.8.4.jar,
NCustomElement.class
package net.thevpc.nuts.elem
NCustomElement.getValue ( ) [abstract] : Object
net/thevpc/nuts/elem/NCustomElement.getValue:()Ljava/lang/Object;
nuts-0.8.4.jar,
NDefaultSupportLevelContext.class
package net.thevpc.nuts.spi
NDefaultSupportLevelContext.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NDefaultSupportLevelContext.equals:(Ljava/lang/Object;)Z
NDefaultSupportLevelContext.getConstraints ( ) : T
net/thevpc/nuts/spi/NDefaultSupportLevelContext.getConstraints:()Ljava/lang/Object;
NDefaultSupportLevelContext.getConstraints ( Class<T> expected ) : T
net/thevpc/nuts/spi/NDefaultSupportLevelContext.getConstraints:(Ljava/lang/Class;)Ljava/lang/Object;
NDefaultSupportLevelContext.getSession ( ) : NSession
net/thevpc/nuts/spi/NDefaultSupportLevelContext.getSession:()Lnet/thevpc/nuts/NSession;
NDefaultSupportLevelContext.hashCode ( ) : int
net/thevpc/nuts/spi/NDefaultSupportLevelContext.hashCode:()I
NDefaultSupportLevelContext.NDefaultSupportLevelContext ( NSession session, Object constraints )
net/thevpc/nuts/spi/NDefaultSupportLevelContext."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/Object;)V
NDefaultSupportLevelContext.toString ( ) : String
net/thevpc/nuts/spi/NDefaultSupportLevelContext.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NDefaultTerminalSpec.class
package net.thevpc.nuts.spi
NDefaultTerminalSpec.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NDefaultTerminalSpec.equals:(Ljava/lang/Object;)Z
NDefaultTerminalSpec.get ( String name ) : Object
net/thevpc/nuts/spi/NDefaultTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NDefaultTerminalSpec.getAutoComplete ( ) : Boolean
net/thevpc/nuts/spi/NDefaultTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NDefaultTerminalSpec.getParent ( ) : NSystemTerminalBase
net/thevpc/nuts/spi/NDefaultTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NDefaultTerminalSpec.getProperties ( ) : Map<String,Object>
net/thevpc/nuts/spi/NDefaultTerminalSpec.getProperties:()Ljava/util/Map;
NDefaultTerminalSpec.hashCode ( ) : int
net/thevpc/nuts/spi/NDefaultTerminalSpec.hashCode:()I
NDefaultTerminalSpec.NDefaultTerminalSpec ( )
net/thevpc/nuts/spi/NDefaultTerminalSpec."<init>":()V
NDefaultTerminalSpec.setAll ( Map<String,Object> other ) : NTerminalSpec
net/thevpc/nuts/spi/NDefaultTerminalSpec.setAll:(Ljava/util/Map;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NDefaultTerminalSpec.setAll ( NTerminalSpec other ) : NTerminalSpec
net/thevpc/nuts/spi/NDefaultTerminalSpec.setAll:(Lnet/thevpc/nuts/spi/NTerminalSpec;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NDefaultTerminalSpec.setAutoComplete ( Boolean autoComplete ) : NTerminalSpec
net/thevpc/nuts/spi/NDefaultTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NDefaultTerminalSpec.setParent ( NSystemTerminalBase parent ) : NTerminalSpec
net/thevpc/nuts/spi/NDefaultTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NSystemTerminalBase;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NDefaultTerminalSpec.setProperty ( String name, Object o ) : NTerminalSpec
net/thevpc/nuts/spi/NDefaultTerminalSpec.setProperty:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NTerminalSpec;
nuts-0.8.4.jar,
NDefinition.class
package net.thevpc.nuts
NDefinition.compareTo ( NDefinition p1 ) [abstract] : int
net/thevpc/nuts/NDefinition.compareTo:(Lnet/thevpc/nuts/NDefinition;)I
NDefinition.compareTo ( Object p1 ) : int
net/thevpc/nuts/NDefinition.compareTo:(Ljava/lang/Object;)I
NDefinition.getApiId ( ) [abstract] : NId
net/thevpc/nuts/NDefinition.getApiId:()Lnet/thevpc/nuts/NId;
NDefinition.getContent ( ) [abstract] : NOptional<NPath>
net/thevpc/nuts/NDefinition.getContent:()Lnet/thevpc/nuts/util/NOptional;
NDefinition.getDependencies ( ) [abstract] : NOptional<NDependencies>
net/thevpc/nuts/NDefinition.getDependencies:()Lnet/thevpc/nuts/util/NOptional;
NDefinition.getDescriptor ( ) [abstract] : NDescriptor
net/thevpc/nuts/NDefinition.getDescriptor:()Lnet/thevpc/nuts/NDescriptor;
NDefinition.getEffectiveDescriptor ( ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDefinition.getEffectiveDescriptor:()Lnet/thevpc/nuts/util/NOptional;
NDefinition.getId ( ) [abstract] : NId
net/thevpc/nuts/NDefinition.getId:()Lnet/thevpc/nuts/NId;
NDefinition.getInstallInformation ( ) [abstract] : NOptional<NInstallInformation>
net/thevpc/nuts/NDefinition.getInstallInformation:()Lnet/thevpc/nuts/util/NOptional;
NDefinition.getRepositoryName ( ) [abstract] : String
net/thevpc/nuts/NDefinition.getRepositoryName:()Ljava/lang/String;
NDefinition.getRepositoryUuid ( ) [abstract] : String
net/thevpc/nuts/NDefinition.getRepositoryUuid:()Ljava/lang/String;
nuts-0.8.4.jar,
NDependencies.class
package net.thevpc.nuts
NDependencies.filter ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencies.filter:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencies.immediate ( ) [abstract] : NStream<NDependency>
net/thevpc/nuts/NDependencies.immediate:()Lnet/thevpc/nuts/util/NStream;
NDependencies.solver ( ) [abstract] : String
net/thevpc/nuts/NDependencies.solver:()Ljava/lang/String;
NDependencies.sourceIds ( ) [abstract] : NStream<NId>
net/thevpc/nuts/NDependencies.sourceIds:()Lnet/thevpc/nuts/util/NStream;
NDependencies.sourceNodes ( ) [abstract] : NStream<NDependencyTreeNode>
net/thevpc/nuts/NDependencies.sourceNodes:()Lnet/thevpc/nuts/util/NStream;
NDependencies.transitive ( ) [abstract] : NStream<NDependency>
net/thevpc/nuts/NDependencies.transitive:()Lnet/thevpc/nuts/util/NStream;
NDependencies.transitiveNodes ( ) [abstract] : NStream<NDependencyTreeNode>
net/thevpc/nuts/NDependencies.transitiveNodes:()Lnet/thevpc/nuts/util/NStream;
NDependencies.transitiveWithSource ( ) [abstract] : NStream<NDependency>
net/thevpc/nuts/NDependencies.transitiveWithSource:()Lnet/thevpc/nuts/util/NStream;
nuts-0.8.4.jar,
NDependency.class
package net.thevpc.nuts
NDependency.builder ( ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependency.builder:()Lnet/thevpc/nuts/NDependencyBuilder;
NDependency.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/NDependency.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NDependency.formatter ( NSession p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependency.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDependencyFormat;
NDependency.getArtifactId ( ) [abstract] : String
net/thevpc/nuts/NDependency.getArtifactId:()Ljava/lang/String;
NDependency.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NDependency.getClassifier:()Ljava/lang/String;
NDependency.getCondition ( ) [abstract] : NEnvCondition
net/thevpc/nuts/NDependency.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
NDependency.getExclusions ( ) [abstract] : List<NId>
net/thevpc/nuts/NDependency.getExclusions:()Ljava/util/List;
NDependency.getFullName ( ) [abstract] : String
net/thevpc/nuts/NDependency.getFullName:()Ljava/lang/String;
NDependency.getGroupId ( ) [abstract] : String
net/thevpc/nuts/NDependency.getGroupId:()Ljava/lang/String;
NDependency.getLongName ( ) [abstract] : String
net/thevpc/nuts/NDependency.getLongName:()Ljava/lang/String;
NDependency.getOptional ( ) [abstract] : String
net/thevpc/nuts/NDependency.getOptional:()Ljava/lang/String;
NDependency.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NDependency.getProperties:()Ljava/util/Map;
NDependency.getPropertiesQuery ( ) [abstract] : String
net/thevpc/nuts/NDependency.getPropertiesQuery:()Ljava/lang/String;
NDependency.getRepository ( ) [abstract] : String
net/thevpc/nuts/NDependency.getRepository:()Ljava/lang/String;
NDependency.getScope ( ) [abstract] : String
net/thevpc/nuts/NDependency.getScope:()Ljava/lang/String;
NDependency.getSimpleName ( ) [abstract] : String
net/thevpc/nuts/NDependency.getSimpleName:()Ljava/lang/String;
NDependency.getType ( ) [abstract] : String
net/thevpc/nuts/NDependency.getType:()Ljava/lang/String;
NDependency.getVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NDependency.getVersion:()Lnet/thevpc/nuts/NVersion;
NDependency.isOptional ( ) [abstract] : boolean
net/thevpc/nuts/NDependency.isOptional:()Z
NDependency.of ( String value ) [static] : NOptional<NDependency>
net/thevpc/nuts/NDependency.of:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDependency.toId ( ) [abstract] : NId
net/thevpc/nuts/NDependency.toId:()Lnet/thevpc/nuts/NId;
nuts-0.8.4.jar,
NDependencyBuilder.class
package net.thevpc.nuts
NDependencyBuilder.addProperties ( Map<String,String> p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.addPropertiesQuery ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.addPropertiesQuery:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.build ( ) [abstract] : NDependency
net/thevpc/nuts/NDependencyBuilder.build:()Lnet/thevpc/nuts/NDependency;
NDependencyBuilder.clear ( ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.clear:()Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.copy ( ) [abstract] : NDependency
net/thevpc/nuts/NDependencyBuilder.copy:()Lnet/thevpc/nuts/NDependency;
NDependencyBuilder.of ( ) [static] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.of:()Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.of ( String groupId, String artifactId ) [static] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.of:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setAll ( NDependency p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setAll:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setAll ( NDependencyBuilder p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setAll:(Lnet/thevpc/nuts/NDependencyBuilder;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setArtifactId ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setArtifactId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setClassifier ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setCondition ( NEnvCondition p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setDependency ( NDependency p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setDependency ( NDependencyBuilder p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setDependency:(Lnet/thevpc/nuts/NDependencyBuilder;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setExclusions ( List<NId> p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setExclusions:(Ljava/util/List;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setGroupId ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setGroupId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setId ( NId p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setOptional ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setOptional:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setPropertiesQuery ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setPropertiesQuery:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setProperty ( String p1, String p2 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setRepository ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setScope ( NDependencyScope p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setScope ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setScope:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setType ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setVersion ( NVersion p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setVersion ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
nuts-0.8.4.jar,
NDependencyFilter.class
package net.thevpc.nuts
NDependencyFilter.acceptDependency ( NId p1, NDependency p2, NSession p3 ) [abstract] : boolean
net/thevpc/nuts/NDependencyFilter.acceptDependency:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NDependency;Lnet/thevpc/nuts/NSession;)Z
NDependencyFilter.and ( NDependencyFilter p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilter.and:(Lnet/thevpc/nuts/NDependencyFilter;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilter.neg ( ) : NFilter
net/thevpc/nuts/NDependencyFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
NDependencyFilter.neg ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilter.neg:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilter.or ( NDependencyFilter p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilter.or:(Lnet/thevpc/nuts/NDependencyFilter;)Lnet/thevpc/nuts/NDependencyFilter;
nuts-0.8.4.jar,
NDependencyFilters.class
package net.thevpc.nuts
NDependencyFilters.byArch ( Collection<NArchFamily> p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byArch:(Ljava/util/Collection;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byArch ( NArchFamily p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byArch:(Lnet/thevpc/nuts/env/NArchFamily;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byArch ( NArchFamily... p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byArch:([Lnet/thevpc/nuts/env/NArchFamily;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byArch ( String p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byCurrentArch ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byCurrentArch:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byCurrentDesktop ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byCurrentDesktop:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byCurrentEnv ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byCurrentEnv:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byCurrentOs ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byCurrentOs:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byDesktop ( Collection<NDesktopEnvironmentFamily> p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byDesktop:(Ljava/util/Collection;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byDesktop ( NDesktopEnvironmentFamily p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byDesktop:(Lnet/thevpc/nuts/env/NDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byDesktop ( NDesktopEnvironmentFamily... p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byDesktop:([Lnet/thevpc/nuts/env/NDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byExclude ( NDependencyFilter p1, String[ ] p2 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byExclude:(Lnet/thevpc/nuts/NDependencyFilter;[Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOptional ( Boolean p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOs ( Collection<NOsFamily> p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOs ( NOsFamily p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOs:(Lnet/thevpc/nuts/env/NOsFamily;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOs ( NOsFamily... p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOs:([Lnet/thevpc/nuts/env/NOsFamily;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOs ( String p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOsDist ( Collection<String> p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOsDist:(Ljava/util/Collection;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOsDist ( String p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOsDist:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOsDist ( String... p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOsDist:([Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byPlatform ( NPlatformFamily... p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byPlatform:([Lnet/thevpc/nuts/env/NPlatformFamily;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byPlatform ( String... p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byRegularType ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byRegularType:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byRunnable ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byRunnable:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byRunnable ( boolean p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byRunnable:(Z)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byScope ( Collection<NDependencyScope> p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byScope:(Ljava/util/Collection;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byScope ( NDependencyScope p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byScope ( NDependencyScope... p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byScope:([Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byScope ( NDependencyScopePattern p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byScope:(Lnet/thevpc/nuts/NDependencyScopePattern;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byType ( String p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byType:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.of ( NSession session ) [static] : NDependencyFilters
net/thevpc/nuts/NDependencyFilters.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDependencyFilters;
nuts-0.8.4.jar,
NDependencyFormat.class
package net.thevpc.nuts
NDependencyFormat.configure ( boolean p1, String... p2 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/NDependencyFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NDependencyFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NDependencyFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NDependencyFormat.getOmitQueryProperties ( ) [abstract] : List<String>
net/thevpc/nuts/NDependencyFormat.getOmitQueryProperties:()Ljava/util/List;
NDependencyFormat.getValue ( ) [abstract] : NDependency
net/thevpc/nuts/NDependencyFormat.getValue:()Lnet/thevpc/nuts/NDependency;
NDependencyFormat.isHighlightImportedGroup ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isHighlightImportedGroup:()Z
NDependencyFormat.isOmitClassifier ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitClassifier:()Z
NDependencyFormat.isOmitExclusions ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitExclusions:()Z
NDependencyFormat.isOmitGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitGroupId:()Z
NDependencyFormat.isOmitImportedGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitImportedGroupId:()Z
NDependencyFormat.isOmitOptional ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitOptional:()Z
NDependencyFormat.isOmitOtherProperties ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitOtherProperties:()Z
NDependencyFormat.isOmitQueryProperty ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitQueryProperty:(Ljava/lang/String;)Z
NDependencyFormat.isOmitRepository ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitRepository:()Z
NDependencyFormat.isOmitScope ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitScope:()Z
NDependencyFormat.of ( NSession session ) [static] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setHighlightImportedGroup ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setHighlightImportedGroup:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/NDependencyFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NDependencyFormat.setNtf ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setNtf:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitClassifier ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitClassifier:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitExclusions ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitExclusions:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitGroupId ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitGroupId:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitImportedGroup ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitImportedGroup:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitOptional ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitOptional:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitOtherProperties ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitOtherProperties:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitQueryProperty ( String p1, boolean p2 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitQueryProperty:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitRepository ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitRepository:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitScope ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitScope:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/NDependencyFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NDependencyFormat.setSession ( NSession p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setValue ( NDependency p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setValue:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDependencyFormat;
nuts-0.8.4.jar,
NDependencyScope.class
package net.thevpc.nuts
NDependencyScope.id ( ) : String
net/thevpc/nuts/NDependencyScope.id:()Ljava/lang/String;
NDependencyScope.isApi ( ) : boolean
net/thevpc/nuts/NDependencyScope.isApi:()Z
NDependencyScope.isCompile ( ) : boolean
net/thevpc/nuts/NDependencyScope.isCompile:()Z
NDependencyScope.isImplementation ( ) : boolean
net/thevpc/nuts/NDependencyScope.isImplementation:()Z
NDependencyScope.isOther ( ) : boolean
net/thevpc/nuts/NDependencyScope.isOther:()Z
NDependencyScope.isProvided ( ) : boolean
net/thevpc/nuts/NDependencyScope.isProvided:()Z
NDependencyScope.isRuntime ( ) : boolean
net/thevpc/nuts/NDependencyScope.isRuntime:()Z
NDependencyScope.isSystem ( ) : boolean
net/thevpc/nuts/NDependencyScope.isSystem:()Z
NDependencyScope.isTest ( ) : boolean
net/thevpc/nuts/NDependencyScope.isTest:()Z
NDependencyScope.parse ( String value ) [static] : NOptional<NDependencyScope>
net/thevpc/nuts/NDependencyScope.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDependencyScope.valueOf ( String name ) [static] : NDependencyScope
net/thevpc/nuts/NDependencyScope.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyScope;
NDependencyScope.values ( ) [static] : NDependencyScope[ ]
net/thevpc/nuts/NDependencyScope.values:()[Lnet/thevpc/nuts/NDependencyScope;
nuts-0.8.4.jar,
NDependencyScopePattern.class
package net.thevpc.nuts
NDependencyScopePattern.id ( ) : String
net/thevpc/nuts/NDependencyScopePattern.id:()Ljava/lang/String;
NDependencyScopePattern.parse ( String value ) [static] : NOptional<NDependencyScopePattern>
net/thevpc/nuts/NDependencyScopePattern.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDependencyScopePattern.toScopes ( ) : EnumSet<NDependencyScope>
net/thevpc/nuts/NDependencyScopePattern.toScopes:()Ljava/util/EnumSet;
NDependencyScopePattern.valueOf ( String name ) [static] : NDependencyScopePattern
net/thevpc/nuts/NDependencyScopePattern.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyScopePattern;
NDependencyScopePattern.values ( ) [static] : NDependencyScopePattern[ ]
net/thevpc/nuts/NDependencyScopePattern.values:()[Lnet/thevpc/nuts/NDependencyScopePattern;
nuts-0.8.4.jar,
NDependencySolver.class
package net.thevpc.nuts.spi
NDependencySolver.add ( NDefinition p1 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolver.add:(Lnet/thevpc/nuts/NDefinition;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolver.add ( NDependency p1 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolver.add:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolver.add ( NDependency p1, NDefinition p2 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolver.add:(Lnet/thevpc/nuts/NDependency;Lnet/thevpc/nuts/NDefinition;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolver.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NDependencySolver.getName:()Ljava/lang/String;
NDependencySolver.getSolverNames ( NSession session ) [static] : List<String>
net/thevpc/nuts/spi/NDependencySolver.getSolverNames:(Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NDependencySolver.of ( NSession session ) [static] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolver.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolver.of ( String solverName, NSession session ) [static] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolver.of:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolver.setDependencyFilter ( NDependencyFilter p1 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolver.setDependencyFilter:(Lnet/thevpc/nuts/NDependencyFilter;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolver.setRepositoryFilter ( NRepositoryFilter p1 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolver.setRepositoryFilter:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolver.solve ( ) [abstract] : NDependencies
net/thevpc/nuts/spi/NDependencySolver.solve:()Lnet/thevpc/nuts/NDependencies;
nuts-0.8.4.jar,
NDependencySolverFactory.class
package net.thevpc.nuts.spi
NDependencySolverFactory.create ( NSession p1 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolverFactory.create:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolverFactory.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NDependencySolverFactory.getName:()Ljava/lang/String;
nuts-0.8.4.jar,
NDependencySolvers.class
package net.thevpc.nuts.spi
NDependencySolvers.createSolver ( NSession p1 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolvers.createSolver:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolvers.createSolver ( String p1, NSession p2 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolvers.createSolver:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolvers.getSolverNames ( NSession p1 ) [abstract] : List<String>
net/thevpc/nuts/spi/NDependencySolvers.getSolverNames:(Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NDependencySolvers.of ( NSession session ) [static] : NDependencySolvers
net/thevpc/nuts/spi/NDependencySolvers.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NDependencySolvers;
nuts-0.8.4.jar,
NDependencyTreeNode.class
package net.thevpc.nuts
NDependencyTreeNode.getChildren ( ) [abstract] : List<NDependencyTreeNode>
net/thevpc/nuts/NDependencyTreeNode.getChildren:()Ljava/util/List;
NDependencyTreeNode.getDependency ( ) [abstract] : NDependency
net/thevpc/nuts/NDependencyTreeNode.getDependency:()Lnet/thevpc/nuts/NDependency;
NDependencyTreeNode.isPartial ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyTreeNode.isPartial:()Z
nuts-0.8.4.jar,
NDeployCmd.class
package net.thevpc.nuts
NDeployCmd.addId ( NId p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.addId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.addId ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.addIds ( NId... p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.addIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.addIds ( String... p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.clearIds ( ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.clearIds:()Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.configure ( boolean p1, String... p2 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NDeployCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NDeployCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NDeployCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NDeployCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NDeployCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NDeployCmd.copySession ( ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.copySession:()Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.from ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.getContent ( ) [abstract] : NInputSource
net/thevpc/nuts/NDeployCmd.getContent:()Lnet/thevpc/nuts/io/NInputSource;
NDeployCmd.getIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NDeployCmd.getIds:()Ljava/util/List;
NDeployCmd.getResult ( ) [abstract] : List<NId>
net/thevpc/nuts/NDeployCmd.getResult:()Ljava/util/List;
NDeployCmd.getSha1 ( ) [abstract] : String
net/thevpc/nuts/NDeployCmd.getSha1:()Ljava/lang/String;
NDeployCmd.getTargetRepository ( ) [abstract] : String
net/thevpc/nuts/NDeployCmd.getTargetRepository:()Ljava/lang/String;
NDeployCmd.of ( NSession session ) [static] : NDeployCmd
net/thevpc/nuts/NDeployCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.removeId ( NId p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.removeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.removeId ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NDeployCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NDeployCmd.run ( ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.run:()Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setContent ( byte[ ] p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setContent:([B)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setContent ( File p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setContent:(Ljava/io/File;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setContent ( InputStream p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setContent:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setContent ( NInputSource p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setContent:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setContent ( NPath p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setContent:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setContent ( Path p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setContent:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setContent ( URL p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setContent:(Ljava/net/URL;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setDescriptor ( File p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setDescriptor:(Ljava/io/File;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setDescriptor ( InputStream p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setDescriptor:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setDescriptor ( NDescriptor p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setDescriptor:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setDescriptor ( Path p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setDescriptor:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setDescriptor ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setDescriptor:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setDescriptor ( URL p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setDescriptor:(Ljava/net/URL;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setDescSha1 ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setDescSha1:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setRepository ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NDeployCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NDeployCmd.setSession ( NSession p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setSha1 ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setSha1:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setSourceRepository ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setSourceRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setTargetRepository ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setTargetRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.to ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
nuts-0.8.4.jar,
NDeployRepositoryCmd.class
package net.thevpc.nuts.spi
NDeployRepositoryCmd.getContent ( ) [abstract] : NInputSource
net/thevpc/nuts/spi/NDeployRepositoryCmd.getContent:()Lnet/thevpc/nuts/io/NInputSource;
NDeployRepositoryCmd.getDescriptor ( ) [abstract] : NDescriptor
net/thevpc/nuts/spi/NDeployRepositoryCmd.getDescriptor:()Lnet/thevpc/nuts/NDescriptor;
NDeployRepositoryCmd.getId ( ) [abstract] : NId
net/thevpc/nuts/spi/NDeployRepositoryCmd.getId:()Lnet/thevpc/nuts/NId;
NDeployRepositoryCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NDeployRepositoryCmd.run ( ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setContent ( File p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setContent:(Ljava/io/File;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setContent ( InputStream p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setContent:(Ljava/io/InputStream;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setContent ( NInputSource p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setContent:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setContent ( NPath p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setContent:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setContent ( Path p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setContent:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setContent ( URL p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setContent:(Ljava/net/URL;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setDescriptor ( NDescriptor p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setDescriptor:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setId ( NId p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NDeployRepositoryCmd.setSession ( NSession p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
nuts-0.8.4.jar,
NDescriptor.class
package net.thevpc.nuts
NDescriptor.builder ( ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptor.builder:()Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptor.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/NDescriptor.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NDescriptor.formatter ( NSession p1 ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptor.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptor.getCategories ( ) [abstract] : List<String>
net/thevpc/nuts/NDescriptor.getCategories:()Ljava/util/List;
NDescriptor.getCondition ( ) [abstract] : NEnvCondition
net/thevpc/nuts/NDescriptor.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
NDescriptor.getContributors ( ) [abstract] : List<NDescriptorContributor>
net/thevpc/nuts/NDescriptor.getContributors:()Ljava/util/List;
NDescriptor.getDependencies ( ) [abstract] : List<NDependency>
net/thevpc/nuts/NDescriptor.getDependencies:()Ljava/util/List;
NDescriptor.getDescription ( ) [abstract] : String
net/thevpc/nuts/NDescriptor.getDescription:()Ljava/lang/String;
NDescriptor.getDevelopers ( ) [abstract] : List<NDescriptorContributor>
net/thevpc/nuts/NDescriptor.getDevelopers:()Ljava/util/List;
NDescriptor.getExecutor ( ) [abstract] : NArtifactCall
net/thevpc/nuts/NDescriptor.getExecutor:()Lnet/thevpc/nuts/NArtifactCall;
NDescriptor.getFlags ( ) [abstract] : Set<NDescriptorFlag>
net/thevpc/nuts/NDescriptor.getFlags:()Ljava/util/Set;
NDescriptor.getGenericName ( ) [abstract] : String
net/thevpc/nuts/NDescriptor.getGenericName:()Ljava/lang/String;
NDescriptor.getIcons ( ) [abstract] : List<String>
net/thevpc/nuts/NDescriptor.getIcons:()Ljava/util/List;
NDescriptor.getId ( ) [abstract] : NId
net/thevpc/nuts/NDescriptor.getId:()Lnet/thevpc/nuts/NId;
NDescriptor.getIdType ( ) [abstract] : NIdType
net/thevpc/nuts/NDescriptor.getIdType:()Lnet/thevpc/nuts/NIdType;
NDescriptor.getInstaller ( ) [abstract] : NArtifactCall
net/thevpc/nuts/NDescriptor.getInstaller:()Lnet/thevpc/nuts/NArtifactCall;
NDescriptor.getLicenses ( ) [abstract] : List<NDescriptorLicense>
net/thevpc/nuts/NDescriptor.getLicenses:()Ljava/util/List;
NDescriptor.getLocations ( ) [abstract] : List<NIdLocation>
net/thevpc/nuts/NDescriptor.getLocations:()Ljava/util/List;
NDescriptor.getMailingLists ( ) [abstract] : List<NDescriptorMailingList>
net/thevpc/nuts/NDescriptor.getMailingLists:()Ljava/util/List;
NDescriptor.getName ( ) [abstract] : String
net/thevpc/nuts/NDescriptor.getName:()Ljava/lang/String;
NDescriptor.getOrganization ( ) [abstract] : NDescriptorOrganization
net/thevpc/nuts/NDescriptor.getOrganization:()Lnet/thevpc/nuts/NDescriptorOrganization;
NDescriptor.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NDescriptor.getPackaging:()Ljava/lang/String;
NDescriptor.getParents ( ) [abstract] : List<NId>
net/thevpc/nuts/NDescriptor.getParents:()Ljava/util/List;
NDescriptor.getProperties ( ) [abstract] : List<NDescriptorProperty>
net/thevpc/nuts/NDescriptor.getProperties:()Ljava/util/List;
NDescriptor.getProperty ( String p1 ) [abstract] : NOptional<NDescriptorProperty>
net/thevpc/nuts/NDescriptor.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDescriptor.getPropertyValue ( String p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NDescriptor.getPropertyValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDescriptor.getSolver ( ) [abstract] : String
net/thevpc/nuts/NDescriptor.getSolver:()Ljava/lang/String;
NDescriptor.getStandardDependencies ( ) [abstract] : List<NDependency>
net/thevpc/nuts/NDescriptor.getStandardDependencies:()Ljava/util/List;
NDescriptor.isApplication ( ) [abstract] : boolean
net/thevpc/nuts/NDescriptor.isApplication:()Z
NDescriptor.isExecutable ( ) [abstract] : boolean
net/thevpc/nuts/NDescriptor.isExecutable:()Z
NDescriptor.readOnly ( ) [abstract] : NDescriptor
net/thevpc/nuts/NDescriptor.readOnly:()Lnet/thevpc/nuts/NDescriptor;
nuts-0.8.4.jar,
NDescriptorBuilder.class
package net.thevpc.nuts
NDescriptorBuilder.addDependencies ( List<NDependency> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addDependency ( NDependency p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addFlag ( NDescriptorFlag p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addFlag:(Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addFlags ( NDescriptorFlag... p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addFlags:([Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addLocation ( NIdLocation p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addLocation:(Lnet/thevpc/nuts/NIdLocation;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addProperties ( List<NDescriptorProperty> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addProperties:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addProperty ( NDescriptorProperty p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addProperty:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addStandardDependencies ( List<NDependency> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addStandardDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addStandardDependency ( NDependency p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addStandardDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.build ( ) [abstract] : NDescriptor
net/thevpc/nuts/NDescriptorBuilder.build:()Lnet/thevpc/nuts/NDescriptor;
NDescriptorBuilder.clear ( ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.clear:()Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.copy ( ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.copy:()Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.getFlags ( ) [abstract] : Set<NDescriptorFlag>
net/thevpc/nuts/NDescriptorBuilder.getFlags:()Ljava/util/Set;
NDescriptorBuilder.getGenericName ( ) [abstract] : String
net/thevpc/nuts/NDescriptorBuilder.getGenericName:()Ljava/lang/String;
NDescriptorBuilder.getIdType ( ) [abstract] : NIdType
net/thevpc/nuts/NDescriptorBuilder.getIdType:()Lnet/thevpc/nuts/NIdType;
NDescriptorBuilder.getParents ( ) [abstract] : List<NId>
net/thevpc/nuts/NDescriptorBuilder.getParents:()Ljava/util/List;
NDescriptorBuilder.getProperty ( String p1 ) [abstract] : NOptional<NDescriptorProperty>
net/thevpc/nuts/NDescriptorBuilder.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorBuilder.getPropertyValue ( String p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NDescriptorBuilder.getPropertyValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorBuilder.removeDependency ( NDependency p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.removeDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.removeDependency ( Predicate<NDependency> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.removeDependency:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.removeFlag ( NDescriptorFlag p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.removeFlag:(Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.removeFlags ( NDescriptorFlag... p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.removeFlags:([Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.removeProperties ( NDescriptorProperty p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.removeProperties:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.removeStandardDependency ( NDependency p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.removeStandardDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.replaceDependency ( Predicate<NDependency> p1, UnaryOperator<NDependency> p2 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.replaceDependency:(Ljava/util/function/Predicate;Ljava/util/function/UnaryOperator;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.replaceProperty ( Predicate<NDescriptorProperty> p1, Function<NDescriptorProperty,NDescriptorProperty> p2 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.replaceProperty:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setAll ( NDescriptor p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setAll:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setAll ( NDescriptorBuilder p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setAll:(Lnet/thevpc/nuts/NDescriptorBuilder;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setCategories ( List<String> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setCategories:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setCondition ( NEnvCondition p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setContributors ( List<NDescriptorContributor> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setContributors:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setDependencies ( List<NDependency> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setDescription ( String p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setDescription:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setDevelopers ( List<NDescriptorContributor> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setDevelopers:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setExecutor ( NArtifactCall p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setExecutor:(Lnet/thevpc/nuts/NArtifactCall;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setFlags ( Set<NDescriptorFlag> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setFlags:(Ljava/util/Set;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setGenericName ( String p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setGenericName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setIcons ( List<String> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setIcons:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setId ( NId p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setId ( String p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setIdType ( NIdType p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setIdType:(Lnet/thevpc/nuts/NIdType;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setInstaller ( NArtifactCall p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setInstaller:(Lnet/thevpc/nuts/NArtifactCall;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setLicenses ( List<NDescriptorLicense> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setLicenses:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setLocations ( List<NIdLocation> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setLocations:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setMailingLists ( List<NDescriptorMailingList> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setMailingLists:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setName ( String p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setOrganization ( NDescriptorOrganization p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setOrganization:(Lnet/thevpc/nuts/NDescriptorOrganization;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setPackaging ( String p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setParents ( List<NId> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setParents:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setProperties ( List<NDescriptorProperty> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setProperties:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setProperty ( String p1, String p2 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setSolver ( String p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setSolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setStandardDependencies ( List<NDependency> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setStandardDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
nuts-0.8.4.jar,
NDescriptorContentParserComponent.class
package net.thevpc.nuts.spi
NDescriptorContentParserComponent.parse ( NDescriptorContentParserContext p1 ) [abstract] : NDescriptor
net/thevpc/nuts/spi/NDescriptorContentParserComponent.parse:(Lnet/thevpc/nuts/spi/NDescriptorContentParserContext;)Lnet/thevpc/nuts/NDescriptor;
nuts-0.8.4.jar,
NDescriptorContentParserContext.class
package net.thevpc.nuts.spi
NDescriptorContentParserContext.getFileExtension ( ) [abstract] : String
net/thevpc/nuts/spi/NDescriptorContentParserContext.getFileExtension:()Ljava/lang/String;
NDescriptorContentParserContext.getFullStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NDescriptorContentParserContext.getFullStream:()Ljava/io/InputStream;
NDescriptorContentParserContext.getHeadStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NDescriptorContentParserContext.getHeadStream:()Ljava/io/InputStream;
NDescriptorContentParserContext.getMimeType ( ) [abstract] : String
net/thevpc/nuts/spi/NDescriptorContentParserContext.getMimeType:()Ljava/lang/String;
NDescriptorContentParserContext.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NDescriptorContentParserContext.getName:()Ljava/lang/String;
NDescriptorContentParserContext.getParseOptions ( ) [abstract] : List<String>
net/thevpc/nuts/spi/NDescriptorContentParserContext.getParseOptions:()Ljava/util/List;
nuts-0.8.4.jar,
NDescriptorContributor.class
package net.thevpc.nuts
NDescriptorContributor.builder ( ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributor.builder:()Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributor.getComments ( ) [abstract] : String
net/thevpc/nuts/NDescriptorContributor.getComments:()Ljava/lang/String;
NDescriptorContributor.getEmail ( ) [abstract] : String
net/thevpc/nuts/NDescriptorContributor.getEmail:()Ljava/lang/String;
NDescriptorContributor.getIcons ( ) [abstract] : List<String>
net/thevpc/nuts/NDescriptorContributor.getIcons:()Ljava/util/List;
NDescriptorContributor.getId ( ) [abstract] : String
net/thevpc/nuts/NDescriptorContributor.getId:()Ljava/lang/String;
NDescriptorContributor.getName ( ) [abstract] : String
net/thevpc/nuts/NDescriptorContributor.getName:()Ljava/lang/String;
NDescriptorContributor.getOrganization ( ) [abstract] : NDescriptorOrganization
net/thevpc/nuts/NDescriptorContributor.getOrganization:()Lnet/thevpc/nuts/NDescriptorOrganization;
NDescriptorContributor.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NDescriptorContributor.getProperties:()Ljava/util/Map;
NDescriptorContributor.getRoles ( ) [abstract] : List<String>
net/thevpc/nuts/NDescriptorContributor.getRoles:()Ljava/util/List;
NDescriptorContributor.getTimezone ( ) [abstract] : String
net/thevpc/nuts/NDescriptorContributor.getTimezone:()Ljava/lang/String;
NDescriptorContributor.getUrl ( ) [abstract] : String
net/thevpc/nuts/NDescriptorContributor.getUrl:()Ljava/lang/String;
NDescriptorContributor.readOnly ( ) [abstract] : NDescriptorContributor
net/thevpc/nuts/NDescriptorContributor.readOnly:()Lnet/thevpc/nuts/NDescriptorContributor;
nuts-0.8.4.jar,
NDescriptorContributorBuilder.class
package net.thevpc.nuts
NDescriptorContributorBuilder.build ( ) [abstract] : NDescriptorContributor
net/thevpc/nuts/NDescriptorContributorBuilder.build:()Lnet/thevpc/nuts/NDescriptorContributor;
NDescriptorContributorBuilder.copy ( ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.copy:()Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setComments ( String p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setEmail ( String p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setEmail:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setIcons ( List<String> p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setIcons:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setId ( String p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setName ( String p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setOrganization ( NDescriptorOrganization p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setOrganization:(Lnet/thevpc/nuts/NDescriptorOrganization;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setRoles ( List<String> p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setRoles:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setTimezone ( String p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setTimezone:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setUrl ( String p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
nuts-0.8.4.jar,
NDescriptorFilter.class
package net.thevpc.nuts
NDescriptorFilter.acceptDescriptor ( NDescriptor p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NDescriptorFilter.acceptDescriptor:(Lnet/thevpc/nuts/NDescriptor;Lnet/thevpc/nuts/NSession;)Z
NDescriptorFilter.acceptSearchId ( NSearchId sid, NSession session ) : boolean
net/thevpc/nuts/NDescriptorFilter.acceptSearchId:(Lnet/thevpc/nuts/NSearchId;Lnet/thevpc/nuts/NSession;)Z
NDescriptorFilter.and ( NDescriptorFilter p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilter.and:(Lnet/thevpc/nuts/NDescriptorFilter;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilter.neg ( ) : NFilter
net/thevpc/nuts/NDescriptorFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
NDescriptorFilter.neg ( ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilter.neg:()Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilter.or ( NDescriptorFilter p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilter.or:(Lnet/thevpc/nuts/NDescriptorFilter;)Lnet/thevpc/nuts/NDescriptorFilter;
nuts-0.8.4.jar,
NDescriptorFilters.class
package net.thevpc.nuts
NDescriptorFilters.byApiVersion ( NVersion p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byApiVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byArch ( List<String> p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byArch:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byArch ( String... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byCompanion ( NVersion p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byCompanion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byDesktopEnvironment ( List<String> p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byDesktopEnvironment:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byDesktopEnvironment ( String... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byDesktopEnvironment:([Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byExtension ( NVersion p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byExtension:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byFlag ( List<NDescriptorFlag> p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byFlag:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byFlag ( NDescriptorFlag... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byFlag:([Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byLockedIds ( String... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byOs ( List<String> p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byOs:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byOs ( String... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byOs:([Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byOsDist ( List<String> p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byOsDist:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byOsDist ( String... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byOsDist:([Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byPackaging ( List<String> p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byPackaging:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byPackaging ( String... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byPackaging:([Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byPlatform ( List<String> p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byPlatform:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byPlatform ( String... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byRuntime ( NVersion p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byRuntime:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.of ( NSession session ) [static] : NDescriptorFilters
net/thevpc/nuts/NDescriptorFilters.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorFilters;
nuts-0.8.4.jar,
NDescriptorFlag.class
package net.thevpc.nuts
NDescriptorFlag.id ( ) : String
net/thevpc/nuts/NDescriptorFlag.id:()Ljava/lang/String;
NDescriptorFlag.parse ( String value ) [static] : NOptional<NDescriptorFlag>
net/thevpc/nuts/NDescriptorFlag.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorFlag.valueOf ( String name ) [static] : NDescriptorFlag
net/thevpc/nuts/NDescriptorFlag.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFlag;
NDescriptorFlag.values ( ) [static] : NDescriptorFlag[ ]
net/thevpc/nuts/NDescriptorFlag.values:()[Lnet/thevpc/nuts/NDescriptorFlag;
nuts-0.8.4.jar,
NDescriptorFormat.class
package net.thevpc.nuts
NDescriptorFormat.compact ( ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.compact:()Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptorFormat.compact ( boolean p1 ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.compact:(Z)Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptorFormat.configure ( boolean p1, String... p2 ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptorFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/NDescriptorFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NDescriptorFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NDescriptorFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NDescriptorFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NDescriptorFormat.isCompact:()Z
NDescriptorFormat.of ( NSession session ) [static] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptorFormat.setCompact ( boolean p1 ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.setCompact:(Z)Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptorFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/NDescriptorFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NDescriptorFormat.setNtf ( boolean p1 ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.setNtf:(Z)Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptorFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/NDescriptorFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NDescriptorFormat.setSession ( NSession p1 ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptorFormat.setValue ( NDescriptor p1 ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.setValue:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/NDescriptorFormat;
nuts-0.8.4.jar,
NDescriptorLicense.class
package net.thevpc.nuts
NDescriptorLicense.builder ( ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicense.builder:()Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
NDescriptorLicense.getComments ( ) [abstract] : String
net/thevpc/nuts/NDescriptorLicense.getComments:()Ljava/lang/String;
NDescriptorLicense.getDate ( ) [abstract] : String
net/thevpc/nuts/NDescriptorLicense.getDate:()Ljava/lang/String;
NDescriptorLicense.getDistribution ( ) [abstract] : String
net/thevpc/nuts/NDescriptorLicense.getDistribution:()Ljava/lang/String;
NDescriptorLicense.getId ( ) [abstract] : String
net/thevpc/nuts/NDescriptorLicense.getId:()Ljava/lang/String;
NDescriptorLicense.getName ( ) [abstract] : String
net/thevpc/nuts/NDescriptorLicense.getName:()Ljava/lang/String;
NDescriptorLicense.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NDescriptorLicense.getProperties:()Ljava/util/Map;
NDescriptorLicense.getUrl ( ) [abstract] : String
net/thevpc/nuts/NDescriptorLicense.getUrl:()Ljava/lang/String;
NDescriptorLicense.readOnly ( ) [abstract] : NDescriptorLicense
net/thevpc/nuts/NDescriptorLicense.readOnly:()Lnet/thevpc/nuts/NDescriptorLicense;
nuts-0.8.4.jar,
NDescriptorLicenseBuilder.class
package net.thevpc.nuts
NDescriptorLicenseBuilder.build ( ) [abstract] : NDescriptorLicense
net/thevpc/nuts/NDescriptorLicenseBuilder.build:()Lnet/thevpc/nuts/NDescriptorLicense;
NDescriptorLicenseBuilder.copy ( ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicenseBuilder.copy:()Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
NDescriptorLicenseBuilder.setComments ( String p1 ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicenseBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
NDescriptorLicenseBuilder.setDistribution ( String p1 ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicenseBuilder.setDistribution:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
NDescriptorLicenseBuilder.setId ( String p1 ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicenseBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
NDescriptorLicenseBuilder.setName ( String p1 ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicenseBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
NDescriptorLicenseBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicenseBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
NDescriptorLicenseBuilder.setUrl ( String p1 ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicenseBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
nuts-0.8.4.jar,
NDescriptorMailingList.class
package net.thevpc.nuts
NDescriptorMailingList.builder ( ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingList.builder:()Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingList.getArchive ( ) [abstract] : String
net/thevpc/nuts/NDescriptorMailingList.getArchive:()Ljava/lang/String;
NDescriptorMailingList.getComments ( ) [abstract] : String
net/thevpc/nuts/NDescriptorMailingList.getComments:()Ljava/lang/String;
NDescriptorMailingList.getId ( ) [abstract] : String
net/thevpc/nuts/NDescriptorMailingList.getId:()Ljava/lang/String;
NDescriptorMailingList.getName ( ) [abstract] : String
net/thevpc/nuts/NDescriptorMailingList.getName:()Ljava/lang/String;
NDescriptorMailingList.getOtherArchives ( ) [abstract] : List<String>
net/thevpc/nuts/NDescriptorMailingList.getOtherArchives:()Ljava/util/List;
NDescriptorMailingList.getPost ( ) [abstract] : String
net/thevpc/nuts/NDescriptorMailingList.getPost:()Ljava/lang/String;
NDescriptorMailingList.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NDescriptorMailingList.getProperties:()Ljava/util/Map;
NDescriptorMailingList.getSubscribe ( ) [abstract] : String
net/thevpc/nuts/NDescriptorMailingList.getSubscribe:()Ljava/lang/String;
NDescriptorMailingList.getUnsubscribe ( ) [abstract] : String
net/thevpc/nuts/NDescriptorMailingList.getUnsubscribe:()Ljava/lang/String;
NDescriptorMailingList.readOnly ( ) [abstract] : NDescriptorMailingList
net/thevpc/nuts/NDescriptorMailingList.readOnly:()Lnet/thevpc/nuts/NDescriptorMailingList;
nuts-0.8.4.jar,
NDescriptorMailingListBuilder.class
package net.thevpc.nuts
NDescriptorMailingListBuilder.build ( ) [abstract] : NDescriptorMailingList
net/thevpc/nuts/NDescriptorMailingListBuilder.build:()Lnet/thevpc/nuts/NDescriptorMailingList;
NDescriptorMailingListBuilder.copy ( ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.copy:()Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setArchive ( String p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setArchive:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setComments ( String p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setId ( String p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setName ( String p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setOtherArchives ( List<String> p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setOtherArchives:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setPost ( String p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setPost:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setSubscribe ( String p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setSubscribe:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setUnsubscribe ( String p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setUnsubscribe:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
nuts-0.8.4.jar,
NDescriptorOrganization.class
package net.thevpc.nuts
NDescriptorOrganization.builder ( ) [abstract] : NDescriptorOrganizationBuilder
net/thevpc/nuts/NDescriptorOrganization.builder:()Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
NDescriptorOrganization.getComments ( ) [abstract] : String
net/thevpc/nuts/NDescriptorOrganization.getComments:()Ljava/lang/String;
NDescriptorOrganization.getId ( ) [abstract] : String
net/thevpc/nuts/NDescriptorOrganization.getId:()Ljava/lang/String;
NDescriptorOrganization.getName ( ) [abstract] : String
net/thevpc/nuts/NDescriptorOrganization.getName:()Ljava/lang/String;
NDescriptorOrganization.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NDescriptorOrganization.getProperties:()Ljava/util/Map;
NDescriptorOrganization.getUrl ( ) [abstract] : String
net/thevpc/nuts/NDescriptorOrganization.getUrl:()Ljava/lang/String;
NDescriptorOrganization.readOnly ( ) [abstract] : NDescriptorOrganization
net/thevpc/nuts/NDescriptorOrganization.readOnly:()Lnet/thevpc/nuts/NDescriptorOrganization;
nuts-0.8.4.jar,
NDescriptorOrganizationBuilder.class
package net.thevpc.nuts
NDescriptorOrganizationBuilder.build ( ) [abstract] : NDescriptorOrganization
net/thevpc/nuts/NDescriptorOrganizationBuilder.build:()Lnet/thevpc/nuts/NDescriptorOrganization;
NDescriptorOrganizationBuilder.copy ( ) [abstract] : NDescriptorOrganizationBuilder
net/thevpc/nuts/NDescriptorOrganizationBuilder.copy:()Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
NDescriptorOrganizationBuilder.setComments ( String p1 ) [abstract] : NDescriptorOrganizationBuilder
net/thevpc/nuts/NDescriptorOrganizationBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
NDescriptorOrganizationBuilder.setId ( String p1 ) [abstract] : NDescriptorOrganizationBuilder
net/thevpc/nuts/NDescriptorOrganizationBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
NDescriptorOrganizationBuilder.setName ( String p1 ) [abstract] : NDescriptorOrganizationBuilder
net/thevpc/nuts/NDescriptorOrganizationBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
NDescriptorOrganizationBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NDescriptorOrganizationBuilder
net/thevpc/nuts/NDescriptorOrganizationBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
NDescriptorOrganizationBuilder.setUrl ( String p1 ) [abstract] : NDescriptorOrganizationBuilder
net/thevpc/nuts/NDescriptorOrganizationBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
nuts-0.8.4.jar,
NDescriptorParser.class
package net.thevpc.nuts
NDescriptorParser.getDescriptorStyle ( ) [abstract] : NDescriptorStyle
net/thevpc/nuts/NDescriptorParser.getDescriptorStyle:()Lnet/thevpc/nuts/NDescriptorStyle;
NDescriptorParser.of ( NSession session ) [static] : NDescriptorParser
net/thevpc/nuts/NDescriptorParser.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorParser;
NDescriptorParser.parse ( byte[ ] p1 ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDescriptorParser.parse:([B)Lnet/thevpc/nuts/util/NOptional;
NDescriptorParser.parse ( File p1 ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDescriptorParser.parse:(Ljava/io/File;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorParser.parse ( InputStream p1 ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDescriptorParser.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorParser.parse ( NPath p1 ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDescriptorParser.parse:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorParser.parse ( Path p1 ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDescriptorParser.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorParser.parse ( String p1 ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDescriptorParser.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorParser.parse ( URL p1 ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDescriptorParser.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorParser.setDescriptorStyle ( NDescriptorStyle p1 ) [abstract] : NDescriptorParser
net/thevpc/nuts/NDescriptorParser.setDescriptorStyle:(Lnet/thevpc/nuts/NDescriptorStyle;)Lnet/thevpc/nuts/NDescriptorParser;
NDescriptorParser.setSession ( NSession p1 ) [abstract] : NDescriptorParser
net/thevpc/nuts/NDescriptorParser.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorParser;
nuts-0.8.4.jar,
NDescriptorProperty.class
package net.thevpc.nuts
NDescriptorProperty.builder ( ) [abstract] : NDescriptorPropertyBuilder
net/thevpc/nuts/NDescriptorProperty.builder:()Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
NDescriptorProperty.getCondition ( ) [abstract] : NEnvCondition
net/thevpc/nuts/NDescriptorProperty.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
NDescriptorProperty.getName ( ) [abstract] : String
net/thevpc/nuts/NDescriptorProperty.getName:()Ljava/lang/String;
NDescriptorProperty.getValue ( ) [abstract] : NLiteral
net/thevpc/nuts/NDescriptorProperty.getValue:()Lnet/thevpc/nuts/util/NLiteral;
NDescriptorProperty.readOnly ( ) [abstract] : NDescriptorProperty
net/thevpc/nuts/NDescriptorProperty.readOnly:()Lnet/thevpc/nuts/NDescriptorProperty;
nuts-0.8.4.jar,
NDescriptorPropertyBuilder.class
package net.thevpc.nuts
NDescriptorPropertyBuilder.build ( ) [abstract] : NDescriptorProperty
net/thevpc/nuts/NDescriptorPropertyBuilder.build:()Lnet/thevpc/nuts/NDescriptorProperty;
NDescriptorPropertyBuilder.copy ( ) [abstract] : NDescriptorPropertyBuilder
net/thevpc/nuts/NDescriptorPropertyBuilder.copy:()Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
NDescriptorPropertyBuilder.setAll ( NDescriptorProperty p1 ) [abstract] : NDescriptorPropertyBuilder
net/thevpc/nuts/NDescriptorPropertyBuilder.setAll:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
NDescriptorPropertyBuilder.setCondition ( NEnvCondition p1 ) [abstract] : NDescriptorPropertyBuilder
net/thevpc/nuts/NDescriptorPropertyBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
NDescriptorPropertyBuilder.setName ( String p1 ) [abstract] : NDescriptorPropertyBuilder
net/thevpc/nuts/NDescriptorPropertyBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
NDescriptorPropertyBuilder.setValue ( String p1 ) [abstract] : NDescriptorPropertyBuilder
net/thevpc/nuts/NDescriptorPropertyBuilder.setValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
nuts-0.8.4.jar,
NDescriptorStyle.class
package net.thevpc.nuts
NDescriptorStyle.id ( ) : String
net/thevpc/nuts/NDescriptorStyle.id:()Ljava/lang/String;
NDescriptorStyle.parse ( String value ) [static] : NOptional<NDescriptorStyle>
net/thevpc/nuts/NDescriptorStyle.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorStyle.valueOf ( String name ) [static] : NDescriptorStyle
net/thevpc/nuts/NDescriptorStyle.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorStyle;
NDescriptorStyle.values ( ) [static] : NDescriptorStyle[ ]
net/thevpc/nuts/NDescriptorStyle.values:()[Lnet/thevpc/nuts/NDescriptorStyle;
nuts-0.8.4.jar,
NDesktopEnvironmentFamily.class
package net.thevpc.nuts.env
NDesktopEnvironmentFamily.id ( ) : String
net/thevpc/nuts/env/NDesktopEnvironmentFamily.id:()Ljava/lang/String;
NDesktopEnvironmentFamily.parse ( String value ) [static] : NOptional<NDesktopEnvironmentFamily>
net/thevpc/nuts/env/NDesktopEnvironmentFamily.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDesktopEnvironmentFamily.valueOf ( String name ) [static] : NDesktopEnvironmentFamily
net/thevpc/nuts/env/NDesktopEnvironmentFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NDesktopEnvironmentFamily;
NDesktopEnvironmentFamily.values ( ) [static] : NDesktopEnvironmentFamily[ ]
net/thevpc/nuts/env/NDesktopEnvironmentFamily.values:()[Lnet/thevpc/nuts/env/NDesktopEnvironmentFamily;
nuts-0.8.4.jar,
NDesktopIntegrationItem.class
package net.thevpc.nuts.env
NDesktopIntegrationItem.id ( ) : String
net/thevpc/nuts/env/NDesktopIntegrationItem.id:()Ljava/lang/String;
NDesktopIntegrationItem.parse ( String value ) [static] : NOptional<NDesktopIntegrationItem>
net/thevpc/nuts/env/NDesktopIntegrationItem.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDesktopIntegrationItem.valueOf ( String name ) [static] : NDesktopIntegrationItem
net/thevpc/nuts/env/NDesktopIntegrationItem.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NDesktopIntegrationItem;
NDesktopIntegrationItem.values ( ) [static] : NDesktopIntegrationItem[ ]
net/thevpc/nuts/env/NDesktopIntegrationItem.values:()[Lnet/thevpc/nuts/env/NDesktopIntegrationItem;
nuts-0.8.4.jar,
NDigest.class
package net.thevpc.nuts.io
NDigest.addSource ( NInputSource p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.addSource:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NDigest;
NDigest.algorithm ( String p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.algorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NDigest;
NDigest.computeBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/io/NDigest.computeBytes:()[B
NDigest.computeString ( ) [abstract] : String
net/thevpc/nuts/io/NDigest.computeString:()Ljava/lang/String;
NDigest.getAlgorithm ( ) [abstract] : String
net/thevpc/nuts/io/NDigest.getAlgorithm:()Ljava/lang/String;
NDigest.getSource ( ) [abstract] : List<NInputSource>
net/thevpc/nuts/io/NDigest.getSource:()Ljava/util/List;
NDigest.md5 ( ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.md5:()Lnet/thevpc/nuts/io/NDigest;
NDigest.of ( NSession session ) [static] : NDigest
net/thevpc/nuts/io/NDigest.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setAlgorithm ( String p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setAlgorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSession ( NSession p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( byte[ ] p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:([B)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( File p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( InputStream p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( NDescriptor p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( NInputSource p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( NPath p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( Path p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( URL p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/io/NDigest;
NDigest.sha1 ( ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.sha1:()Lnet/thevpc/nuts/io/NDigest;
NDigest.sha256 ( ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.sha256:()Lnet/thevpc/nuts/io/NDigest;
NDigest.writeHash ( OutputStream p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.writeHash:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NDigest;
nuts-0.8.4.jar,
NDuration.class
package net.thevpc.nuts.time
NDuration.add ( NDuration other ) : NDuration
net/thevpc/nuts/time/NDuration.add:(Lnet/thevpc/nuts/time/NDuration;)Lnet/thevpc/nuts/time/NDuration;
NDuration.firstNonZeroDown ( ChronoUnit unit ) : ChronoUnit
net/thevpc/nuts/time/NDuration.firstNonZeroDown:(Ljava/time/temporal/ChronoUnit;)Ljava/time/temporal/ChronoUnit;
NDuration.firstNonZeroUp ( ChronoUnit unit ) : ChronoUnit
net/thevpc/nuts/time/NDuration.firstNonZeroUp:(Ljava/time/temporal/ChronoUnit;)Ljava/time/temporal/ChronoUnit;
NDuration.formatter ( NSession session ) : NFormat
net/thevpc/nuts/time/NDuration.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NDuration.get ( ChronoUnit unit ) : long
net/thevpc/nuts/time/NDuration.get:(Ljava/time/temporal/ChronoUnit;)J
NDuration.getAs ( ChronoUnit unit ) : long
net/thevpc/nuts/time/NDuration.getAs:(Ljava/time/temporal/ChronoUnit;)J
NDuration.getDays ( ) : long
net/thevpc/nuts/time/NDuration.getDays:()J
NDuration.getHours ( ) : long
net/thevpc/nuts/time/NDuration.getHours:()J
NDuration.getLargestUnit ( ) : ChronoUnit
net/thevpc/nuts/time/NDuration.getLargestUnit:()Ljava/time/temporal/ChronoUnit;
NDuration.getMicros ( ) : long
net/thevpc/nuts/time/NDuration.getMicros:()J
NDuration.getMilliSeconds ( ) : long
net/thevpc/nuts/time/NDuration.getMilliSeconds:()J
NDuration.getMinutes ( ) : long
net/thevpc/nuts/time/NDuration.getMinutes:()J
NDuration.getMonths ( ) : long
net/thevpc/nuts/time/NDuration.getMonths:()J
NDuration.getNanos ( ) : long
net/thevpc/nuts/time/NDuration.getNanos:()J
NDuration.getSeconds ( ) : long
net/thevpc/nuts/time/NDuration.getSeconds:()J
NDuration.getSmallestUnit ( ) : ChronoUnit
net/thevpc/nuts/time/NDuration.getSmallestUnit:()Ljava/time/temporal/ChronoUnit;
NDuration.getTimeAsDays ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsDays:()J
NDuration.getTimeAsDoubleSeconds ( ) : double
net/thevpc/nuts/time/NDuration.getTimeAsDoubleSeconds:()D
NDuration.getTimeAsHours ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsHours:()J
NDuration.getTimeAsMicros ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsMicros:()J
NDuration.getTimeAsMillis ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsMillis:()J
NDuration.getTimeAsMinutes ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsMinutes:()J
NDuration.getTimeAsMonths ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsMonths:()J
NDuration.getTimeAsNanos ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsNanos:()J
NDuration.getTimeAsSeconds ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsSeconds:()J
NDuration.getTimeAsWeeks ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsWeeks:()J
NDuration.getTimeAsYears ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsYears:()J
NDuration.getTimeMillis ( ) : long
net/thevpc/nuts/time/NDuration.getTimeMillis:()J
NDuration.getTimeNanos ( ) : int
net/thevpc/nuts/time/NDuration.getTimeNanos:()I
NDuration.getWeeks ( ) : long
net/thevpc/nuts/time/NDuration.getWeeks:()J
NDuration.getYears ( ) : long
net/thevpc/nuts/time/NDuration.getYears:()J
NDuration.isZero ( ) : boolean
net/thevpc/nuts/time/NDuration.isZero:()Z
NDuration.isZeroDown ( ChronoUnit unit ) : boolean
net/thevpc/nuts/time/NDuration.isZeroDown:(Ljava/time/temporal/ChronoUnit;)Z
NDuration.isZeroUp ( ChronoUnit unit ) : boolean
net/thevpc/nuts/time/NDuration.isZeroUp:(Ljava/time/temporal/ChronoUnit;)Z
NDuration.mul ( double other ) : NDuration
net/thevpc/nuts/time/NDuration.mul:(D)Lnet/thevpc/nuts/time/NDuration;
NDuration.mul ( long other ) : NDuration
net/thevpc/nuts/time/NDuration.mul:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.NDuration ( long timeMillis, int timeNanos )
net/thevpc/nuts/time/NDuration."<init>":(JI)V
NDuration.NDuration ( long timeMillis, int timeNanos, ChronoUnit smallestUnit, ChronoUnit largestUnit )
net/thevpc/nuts/time/NDuration."<init>":(JILjava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)V
NDuration.NDuration ( long years, long months, long weeks, long days, long hours, long minutes, long seconds, long milliSeconds, long micros, long nanos, ChronoUnit smallestUnit, ChronoUnit largestUnit )
net/thevpc/nuts/time/NDuration."<init>":(JJJJJJJJJJLjava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)V
NDuration.NDuration ( long[ ] values, ChronoUnit smallestUnit, ChronoUnit largestUnit )
net/thevpc/nuts/time/NDuration."<init>":([JLjava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)V
NDuration.neg ( ) : NDuration
net/thevpc/nuts/time/NDuration.neg:()Lnet/thevpc/nuts/time/NDuration;
NDuration.normalize ( ) : NDuration
net/thevpc/nuts/time/NDuration.normalize:()Lnet/thevpc/nuts/time/NDuration;
NDuration.of ( long[ ] values ) [static] : NDuration
net/thevpc/nuts/time/NDuration.of:([J)Lnet/thevpc/nuts/time/NDuration;
NDuration.of ( long[ ] values, ChronoUnit smallestUnit, ChronoUnit largestUnit ) [static] : NDuration
net/thevpc/nuts/time/NDuration.of:([JLjava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofDays ( long durationDays ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofDays:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofDaysOnly ( long durationDays ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofDaysOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofDuration ( Duration duration ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofDuration:(Ljava/time/Duration;)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofHours ( long durationHours ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofHours:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofHoursOnly ( long durationHours ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofHoursOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMillis ( long durationMillis ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMillis:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMillis ( long durationMillis, ChronoUnit smallestUnit, ChronoUnit largestUnit ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMillis:(JLjava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMillisAndNanos ( long durationMillis, int nanos ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMillisAndNanos:(JI)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMillisOnly ( long durationMillis ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMillisOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMinutes ( long durationMinutes ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMinutes:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMinutesOnly ( long durationMinutes ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMinutesOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMonth ( long durationMonths ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMonth:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMonthOnly ( long durationMonths ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMonthOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofNanos ( long durationNanos ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofNanos:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofNanos ( long durationNanos, ChronoUnit smallestUnit, ChronoUnit largestUnit ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofNanos:(JLjava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofNanosOnly ( long durationNanos ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofNanosOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofSeconds ( long durationSeconds ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofSeconds:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofSecondsAndNanos ( long durationSeconds, long nanos ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofSecondsAndNanos:(JJ)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofSecondsOnly ( long durationSeconds ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofSecondsOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofUnit ( long durationInUnit, ChronoUnit unit ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofUnit:(JLjava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofUnitOnly ( long durationInUnit, ChronoUnit unit ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofUnitOnly:(JLjava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofWeeks ( long durationWeeks ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofWeeks:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofWeeksOnly ( long durationWeeks ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofWeeksOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofYears ( long durationYears ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofYears:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofYearsOnly ( long durationYears ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofYearsOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.subtract ( NDuration other ) : NDuration
net/thevpc/nuts/time/NDuration.subtract:(Lnet/thevpc/nuts/time/NDuration;)Lnet/thevpc/nuts/time/NDuration;
NDuration.toDuration ( ) : Duration
net/thevpc/nuts/time/NDuration.toDuration:()Ljava/time/Duration;
NDuration.toString ( ) : String
net/thevpc/nuts/time/NDuration.toString:()Ljava/lang/String;
NDuration.toString ( NDurationFormatMode formatMode ) : String
net/thevpc/nuts/time/NDuration.toString:(Lnet/thevpc/nuts/time/NDurationFormatMode;)Ljava/lang/String;
NDuration.toUnitsArray ( ) : long[ ]
net/thevpc/nuts/time/NDuration.toUnitsArray:()[J
NDuration.withLargestUnit ( ChronoUnit largestUnit ) : NDuration
net/thevpc/nuts/time/NDuration.withLargestUnit:(Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
NDuration.withSmallestUnit ( ChronoUnit smallestUnit ) : NDuration
net/thevpc/nuts/time/NDuration.withSmallestUnit:(Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
NDuration.withUnits ( ChronoUnit smallestUnit, ChronoUnit largestUnit ) : NDuration
net/thevpc/nuts/time/NDuration.withUnits:(Ljava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
nuts-0.8.4.jar,
NDurationFormatMode.class
package net.thevpc.nuts.time
NDurationFormatMode.id ( ) : String
net/thevpc/nuts/time/NDurationFormatMode.id:()Ljava/lang/String;
NDurationFormatMode.parse ( String value ) [static] : NOptional<NDurationFormatMode>
net/thevpc/nuts/time/NDurationFormatMode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDurationFormatMode.valueOf ( String name ) [static] : NDurationFormatMode
net/thevpc/nuts/time/NDurationFormatMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/time/NDurationFormatMode;
NDurationFormatMode.values ( ) [static] : NDurationFormatMode[ ]
net/thevpc/nuts/time/NDurationFormatMode.values:()[Lnet/thevpc/nuts/time/NDurationFormatMode;
nuts-0.8.4.jar,
NEDesc.class
package net.thevpc.nuts.elem
NEDesc.describeResolveOr ( Object o, NSession session, Supplier<NElement> d ) [static] : NElement
net/thevpc/nuts/elem/NEDesc.describeResolveOr:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/elem/NElement;
NEDesc.describeResolveOrDestruct ( Object o, NSession session ) [static] : NElement
net/thevpc/nuts/elem/NEDesc.describeResolveOrDestruct:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NEDesc.describeResolveOrDestructAsObject ( Object o, NSession session ) [static] : NObjectElement
net/thevpc/nuts/elem/NEDesc.describeResolveOrDestructAsObject:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NObjectElement;
NEDesc.describeResolveOrNull ( Object o, NSession session ) [static] : NElement
net/thevpc/nuts/elem/NEDesc.describeResolveOrNull:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NEDesc.describeResolveOrToString ( Object o, NSession session ) [static] : NElement
net/thevpc/nuts/elem/NEDesc.describeResolveOrToString:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NEDesc.isSupported ( Object o ) [static] : boolean
net/thevpc/nuts/elem/NEDesc.isSupported:(Ljava/lang/Object;)Z
NEDesc.of ( Function<NSession,NElement> f ) [static] : NEDesc
net/thevpc/nuts/elem/NEDesc.of:(Ljava/util/function/Function;)Lnet/thevpc/nuts/elem/NEDesc;
NEDesc.of ( NElement element ) [static] : NEDesc
net/thevpc/nuts/elem/NEDesc.of:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NEDesc;
NEDesc.of ( String name ) [static] : NEDesc
net/thevpc/nuts/elem/NEDesc.of:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NEDesc;
NEDesc.ofLateString ( Supplier<String> name ) [static] : NEDesc
net/thevpc/nuts/elem/NEDesc.ofLateString:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/elem/NEDesc;
NEDesc.ofLateToString ( Object any ) [static] : NEDesc
net/thevpc/nuts/elem/NEDesc.ofLateToString:(Ljava/lang/Object;)Lnet/thevpc/nuts/elem/NEDesc;
NEDesc.ofPossibleDescribable ( Object any ) [static] : NEDesc
net/thevpc/nuts/elem/NEDesc.ofPossibleDescribable:(Ljava/lang/Object;)Lnet/thevpc/nuts/elem/NEDesc;
NEDesc.safeDescribe ( NSession session, NEDesc... descriptions ) [static] : NElement
net/thevpc/nuts/elem/NEDesc.safeDescribe:(Lnet/thevpc/nuts/NSession;[Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/elem/NElement;
NEDesc.safeDescribeOfBase ( NSession session, NEDesc description, Object base ) [static] : NElement
net/thevpc/nuts/elem/NEDesc.safeDescribeOfBase:(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/elem/NEDesc;Ljava/lang/Object;)Lnet/thevpc/nuts/elem/NElement;
nuts-0.8.4.jar,
NElement.class
package net.thevpc.nuts.elem
NElement.asArray ( ) [abstract] : NOptional<NArrayElement>
net/thevpc/nuts/elem/NElement.asArray:()Lnet/thevpc/nuts/util/NOptional;
NElement.asCustom ( ) [abstract] : NOptional<NCustomElement>
net/thevpc/nuts/elem/NElement.asCustom:()Lnet/thevpc/nuts/util/NOptional;
NElement.asNavigatable ( ) [abstract] : NOptional<NNavigatableElement>
net/thevpc/nuts/elem/NElement.asNavigatable:()Lnet/thevpc/nuts/util/NOptional;
NElement.asObject ( ) [abstract] : NOptional<NObjectElement>
net/thevpc/nuts/elem/NElement.asObject:()Lnet/thevpc/nuts/util/NOptional;
NElement.asPrimitive ( ) [abstract] : NOptional<NPrimitiveElement>
net/thevpc/nuts/elem/NElement.asPrimitive:()Lnet/thevpc/nuts/util/NOptional;
NElement.isArray ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElement.isArray:()Z
NElement.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElement.isBlank:()Z
NElement.isCustom ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElement.isCustom:()Z
NElement.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElement.isEmpty:()Z
NElement.isObject ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElement.isObject:()Z
NElement.isPrimitive ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElement.isPrimitive:()Z
NElement.type ( ) [abstract] : NElementType
net/thevpc/nuts/elem/NElement.type:()Lnet/thevpc/nuts/elem/NElementType;
nuts-0.8.4.jar,
NElementBuilder.class
package net.thevpc.nuts.elem
NElementBuilder.build ( ) [abstract] : NElement
net/thevpc/nuts/elem/NElementBuilder.build:()Lnet/thevpc/nuts/elem/NElement;
NElementBuilder.type ( ) [abstract] : NElementType
net/thevpc/nuts/elem/NElementBuilder.type:()Lnet/thevpc/nuts/elem/NElementType;
nuts-0.8.4.jar,
NElementDescribable.class
package net.thevpc.nuts.elem
NElementDescribable<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/elem/NElementDescribable.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NElementDescribable<T>.withDesc ( NEDesc p1 ) [abstract] : T
net/thevpc/nuts/elem/NElementDescribable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NElementEntry.class
package net.thevpc.nuts.elem
NElementEntry.getKey ( ) [abstract] : NElement
net/thevpc/nuts/elem/NElementEntry.getKey:()Lnet/thevpc/nuts/elem/NElement;
NElementEntry.getValue ( ) [abstract] : NElement
net/thevpc/nuts/elem/NElementEntry.getValue:()Lnet/thevpc/nuts/elem/NElement;
nuts-0.8.4.jar,
NElementFactoryContext.class
package net.thevpc.nuts.elem
NElementFactoryContext.defaultDestruct ( Object p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/elem/NElementFactoryContext.defaultDestruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NElementFactoryContext.defaultElementToObject ( NElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElementFactoryContext.defaultElementToObject:(Lnet/thevpc/nuts/elem/NElement;Ljava/lang/Class;)Ljava/lang/Object;
NElementFactoryContext.defaultElementToObject ( NElement p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/elem/NElementFactoryContext.defaultElementToObject:(Lnet/thevpc/nuts/elem/NElement;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NElementFactoryContext.defaultObjectToElement ( Object p1, Type p2 ) [abstract] : NElement
net/thevpc/nuts/elem/NElementFactoryContext.defaultObjectToElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/elem/NElement;
NElementFactoryContext.destruct ( Object p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/elem/NElementFactoryContext.destruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NElementFactoryContext.elem ( ) [abstract] : NElements
net/thevpc/nuts/elem/NElementFactoryContext.elem:()Lnet/thevpc/nuts/elem/NElements;
NElementFactoryContext.elementToObject ( NElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElementFactoryContext.elementToObject:(Lnet/thevpc/nuts/elem/NElement;Ljava/lang/Class;)Ljava/lang/Object;
NElementFactoryContext.elementToObject ( NElement p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/elem/NElementFactoryContext.elementToObject:(Lnet/thevpc/nuts/elem/NElement;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NElementFactoryContext.getIndestructibleObjects ( ) [abstract] : Predicate<Class>
net/thevpc/nuts/elem/NElementFactoryContext.getIndestructibleObjects:()Ljava/util/function/Predicate;
NElementFactoryContext.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/elem/NElementFactoryContext.getProperties:()Ljava/util/Map;
NElementFactoryContext.getReflectRepository ( ) [abstract] : NReflectRepository
net/thevpc/nuts/elem/NElementFactoryContext.getReflectRepository:()Lnet/thevpc/nuts/reflect/NReflectRepository;
NElementFactoryContext.getSession ( ) [abstract] : NSession
net/thevpc/nuts/elem/NElementFactoryContext.getSession:()Lnet/thevpc/nuts/NSession;
NElementFactoryContext.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElementFactoryContext.isNtf:()Z
NElementFactoryContext.objectToElement ( Object p1, Type p2 ) [abstract] : NElement
net/thevpc/nuts/elem/NElementFactoryContext.objectToElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/elem/NElement;
nuts-0.8.4.jar,
NElementMapper.class
package net.thevpc.nuts.elem
NElementMapper<T>.createElement ( T p1, Type p2, NElementFactoryContext p3 ) [abstract] : NElement
net/thevpc/nuts/elem/NElementMapper.createElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/elem/NElementFactoryContext;)Lnet/thevpc/nuts/elem/NElement;
NElementMapper<T>.createObject ( NElement p1, Type p2, NElementFactoryContext p3 ) [abstract] : T
net/thevpc/nuts/elem/NElementMapper.createObject:(Lnet/thevpc/nuts/elem/NElement;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/elem/NElementFactoryContext;)Ljava/lang/Object;
NElementMapper<T>.destruct ( T p1, Type p2, NElementFactoryContext p3 ) [abstract] : Object
net/thevpc/nuts/elem/NElementMapper.destruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/elem/NElementFactoryContext;)Ljava/lang/Object;
nuts-0.8.4.jar,
NElementNotFoundException.class
package net.thevpc.nuts.elem
NElementNotFoundException.NElementNotFoundException ( NSession session, NMsg message )
net/thevpc/nuts/elem/NElementNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NElementNotFoundException.NElementNotFoundException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/elem/NElementNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NElementNotFoundException.NElementNotFoundException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/elem/NElementNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NElementPath.class
package net.thevpc.nuts.elem
NElementPath.filter ( List<NElement> p1 ) [abstract] : List<NElement>
net/thevpc/nuts/elem/NElementPath.filter:(Ljava/util/List;)Ljava/util/List;
NElementPath.filter ( NElement p1 ) [abstract] : List<NElement>
net/thevpc/nuts/elem/NElementPath.filter:(Lnet/thevpc/nuts/elem/NElement;)Ljava/util/List;
nuts-0.8.4.jar,
NElements.class
package net.thevpc.nuts.elem
NElements.compilePath ( String p1 ) [abstract] : NElementPath
net/thevpc/nuts/elem/NElements.compilePath:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NElementPath;
NElements.configure ( boolean p1, String... p2 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/elem/NElements;
NElements.configure ( boolean p1, String[ ] p2 ) : NContentTypeFormat
net/thevpc/nuts/elem/NElements.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NElements.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/elem/NElements.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NElements.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/elem/NElements.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NElements.convert ( Object p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.convert:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
NElements.destruct ( Object p1 ) [abstract] : Object
net/thevpc/nuts/elem/NElements.destruct:(Ljava/lang/Object;)Ljava/lang/Object;
NElements.fromElement ( NElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.fromElement:(Lnet/thevpc/nuts/elem/NElement;Ljava/lang/Class;)Ljava/lang/Object;
NElements.getContentType ( ) [abstract] : NContentType
net/thevpc/nuts/elem/NElements.getContentType:()Lnet/thevpc/nuts/format/NContentType;
NElements.getIndestructibleObjects ( ) [abstract] : Predicate<Class>
net/thevpc/nuts/elem/NElements.getIndestructibleObjects:()Ljava/util/function/Predicate;
NElements.getProgressFactory ( ) [abstract] : NProgressFactory
net/thevpc/nuts/elem/NElements.getProgressFactory:()Lnet/thevpc/nuts/time/NProgressFactory;
NElements.getValue ( ) [abstract] : Object
net/thevpc/nuts/elem/NElements.getValue:()Ljava/lang/Object;
NElements.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElements.isCompact:()Z
NElements.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElements.isLogProgress:()Z
NElements.isTraceProgress ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElements.isTraceProgress:()Z
NElements.iter ( NPrintStream p1 ) [abstract] : NIterableFormat
net/thevpc/nuts/elem/NElements.iter:(Lnet/thevpc/nuts/io/NPrintStream;)Lnet/thevpc/nuts/format/NIterableFormat;
NElements.json ( ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.json:()Lnet/thevpc/nuts/elem/NElements;
NElements.of ( NSession session ) [static] : NElements
net/thevpc/nuts/elem/NElements.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElements;
NElements.ofArray ( ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NElements.ofArray:()Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NElements.ofBoolean ( boolean p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofBoolean:(Z)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofBoolean ( String p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofBoolean:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofByte ( Byte p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofByte:(Ljava/lang/Byte;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofCustom ( Object p1 ) [abstract] : NCustomElement
net/thevpc/nuts/elem/NElements.ofCustom:(Ljava/lang/Object;)Lnet/thevpc/nuts/elem/NCustomElement;
NElements.ofDouble ( Double p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofDouble:(Ljava/lang/Double;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofEmptyArray ( ) [abstract] : NArrayElement
net/thevpc/nuts/elem/NElements.ofEmptyArray:()Lnet/thevpc/nuts/elem/NArrayElement;
NElements.ofEmptyObject ( ) [abstract] : NObjectElement
net/thevpc/nuts/elem/NElements.ofEmptyObject:()Lnet/thevpc/nuts/elem/NObjectElement;
NElements.ofEntry ( NElement p1, NElement p2 ) [abstract] : NElementEntry
net/thevpc/nuts/elem/NElements.ofEntry:(Lnet/thevpc/nuts/elem/NElement;Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NElementEntry;
NElements.ofFalse ( ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofFalse:()Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofFloat ( Float p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofFloat:(Ljava/lang/Float;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofFloat ( Short p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofFloat:(Ljava/lang/Short;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofInstant ( Date p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofInstant:(Ljava/util/Date;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofInstant ( Instant p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofInstant:(Ljava/time/Instant;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofInstant ( String p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofInstant:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofInt ( Integer p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofInt:(Ljava/lang/Integer;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofLong ( Long p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofLong:(Ljava/lang/Long;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofNull ( ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofNull:()Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofNumber ( Number p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofNumber:(Ljava/lang/Number;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofNumber ( String p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofNumber:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofObject ( ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NElements.ofObject:()Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NElements.ofString ( String p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofString:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofTrue ( ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofTrue:()Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.parse ( byte[ ] p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:([B)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( byte[ ] p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:([BLjava/lang/Class;)Ljava/lang/Object;
NElements.parse ( File p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:(Ljava/io/File;)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( File p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:(Ljava/io/File;Ljava/lang/Class;)Ljava/lang/Object;
NElements.parse ( InputStream p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( InputStream p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:(Ljava/io/InputStream;Ljava/lang/Class;)Ljava/lang/Object;
NElements.parse ( NPath p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( NPath p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:(Lnet/thevpc/nuts/io/NPath;Ljava/lang/Class;)Ljava/lang/Object;
NElements.parse ( Path p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( Path p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:(Ljava/nio/file/Path;Ljava/lang/Class;)Ljava/lang/Object;
NElements.parse ( Reader p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( Reader p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:(Ljava/io/Reader;Ljava/lang/Class;)Ljava/lang/Object;
NElements.parse ( String p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( String p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
NElements.parse ( URL p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( URL p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:(Ljava/net/URL;Ljava/lang/Class;)Ljava/lang/Object;
NElements.setCompact ( boolean p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setCompact:(Z)Lnet/thevpc/nuts/elem/NElements;
NElements.setContentType ( NContentType p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setContentType:(Lnet/thevpc/nuts/format/NContentType;)Lnet/thevpc/nuts/elem/NElements;
NElements.setIndestructibleFormat ( ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setIndestructibleFormat:()Lnet/thevpc/nuts/elem/NElements;
NElements.setIndestructibleObjects ( Predicate<Class> p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setIndestructibleObjects:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/elem/NElements;
NElements.setLogProgress ( boolean p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setLogProgress:(Z)Lnet/thevpc/nuts/elem/NElements;
NElements.setMapper ( Class<T> p1, NElementMapper<T> p2 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setMapper:(Ljava/lang/Class;Lnet/thevpc/nuts/elem/NElementMapper;)Lnet/thevpc/nuts/elem/NElements;
NElements.setNtf ( boolean p1 ) : NContentTypeFormat
net/thevpc/nuts/elem/NElements.setNtf:(Z)Lnet/thevpc/nuts/format/NContentTypeFormat;
NElements.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/elem/NElements.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NElements.setNtf ( boolean p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setNtf:(Z)Lnet/thevpc/nuts/elem/NElements;
NElements.setProgressFactory ( NProgressFactory p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setProgressFactory:(Lnet/thevpc/nuts/time/NProgressFactory;)Lnet/thevpc/nuts/elem/NElements;
NElements.setSession ( NSession p1 ) : NContentTypeFormat
net/thevpc/nuts/elem/NElements.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NElements.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/elem/NElements.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NElements.setSession ( NSession p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElements;
NElements.setTraceProgress ( boolean p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setTraceProgress:(Z)Lnet/thevpc/nuts/elem/NElements;
NElements.setValue ( Object p1 ) : NContentTypeFormat
net/thevpc/nuts/elem/NElements.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NElements.setValue ( Object p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/elem/NElements;
NElements.toElement ( Object p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.toElement:(Ljava/lang/Object;)Lnet/thevpc/nuts/elem/NElement;
nuts-0.8.4.jar,
NElementType.class
package net.thevpc.nuts.elem
NElementType.id ( ) : String
net/thevpc/nuts/elem/NElementType.id:()Ljava/lang/String;
NElementType.isNumber ( ) : boolean
net/thevpc/nuts/elem/NElementType.isNumber:()Z
NElementType.isPrimitive ( ) : boolean
net/thevpc/nuts/elem/NElementType.isPrimitive:()Z
NElementType.parse ( String value ) [static] : NOptional<NElementType>
net/thevpc/nuts/elem/NElementType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NElementType.valueOf ( String name ) [static] : NElementType
net/thevpc/nuts/elem/NElementType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NElementType;
NElementType.values ( ) [static] : NElementType[ ]
net/thevpc/nuts/elem/NElementType.values:()[Lnet/thevpc/nuts/elem/NElementType;
nuts-0.8.4.jar,
NEnum.class
package net.thevpc.nuts.util
NEnum.id ( ) [abstract] : String
net/thevpc/nuts/util/NEnum.id:()Ljava/lang/String;
NEnum.parse ( Class<T> type, String value ) [static] : NOptional<T>
net/thevpc/nuts/util/NEnum.parse:(Ljava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NEnumSet.class
package net.thevpc.nuts.util
NEnumSet<T>.add ( T any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.add:(Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.addAll ( Collection<T> any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.addAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.addAll ( NEnumSet<T> other ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.addAll:(Lnet/thevpc/nuts/util/NEnumSet;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.addAll ( T... any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.addAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.allOf ( Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.allOf:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.allOfType ( Class<V> setType, Class<T> type ) [static] : V
net/thevpc/nuts/util/NEnumSet.allOfType:(Ljava/lang/Class;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.allOfType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.allOfType:(Lnet/thevpc/nuts/util/NFunction2;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.bits ( ) : long
net/thevpc/nuts/util/NEnumSet.bits:()J
NEnumSet<T>.bitSet ( ) : BitSet
net/thevpc/nuts/util/NEnumSet.bitSet:()Ljava/util/BitSet;
NEnumSet<T>.complement ( ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.complement:()Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.contains ( T any ) : boolean
net/thevpc/nuts/util/NEnumSet.contains:(Ljava/lang/Enum;)Z
NEnumSet<T>.containsAll ( Collection<T> any ) : boolean
net/thevpc/nuts/util/NEnumSet.containsAll:(Ljava/util/Collection;)Z
NEnumSet<T>.containsAll ( T... any ) : boolean
net/thevpc/nuts/util/NEnumSet.containsAll:([Ljava/lang/Enum;)Z
NEnumSet<T>.containsAny ( Collection<T> any ) : boolean
net/thevpc/nuts/util/NEnumSet.containsAny:(Ljava/util/Collection;)Z
NEnumSet<T>.containsAny ( T... any ) : boolean
net/thevpc/nuts/util/NEnumSet.containsAny:([Ljava/lang/Enum;)Z
NEnumSet<T>.containsNone ( Collection<T> any ) : boolean
net/thevpc/nuts/util/NEnumSet.containsNone:(Ljava/util/Collection;)Z
NEnumSet<T>.containsNone ( T... any ) : boolean
net/thevpc/nuts/util/NEnumSet.containsNone:([Ljava/lang/Enum;)Z
NEnumSet<T>.equals ( Object o ) : boolean
net/thevpc/nuts/util/NEnumSet.equals:(Ljava/lang/Object;)Z
NEnumSet<T>.getMaxSize ( ) : int
net/thevpc/nuts/util/NEnumSet.getMaxSize:()I
NEnumSet<T>.hashCode ( ) : int
net/thevpc/nuts/util/NEnumSet.hashCode:()I
NEnumSet<T>.isEmpty ( ) : boolean
net/thevpc/nuts/util/NEnumSet.isEmpty:()Z
NEnumSet<T>.isFull ( ) : boolean
net/thevpc/nuts/util/NEnumSet.isFull:()Z
NEnumSet<T>.iterator ( ) : Iterator<T>
net/thevpc/nuts/util/NEnumSet.iterator:()Ljava/util/Iterator;
NEnumSet<T>.NEnumSet<T> ( Set<T> values, Class<T> type, NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr )
net/thevpc/nuts/util/NEnumSet."<init>":(Ljava/util/Set;Ljava/lang/Class;Lnet/thevpc/nuts/util/NFunction2;)V
NEnumSet<T>.noneOf ( Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.noneOf:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.noneOfType ( Class<V> setType, Class<T> type ) [static] : V
net/thevpc/nuts/util/NEnumSet.noneOfType:(Ljava/lang/Class;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.noneOfType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.noneOfType:(Lnet/thevpc/nuts/util/NFunction2;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.of ( Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.of:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.of ( Collection<T> value ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.of:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.of ( Collection<T> value, Class<T> tt ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.of:(Ljava/util/Collection;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.of ( T value ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.of:(Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.of ( T... value ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.of:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.of ( T[ ] value, Class<T> tt ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.of:([Ljava/lang/Enum;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofBitSet ( BigInteger bits, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofBitSet:(Ljava/math/BigInteger;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofBitSet ( BitSet bits, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofBitSet:(Ljava/util/BitSet;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofBitSet ( long bits, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofBitSet:(JLjava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( Class<V> setType, Class<T> valueType ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofType:(Ljava/lang/Class;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( Class<V> setType, Collection<T> value ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofType:(Ljava/lang/Class;Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( Class<V> setType, Collection<T> value, Class<T> tt ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofType:(Ljava/lang/Class;Ljava/util/Collection;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( Class<V> setType, T value ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofType:(Ljava/lang/Class;Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( Class<V> setType, T... value ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofType:(Ljava/lang/Class;[Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( Class<V> setType, T[ ] value, Class<T> tt ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofType:(Ljava/lang/Class;[Ljava/lang/Enum;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, Collection<T> value ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofType:(Lnet/thevpc/nuts/util/NFunction2;Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, Collection<T> value, Class<T> tt ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofType:(Lnet/thevpc/nuts/util/NFunction2;Ljava/util/Collection;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, T value ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofType:(Lnet/thevpc/nuts/util/NFunction2;Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, T... value ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofType:(Lnet/thevpc/nuts/util/NFunction2;[Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, T[ ] value, Class<T> tt ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofType:(Lnet/thevpc/nuts/util/NFunction2;[Ljava/lang/Enum;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> setType, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofType:(Lnet/thevpc/nuts/util/NFunction2;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofTypeBitSet ( Class<V> setType, BigInteger bits, Class<T> type ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofTypeBitSet:(Ljava/lang/Class;Ljava/math/BigInteger;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofTypeBitSet ( Class<V> setType, BitSet bits, Class<T> type ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofTypeBitSet:(Ljava/lang/Class;Ljava/util/BitSet;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofTypeBitSet ( Class<V> setType, long bits, Class<T> type ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofTypeBitSet:(Ljava/lang/Class;JLjava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofTypeBitSet ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, BigInteger bits, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofTypeBitSet:(Lnet/thevpc/nuts/util/NFunction2;Ljava/math/BigInteger;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofTypeBitSet ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, BitSet bits, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofTypeBitSet:(Lnet/thevpc/nuts/util/NFunction2;Ljava/util/BitSet;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofTypeBitSet ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, long bits, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofTypeBitSet:(Lnet/thevpc/nuts/util/NFunction2;JLjava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.parse ( String value, Class<T> type ) [static] : NOptional<NEnumSet<T>>
net/thevpc/nuts/util/NEnumSet.parse:(Ljava/lang/String;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NEnumSet<T>.parseType ( Class<V> setType, String value, Class<T> type ) [static] : NOptional<V>
net/thevpc/nuts/util/NEnumSet.parseType:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NEnumSet<T>.parseType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> setType, String value, Class<T> type ) [static] : NOptional<NEnumSet<T>>
net/thevpc/nuts/util/NEnumSet.parseType:(Lnet/thevpc/nuts/util/NFunction2;Ljava/lang/String;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NEnumSet<T>.remove ( T any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.remove:(Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.removeAll ( Collection<T> any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.removeAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.removeAll ( T... any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.removeAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.retainAll ( Collection<T> any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.retainAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.retainAll ( T... any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.retainAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.size ( ) : int
net/thevpc/nuts/util/NEnumSet.size:()I
NEnumSet<T>.stream ( ) : Stream<T>
net/thevpc/nuts/util/NEnumSet.stream:()Ljava/util/stream/Stream;
NEnumSet<T>.toArray ( ) : T[ ]
net/thevpc/nuts/util/NEnumSet.toArray:()[Ljava/lang/Enum;
NEnumSet<T>.toSet ( ) : Set<T>
net/thevpc/nuts/util/NEnumSet.toSet:()Ljava/util/Set;
NEnumSet<T>.toString ( ) : String
net/thevpc/nuts/util/NEnumSet.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NEnumSetBase.class
package net.thevpc.nuts.util
NEnumSetBase<T,V>.add ( Enum p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.add:(Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.add ( T any ) : V
net/thevpc/nuts/util/NEnumSetBase.add:(Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.addAll ( Collection p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.addAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.addAll ( Collection<T> any ) : V
net/thevpc/nuts/util/NEnumSetBase.addAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.addAll ( Enum[ ] p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.addAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.addAll ( T... any ) : V
net/thevpc/nuts/util/NEnumSetBase.addAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.complement ( ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.complement:()Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.complement ( ) : V
net/thevpc/nuts/util/NEnumSetBase.complement:()Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.NEnumSetBase<T,V> ( Set<T> values, Class<T> type, NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr )
net/thevpc/nuts/util/NEnumSetBase."<init>":(Ljava/util/Set;Ljava/lang/Class;Lnet/thevpc/nuts/util/NFunction2;)V
NEnumSetBase<T,V>.remove ( Enum p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.remove:(Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.remove ( T any ) : V
net/thevpc/nuts/util/NEnumSetBase.remove:(Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.removeAll ( Collection p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.removeAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.removeAll ( Collection<T> any ) : V
net/thevpc/nuts/util/NEnumSetBase.removeAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.removeAll ( Enum[ ] p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.removeAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.removeAll ( T... any ) : V
net/thevpc/nuts/util/NEnumSetBase.removeAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.retainAll ( Collection p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.retainAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.retainAll ( Collection<T> any ) : V
net/thevpc/nuts/util/NEnumSetBase.retainAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.retainAll ( Enum[ ] p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.retainAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.retainAll ( T... any ) : V
net/thevpc/nuts/util/NEnumSetBase.retainAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSetBase;
nuts-0.8.4.jar,
NEnumUtils.class
package net.thevpc.nuts.util
NEnumUtils.parseEnum ( String value, Class<T> type ) [static] : NOptional<T>
net/thevpc/nuts/util/NEnumUtils.parseEnum:(Ljava/lang/String;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NEnumUtils.parseEnum ( String value, Class<T> type, Function<NEnumUtils.EnumValue,NOptional<T>> mapper ) [static] : NOptional<T>
net/thevpc/nuts/util/NEnumUtils.parseEnum:(Ljava/lang/String;Ljava/lang/Class;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NEnvCondition.class
package net.thevpc.nuts
NEnvCondition.builder ( ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvCondition.builder:()Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvCondition.getArch ( ) [abstract] : List<String>
net/thevpc/nuts/NEnvCondition.getArch:()Ljava/util/List;
NEnvCondition.getDesktopEnvironment ( ) [abstract] : List<String>
net/thevpc/nuts/NEnvCondition.getDesktopEnvironment:()Ljava/util/List;
NEnvCondition.getOs ( ) [abstract] : List<String>
net/thevpc/nuts/NEnvCondition.getOs:()Ljava/util/List;
NEnvCondition.getOsDist ( ) [abstract] : List<String>
net/thevpc/nuts/NEnvCondition.getOsDist:()Ljava/util/List;
NEnvCondition.getPlatform ( ) [abstract] : List<String>
net/thevpc/nuts/NEnvCondition.getPlatform:()Ljava/util/List;
NEnvCondition.getProfile ( ) [abstract] : List<String>
net/thevpc/nuts/NEnvCondition.getProfile:()Ljava/util/List;
NEnvCondition.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NEnvCondition.getProperties:()Ljava/util/Map;
NEnvCondition.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NEnvCondition.isBlank:()Z
NEnvCondition.readOnly ( ) [abstract] : NEnvCondition
net/thevpc/nuts/NEnvCondition.readOnly:()Lnet/thevpc/nuts/NEnvCondition;
NEnvCondition.toMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NEnvCondition.toMap:()Ljava/util/Map;
nuts-0.8.4.jar,
NEnvConditionBuilder.class
package net.thevpc.nuts
NEnvConditionBuilder.addAll ( NEnvCondition p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addAll:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addArchs ( String p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addArchs:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addArchs ( String... p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addArchs:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addDesktopEnvironment ( String p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addDesktopEnvironment:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addDesktopEnvironments ( String... p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addDesktopEnvironments:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addOs ( String p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addOsDist ( String p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addOsDist:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addOsDists ( String... p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addOsDists:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addOses ( String... p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addOses:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addPlatform ( String p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addPlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addPlatforms ( String... p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addPlatforms:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addProfile ( String p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addProfile:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addProfiles ( String... p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addProfiles:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addProperties ( Map<String,String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addProperty ( String p1, String p2 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.build ( ) [abstract] : NEnvCondition
net/thevpc/nuts/NEnvConditionBuilder.build:()Lnet/thevpc/nuts/NEnvCondition;
NEnvConditionBuilder.clear ( ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.clear:()Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.copy ( ) [abstract] : NEnvCondition
net/thevpc/nuts/NEnvConditionBuilder.copy:()Lnet/thevpc/nuts/NEnvCondition;
NEnvConditionBuilder.setAll ( NEnvCondition p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setAll:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.setArch ( List<String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setArch:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.setDesktopEnvironment ( List<String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setDesktopEnvironment:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.setOs ( List<String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setOs:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.setOsDist ( List<String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setOsDist:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.setPlatform ( List<String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setPlatform:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.setProfile ( List<String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setProfile:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NEnvConditionBuilder;
nuts-0.8.4.jar,
NEnvs.class
package net.thevpc.nuts
NEnvs.addLauncher ( NLauncherOptions p1 ) [abstract] : void
net/thevpc/nuts/NEnvs.addLauncher:(Lnet/thevpc/nuts/NLauncherOptions;)V
NEnvs.buildEffectiveCommand ( String[ ] p1, NRunAs p2, Set<NDesktopEnvironmentFamily> p3, Function<String,String> p4, Boolean p5, String p6, String p7, String[ ] p8 ) [abstract] : List<String>
net/thevpc/nuts/NEnvs.buildEffectiveCommand:([Ljava/lang/String;Lnet/thevpc/nuts/NRunAs;Ljava/util/Set;Ljava/util/function/Function;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Ljava/util/List;
NEnvs.getArch ( ) [abstract] : NId
net/thevpc/nuts/NEnvs.getArch:()Lnet/thevpc/nuts/NId;
NEnvs.getArchFamily ( ) [abstract] : NArchFamily
net/thevpc/nuts/NEnvs.getArchFamily:()Lnet/thevpc/nuts/env/NArchFamily;
NEnvs.getDesktopEnvironment ( ) [abstract] : NId
net/thevpc/nuts/NEnvs.getDesktopEnvironment:()Lnet/thevpc/nuts/NId;
NEnvs.getDesktopEnvironmentFamilies ( ) [abstract] : Set<NDesktopEnvironmentFamily>
net/thevpc/nuts/NEnvs.getDesktopEnvironmentFamilies:()Ljava/util/Set;
NEnvs.getDesktopEnvironmentFamily ( ) [abstract] : NDesktopEnvironmentFamily
net/thevpc/nuts/NEnvs.getDesktopEnvironmentFamily:()Lnet/thevpc/nuts/env/NDesktopEnvironmentFamily;
NEnvs.getDesktopEnvironments ( ) [abstract] : Set<NId>
net/thevpc/nuts/NEnvs.getDesktopEnvironments:()Ljava/util/Set;
NEnvs.getDesktopIntegrationSupport ( NDesktopIntegrationItem p1 ) [abstract] : NSupportMode
net/thevpc/nuts/NEnvs.getDesktopIntegrationSupport:(Lnet/thevpc/nuts/env/NDesktopIntegrationItem;)Lnet/thevpc/nuts/util/NSupportMode;
NEnvs.getDesktopPath ( ) [abstract] : Path
net/thevpc/nuts/NEnvs.getDesktopPath:()Ljava/nio/file/Path;
NEnvs.getHostName ( ) [abstract] : String
net/thevpc/nuts/NEnvs.getHostName:()Ljava/lang/String;
NEnvs.getOs ( ) [abstract] : NId
net/thevpc/nuts/NEnvs.getOs:()Lnet/thevpc/nuts/NId;
NEnvs.getOsDist ( ) [abstract] : NId
net/thevpc/nuts/NEnvs.getOsDist:()Lnet/thevpc/nuts/NId;
NEnvs.getOsFamily ( ) [abstract] : NOsFamily
net/thevpc/nuts/NEnvs.getOsFamily:()Lnet/thevpc/nuts/env/NOsFamily;
NEnvs.getPid ( ) [abstract] : String
net/thevpc/nuts/NEnvs.getPid:()Ljava/lang/String;
NEnvs.getPlatform ( ) [abstract] : NId
net/thevpc/nuts/NEnvs.getPlatform:()Lnet/thevpc/nuts/NId;
NEnvs.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NEnvs.getProperties:()Ljava/util/Map;
NEnvs.getProperty ( String p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NEnvs.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NEnvs.getShellFamilies ( ) [abstract] : Set<NShellFamily>
net/thevpc/nuts/NEnvs.getShellFamilies:()Ljava/util/Set;
NEnvs.getShellFamily ( ) [abstract] : NShellFamily
net/thevpc/nuts/NEnvs.getShellFamily:()Lnet/thevpc/nuts/NShellFamily;
NEnvs.isGraphicalDesktopEnvironment ( ) [abstract] : boolean
net/thevpc/nuts/NEnvs.isGraphicalDesktopEnvironment:()Z
NEnvs.of ( NSession session ) [static] : NEnvs
net/thevpc/nuts/NEnvs.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NEnvs;
NEnvs.setProperty ( String p1, Object p2 ) [abstract] : NEnvs
net/thevpc/nuts/NEnvs.setProperty:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NEnvs;
NEnvs.setSession ( NSession p1 ) [abstract] : NEnvs
net/thevpc/nuts/NEnvs.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NEnvs;
nuts-0.8.4.jar,
NEqualizer.class
package net.thevpc.nuts.util
NEqualizer<T>.equals ( T p1, T p2 ) [abstract] : boolean
net/thevpc/nuts/util/NEqualizer.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
nuts-0.8.4.jar,
NEvaluationException.class
package net.thevpc.nuts
NEvaluationException.NEvaluationException ( NSession session, NMsg message )
net/thevpc/nuts/NEvaluationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NEvaluationException.NEvaluationException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NEvaluationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NEvaluationException.NEvaluationException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NEvaluationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NEvents.class
package net.thevpc.nuts
NEvents.addInstallListener ( NInstallListener p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.addInstallListener:(Lnet/thevpc/nuts/NInstallListener;)Lnet/thevpc/nuts/NEvents;
NEvents.addRepositoryListener ( NRepositoryListener p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.addRepositoryListener:(Lnet/thevpc/nuts/NRepositoryListener;)Lnet/thevpc/nuts/NEvents;
NEvents.addUserPropertyListener ( NMapListener<String,Object> p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.addUserPropertyListener:(Lnet/thevpc/nuts/util/NMapListener;)Lnet/thevpc/nuts/NEvents;
NEvents.addWorkspaceListener ( NWorkspaceListener p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.addWorkspaceListener:(Lnet/thevpc/nuts/NWorkspaceListener;)Lnet/thevpc/nuts/NEvents;
NEvents.getInstallListeners ( ) [abstract] : List<NInstallListener>
net/thevpc/nuts/NEvents.getInstallListeners:()Ljava/util/List;
NEvents.getRepositoryListeners ( ) [abstract] : List<NRepositoryListener>
net/thevpc/nuts/NEvents.getRepositoryListeners:()Ljava/util/List;
NEvents.getUserPropertyListeners ( ) [abstract] : List<NMapListener<String,Object>>
net/thevpc/nuts/NEvents.getUserPropertyListeners:()Ljava/util/List;
NEvents.getWorkspaceListeners ( ) [abstract] : List<NWorkspaceListener>
net/thevpc/nuts/NEvents.getWorkspaceListeners:()Ljava/util/List;
NEvents.of ( NSession session ) [static] : NEvents
net/thevpc/nuts/NEvents.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NEvents;
NEvents.removeInstallListener ( NInstallListener p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.removeInstallListener:(Lnet/thevpc/nuts/NInstallListener;)Lnet/thevpc/nuts/NEvents;
NEvents.removeRepositoryListener ( NRepositoryListener p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.removeRepositoryListener:(Lnet/thevpc/nuts/NRepositoryListener;)Lnet/thevpc/nuts/NEvents;
NEvents.removeUserPropertyListener ( NMapListener<String,Object> p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.removeUserPropertyListener:(Lnet/thevpc/nuts/util/NMapListener;)Lnet/thevpc/nuts/NEvents;
NEvents.removeWorkspaceListener ( NWorkspaceListener p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.removeWorkspaceListener:(Lnet/thevpc/nuts/NWorkspaceListener;)Lnet/thevpc/nuts/NEvents;
nuts-0.8.4.jar,
Never.class
package net.thevpc.nuts.util
NPredicates.Never<T>.equals ( Object obj ) : boolean
net/thevpc/nuts/util/NPredicates.Never.equals:(Ljava/lang/Object;)Z
NPredicates.Never<T>.hashCode ( ) : int
net/thevpc/nuts/util/NPredicates.Never.hashCode:()I
NPredicates.Never<T>.NPredicates.Never<T> ( )
net/thevpc/nuts/util/NPredicates.Never."<init>":()V
NPredicates.Never<T>.test ( T t ) : boolean
net/thevpc/nuts/util/NPredicates.Never.test:(Ljava/lang/Object;)Z
NPredicates.Never<T>.toString ( ) : String
net/thevpc/nuts/util/NPredicates.Never.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NException.class
package net.thevpc.nuts
NException.getFormattedMessage ( ) : NMsg
net/thevpc/nuts/NException.getFormattedMessage:()Lnet/thevpc/nuts/util/NMsg;
NException.getSession ( ) : NSession
net/thevpc/nuts/NException.getSession:()Lnet/thevpc/nuts/NSession;
NException.getWorkspace ( ) : NWorkspace
net/thevpc/nuts/NException.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NException.NException ( NSession session, NMsg message )
net/thevpc/nuts/NException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NException.NException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NException.NException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NExceptionBase.class
package net.thevpc.nuts
NExceptionBase.getFormattedMessage ( ) [abstract] : NMsg
net/thevpc/nuts/NExceptionBase.getFormattedMessage:()Lnet/thevpc/nuts/util/NMsg;
NExceptionBase.getMessage ( ) [abstract] : String
net/thevpc/nuts/NExceptionBase.getMessage:()Ljava/lang/String;
NExceptionBase.resolveExceptionBase ( Throwable th ) [static] : NOptional<NExceptionBase>
net/thevpc/nuts/NExceptionBase.resolveExceptionBase:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NExceptionWithExitCodeBase.class
package net.thevpc.nuts
NExceptionWithExitCodeBase.getExitCode ( ) [abstract] : int
net/thevpc/nuts/NExceptionWithExitCodeBase.getExitCode:()I
NExceptionWithExitCodeBase.resolveExitCode ( Throwable th ) [static] : NOptional<Integer>
net/thevpc/nuts/NExceptionWithExitCodeBase.resolveExitCode:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
NExceptionWithExitCodeBase.resolveWithExitCodeExceptionBase ( Throwable th ) [static] : NOptional<NExceptionWithExitCodeBase>
net/thevpc/nuts/NExceptionWithExitCodeBase.resolveWithExitCodeExceptionBase:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NExecCmd.class
package net.thevpc.nuts
NExecCmd.addCommand ( Collection<String> p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addCommand:(Ljava/util/Collection;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addCommand ( NPath p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addCommand:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addCommand ( String... p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addEnv ( Map<String,String> p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addExecutorOption ( String p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addExecutorOption:(Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addExecutorOptions ( Collection<String> p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addExecutorOptions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addExecutorOptions ( String... p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addWorkspaceOptions ( NWorkspaceOptions p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addWorkspaceOptions:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addWorkspaceOptions ( String p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addWorkspaceOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.clearCommand ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.clearCommand:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.clearEnv ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.clearEnv:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.clearExecutorOptions ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.clearExecutorOptions:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.clearWorkspaceOptions ( String p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.clearWorkspaceOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.configure ( boolean p1, String... p2 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NExecCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NExecCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NExecCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NExecCmd.copy ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.copy:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NExecCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NExecCmd.copySession ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.copySession:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.currentUser ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.currentUser:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.embedded ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.embedded:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.failFast ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.failFast:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.format ( ) [abstract] : NString
net/thevpc/nuts/NExecCmd.format:()Lnet/thevpc/nuts/text/NString;
NExecCmd.formatter ( ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmd.formatter:()Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmd.getCommand ( ) [abstract] : List<String>
net/thevpc/nuts/NExecCmd.getCommand:()Ljava/util/List;
NExecCmd.getCommandDefinition ( ) [abstract] : NDefinition
net/thevpc/nuts/NExecCmd.getCommandDefinition:()Lnet/thevpc/nuts/NDefinition;
NExecCmd.getDirectory ( ) [abstract] : NPath
net/thevpc/nuts/NExecCmd.getDirectory:()Lnet/thevpc/nuts/io/NPath;
NExecCmd.getEnv ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NExecCmd.getEnv:()Ljava/util/Map;
NExecCmd.getErr ( ) [abstract] : NExecOutput
net/thevpc/nuts/NExecCmd.getErr:()Lnet/thevpc/nuts/io/NExecOutput;
NExecCmd.getExecutionType ( ) [abstract] : NExecutionType
net/thevpc/nuts/NExecCmd.getExecutionType:()Lnet/thevpc/nuts/NExecutionType;
NExecCmd.getExecutorOptions ( ) [abstract] : List<String>
net/thevpc/nuts/NExecCmd.getExecutorOptions:()Ljava/util/List;
NExecCmd.getGrabbedAllString ( ) [abstract] : String
net/thevpc/nuts/NExecCmd.getGrabbedAllString:()Ljava/lang/String;
NExecCmd.getGrabbedErrString ( ) [abstract] : String
net/thevpc/nuts/NExecCmd.getGrabbedErrString:()Ljava/lang/String;
NExecCmd.getGrabbedOutOnlyString ( ) [abstract] : String
net/thevpc/nuts/NExecCmd.getGrabbedOutOnlyString:()Ljava/lang/String;
NExecCmd.getGrabbedOutString ( ) [abstract] : String
net/thevpc/nuts/NExecCmd.getGrabbedOutString:()Ljava/lang/String;
NExecCmd.getIn ( ) [abstract] : NExecInput
net/thevpc/nuts/NExecCmd.getIn:()Lnet/thevpc/nuts/io/NExecInput;
NExecCmd.getOut ( ) [abstract] : NExecOutput
net/thevpc/nuts/NExecCmd.getOut:()Lnet/thevpc/nuts/io/NExecOutput;
NExecCmd.getResultCode ( ) [abstract] : int
net/thevpc/nuts/NExecCmd.getResultCode:()I
NExecCmd.getResultException ( ) [abstract] : NOptional<NExecutionException>
net/thevpc/nuts/NExecCmd.getResultException:()Lnet/thevpc/nuts/util/NOptional;
NExecCmd.getRunAs ( ) [abstract] : NRunAs
net/thevpc/nuts/NExecCmd.getRunAs:()Lnet/thevpc/nuts/NRunAs;
NExecCmd.getSleepMillis ( ) [abstract] : long
net/thevpc/nuts/NExecCmd.getSleepMillis:()J
NExecCmd.getTarget ( ) [abstract] : String
net/thevpc/nuts/NExecCmd.getTarget:()Ljava/lang/String;
NExecCmd.getWorkspaceOptions ( ) [abstract] : List<String>
net/thevpc/nuts/NExecCmd.getWorkspaceOptions:()Ljava/util/List;
NExecCmd.grabAll ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.grabAll:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.grabErr ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.grabErr:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.grabOut ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.grabOut:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.grabOutOnly ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.grabOutOnly:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NExecCmd.isFailFast:()Z
NExecCmd.of ( NSession session ) [static] : NExecCmd
net/thevpc/nuts/NExecCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.open ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.open:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.redirectErr ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.redirectErr:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.root ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.root:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NExecCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NExecCmd.run ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.run:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setAll ( NExecCmd p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setAll:(Lnet/thevpc/nuts/NExecCmd;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setCommand ( Collection<String> p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setCommand:(Ljava/util/Collection;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setCommand ( String... p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setCommandDefinition ( NDefinition p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setCommandDefinition:(Lnet/thevpc/nuts/NDefinition;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setDirectory ( NPath p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setDirectory:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setEnv ( Map<String,String> p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setEnv ( String p1, String p2 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setEnv:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setErr ( NExecOutput p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setErr:(Lnet/thevpc/nuts/io/NExecOutput;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setExecutionType ( NExecutionType p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setExecutionType:(Lnet/thevpc/nuts/NExecutionType;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setExecutorOptions ( Collection<String> p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setExecutorOptions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setFailFast ( boolean p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setFailFast:(Z)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setIn ( NExecInput p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setIn:(Lnet/thevpc/nuts/io/NExecInput;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setOut ( NExecOutput p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setOut:(Lnet/thevpc/nuts/io/NExecOutput;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setRunAs ( NRunAs p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setRunAs:(Lnet/thevpc/nuts/NRunAs;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NExecCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NExecCmd.setSession ( NSession p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setSleepMillis ( long p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setSleepMillis:(J)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setTarget ( String p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.spawn ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.spawn:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.sudo ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.sudo:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.system ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.system:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.which ( ) [abstract] : NExecutableInformation
net/thevpc/nuts/NExecCmd.which:()Lnet/thevpc/nuts/NExecutableInformation;
nuts-0.8.4.jar,
NExecCmdExtension.class
package net.thevpc.nuts
NExecCmdExtension.exec ( NExecCmdExtensionContext p1 ) [abstract] : int
net/thevpc/nuts/NExecCmdExtension.exec:(Lnet/thevpc/nuts/NExecCmdExtensionContext;)I
nuts-0.8.4.jar,
NExecCmdExtensionContext.class
package net.thevpc.nuts
NExecCmdExtensionContext.err ( ) [abstract] : OutputStream
net/thevpc/nuts/NExecCmdExtensionContext.err:()Ljava/io/OutputStream;
NExecCmdExtensionContext.getCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NExecCmdExtensionContext.getCommand:()[Ljava/lang/String;
NExecCmdExtensionContext.getExecCommand ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmdExtensionContext.getExecCommand:()Lnet/thevpc/nuts/NExecCmd;
NExecCmdExtensionContext.getTarget ( ) [abstract] : String
net/thevpc/nuts/NExecCmdExtensionContext.getTarget:()Ljava/lang/String;
NExecCmdExtensionContext.in ( ) [abstract] : InputStream
net/thevpc/nuts/NExecCmdExtensionContext.in:()Ljava/io/InputStream;
NExecCmdExtensionContext.out ( ) [abstract] : OutputStream
net/thevpc/nuts/NExecCmdExtensionContext.out:()Ljava/io/OutputStream;
nuts-0.8.4.jar,
NExecCmdFormat.class
package net.thevpc.nuts
NExecCmdFormat.getArgumentFilter ( ) [abstract] : Predicate<NExecCmdFormat.ArgEntry>
net/thevpc/nuts/NExecCmdFormat.getArgumentFilter:()Ljava/util/function/Predicate;
NExecCmdFormat.getArgumentReplacer ( ) [abstract] : Function<NExecCmdFormat.ArgEntry,String>
net/thevpc/nuts/NExecCmdFormat.getArgumentReplacer:()Ljava/util/function/Function;
NExecCmdFormat.getEnvFilter ( ) [abstract] : Predicate<NExecCmdFormat.EnvEntry>
net/thevpc/nuts/NExecCmdFormat.getEnvFilter:()Ljava/util/function/Predicate;
NExecCmdFormat.getEnvReplacer ( ) [abstract] : Function<NExecCmdFormat.EnvEntry,String>
net/thevpc/nuts/NExecCmdFormat.getEnvReplacer:()Ljava/util/function/Function;
NExecCmdFormat.getValue ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmdFormat.getValue:()Lnet/thevpc/nuts/NExecCmd;
NExecCmdFormat.isRedirectError ( ) [abstract] : boolean
net/thevpc/nuts/NExecCmdFormat.isRedirectError:()Z
NExecCmdFormat.isRedirectInput ( ) [abstract] : boolean
net/thevpc/nuts/NExecCmdFormat.isRedirectInput:()Z
NExecCmdFormat.isRedirectOutput ( ) [abstract] : boolean
net/thevpc/nuts/NExecCmdFormat.isRedirectOutput:()Z
NExecCmdFormat.of ( NSession session ) [static] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setArgumentFilter ( Predicate<NExecCmdFormat.ArgEntry> p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setArgumentFilter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setArgumentReplacer ( Function<NExecCmdFormat.ArgEntry,String> p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setArgumentReplacer:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setEnvFilter ( Predicate<NExecCmdFormat.EnvEntry> p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setEnvFilter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setEnvReplacer ( Function<NExecCmdFormat.EnvEntry,String> p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setEnvReplacer:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/NExecCmdFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NExecCmdFormat.setNtf ( boolean p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setNtf:(Z)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setRedirectError ( boolean p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setRedirectError:(Z)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setRedirectInput ( boolean p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setRedirectInput:(Z)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setRedirectOutput ( boolean p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setRedirectOutput:(Z)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setValue ( NExecCmd p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setValue:(Lnet/thevpc/nuts/NExecCmd;)Lnet/thevpc/nuts/NExecCmdFormat;
nuts-0.8.4.jar,
NExecInput.class
package net.thevpc.nuts.io
NExecInput.equals ( Object o ) : boolean
net/thevpc/nuts/io/NExecInput.equals:(Ljava/lang/Object;)Z
NExecInput.getOptions ( ) : NPathOption[ ]
net/thevpc/nuts/io/NExecInput.getOptions:()[Lnet/thevpc/nuts/io/NPathOption;
NExecInput.getPath ( ) : NPath
net/thevpc/nuts/io/NExecInput.getPath:()Lnet/thevpc/nuts/io/NPath;
NExecInput.getStream ( ) : InputStream
net/thevpc/nuts/io/NExecInput.getStream:()Ljava/io/InputStream;
NExecInput.getType ( ) : NRedirectType
net/thevpc/nuts/io/NExecInput.getType:()Lnet/thevpc/nuts/io/NRedirectType;
NExecInput.hashCode ( ) : int
net/thevpc/nuts/io/NExecInput.hashCode:()I
NExecInput.ofBytes ( byte[ ] bytes ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofBytes:([B)Lnet/thevpc/nuts/io/NExecInput;
NExecInput.ofInherit ( ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofInherit:()Lnet/thevpc/nuts/io/NExecInput;
NExecInput.ofNull ( ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofNull:()Lnet/thevpc/nuts/io/NExecInput;
NExecInput.ofPath ( NPath file, NPathOption... options ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofPath:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NExecInput;
NExecInput.ofPath ( NPath path ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofPath:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NExecInput;
NExecInput.ofPipe ( ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofPipe:()Lnet/thevpc/nuts/io/NExecInput;
NExecInput.ofStream ( InputStream stream ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofStream:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NExecInput;
NExecInput.ofString ( String string ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofString:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NExecInput;
NExecInput.toString ( ) : String
net/thevpc/nuts/io/NExecInput.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NExecOutput.class
package net.thevpc.nuts.io
NExecOutput.getOptions ( ) : NPathOption[ ]
net/thevpc/nuts/io/NExecOutput.getOptions:()[Lnet/thevpc/nuts/io/NPathOption;
NExecOutput.getPath ( ) : NPath
net/thevpc/nuts/io/NExecOutput.getPath:()Lnet/thevpc/nuts/io/NPath;
NExecOutput.getResult ( ) : NInputSource
net/thevpc/nuts/io/NExecOutput.getResult:()Lnet/thevpc/nuts/io/NInputSource;
NExecOutput.getResultBytes ( ) : byte[ ]
net/thevpc/nuts/io/NExecOutput.getResultBytes:()[B
NExecOutput.getResultSource ( ) : NOptional<NInputSource>
net/thevpc/nuts/io/NExecOutput.getResultSource:()Lnet/thevpc/nuts/util/NOptional;
NExecOutput.getResultString ( ) : String
net/thevpc/nuts/io/NExecOutput.getResultString:()Ljava/lang/String;
NExecOutput.getStream ( ) : OutputStream
net/thevpc/nuts/io/NExecOutput.getStream:()Ljava/io/OutputStream;
NExecOutput.getType ( ) : NRedirectType
net/thevpc/nuts/io/NExecOutput.getType:()Lnet/thevpc/nuts/io/NRedirectType;
NExecOutput.ofGrabFile ( ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofGrabFile:()Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofGrabMem ( ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofGrabMem:()Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofInherit ( ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofInherit:()Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofNull ( ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofNull:()Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofPath ( NPath path ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofPath:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofPath ( NPath path, boolean append ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofPath:(Lnet/thevpc/nuts/io/NPath;Z)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofPath ( NPath path, NPathOption... options ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofPath:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofPipe ( ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofPipe:()Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofRedirect ( ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofRedirect:()Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofStream ( NPrintStream stream ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofStream:(Lnet/thevpc/nuts/io/NPrintStream;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofStream ( OutputStream stream ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofStream:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.setOptions ( NPathOption[ ] options ) : NExecOutput
net/thevpc/nuts/io/NExecOutput.setOptions:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.setPath ( NPath path ) : NExecOutput
net/thevpc/nuts/io/NExecOutput.setPath:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.setResult ( NInputSource result ) : NExecOutput
net/thevpc/nuts/io/NExecOutput.setResult:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.setStream ( OutputStream stream ) : NExecOutput
net/thevpc/nuts/io/NExecOutput.setStream:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.setType ( NRedirectType type ) : NExecOutput
net/thevpc/nuts/io/NExecOutput.setType:(Lnet/thevpc/nuts/io/NRedirectType;)Lnet/thevpc/nuts/io/NExecOutput;
nuts-0.8.4.jar,
NExecutableInformation.class
package net.thevpc.nuts
NExecutableInformation.close ( ) [abstract] : void
net/thevpc/nuts/NExecutableInformation.close:()V
NExecutableInformation.getDescription ( ) [abstract] : String
net/thevpc/nuts/NExecutableInformation.getDescription:()Ljava/lang/String;
NExecutableInformation.getHelpText ( ) [abstract] : NText
net/thevpc/nuts/NExecutableInformation.getHelpText:()Lnet/thevpc/nuts/text/NText;
NExecutableInformation.getId ( ) [abstract] : NId
net/thevpc/nuts/NExecutableInformation.getId:()Lnet/thevpc/nuts/NId;
NExecutableInformation.getName ( ) [abstract] : String
net/thevpc/nuts/NExecutableInformation.getName:()Ljava/lang/String;
NExecutableInformation.getType ( ) [abstract] : NExecutableType
net/thevpc/nuts/NExecutableInformation.getType:()Lnet/thevpc/nuts/NExecutableType;
NExecutableInformation.getValue ( ) [abstract] : String
net/thevpc/nuts/NExecutableInformation.getValue:()Ljava/lang/String;
nuts-0.8.4.jar,
NExecutableType.class
package net.thevpc.nuts
NExecutableType.id ( ) : String
net/thevpc/nuts/NExecutableType.id:()Ljava/lang/String;
NExecutableType.parse ( String value ) [static] : NOptional<NExecutableType>
net/thevpc/nuts/NExecutableType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExecutableType.valueOf ( String name ) [static] : NExecutableType
net/thevpc/nuts/NExecutableType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NExecutableType;
NExecutableType.values ( ) [static] : NExecutableType[ ]
net/thevpc/nuts/NExecutableType.values:()[Lnet/thevpc/nuts/NExecutableType;
nuts-0.8.4.jar,
NExecutionContext.class
package net.thevpc.nuts
NExecutionContext.getArguments ( ) [abstract] : List<String>
net/thevpc/nuts/NExecutionContext.getArguments:()Ljava/util/List;
NExecutionContext.getCommandName ( ) [abstract] : String
net/thevpc/nuts/NExecutionContext.getCommandName:()Ljava/lang/String;
NExecutionContext.getDefinition ( ) [abstract] : NDefinition
net/thevpc/nuts/NExecutionContext.getDefinition:()Lnet/thevpc/nuts/NDefinition;
NExecutionContext.getDirectory ( ) [abstract] : NPath
net/thevpc/nuts/NExecutionContext.getDirectory:()Lnet/thevpc/nuts/io/NPath;
NExecutionContext.getEnv ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NExecutionContext.getEnv:()Ljava/util/Map;
NExecutionContext.getErr ( ) [abstract] : NExecOutput
net/thevpc/nuts/NExecutionContext.getErr:()Lnet/thevpc/nuts/io/NExecOutput;
NExecutionContext.getExecutionType ( ) [abstract] : NExecutionType
net/thevpc/nuts/NExecutionContext.getExecutionType:()Lnet/thevpc/nuts/NExecutionType;
NExecutionContext.getExecutorDescriptor ( ) [abstract] : NArtifactCall
net/thevpc/nuts/NExecutionContext.getExecutorDescriptor:()Lnet/thevpc/nuts/NArtifactCall;
NExecutionContext.getExecutorOptions ( ) [abstract] : List<String>
net/thevpc/nuts/NExecutionContext.getExecutorOptions:()Ljava/util/List;
NExecutionContext.getIn ( ) [abstract] : NExecInput
net/thevpc/nuts/NExecutionContext.getIn:()Lnet/thevpc/nuts/io/NExecInput;
NExecutionContext.getOut ( ) [abstract] : NExecOutput
net/thevpc/nuts/NExecutionContext.getOut:()Lnet/thevpc/nuts/io/NExecOutput;
NExecutionContext.getRunAs ( ) [abstract] : NRunAs
net/thevpc/nuts/NExecutionContext.getRunAs:()Lnet/thevpc/nuts/NRunAs;
NExecutionContext.getSleepMillis ( ) [abstract] : long
net/thevpc/nuts/NExecutionContext.getSleepMillis:()J
NExecutionContext.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NExecutionContext.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NExecutionContext.getWorkspaceOptions ( ) [abstract] : List<String>
net/thevpc/nuts/NExecutionContext.getWorkspaceOptions:()Ljava/util/List;
NExecutionContext.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NExecutionContext.isFailFast:()Z
NExecutionContext.isTemporary ( ) [abstract] : boolean
net/thevpc/nuts/NExecutionContext.isTemporary:()Z
NExecutionContext.setErr ( NExecOutput p1 ) [abstract] : NExecutionContext
net/thevpc/nuts/NExecutionContext.setErr:(Lnet/thevpc/nuts/io/NExecOutput;)Lnet/thevpc/nuts/NExecutionContext;
NExecutionContext.setIn ( NExecInput p1 ) [abstract] : NExecutionContext
net/thevpc/nuts/NExecutionContext.setIn:(Lnet/thevpc/nuts/io/NExecInput;)Lnet/thevpc/nuts/NExecutionContext;
NExecutionContext.setOut ( NExecOutput p1 ) [abstract] : NExecutionContext
net/thevpc/nuts/NExecutionContext.setOut:(Lnet/thevpc/nuts/io/NExecOutput;)Lnet/thevpc/nuts/NExecutionContext;
nuts-0.8.4.jar,
NExecutionEntry.class
package net.thevpc.nuts
NExecutionEntry.getName ( ) [abstract] : String
net/thevpc/nuts/NExecutionEntry.getName:()Ljava/lang/String;
NExecutionEntry.isApp ( ) [abstract] : boolean
net/thevpc/nuts/NExecutionEntry.isApp:()Z
NExecutionEntry.isDefaultEntry ( ) [abstract] : boolean
net/thevpc/nuts/NExecutionEntry.isDefaultEntry:()Z
NExecutionEntry.parse ( InputStream inputStream, String type, String sourceName, NSession session ) [static] : List<NExecutionEntry>
net/thevpc/nuts/NExecutionEntry.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NExecutionEntry.parse ( NPath path ) [static] : List<NExecutionEntry>
net/thevpc/nuts/NExecutionEntry.parse:(Lnet/thevpc/nuts/io/NPath;)Ljava/util/List;
nuts-0.8.4.jar,
NExecutionException.class
package net.thevpc.nuts
NExecutionException.getExitCode ( ) : int
net/thevpc/nuts/NExecutionException.getExitCode:()I
NExecutionException.NExecutionException ( NSession session, NMsg message, int exitCode )
net/thevpc/nuts/NExecutionException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;I)V
NExecutionException.NExecutionException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NExecutionException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NExecutionException.NExecutionException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, int exitCode )
net/thevpc/nuts/NExecutionException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZI)V
NExecutionException.NExecutionException ( NSession session, NMsg message, Throwable cause, int exitCode )
net/thevpc/nuts/NExecutionException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;I)V
NExecutionException.toString ( ) : String
net/thevpc/nuts/NExecutionException.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NExecutionType.class
package net.thevpc.nuts
NExecutionType.id ( ) : String
net/thevpc/nuts/NExecutionType.id:()Ljava/lang/String;
NExecutionType.parse ( String value ) [static] : NOptional<NExecutionType>
net/thevpc/nuts/NExecutionType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExecutionType.valueOf ( String name ) [static] : NExecutionType
net/thevpc/nuts/NExecutionType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NExecutionType;
NExecutionType.values ( ) [static] : NExecutionType[ ]
net/thevpc/nuts/NExecutionType.values:()[Lnet/thevpc/nuts/NExecutionType;
nuts-0.8.4.jar,
NExecutorComponent.class
package net.thevpc.nuts.spi
NExecutorComponent.exec ( NExecutionContext p1 ) [abstract] : int
net/thevpc/nuts/spi/NExecutorComponent.exec:(Lnet/thevpc/nuts/NExecutionContext;)I
NExecutorComponent.getId ( ) [abstract] : NId
net/thevpc/nuts/spi/NExecutorComponent.getId:()Lnet/thevpc/nuts/NId;
nuts-0.8.4.jar,
NExpr.class
package net.thevpc.nuts.expr
NExpr.newDeclarations ( boolean p1 ) [abstract] : NExprDeclarations
net/thevpc/nuts/expr/NExpr.newDeclarations:(Z)Lnet/thevpc/nuts/expr/NExprDeclarations;
NExpr.newDeclarations ( boolean p1, NExprEvaluator p2 ) [abstract] : NExprDeclarations
net/thevpc/nuts/expr/NExpr.newDeclarations:(ZLnet/thevpc/nuts/expr/NExprEvaluator;)Lnet/thevpc/nuts/expr/NExprDeclarations;
NExpr.newMutableDeclarations ( boolean p1 ) [abstract] : NExprMutableDeclarations
net/thevpc/nuts/expr/NExpr.newMutableDeclarations:(Z)Lnet/thevpc/nuts/expr/NExprMutableDeclarations;
NExpr.newMutableDeclarations ( boolean p1, NExprEvaluator p2 ) [abstract] : NExprMutableDeclarations
net/thevpc/nuts/expr/NExpr.newMutableDeclarations:(ZLnet/thevpc/nuts/expr/NExprEvaluator;)Lnet/thevpc/nuts/expr/NExprMutableDeclarations;
NExpr.of ( NSession session ) [static] : NExpr
net/thevpc/nuts/expr/NExpr.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/expr/NExpr;
nuts-0.8.4.jar,
NExprConstruct.class
package net.thevpc.nuts.expr
NExprConstruct.eval ( String p1, List<NExprNode> p2, NExprDeclarations p3 ) [abstract] : Object
net/thevpc/nuts/expr/NExprConstruct.eval:(Ljava/lang/String;Ljava/util/List;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
nuts-0.8.4.jar,
NExprConstructDeclaration.class
package net.thevpc.nuts.expr
NExprConstructDeclaration.eval ( List<NExprNode> p1, NExprDeclarations p2 ) [abstract] : Object
net/thevpc/nuts/expr/NExprConstructDeclaration.eval:(Ljava/util/List;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
NExprConstructDeclaration.getName ( ) [abstract] : String
net/thevpc/nuts/expr/NExprConstructDeclaration.getName:()Ljava/lang/String;
nuts-0.8.4.jar,
NExprDeclarations.class
package net.thevpc.nuts.expr
NExprDeclarations.evalConstruct ( String p1, NExprNode... p2 ) [abstract] : NOptional<Object>
net/thevpc/nuts/expr/NExprDeclarations.evalConstruct:(Ljava/lang/String;[Lnet/thevpc/nuts/expr/NExprNode;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.evalFunction ( String p1, Object... p2 ) [abstract] : NOptional<Object>
net/thevpc/nuts/expr/NExprDeclarations.evalFunction:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.evalGetVar ( String p1 ) [abstract] : NOptional<Object>
net/thevpc/nuts/expr/NExprDeclarations.evalGetVar:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.evalOperator ( String p1, NExprOpType p2, NExprNode... p3 ) [abstract] : NOptional<Object>
net/thevpc/nuts/expr/NExprDeclarations.evalOperator:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprOpType;[Lnet/thevpc/nuts/expr/NExprNode;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.evalSetVar ( String p1, Object p2 ) [abstract] : NOptional<Object>
net/thevpc/nuts/expr/NExprDeclarations.evalSetVar:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.getConstruct ( String p1, NExprNode... p2 ) [abstract] : NOptional<NExprConstructDeclaration>
net/thevpc/nuts/expr/NExprDeclarations.getConstruct:(Ljava/lang/String;[Lnet/thevpc/nuts/expr/NExprNode;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.getFunction ( String p1, Object... p2 ) [abstract] : NOptional<NExprFctDeclaration>
net/thevpc/nuts/expr/NExprDeclarations.getFunction:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.getOperator ( String p1, NExprOpType p2, NExprNode... p3 ) [abstract] : NOptional<NExprOpDeclaration>
net/thevpc/nuts/expr/NExprDeclarations.getOperator:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprOpType;[Lnet/thevpc/nuts/expr/NExprNode;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.getOperatorPrecedences ( ) [abstract] : int[ ]
net/thevpc/nuts/expr/NExprDeclarations.getOperatorPrecedences:()[I
NExprDeclarations.getOperators ( ) [abstract] : List<NExprOpDeclaration>
net/thevpc/nuts/expr/NExprDeclarations.getOperators:()Ljava/util/List;
NExprDeclarations.getVar ( String p1 ) [abstract] : NOptional<NExprVarDeclaration>
net/thevpc/nuts/expr/NExprDeclarations.getVar:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.newDeclarations ( NExprEvaluator p1 ) [abstract] : NExprDeclarations
net/thevpc/nuts/expr/NExprDeclarations.newDeclarations:(Lnet/thevpc/nuts/expr/NExprEvaluator;)Lnet/thevpc/nuts/expr/NExprDeclarations;
NExprDeclarations.newMutableDeclarations ( ) [abstract] : NExprMutableDeclarations
net/thevpc/nuts/expr/NExprDeclarations.newMutableDeclarations:()Lnet/thevpc/nuts/expr/NExprMutableDeclarations;
NExprDeclarations.parse ( String p1 ) [abstract] : NOptional<NExprNode>
net/thevpc/nuts/expr/NExprDeclarations.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.setSession ( NSession p1 ) [abstract] : NExprDeclarations
net/thevpc/nuts/expr/NExprDeclarations.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/expr/NExprDeclarations;
nuts-0.8.4.jar,
NExprEvalFactory.class
package net.thevpc.nuts.expr
NExprEvalFactory.getFunction ( String p1, NExprDeclarations p2 ) [abstract] : NOptional<NExprFct>
net/thevpc/nuts/expr/NExprEvalFactory.getFunction:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
NExprEvalFactory.getFunction ( String p1, NExprEvalNode[ ] p2, NExprDeclarations p3 ) [abstract] : NOptional<NExprFct>
net/thevpc/nuts/expr/NExprEvalFactory.getFunction:(Ljava/lang/String;[Lnet/thevpc/nuts/expr/NExprEvalNode;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
NExprEvalFactory.getOperator ( String p1, NExprOpType p2, NExprDeclarations p3 ) [abstract] : NOptional<NExprOp>
net/thevpc/nuts/expr/NExprEvalFactory.getOperator:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprOpType;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
NExprEvalFactory.getVar ( String p1, NExprDeclarations p2 ) [abstract] : NOptional<NExprVar>
net/thevpc/nuts/expr/NExprEvalFactory.getVar:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NExprEvalNode.class
package net.thevpc.nuts.expr
NExprEvalNode.getNode ( ) [abstract] : NExprNode
net/thevpc/nuts/expr/NExprEvalNode.getNode:()Lnet/thevpc/nuts/expr/NExprNode;
NExprEvalNode.getValue ( ) [abstract] : NOptional<Object>
net/thevpc/nuts/expr/NExprEvalNode.getValue:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NExprEvaluator.class
package net.thevpc.nuts.expr
NExprEvaluator.getConstruct ( String constructName, NExprNode[ ] args, NExprDeclarations context ) : NOptional<NExprConstruct>
net/thevpc/nuts/expr/NExprEvaluator.getConstruct:(Ljava/lang/String;[Lnet/thevpc/nuts/expr/NExprNode;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
NExprEvaluator.getFunction ( String fctName, Object[ ] args, NExprDeclarations context ) : NOptional<NExprFct>
net/thevpc/nuts/expr/NExprEvaluator.getFunction:(Ljava/lang/String;[Ljava/lang/Object;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
NExprEvaluator.getOperator ( String opName, NExprOpType type, NExprNode[ ] args, NExprDeclarations context ) : NOptional<NExprOp>
net/thevpc/nuts/expr/NExprEvaluator.getOperator:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprOpType;[Lnet/thevpc/nuts/expr/NExprNode;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
NExprEvaluator.getOperatorPrecedences ( NExprDeclarations context ) : int[ ]
net/thevpc/nuts/expr/NExprEvaluator.getOperatorPrecedences:(Lnet/thevpc/nuts/expr/NExprDeclarations;)[I
NExprEvaluator.getVar ( String varName, NExprDeclarations context ) : NOptional<NExprVar>
net/thevpc/nuts/expr/NExprEvaluator.getVar:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NExprFct.class
package net.thevpc.nuts.expr
NExprFct.eval ( String p1, List<Object> p2, NExprDeclarations p3 ) [abstract] : Object
net/thevpc/nuts/expr/NExprFct.eval:(Ljava/lang/String;Ljava/util/List;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
nuts-0.8.4.jar,
NExprFctDeclaration.class
package net.thevpc.nuts.expr
NExprFctDeclaration.eval ( List<Object> p1, NExprDeclarations p2 ) [abstract] : Object
net/thevpc/nuts/expr/NExprFctDeclaration.eval:(Ljava/util/List;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
NExprFctDeclaration.getName ( ) [abstract] : String
net/thevpc/nuts/expr/NExprFctDeclaration.getName:()Ljava/lang/String;
nuts-0.8.4.jar,
NExprFunctionNode.class
package net.thevpc.nuts.expr
NExprFunctionNode.getArgument ( int p1 ) [abstract] : NExprNode
net/thevpc/nuts/expr/NExprFunctionNode.getArgument:(I)Lnet/thevpc/nuts/expr/NExprNode;
NExprFunctionNode.getArguments ( ) [abstract] : List<NExprNode>
net/thevpc/nuts/expr/NExprFunctionNode.getArguments:()Ljava/util/List;
nuts-0.8.4.jar,
NExprIfNode.class
package net.thevpc.nuts.expr
NExprIfNode.getConditionNode ( ) [abstract] : NExprNode
net/thevpc/nuts/expr/NExprIfNode.getConditionNode:()Lnet/thevpc/nuts/expr/NExprNode;
NExprIfNode.getFalseNode ( ) [abstract] : NExprNode
net/thevpc/nuts/expr/NExprIfNode.getFalseNode:()Lnet/thevpc/nuts/expr/NExprNode;
NExprIfNode.getTrueNode ( ) [abstract] : NExprNode
net/thevpc/nuts/expr/NExprIfNode.getTrueNode:()Lnet/thevpc/nuts/expr/NExprNode;
nuts-0.8.4.jar,
NExprLiteralNode.class
package net.thevpc.nuts.expr
NExprLiteralNode.getValue ( ) [abstract] : Object
net/thevpc/nuts/expr/NExprLiteralNode.getValue:()Ljava/lang/Object;
nuts-0.8.4.jar,
NExprMutableDeclarations.class
package net.thevpc.nuts.expr
NExprMutableDeclarations.declareConstant ( String p1, Object p2 ) [abstract] : NExprVarDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareConstant:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/expr/NExprVarDeclaration;
NExprMutableDeclarations.declareConstruct ( String p1, NExprConstruct p2 ) [abstract] : NExprConstructDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareConstruct:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprConstruct;)Lnet/thevpc/nuts/expr/NExprConstructDeclaration;
NExprMutableDeclarations.declareFunction ( String p1, NExprFct p2 ) [abstract] : NExprFctDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareFunction:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprFct;)Lnet/thevpc/nuts/expr/NExprFctDeclaration;
NExprMutableDeclarations.declareOperator ( String p1, NExprConstruct p2 ) [abstract] : NExprOpDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareOperator:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprConstruct;)Lnet/thevpc/nuts/expr/NExprOpDeclaration;
NExprMutableDeclarations.declareOperator ( String p1, NExprOpType p2, int p3, NExprOpAssociativity p4, NExprConstruct p5 ) [abstract] : NExprOpDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareOperator:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprOpType;ILnet/thevpc/nuts/expr/NExprOpAssociativity;Lnet/thevpc/nuts/expr/NExprConstruct;)Lnet/thevpc/nuts/expr/NExprOpDeclaration;
NExprMutableDeclarations.declareOperator ( String p1, NExprOpType p2, NExprConstruct p3 ) [abstract] : NExprOpDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareOperator:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprOpType;Lnet/thevpc/nuts/expr/NExprConstruct;)Lnet/thevpc/nuts/expr/NExprOpDeclaration;
NExprMutableDeclarations.declareVar ( String p1 ) [abstract] : NExprVarDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareVar:(Ljava/lang/String;)Lnet/thevpc/nuts/expr/NExprVarDeclaration;
NExprMutableDeclarations.declareVar ( String p1, NExprVar p2 ) [abstract] : NExprVarDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareVar:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprVar;)Lnet/thevpc/nuts/expr/NExprVarDeclaration;
NExprMutableDeclarations.removeDeclaration ( NExprConstructDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.removeDeclaration:(Lnet/thevpc/nuts/expr/NExprConstructDeclaration;)V
NExprMutableDeclarations.removeDeclaration ( NExprFctDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.removeDeclaration:(Lnet/thevpc/nuts/expr/NExprFctDeclaration;)V
NExprMutableDeclarations.removeDeclaration ( NExprOpDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.removeDeclaration:(Lnet/thevpc/nuts/expr/NExprOpDeclaration;)V
NExprMutableDeclarations.removeDeclaration ( NExprVarDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.removeDeclaration:(Lnet/thevpc/nuts/expr/NExprVarDeclaration;)V
NExprMutableDeclarations.resetDeclaration ( NExprConstructDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.resetDeclaration:(Lnet/thevpc/nuts/expr/NExprConstructDeclaration;)V
NExprMutableDeclarations.resetDeclaration ( NExprFctDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.resetDeclaration:(Lnet/thevpc/nuts/expr/NExprFctDeclaration;)V
NExprMutableDeclarations.resetDeclaration ( NExprOpDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.resetDeclaration:(Lnet/thevpc/nuts/expr/NExprOpDeclaration;)V
NExprMutableDeclarations.resetDeclaration ( NExprVarDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.resetDeclaration:(Lnet/thevpc/nuts/expr/NExprVarDeclaration;)V
nuts-0.8.4.jar,
NExprNode.class
package net.thevpc.nuts.expr
NExprNode.eval ( NExprDeclarations p1 ) [abstract] : NOptional<Object>
net/thevpc/nuts/expr/NExprNode.eval:(Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
NExprNode.getChildren ( ) [abstract] : List<NExprNode>
net/thevpc/nuts/expr/NExprNode.getChildren:()Ljava/util/List;
NExprNode.getName ( ) [abstract] : String
net/thevpc/nuts/expr/NExprNode.getName:()Ljava/lang/String;
NExprNode.getType ( ) [abstract] : NExprNodeType
net/thevpc/nuts/expr/NExprNode.getType:()Lnet/thevpc/nuts/expr/NExprNodeType;
nuts-0.8.4.jar,
NExprNodeType.class
package net.thevpc.nuts.expr
NExprNodeType.id ( ) : String
net/thevpc/nuts/expr/NExprNodeType.id:()Ljava/lang/String;
NExprNodeType.parse ( String value ) [static] : NOptional<NExprNodeType>
net/thevpc/nuts/expr/NExprNodeType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExprNodeType.valueOf ( String name ) [static] : NExprNodeType
net/thevpc/nuts/expr/NExprNodeType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/expr/NExprNodeType;
NExprNodeType.values ( ) [static] : NExprNodeType[ ]
net/thevpc/nuts/expr/NExprNodeType.values:()[Lnet/thevpc/nuts/expr/NExprNodeType;
nuts-0.8.4.jar,
NExprOp.class
package net.thevpc.nuts.expr
NExprOp.eval ( String p1, List<NExprNode> p2, NExprDeclarations p3 ) [abstract] : Object
net/thevpc/nuts/expr/NExprOp.eval:(Ljava/lang/String;Ljava/util/List;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
NExprOp.getAssociativity ( ) [abstract] : NExprOpAssociativity
net/thevpc/nuts/expr/NExprOp.getAssociativity:()Lnet/thevpc/nuts/expr/NExprOpAssociativity;
NExprOp.getPrecedence ( ) [abstract] : int
net/thevpc/nuts/expr/NExprOp.getPrecedence:()I
NExprOp.getType ( ) [abstract] : NExprOpType
net/thevpc/nuts/expr/NExprOp.getType:()Lnet/thevpc/nuts/expr/NExprOpType;
nuts-0.8.4.jar,
NExprOpAssociativity.class
package net.thevpc.nuts.expr
NExprOpAssociativity.id ( ) : String
net/thevpc/nuts/expr/NExprOpAssociativity.id:()Ljava/lang/String;
NExprOpAssociativity.parse ( String value ) [static] : NOptional<NExprOpAssociativity>
net/thevpc/nuts/expr/NExprOpAssociativity.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExprOpAssociativity.valueOf ( String name ) [static] : NExprOpAssociativity
net/thevpc/nuts/expr/NExprOpAssociativity.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/expr/NExprOpAssociativity;
NExprOpAssociativity.values ( ) [static] : NExprOpAssociativity[ ]
net/thevpc/nuts/expr/NExprOpAssociativity.values:()[Lnet/thevpc/nuts/expr/NExprOpAssociativity;
nuts-0.8.4.jar,
NExprOpDeclaration.class
package net.thevpc.nuts.expr
NExprOpDeclaration.eval ( List<NExprNode> p1, NExprDeclarations p2 ) [abstract] : Object
net/thevpc/nuts/expr/NExprOpDeclaration.eval:(Ljava/util/List;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
NExprOpDeclaration.getAssociativity ( ) [abstract] : NExprOpAssociativity
net/thevpc/nuts/expr/NExprOpDeclaration.getAssociativity:()Lnet/thevpc/nuts/expr/NExprOpAssociativity;
NExprOpDeclaration.getName ( ) [abstract] : String
net/thevpc/nuts/expr/NExprOpDeclaration.getName:()Ljava/lang/String;
NExprOpDeclaration.getPrecedence ( ) [abstract] : int
net/thevpc/nuts/expr/NExprOpDeclaration.getPrecedence:()I
NExprOpDeclaration.getType ( ) [abstract] : NExprOpType
net/thevpc/nuts/expr/NExprOpDeclaration.getType:()Lnet/thevpc/nuts/expr/NExprOpType;
nuts-0.8.4.jar,
NExprOpInfo.class
package net.thevpc.nuts.expr
NExprOpInfo.NExprOpInfo ( )
net/thevpc/nuts/expr/NExprOpInfo."<init>":()V
nuts-0.8.4.jar,
NExprOpNode.class
package net.thevpc.nuts.expr
NExprOpNode.getOperand ( int p1 ) [abstract] : NExprNode
net/thevpc/nuts/expr/NExprOpNode.getOperand:(I)Lnet/thevpc/nuts/expr/NExprNode;
NExprOpNode.getOperands ( ) [abstract] : List<NExprNode>
net/thevpc/nuts/expr/NExprOpNode.getOperands:()Ljava/util/List;
NExprOpNode.getUniformName ( ) [abstract] : String
net/thevpc/nuts/expr/NExprOpNode.getUniformName:()Ljava/lang/String;
nuts-0.8.4.jar,
NExprOpType.class
package net.thevpc.nuts.expr
NExprOpType.id ( ) : String
net/thevpc/nuts/expr/NExprOpType.id:()Ljava/lang/String;
NExprOpType.parse ( String value ) [static] : NOptional<NExprOpType>
net/thevpc/nuts/expr/NExprOpType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExprOpType.valueOf ( String name ) [static] : NExprOpType
net/thevpc/nuts/expr/NExprOpType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/expr/NExprOpType;
NExprOpType.values ( ) [static] : NExprOpType[ ]
net/thevpc/nuts/expr/NExprOpType.values:()[Lnet/thevpc/nuts/expr/NExprOpType;
nuts-0.8.4.jar,
NExprVar.class
package net.thevpc.nuts.expr
NExprVar.get ( String p1, NExprDeclarations p2 ) [abstract] : Object
net/thevpc/nuts/expr/NExprVar.get:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
NExprVar.of ( Object value ) [static] : NExprVar
net/thevpc/nuts/expr/NExprVar.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/expr/NExprVar;
NExprVar.ofConst ( Object value ) [static] : NExprVar
net/thevpc/nuts/expr/NExprVar.ofConst:(Ljava/lang/Object;)Lnet/thevpc/nuts/expr/NExprVar;
NExprVar.set ( String p1, Object p2, NExprDeclarations p3 ) [abstract] : Object
net/thevpc/nuts/expr/NExprVar.set:(Ljava/lang/String;Ljava/lang/Object;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
nuts-0.8.4.jar,
NExprVarDeclaration.class
package net.thevpc.nuts.expr
NExprVarDeclaration.get ( NExprDeclarations p1 ) [abstract] : Object
net/thevpc/nuts/expr/NExprVarDeclaration.get:(Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
NExprVarDeclaration.getName ( ) [abstract] : String
net/thevpc/nuts/expr/NExprVarDeclaration.getName:()Ljava/lang/String;
NExprVarDeclaration.set ( Object p1, NExprDeclarations p2 ) [abstract] : Object
net/thevpc/nuts/expr/NExprVarDeclaration.set:(Ljava/lang/Object;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
nuts-0.8.4.jar,
NExprWordNode.class
package net.thevpc.nuts.expr
NExprWordNode.getName ( ) [abstract] : String
net/thevpc/nuts/expr/NExprWordNode.getName:()Ljava/lang/String;
nuts-0.8.4.jar,
NExtensionAlreadyRegisteredException.class
package net.thevpc.nuts.ext
NExtensionAlreadyRegisteredException.getInstalled ( ) : String
net/thevpc/nuts/ext/NExtensionAlreadyRegisteredException.getInstalled:()Ljava/lang/String;
NExtensionAlreadyRegisteredException.NExtensionAlreadyRegisteredException ( NSession session, NId id, String installed )
net/thevpc/nuts/ext/NExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Ljava/lang/String;)V
NExtensionAlreadyRegisteredException.NExtensionAlreadyRegisteredException ( NSession session, NId id, String installed, Throwable cause )
net/thevpc/nuts/ext/NExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NExtensionException.class
package net.thevpc.nuts.ext
NExtensionException.getId ( ) : NId
net/thevpc/nuts/ext/NExtensionException.getId:()Lnet/thevpc/nuts/NId;
NExtensionException.NExtensionException ( NSession session, NId extensionId, NMsg message, Throwable cause )
net/thevpc/nuts/ext/NExtensionException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NExtensionInformation.class
package net.thevpc.nuts.ext
NExtensionInformation.getAuthor ( ) [abstract] : String
net/thevpc/nuts/ext/NExtensionInformation.getAuthor:()Ljava/lang/String;
NExtensionInformation.getCategory ( ) [abstract] : String
net/thevpc/nuts/ext/NExtensionInformation.getCategory:()Ljava/lang/String;
NExtensionInformation.getDescription ( ) [abstract] : String
net/thevpc/nuts/ext/NExtensionInformation.getDescription:()Ljava/lang/String;
NExtensionInformation.getId ( ) [abstract] : NId
net/thevpc/nuts/ext/NExtensionInformation.getId:()Lnet/thevpc/nuts/NId;
NExtensionInformation.getName ( ) [abstract] : String
net/thevpc/nuts/ext/NExtensionInformation.getName:()Ljava/lang/String;
NExtensionInformation.getSource ( ) [abstract] : String
net/thevpc/nuts/ext/NExtensionInformation.getSource:()Ljava/lang/String;
nuts-0.8.4.jar,
NExtensionLifeCycle.class
package net.thevpc.nuts.spi
NExtensionLifeCycle.onDestroyExtension ( NWorkspaceExtension extension, NSession session ) : void
net/thevpc/nuts/spi/NExtensionLifeCycle.onDestroyExtension:(Lnet/thevpc/nuts/NWorkspaceExtension;Lnet/thevpc/nuts/NSession;)V
NExtensionLifeCycle.onDisableExtension ( NWorkspaceExtension extension, NSession session ) : void
net/thevpc/nuts/spi/NExtensionLifeCycle.onDisableExtension:(Lnet/thevpc/nuts/NWorkspaceExtension;Lnet/thevpc/nuts/NSession;)V
NExtensionLifeCycle.onEnableExtension ( NWorkspaceExtension extension, NSession session ) : void
net/thevpc/nuts/spi/NExtensionLifeCycle.onEnableExtension:(Lnet/thevpc/nuts/NWorkspaceExtension;Lnet/thevpc/nuts/NSession;)V
NExtensionLifeCycle.onInitExtension ( NWorkspaceExtension extension, NSession session ) : void
net/thevpc/nuts/spi/NExtensionLifeCycle.onInitExtension:(Lnet/thevpc/nuts/NWorkspaceExtension;Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NExtensions.class
package net.thevpc.nuts.ext
NExtensions.createAll ( Class<T> p1 ) [abstract] : List<T>
net/thevpc/nuts/ext/NExtensions.createAll:(Ljava/lang/Class;)Ljava/util/List;
NExtensions.createComponent ( Class<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/ext/NExtensions.createComponent:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NExtensions.createComponent ( Class<T> p1, V p2 ) [abstract] : NOptional<T>
net/thevpc/nuts/ext/NExtensions.createComponent:(Ljava/lang/Class;Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NExtensions.createComponents ( Class<T> p1, V p2 ) [abstract] : List<T>
net/thevpc/nuts/ext/NExtensions.createComponents:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/util/List;
NExtensions.createServiceLoader ( Class<T> p1, Class<B> p2 ) [abstract] : NServiceLoader<T>
net/thevpc/nuts/ext/NExtensions.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;)Lnet/thevpc/nuts/io/NServiceLoader;
NExtensions.createServiceLoader ( Class<T> p1, Class<B> p2, ClassLoader p3 ) [abstract] : NServiceLoader<T>
net/thevpc/nuts/ext/NExtensions.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/io/NServiceLoader;
NExtensions.discoverTypes ( NId p1, ClassLoader p2 ) [abstract] : Set<Class<?>>
net/thevpc/nuts/ext/NExtensions.discoverTypes:(Lnet/thevpc/nuts/NId;Ljava/lang/ClassLoader;)Ljava/util/Set;
NExtensions.getCompanionIds ( ) [abstract] : Set<NId>
net/thevpc/nuts/ext/NExtensions.getCompanionIds:()Ljava/util/Set;
NExtensions.getConfigExtensions ( ) [abstract] : List<NId>
net/thevpc/nuts/ext/NExtensions.getConfigExtensions:()Ljava/util/List;
NExtensions.getExtensionObjects ( Class<T> p1 ) [abstract] : List<T>
net/thevpc/nuts/ext/NExtensions.getExtensionObjects:(Ljava/lang/Class;)Ljava/util/List;
NExtensions.getExtensionTypes ( Class<T> p1 ) [abstract] : Set<Class<?>>
net/thevpc/nuts/ext/NExtensions.getExtensionTypes:(Ljava/lang/Class;)Ljava/util/Set;
NExtensions.getLoadedExtensions ( ) [abstract] : List<NId>
net/thevpc/nuts/ext/NExtensions.getLoadedExtensions:()Ljava/util/List;
NExtensions.installWorkspaceExtensionComponent ( Class<T> p1, T p2 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.installWorkspaceExtensionComponent:(Ljava/lang/Class;Lnet/thevpc/nuts/spi/NComponent;)Z
NExtensions.isExcludedExtension ( String p1, NWorkspaceOptions p2 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.isExcludedExtension:(Ljava/lang/String;Lnet/thevpc/nuts/NWorkspaceOptions;)Z
NExtensions.isLoadedExtensions ( NId p1 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.isLoadedExtensions:(Lnet/thevpc/nuts/NId;)Z
NExtensions.isLoadedId ( NId p1 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.isLoadedId:(Lnet/thevpc/nuts/NId;)Z
NExtensions.isLoadedId ( NId p1, ClassLoader p2 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.isLoadedId:(Lnet/thevpc/nuts/NId;Ljava/lang/ClassLoader;)Z
NExtensions.isRegisteredInstance ( Class<T> p1, T p2 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.isRegisteredInstance:(Ljava/lang/Class;Lnet/thevpc/nuts/spi/NComponent;)Z
NExtensions.isRegisteredType ( Class<T> p1, Class<?> p2 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.isRegisteredType:(Ljava/lang/Class;Ljava/lang/Class;)Z
NExtensions.isRegisteredType ( Class<T> p1, String p2 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.isRegisteredType:(Ljava/lang/Class;Ljava/lang/String;)Z
NExtensions.loadExtension ( NId p1 ) [abstract] : NExtensions
net/thevpc/nuts/ext/NExtensions.loadExtension:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/ext/NExtensions;
NExtensions.of ( NSession session ) [static] : NExtensions
net/thevpc/nuts/ext/NExtensions.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/ext/NExtensions;
NExtensions.registerInstance ( Class<T> p1, T p2 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.registerInstance:(Ljava/lang/Class;Lnet/thevpc/nuts/spi/NComponent;)Z
NExtensions.registerType ( Class<T> p1, Class<?> p2, NId p3 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.registerType:(Ljava/lang/Class;Ljava/lang/Class;Lnet/thevpc/nuts/NId;)Z
NExtensions.setSession ( NSession p1 ) [abstract] : NExtensions
net/thevpc/nuts/ext/NExtensions.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/ext/NExtensions;
NExtensions.unloadExtension ( NId p1 ) [abstract] : NExtensions
net/thevpc/nuts/ext/NExtensions.unloadExtension:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/ext/NExtensions;
nuts-0.8.4.jar,
NFactoryException.class
package net.thevpc.nuts.ext
NFactoryException.NFactoryException ( NSession session, NMsg message )
net/thevpc/nuts/ext/NFactoryException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NFactoryException.NFactoryException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/ext/NFactoryException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NFactoryException.NFactoryException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/ext/NFactoryException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NFetchCmd.class
package net.thevpc.nuts
NFetchCmd.addRepositoryFilter ( NRepositoryFilter p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.addRepositoryFilter:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.addScope ( NDependencyScope p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.addScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.addScope ( NDependencyScopePattern p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.addScope:(Lnet/thevpc/nuts/NDependencyScopePattern;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.addScopes ( NDependencyScope... p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.addScopes:([Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.addScopes ( NDependencyScopePattern... p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.addScopes:([Lnet/thevpc/nuts/NDependencyScopePattern;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.clearScopes ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.clearScopes:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.configure ( boolean p1, String... p2 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NFetchCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NFetchCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NFetchCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NFetchCmd.content ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.content:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.copy ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.copy:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NFetchCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NFetchCmd.copySession ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.copySession:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.dependencies ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.dependencies:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.effective ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.effective:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.failFast ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.failFast:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.getDependencyFilter ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NFetchCmd.getDependencyFilter:()Lnet/thevpc/nuts/NDependencyFilter;
NFetchCmd.getId ( ) [abstract] : NId
net/thevpc/nuts/NFetchCmd.getId:()Lnet/thevpc/nuts/NId;
NFetchCmd.getOptional ( ) [abstract] : Boolean
net/thevpc/nuts/NFetchCmd.getOptional:()Ljava/lang/Boolean;
NFetchCmd.getRepositoryFilter ( ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NFetchCmd.getRepositoryFilter:()Lnet/thevpc/nuts/NRepositoryFilter;
NFetchCmd.getResultContent ( ) [abstract] : NPath
net/thevpc/nuts/NFetchCmd.getResultContent:()Lnet/thevpc/nuts/io/NPath;
NFetchCmd.getResultContentHash ( ) [abstract] : String
net/thevpc/nuts/NFetchCmd.getResultContentHash:()Ljava/lang/String;
NFetchCmd.getResultDefinition ( ) [abstract] : NDefinition
net/thevpc/nuts/NFetchCmd.getResultDefinition:()Lnet/thevpc/nuts/NDefinition;
NFetchCmd.getResultDescriptor ( ) [abstract] : NDescriptor
net/thevpc/nuts/NFetchCmd.getResultDescriptor:()Lnet/thevpc/nuts/NDescriptor;
NFetchCmd.getResultDescriptorHash ( ) [abstract] : String
net/thevpc/nuts/NFetchCmd.getResultDescriptorHash:()Ljava/lang/String;
NFetchCmd.getResultId ( ) [abstract] : NId
net/thevpc/nuts/NFetchCmd.getResultId:()Lnet/thevpc/nuts/NId;
NFetchCmd.getResultInstallInformation ( ) [abstract] : NInstallInformation
net/thevpc/nuts/NFetchCmd.getResultInstallInformation:()Lnet/thevpc/nuts/NInstallInformation;
NFetchCmd.getResultPath ( ) [abstract] : NPath
net/thevpc/nuts/NFetchCmd.getResultPath:()Lnet/thevpc/nuts/io/NPath;
NFetchCmd.getScope ( ) [abstract] : Set<NDependencyScope>
net/thevpc/nuts/NFetchCmd.getScope:()Ljava/util/Set;
NFetchCmd.isContent ( ) [abstract] : boolean
net/thevpc/nuts/NFetchCmd.isContent:()Z
NFetchCmd.isDependencies ( ) [abstract] : boolean
net/thevpc/nuts/NFetchCmd.isDependencies:()Z
NFetchCmd.isEffective ( ) [abstract] : boolean
net/thevpc/nuts/NFetchCmd.isEffective:()Z
NFetchCmd.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NFetchCmd.isFailFast:()Z
NFetchCmd.of ( NId id, NSession session ) [static] : NFetchCmd
net/thevpc/nuts/NFetchCmd.of:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.of ( NSession session ) [static] : NFetchCmd
net/thevpc/nuts/NFetchCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.of ( String id, NSession session ) [static] : NFetchCmd
net/thevpc/nuts/NFetchCmd.of:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.ofNutsApi ( NSession session ) [static] : NFetchCmd
net/thevpc/nuts/NFetchCmd.ofNutsApi:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.ofNutsRuntime ( NSession session ) [static] : NFetchCmd
net/thevpc/nuts/NFetchCmd.ofNutsRuntime:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.removeScope ( NDependencyScope p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.removeScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.removeScope ( NDependencyScopePattern p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.removeScope:(Lnet/thevpc/nuts/NDependencyScopePattern;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NFetchCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NFetchCmd.run ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.run:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setAll ( NFetchCmd p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setAll:(Lnet/thevpc/nuts/NFetchCmd;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setContent ( boolean p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setContent:(Z)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setDependencies ( boolean p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setDependencies:(Z)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setDependencyFilter ( NDependencyFilter p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setDependencyFilter:(Lnet/thevpc/nuts/NDependencyFilter;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setDependencyFilter ( String p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setDependencyFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setEffective ( boolean p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setEffective:(Z)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setFailFast ( boolean p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setFailFast:(Z)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setId ( NId p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setId ( String p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setOptional ( Boolean p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setRepositoryFilter ( NRepositoryFilter p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setRepositoryFilter:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NFetchCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NFetchCmd.setSession ( NSession p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NFetchCmd;
nuts-0.8.4.jar,
NFetchContentRepositoryCmd.class
package net.thevpc.nuts.spi
NFetchContentRepositoryCmd.getDescriptor ( ) [abstract] : NDescriptor
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.getDescriptor:()Lnet/thevpc/nuts/NDescriptor;
NFetchContentRepositoryCmd.getFetchMode ( ) [abstract] : NFetchMode
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.getFetchMode:()Lnet/thevpc/nuts/NFetchMode;
NFetchContentRepositoryCmd.getId ( ) [abstract] : NId
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.getId:()Lnet/thevpc/nuts/NId;
NFetchContentRepositoryCmd.getResult ( ) [abstract] : NPath
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.getResult:()Lnet/thevpc/nuts/io/NPath;
NFetchContentRepositoryCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NFetchContentRepositoryCmd.run ( ) [abstract] : NFetchContentRepositoryCmd
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NFetchContentRepositoryCmd;
NFetchContentRepositoryCmd.setDescriptor ( NDescriptor p1 ) [abstract] : NFetchContentRepositoryCmd
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.setDescriptor:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/spi/NFetchContentRepositoryCmd;
NFetchContentRepositoryCmd.setFetchMode ( NFetchMode p1 ) [abstract] : NFetchContentRepositoryCmd
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.setFetchMode:(Lnet/thevpc/nuts/NFetchMode;)Lnet/thevpc/nuts/spi/NFetchContentRepositoryCmd;
NFetchContentRepositoryCmd.setId ( NId p1 ) [abstract] : NFetchContentRepositoryCmd
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/spi/NFetchContentRepositoryCmd;
NFetchContentRepositoryCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NFetchContentRepositoryCmd.setSession ( NSession p1 ) [abstract] : NFetchContentRepositoryCmd
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NFetchContentRepositoryCmd;
nuts-0.8.4.jar,
NFetchDescriptorRepositoryCmd.class
package net.thevpc.nuts.spi
NFetchDescriptorRepositoryCmd.getFetchMode ( ) [abstract] : NFetchMode
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.getFetchMode:()Lnet/thevpc/nuts/NFetchMode;
NFetchDescriptorRepositoryCmd.getId ( ) [abstract] : NId
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.getId:()Lnet/thevpc/nuts/NId;
NFetchDescriptorRepositoryCmd.getResult ( ) [abstract] : NDescriptor
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.getResult:()Lnet/thevpc/nuts/NDescriptor;
NFetchDescriptorRepositoryCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NFetchDescriptorRepositoryCmd.run ( ) [abstract] : NFetchDescriptorRepositoryCmd
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd;
NFetchDescriptorRepositoryCmd.setFetchMode ( NFetchMode p1 ) [abstract] : NFetchDescriptorRepositoryCmd
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.setFetchMode:(Lnet/thevpc/nuts/NFetchMode;)Lnet/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd;
NFetchDescriptorRepositoryCmd.setId ( NId p1 ) [abstract] : NFetchDescriptorRepositoryCmd
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd;
NFetchDescriptorRepositoryCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NFetchDescriptorRepositoryCmd.setSession ( NSession p1 ) [abstract] : NFetchDescriptorRepositoryCmd
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd;
nuts-0.8.4.jar,
NFetchMode.class
package net.thevpc.nuts
NFetchMode.id ( ) : String
net/thevpc/nuts/NFetchMode.id:()Ljava/lang/String;
NFetchMode.parse ( String value ) [static] : NOptional<NFetchMode>
net/thevpc/nuts/NFetchMode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NFetchMode.valueOf ( String name ) [static] : NFetchMode
net/thevpc/nuts/NFetchMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NFetchMode;
NFetchMode.values ( ) [static] : NFetchMode[ ]
net/thevpc/nuts/NFetchMode.values:()[Lnet/thevpc/nuts/NFetchMode;
nuts-0.8.4.jar,
NFetchModeNotSupportedException.class
package net.thevpc.nuts
NFetchModeNotSupportedException.getFetchMode ( ) : NFetchMode
net/thevpc/nuts/NFetchModeNotSupportedException.getFetchMode:()Lnet/thevpc/nuts/NFetchMode;
NFetchModeNotSupportedException.getId ( ) : String
net/thevpc/nuts/NFetchModeNotSupportedException.getId:()Ljava/lang/String;
NFetchModeNotSupportedException.getRepositoryName ( ) : String
net/thevpc/nuts/NFetchModeNotSupportedException.getRepositoryName:()Ljava/lang/String;
NFetchModeNotSupportedException.getRepositoryUuid ( ) : String
net/thevpc/nuts/NFetchModeNotSupportedException.getRepositoryUuid:()Ljava/lang/String;
NFetchModeNotSupportedException.NFetchModeNotSupportedException ( NSession session, NRepository repo, NFetchMode fetchMode, String id, NMsg message )
net/thevpc/nuts/NFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NFetchMode;Ljava/lang/String;Lnet/thevpc/nuts/util/NMsg;)V
NFetchModeNotSupportedException.NFetchModeNotSupportedException ( NSession session, NRepository repo, NFetchMode fetchMode, String id, NMsg message, Exception cause )
net/thevpc/nuts/NFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NFetchMode;Ljava/lang/String;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Exception;)V
nuts-0.8.4.jar,
NFetchStrategy.class
package net.thevpc.nuts
NFetchStrategy.id ( ) : String
net/thevpc/nuts/NFetchStrategy.id:()Ljava/lang/String;
NFetchStrategy.isStopFast ( ) : boolean
net/thevpc/nuts/NFetchStrategy.isStopFast:()Z
NFetchStrategy.iterator ( ) : Iterator<NFetchMode>
net/thevpc/nuts/NFetchStrategy.iterator:()Ljava/util/Iterator;
NFetchStrategy.modes ( ) : Set<NFetchMode>
net/thevpc/nuts/NFetchStrategy.modes:()Ljava/util/Set;
NFetchStrategy.parse ( String value ) [static] : NOptional<NFetchStrategy>
net/thevpc/nuts/NFetchStrategy.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NFetchStrategy.valueOf ( String name ) [static] : NFetchStrategy
net/thevpc/nuts/NFetchStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NFetchStrategy;
NFetchStrategy.values ( ) [static] : NFetchStrategy[ ]
net/thevpc/nuts/NFetchStrategy.values:()[Lnet/thevpc/nuts/NFetchStrategy;
nuts-0.8.4.jar,
NFilter.class
package net.thevpc.nuts.util
NFilter.and ( NFilter p1 ) [abstract] : NFilter
net/thevpc/nuts/util/NFilter.and:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilter.getFilterOp ( ) [abstract] : NFilterOp
net/thevpc/nuts/util/NFilter.getFilterOp:()Lnet/thevpc/nuts/util/NFilterOp;
NFilter.getFilterType ( ) [abstract] : Class<?>
net/thevpc/nuts/util/NFilter.getFilterType:()Ljava/lang/Class;
NFilter.getSession ( ) [abstract] : NSession
net/thevpc/nuts/util/NFilter.getSession:()Lnet/thevpc/nuts/NSession;
NFilter.getSubFilters ( ) [abstract] : List<NFilter>
net/thevpc/nuts/util/NFilter.getSubFilters:()Ljava/util/List;
NFilter.neg ( ) [abstract] : NFilter
net/thevpc/nuts/util/NFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
NFilter.or ( NFilter p1 ) [abstract] : NFilter
net/thevpc/nuts/util/NFilter.or:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilter.simplify ( ) [abstract] : NFilter
net/thevpc/nuts/util/NFilter.simplify:()Lnet/thevpc/nuts/util/NFilter;
NFilter.simplify ( Class<T> p1 ) [abstract] : NFilter
net/thevpc/nuts/util/NFilter.simplify:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
NFilter.to ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/util/NFilter.to:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
nuts-0.8.4.jar,
NFilterOp.class
package net.thevpc.nuts.util
NFilterOp.id ( ) : String
net/thevpc/nuts/util/NFilterOp.id:()Ljava/lang/String;
NFilterOp.parse ( String value ) [static] : NOptional<NFilterOp>
net/thevpc/nuts/util/NFilterOp.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NFilterOp.valueOf ( String name ) [static] : NFilterOp
net/thevpc/nuts/util/NFilterOp.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NFilterOp;
NFilterOp.values ( ) [static] : NFilterOp[ ]
net/thevpc/nuts/util/NFilterOp.values:()[Lnet/thevpc/nuts/util/NFilterOp;
nuts-0.8.4.jar,
NFilters.class
package net.thevpc.nuts
NFilters.all ( Class<T> p1, NFilter... p2 ) [abstract] : T
net/thevpc/nuts/NFilters.all:(Ljava/lang/Class;[Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.all ( NFilter... p1 ) [abstract] : T
net/thevpc/nuts/NFilters.all:([Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.always ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NFilters.always:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
NFilters.any ( Class<T> p1, NFilter... p2 ) [abstract] : T
net/thevpc/nuts/NFilters.any:(Ljava/lang/Class;[Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.any ( NFilter... p1 ) [abstract] : T
net/thevpc/nuts/NFilters.any:([Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.as ( Class<T> p1, NFilter p2 ) [abstract] : T
net/thevpc/nuts/NFilters.as:(Ljava/lang/Class;Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.detectType ( NFilter p1 ) [abstract] : Class<?>
net/thevpc/nuts/NFilters.detectType:(Lnet/thevpc/nuts/util/NFilter;)Ljava/lang/Class;
NFilters.never ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NFilters.never:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
NFilters.none ( Class<T> p1, NFilter... p2 ) [abstract] : T
net/thevpc/nuts/NFilters.none:(Ljava/lang/Class;[Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.none ( NFilter... p1 ) [abstract] : T
net/thevpc/nuts/NFilters.none:([Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.nonnull ( Class<T> p1, NFilter p2 ) [abstract] : T
net/thevpc/nuts/NFilters.nonnull:(Ljava/lang/Class;Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.not ( Class<T> p1, NFilter p2 ) [abstract] : T
net/thevpc/nuts/NFilters.not:(Ljava/lang/Class;Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.not ( NFilter p1 ) [abstract] : T
net/thevpc/nuts/NFilters.not:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.of ( NSession session ) [static] : NFilters
net/thevpc/nuts/NFilters.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NFilters;
NFilters.to ( Class<T> p1, NFilter p2 ) [abstract] : T
net/thevpc/nuts/NFilters.to:(Ljava/lang/Class;Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
nuts-0.8.4.jar,
NFormat.class
package net.thevpc.nuts.format
NFormat.configure ( boolean p1, String... p2 ) [abstract] : NFormat
net/thevpc/nuts/format/NFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/format/NFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NFormat.format ( ) [abstract] : NString
net/thevpc/nuts/format/NFormat.format:()Lnet/thevpc/nuts/text/NString;
NFormat.formatPlain ( ) : String
net/thevpc/nuts/format/NFormat.formatPlain:()Ljava/lang/String;
NFormat.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/format/NFormat.isNtf:()Z
NFormat.of ( NSession session, NFormatSPI spi ) [static] : NFormat
net/thevpc/nuts/format/NFormat.of:(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/spi/NFormatSPI;)Lnet/thevpc/nuts/format/NFormat;
NFormat.of ( NSession session, T object, NTextFormat<T> format ) [static] : NFormat
net/thevpc/nuts/format/NFormat.of:(Lnet/thevpc/nuts/NSession;Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextFormat;)Lnet/thevpc/nuts/format/NFormat;
NFormat.print ( ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:()V
NFormat.print ( File p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:(Ljava/io/File;)V
NFormat.print ( NPath p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:(Lnet/thevpc/nuts/io/NPath;)V
NFormat.print ( NPrintStream p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:(Lnet/thevpc/nuts/io/NPrintStream;)V
NFormat.print ( NSessionTerminal p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:(Lnet/thevpc/nuts/io/NSessionTerminal;)V
NFormat.print ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:(Ljava/io/OutputStream;)V
NFormat.print ( Path p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:(Ljava/nio/file/Path;)V
NFormat.print ( Writer p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:(Ljava/io/Writer;)V
NFormat.println ( ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:()V
NFormat.println ( File p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:(Ljava/io/File;)V
NFormat.println ( NPath p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:(Lnet/thevpc/nuts/io/NPath;)V
NFormat.println ( NPrintStream p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:(Lnet/thevpc/nuts/io/NPrintStream;)V
NFormat.println ( NSessionTerminal p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:(Lnet/thevpc/nuts/io/NSessionTerminal;)V
NFormat.println ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:(Ljava/io/OutputStream;)V
NFormat.println ( Path p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:(Ljava/nio/file/Path;)V
NFormat.println ( Writer p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:(Ljava/io/Writer;)V
NFormat.setNtf ( boolean p1 ) [abstract] : NFormat
net/thevpc/nuts/format/NFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NFormat.setSession ( NSession p1 ) [abstract] : NFormat
net/thevpc/nuts/format/NFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NFormat.toString ( ) [abstract] : String
net/thevpc/nuts/format/NFormat.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NFormatSPI.class
package net.thevpc.nuts.spi
NFormatSPI.configureFirst ( NCmdLine p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NFormatSPI.configureFirst:(Lnet/thevpc/nuts/cmdline/NCmdLine;)Z
NFormatSPI.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NFormatSPI.getName:()Ljava/lang/String;
NFormatSPI.print ( NPrintStream p1 ) [abstract] : void
net/thevpc/nuts/spi/NFormatSPI.print:(Lnet/thevpc/nuts/io/NPrintStream;)V
nuts-0.8.4.jar,
NFormattable.class
package net.thevpc.nuts.format
NFormattable.format ( NSession session ) : NString
net/thevpc/nuts/format/NFormattable.format:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NString;
NFormattable.formatter ( NSession p1 ) [abstract] : NFormat
net/thevpc/nuts/format/NFormattable.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
nuts-0.8.4.jar,
NFunction2.class
package net.thevpc.nuts.util
NFunction2<A,B,V>.apply ( A p1, B p2 ) [abstract] : V
net/thevpc/nuts/util/NFunction2.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
NFunction2<A,B,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/util/NFunction2.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NFunction2<A,B,V>.withDesc ( NEDesc description ) : NFunction2<A,B,V>
net/thevpc/nuts/util/NFunction2.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFunction2;
NFunction2<A,B,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NFunction2.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NFunction2WithDescription.class
package net.thevpc.nuts.reserved.util
NFunction2WithDescription<A,B,V>.apply ( A a, B b ) : V
net/thevpc/nuts/reserved/util/NFunction2WithDescription.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
NFunction2WithDescription<A,B,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NFunction2WithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NFunction2WithDescription<A,B,V>.NFunction2WithDescription<A,B,V> ( NFunction2<A,B,V> base, NEDesc description )
net/thevpc/nuts/reserved/util/NFunction2WithDescription."<init>":(Lnet/thevpc/nuts/util/NFunction2;Lnet/thevpc/nuts/elem/NEDesc;)V
NFunction2WithDescription<A,B,V>.toString ( ) : String
net/thevpc/nuts/reserved/util/NFunction2WithDescription.toString:()Ljava/lang/String;
NFunction2WithDescription<A,B,V>.withDesc ( NEDesc description ) : NFunction2<A,B,V>
net/thevpc/nuts/reserved/util/NFunction2WithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFunction2;
NFunction2WithDescription<A,B,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NFunction2WithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NFunction3.class
package net.thevpc.nuts.util
NFunction3<A,B,C,V>.apply ( A p1, B p2, C p3 ) [abstract] : V
net/thevpc/nuts/util/NFunction3.apply:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
NFunction3<A,B,C,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/util/NFunction3.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NFunction3<A,B,C,V>.withDesc ( NEDesc description ) : NFunction3<A,B,C,V>
net/thevpc/nuts/util/NFunction3.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFunction3;
NFunction3<A,B,C,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NFunction3.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NFunction3WithDescription.class
package net.thevpc.nuts.reserved.util
NFunction3WithDescription<A,B,C,V>.apply ( A a, B b, C c ) : V
net/thevpc/nuts/reserved/util/NFunction3WithDescription.apply:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
NFunction3WithDescription<A,B,C,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NFunction3WithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NFunction3WithDescription<A,B,C,V>.NFunction3WithDescription<A,B,C,V> ( NFunction3<A,B,C,V> base, NEDesc description )
net/thevpc/nuts/reserved/util/NFunction3WithDescription."<init>":(Lnet/thevpc/nuts/util/NFunction3;Lnet/thevpc/nuts/elem/NEDesc;)V
NFunction3WithDescription<A,B,C,V>.toString ( ) : String
net/thevpc/nuts/reserved/util/NFunction3WithDescription.toString:()Ljava/lang/String;
NFunction3WithDescription<A,B,C,V>.withDesc ( NEDesc description ) : NFunction3<A,B,C,V>
net/thevpc/nuts/reserved/util/NFunction3WithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFunction3;
NFunction3WithDescription<A,B,C,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NFunction3WithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NFunction.class
package net.thevpc.nuts.util
NFunction<T,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/util/NFunction.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NFunction<T,V>.of ( Function<? super T,V> o ) [static] : NFunction<T,V>
net/thevpc/nuts/util/NFunction.of:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NFunction;
NFunction<T,V>.ofUnsafe ( UnsafeFunction<? super T,V> o, Function<Exception,?> onError ) [static] : NFunction<T,V>
net/thevpc/nuts/util/NFunction.ofUnsafe:(Lnet/thevpc/nuts/util/UnsafeFunction;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NFunction;
NFunction<T,V>.withDesc ( NEDesc description ) : NFunction<T,V>
net/thevpc/nuts/util/NFunction.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFunction;
NFunction<T,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NFunction.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NFunctionFromJavaFunction.class
package net.thevpc.nuts.reserved.util
NFunctionFromJavaFunction<T,V>.apply ( T f ) : V
net/thevpc/nuts/reserved/util/NFunctionFromJavaFunction.apply:(Ljava/lang/Object;)Ljava/lang/Object;
NFunctionFromJavaFunction<T,V>.NFunctionFromJavaFunction<T,V> ( Function<? super T,V> base )
net/thevpc/nuts/reserved/util/NFunctionFromJavaFunction."<init>":(Ljava/util/function/Function;)V
NFunctionFromJavaFunction<T,V>.toString ( ) : String
net/thevpc/nuts/reserved/util/NFunctionFromJavaFunction.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NFunctionWithDescription.class
package net.thevpc.nuts.reserved.util
NFunctionWithDescription<T,V>.apply ( T f ) : V
net/thevpc/nuts/reserved/util/NFunctionWithDescription.apply:(Ljava/lang/Object;)Ljava/lang/Object;
NFunctionWithDescription<T,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NFunctionWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NFunctionWithDescription<T,V>.NFunctionWithDescription<T,V> ( NFunction<? super T,V> base, NEDesc description )
net/thevpc/nuts/reserved/util/NFunctionWithDescription."<init>":(Lnet/thevpc/nuts/util/NFunction;Lnet/thevpc/nuts/elem/NEDesc;)V
NFunctionWithDescription<T,V>.toString ( ) : String
net/thevpc/nuts/reserved/util/NFunctionWithDescription.toString:()Ljava/lang/String;
NFunctionWithDescription<T,V>.withDesc ( NEDesc description ) : NFunction<T,V>
net/thevpc/nuts/reserved/util/NFunctionWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFunction;
NFunctionWithDescription<T,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NFunctionWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NGlob.class
package net.thevpc.nuts.util
NGlob.escape ( String p1 ) [abstract] : String
net/thevpc/nuts/util/NGlob.escape:(Ljava/lang/String;)Ljava/lang/String;
NGlob.getSeparator ( ) [abstract] : String
net/thevpc/nuts/util/NGlob.getSeparator:()Ljava/lang/String;
NGlob.isGlob ( String p1 ) [abstract] : boolean
net/thevpc/nuts/util/NGlob.isGlob:(Ljava/lang/String;)Z
NGlob.of ( NSession session ) [static] : NGlob
net/thevpc/nuts/util/NGlob.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NGlob;
NGlob.setSeparator ( String p1 ) [abstract] : NGlob
net/thevpc/nuts/util/NGlob.setSeparator:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NGlob;
NGlob.toPattern ( String p1 ) [abstract] : Pattern
net/thevpc/nuts/util/NGlob.toPattern:(Ljava/lang/String;)Ljava/util/regex/Pattern;
NGlob.toPatternString ( String p1 ) [abstract] : String
net/thevpc/nuts/util/NGlob.toPatternString:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.4.jar,
NHashName.class
package net.thevpc.nuts.io
NHashName.getHashName ( Object p1 ) [abstract] : String
net/thevpc/nuts/io/NHashName.getHashName:(Ljava/lang/Object;)Ljava/lang/String;
NHashName.getHashName ( Object p1, String p2 ) [abstract] : String
net/thevpc/nuts/io/NHashName.getHashName:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;
NHashName.of ( NSession session ) [static] : NHashName
net/thevpc/nuts/io/NHashName.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NHashName;
nuts-0.8.4.jar,
NHex.class
package net.thevpc.nuts.util
NHex.fromByte ( byte a ) [static] : String
net/thevpc/nuts/util/NHex.fromByte:(B)Ljava/lang/String;
NHex.fromBytes ( byte[ ] bytes ) [static] : String
net/thevpc/nuts/util/NHex.fromBytes:([B)Ljava/lang/String;
NHex.fromBytes ( byte[ ] bytes, int offset, int length ) [static] : String
net/thevpc/nuts/util/NHex.fromBytes:([BII)Ljava/lang/String;
NHex.fromInt ( int v ) [static] : String
net/thevpc/nuts/util/NHex.fromInt:(I)Ljava/lang/String;
NHex.fromLong ( long v ) [static] : String
net/thevpc/nuts/util/NHex.fromLong:(J)Ljava/lang/String;
NHex.fromShort ( short v ) [static] : String
net/thevpc/nuts/util/NHex.fromShort:(S)Ljava/lang/String;
NHex.NHex ( )
net/thevpc/nuts/util/NHex."<init>":()V
NHex.toByte ( String v ) [static] : byte
net/thevpc/nuts/util/NHex.toByte:(Ljava/lang/String;)B
NHex.toBytes ( String s ) [static] : byte[ ]
net/thevpc/nuts/util/NHex.toBytes:(Ljava/lang/String;)[B
NHex.toBytes ( String s, int size ) [static] : byte[ ]
net/thevpc/nuts/util/NHex.toBytes:(Ljava/lang/String;I)[B
NHex.toInt ( String v ) [static] : int
net/thevpc/nuts/util/NHex.toInt:(Ljava/lang/String;)I
NHex.toLong ( String v ) [static] : long
net/thevpc/nuts/util/NHex.toLong:(Ljava/lang/String;)J
NHex.toShort ( String v ) [static] : short
net/thevpc/nuts/util/NHex.toShort:(Ljava/lang/String;)S
NHex.toUShort ( String v ) [static] : int
net/thevpc/nuts/util/NHex.toUShort:(Ljava/lang/String;)I
nuts-0.8.4.jar,
NHomeLocation.class
package net.thevpc.nuts
NHomeLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NHomeLocation.equals:(Ljava/lang/Object;)Z
NHomeLocation.getOsFamily ( ) : NOsFamily
net/thevpc/nuts/NHomeLocation.getOsFamily:()Lnet/thevpc/nuts/env/NOsFamily;
NHomeLocation.getStoreLocation ( ) : NStoreType
net/thevpc/nuts/NHomeLocation.getStoreLocation:()Lnet/thevpc/nuts/NStoreType;
NHomeLocation.hashCode ( ) : int
net/thevpc/nuts/NHomeLocation.hashCode:()I
NHomeLocation.id ( ) : String
net/thevpc/nuts/NHomeLocation.id:()Ljava/lang/String;
NHomeLocation.name ( ) : String
net/thevpc/nuts/NHomeLocation.name:()Ljava/lang/String;
NHomeLocation.of ( NOsFamily osFamily, NStoreType storeLocation ) [static] : NHomeLocation
net/thevpc/nuts/NHomeLocation.of:(Lnet/thevpc/nuts/env/NOsFamily;Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/NHomeLocation;
NHomeLocation.parse ( String value ) [static] : NOptional<NHomeLocation>
net/thevpc/nuts/NHomeLocation.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NHomeLocation.toString ( ) : String
net/thevpc/nuts/NHomeLocation.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NHttpCode.class
package net.thevpc.nuts.web
NHttpCode.equals ( Object o ) : boolean
net/thevpc/nuts/web/NHttpCode.equals:(Ljava/lang/Object;)Z
NHttpCode.getCode ( ) : int
net/thevpc/nuts/web/NHttpCode.getCode:()I
NHttpCode.hashCode ( ) : int
net/thevpc/nuts/web/NHttpCode.hashCode:()I
NHttpCode.of ( int code ) [static] : NHttpCode
net/thevpc/nuts/web/NHttpCode.of:(I)Lnet/thevpc/nuts/web/NHttpCode;
nuts-0.8.4.jar,
NHttpMethod.class
package net.thevpc.nuts.web
NHttpMethod.valueOf ( String name ) [static] : NHttpMethod
net/thevpc/nuts/web/NHttpMethod.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NHttpMethod;
NHttpMethod.values ( ) [static] : NHttpMethod[ ]
net/thevpc/nuts/web/NHttpMethod.values:()[Lnet/thevpc/nuts/web/NHttpMethod;
nuts-0.8.4.jar,
NHttpUrlEncoder.class
package net.thevpc.nuts.web
NHttpUrlEncoder.encode ( String any ) [static] : String
net/thevpc/nuts/web/NHttpUrlEncoder.encode:(Ljava/lang/String;)Ljava/lang/String;
NHttpUrlEncoder.encodeObject ( Object any ) [static] : String
net/thevpc/nuts/web/NHttpUrlEncoder.encodeObject:(Ljava/lang/Object;)Ljava/lang/String;
NHttpUrlEncoder.NHttpUrlEncoder ( )
net/thevpc/nuts/web/NHttpUrlEncoder."<init>":()V
nuts-0.8.4.jar,
NId.class
package net.thevpc.nuts
NId.builder ( ) [abstract] : NIdBuilder
net/thevpc/nuts/NId.builder:()Lnet/thevpc/nuts/NIdBuilder;
NId.compatNewer ( ) [abstract] : NId
net/thevpc/nuts/NId.compatNewer:()Lnet/thevpc/nuts/NId;
NId.compatOlder ( ) [abstract] : NId
net/thevpc/nuts/NId.compatOlder:()Lnet/thevpc/nuts/NId;
NId.equalsLongId ( NId p1 ) [abstract] : boolean
net/thevpc/nuts/NId.equalsLongId:(Lnet/thevpc/nuts/NId;)Z
NId.equalsShortId ( NId p1 ) [abstract] : boolean
net/thevpc/nuts/NId.equalsShortId:(Lnet/thevpc/nuts/NId;)Z
NId.filter ( NSession p1 ) [abstract] : NIdFilter
net/thevpc/nuts/NId.filter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIdFilter;
NId.findAllByClass ( Class<?> value, NSession session ) [static] : List<NId>
net/thevpc/nuts/NId.findAllByClass:(Ljava/lang/Class;Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NId.findByPath ( NPath value, NSession session ) [static] : List<NId>
net/thevpc/nuts/NId.findByPath:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NId.getArtifactId ( ) [abstract] : String
net/thevpc/nuts/NId.getArtifactId:()Ljava/lang/String;
NId.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NId.getClassifier:()Ljava/lang/String;
NId.getCondition ( ) [abstract] : NEnvCondition
net/thevpc/nuts/NId.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
NId.getFace ( ) [abstract] : String
net/thevpc/nuts/NId.getFace:()Ljava/lang/String;
NId.getFullName ( ) [abstract] : String
net/thevpc/nuts/NId.getFullName:()Ljava/lang/String;
NId.getGroupId ( ) [abstract] : String
net/thevpc/nuts/NId.getGroupId:()Ljava/lang/String;
NId.getLongId ( ) [abstract] : NId
net/thevpc/nuts/NId.getLongId:()Lnet/thevpc/nuts/NId;
NId.getLongName ( ) [abstract] : String
net/thevpc/nuts/NId.getLongName:()Ljava/lang/String;
NId.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NId.getPackaging:()Ljava/lang/String;
NId.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NId.getProperties:()Ljava/util/Map;
NId.getPropertiesQuery ( ) [abstract] : String
net/thevpc/nuts/NId.getPropertiesQuery:()Ljava/lang/String;
NId.getRepository ( ) [abstract] : String
net/thevpc/nuts/NId.getRepository:()Ljava/lang/String;
NId.getShortId ( ) [abstract] : NId
net/thevpc/nuts/NId.getShortId:()Lnet/thevpc/nuts/NId;
NId.getShortName ( ) [abstract] : String
net/thevpc/nuts/NId.getShortName:()Ljava/lang/String;
NId.getVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NId.getVersion:()Lnet/thevpc/nuts/NVersion;
NId.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NId.isBlank:()Z
NId.isLongId ( ) [abstract] : boolean
net/thevpc/nuts/NId.isLongId:()Z
NId.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NId.isNull:()Z
NId.isShortId ( ) [abstract] : boolean
net/thevpc/nuts/NId.isShortId:()Z
NId.of ( String groupId, String artifactId ) [static] : NOptional<NId>
net/thevpc/nuts/NId.of:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NId.of ( String groupId, String artifactId, NVersion version ) [static] : NOptional<NId>
net/thevpc/nuts/NId.of:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/util/NOptional;
NId.of ( String groupId, String artifactId, String version ) [static] : NOptional<NId>
net/thevpc/nuts/NId.of:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NId.of ( String value ) [static] : NOptional<NId>
net/thevpc/nuts/NId.of:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NId.ofApi ( NVersion version ) [static] : NOptional<NId>
net/thevpc/nuts/NId.ofApi:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/util/NOptional;
NId.ofApi ( String version ) [static] : NOptional<NId>
net/thevpc/nuts/NId.ofApi:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NId.ofClass ( Class<?> value, NSession session ) [static] : NOptional<NId>
net/thevpc/nuts/NId.ofClass:(Ljava/lang/Class;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NId.ofList ( String value ) [static] : NOptional<List<NId>>
net/thevpc/nuts/NId.ofList:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NId.ofPath ( NPath value, NSession session ) [static] : NOptional<NId>
net/thevpc/nuts/NId.ofPath:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NId.ofRuntime ( NVersion version ) [static] : NOptional<NId>
net/thevpc/nuts/NId.ofRuntime:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/util/NOptional;
NId.ofRuntime ( String version ) [static] : NOptional<NId>
net/thevpc/nuts/NId.ofRuntime:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NId.ofSet ( String value ) [static] : NOptional<Set<NId>>
net/thevpc/nuts/NId.ofSet:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NId.toDependency ( ) [abstract] : NDependency
net/thevpc/nuts/NId.toDependency:()Lnet/thevpc/nuts/NDependency;
nuts-0.8.4.jar,
NIdBuilder.class
package net.thevpc.nuts
NIdBuilder.build ( ) [abstract] : NId
net/thevpc/nuts/NIdBuilder.build:()Lnet/thevpc/nuts/NId;
NIdBuilder.clear ( ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.clear:()Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.clearProperties ( ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.clearProperties:()Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.of ( ) [static] : NIdBuilder
net/thevpc/nuts/NIdBuilder.of:()Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.of ( String groupId, String artifactId ) [static] : NIdBuilder
net/thevpc/nuts/NIdBuilder.of:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setAll ( NId p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setAll:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setAll ( NIdBuilder p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setAll:(Lnet/thevpc/nuts/NIdBuilder;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setArtifactId ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setArtifactId:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setClassifier ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setCondition ( NEnvCondition p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setCondition ( NEnvConditionBuilder p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setCondition:(Lnet/thevpc/nuts/NEnvConditionBuilder;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setFace ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setFace:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setFaceContent ( ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setFaceContent:()Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setFaceDescriptor ( ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setFaceDescriptor:()Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setGroupId ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setGroupId:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setPackaging ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setPropertiesQuery ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setPropertiesQuery:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setProperty ( String p1, String p2 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setRepository ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setVersion ( NVersion p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setVersion ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
nuts-0.8.4.jar,
NIdCache.class
package net.thevpc.nuts.boot
NIdCache.NIdCache ( )
net/thevpc/nuts/boot/NIdCache."<init>":()V
nuts-0.8.4.jar,
NIdFilter.class
package net.thevpc.nuts
NIdFilter.acceptId ( NId p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NIdFilter.acceptId:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NSession;)Z
NIdFilter.acceptSearchId ( NSearchId sid, NSession session ) : boolean
net/thevpc/nuts/NIdFilter.acceptSearchId:(Lnet/thevpc/nuts/NSearchId;Lnet/thevpc/nuts/NSession;)Z
NIdFilter.and ( NIdFilter p1 ) [abstract] : NIdFilter
net/thevpc/nuts/NIdFilter.and:(Lnet/thevpc/nuts/NIdFilter;)Lnet/thevpc/nuts/NIdFilter;
NIdFilter.neg ( ) : NFilter
net/thevpc/nuts/NIdFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
NIdFilter.neg ( ) [abstract] : NIdFilter
net/thevpc/nuts/NIdFilter.neg:()Lnet/thevpc/nuts/NIdFilter;
NIdFilter.or ( NIdFilter p1 ) [abstract] : NIdFilter
net/thevpc/nuts/NIdFilter.or:(Lnet/thevpc/nuts/NIdFilter;)Lnet/thevpc/nuts/NIdFilter;
nuts-0.8.4.jar,
NIdFilterDelegate.class
package net.thevpc.nuts.spi.base
NIdFilterDelegate.acceptId ( NId id, NSession session ) : boolean
net/thevpc/nuts/spi/base/NIdFilterDelegate.acceptId:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NSession;)Z
NIdFilterDelegate.acceptSearchId ( NSearchId sid, NSession session ) : boolean
net/thevpc/nuts/spi/base/NIdFilterDelegate.acceptSearchId:(Lnet/thevpc/nuts/NSearchId;Lnet/thevpc/nuts/NSession;)Z
NIdFilterDelegate.baseNIdFilter ( ) [abstract] : NIdFilter
net/thevpc/nuts/spi/base/NIdFilterDelegate.baseNIdFilter:()Lnet/thevpc/nuts/NIdFilter;
NIdFilterDelegate.describe ( NSession session ) : NElement
net/thevpc/nuts/spi/base/NIdFilterDelegate.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NIdFilterDelegate.equals ( Object o ) : boolean
net/thevpc/nuts/spi/base/NIdFilterDelegate.equals:(Ljava/lang/Object;)Z
NIdFilterDelegate.getFilterOp ( ) : NFilterOp
net/thevpc/nuts/spi/base/NIdFilterDelegate.getFilterOp:()Lnet/thevpc/nuts/util/NFilterOp;
NIdFilterDelegate.getFilterType ( ) : Class<?>
net/thevpc/nuts/spi/base/NIdFilterDelegate.getFilterType:()Ljava/lang/Class;
NIdFilterDelegate.getSession ( ) : NSession
net/thevpc/nuts/spi/base/NIdFilterDelegate.getSession:()Lnet/thevpc/nuts/NSession;
NIdFilterDelegate.getSubFilters ( ) : List<NFilter>
net/thevpc/nuts/spi/base/NIdFilterDelegate.getSubFilters:()Ljava/util/List;
NIdFilterDelegate.hashCode ( ) : int
net/thevpc/nuts/spi/base/NIdFilterDelegate.hashCode:()I
NIdFilterDelegate.NIdFilterDelegate ( NSession session )
net/thevpc/nuts/spi/base/NIdFilterDelegate."<init>":(Lnet/thevpc/nuts/NSession;)V
NIdFilterDelegate.simplify ( ) : NFilter
net/thevpc/nuts/spi/base/NIdFilterDelegate.simplify:()Lnet/thevpc/nuts/util/NFilter;
NIdFilterDelegate.simplify ( ) : NIdFilter
net/thevpc/nuts/spi/base/NIdFilterDelegate.simplify:()Lnet/thevpc/nuts/NIdFilter;
NIdFilterDelegate.simplify ( ) : Object
net/thevpc/nuts/spi/base/NIdFilterDelegate.simplify:()Ljava/lang/Object;
NIdFilterDelegate.simplify ( Class<T> type ) : NFilter
net/thevpc/nuts/spi/base/NIdFilterDelegate.simplify:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
NIdFilterDelegate.to ( Class<T> type ) : T
net/thevpc/nuts/spi/base/NIdFilterDelegate.to:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
NIdFilterDelegate.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/spi/base/NIdFilterDelegate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
NIdFilterDelegate.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/spi/base/NIdFilterDelegate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NIdFilters.class
package net.thevpc.nuts
NIdFilters.byDefaultVersion ( Boolean p1 ) [abstract] : NIdFilter
net/thevpc/nuts/NIdFilters.byDefaultVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NIdFilter;
NIdFilters.byInstallStatus ( NInstallStatusFilter p1 ) [abstract] : NIdFilter
net/thevpc/nuts/NIdFilters.byInstallStatus:(Lnet/thevpc/nuts/NInstallStatusFilter;)Lnet/thevpc/nuts/NIdFilter;
NIdFilters.byName ( String... p1 ) [abstract] : NIdFilter
net/thevpc/nuts/NIdFilters.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NIdFilter;
NIdFilters.byValue ( NId p1 ) [abstract] : NIdFilter
net/thevpc/nuts/NIdFilters.byValue:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NIdFilter;
NIdFilters.of ( NSession session ) [static] : NIdFilters
net/thevpc/nuts/NIdFilters.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIdFilters;
nuts-0.8.4.jar,
NIdFilterWithDescriptor.class
package net.thevpc.nuts.reserved.util
NIdFilterWithDescriptor.baseNIdFilter ( ) : NIdFilter
net/thevpc/nuts/reserved/util/NIdFilterWithDescriptor.baseNIdFilter:()Lnet/thevpc/nuts/NIdFilter;
NIdFilterWithDescriptor.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NIdFilterWithDescriptor.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NIdFilterWithDescriptor.NIdFilterWithDescriptor ( NIdFilter base, NEDesc description )
net/thevpc/nuts/reserved/util/NIdFilterWithDescriptor."<init>":(Lnet/thevpc/nuts/NIdFilter;Lnet/thevpc/nuts/elem/NEDesc;)V
NIdFilterWithDescriptor.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/reserved/util/NIdFilterWithDescriptor.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
NIdFilterWithDescriptor.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NIdFilterWithDescriptor.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NIdFormat.class
package net.thevpc.nuts
NIdFormat.configure ( boolean p1, String... p2 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/NIdFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NIdFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NIdFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NIdFormat.getOmitProperties ( ) [abstract] : List<String>
net/thevpc/nuts/NIdFormat.getOmitProperties:()Ljava/util/List;
NIdFormat.getValue ( ) [abstract] : NId
net/thevpc/nuts/NIdFormat.getValue:()Lnet/thevpc/nuts/NId;
NIdFormat.isHighlightImportedGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isHighlightImportedGroupId:()Z
NIdFormat.isOmitClassifier ( ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isOmitClassifier:()Z
NIdFormat.isOmitFace ( ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isOmitFace:()Z
NIdFormat.isOmitGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isOmitGroupId:()Z
NIdFormat.isOmitImportedGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isOmitImportedGroupId:()Z
NIdFormat.isOmitOtherProperties ( ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isOmitOtherProperties:()Z
NIdFormat.isOmitProperty ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isOmitProperty:(Ljava/lang/String;)Z
NIdFormat.isOmitRepository ( ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isOmitRepository:()Z
NIdFormat.of ( NSession session ) [static] : NIdFormat
net/thevpc/nuts/NIdFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setHighlightImportedGroupId ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setHighlightImportedGroupId:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/NIdFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NIdFormat.setNtf ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setNtf:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setOmitClassifier ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setOmitClassifier:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setOmitFace ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setOmitFace:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setOmitGroupId ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setOmitGroupId:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setOmitImportedGroupId ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setOmitImportedGroupId:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setOmitOtherProperties ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setOmitOtherProperties:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setOmitProperty ( String p1, boolean p2 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setOmitProperty:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setOmitRepository ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setOmitRepository:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/NIdFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NIdFormat.setSession ( NSession p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setValue ( NId p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setValue:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NIdFormat;
nuts-0.8.4.jar,
NIdInvalidDependency.class
package net.thevpc.nuts
NNotFoundException.NIdInvalidDependency.equals ( Object o ) : boolean
net/thevpc/nuts/NNotFoundException.NIdInvalidDependency.equals:(Ljava/lang/Object;)Z
NNotFoundException.NIdInvalidDependency.getCause ( ) : Set<NNotFoundException.NIdInvalidDependency>
net/thevpc/nuts/NNotFoundException.NIdInvalidDependency.getCause:()Ljava/util/Set;
NNotFoundException.NIdInvalidDependency.getId ( ) : NId
net/thevpc/nuts/NNotFoundException.NIdInvalidDependency.getId:()Lnet/thevpc/nuts/NId;
NNotFoundException.NIdInvalidDependency.hashCode ( ) : int
net/thevpc/nuts/NNotFoundException.NIdInvalidDependency.hashCode:()I
NNotFoundException.NIdInvalidDependency.NNotFoundException.NIdInvalidDependency ( NId id, Set<NNotFoundException.NIdInvalidDependency> cause )
net/thevpc/nuts/NNotFoundException.NIdInvalidDependency."<init>":(Lnet/thevpc/nuts/NId;Ljava/util/Set;)V
nuts-0.8.4.jar,
NIdInvalidLocation.class
package net.thevpc.nuts
NNotFoundException.NIdInvalidLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NNotFoundException.NIdInvalidLocation.equals:(Ljava/lang/Object;)Z
NNotFoundException.NIdInvalidLocation.getMessage ( ) : String
net/thevpc/nuts/NNotFoundException.NIdInvalidLocation.getMessage:()Ljava/lang/String;
NNotFoundException.NIdInvalidLocation.getRepository ( ) : String
net/thevpc/nuts/NNotFoundException.NIdInvalidLocation.getRepository:()Ljava/lang/String;
NNotFoundException.NIdInvalidLocation.getUrl ( ) : String
net/thevpc/nuts/NNotFoundException.NIdInvalidLocation.getUrl:()Ljava/lang/String;
NNotFoundException.NIdInvalidLocation.hashCode ( ) : int
net/thevpc/nuts/NNotFoundException.NIdInvalidLocation.hashCode:()I
NNotFoundException.NIdInvalidLocation.NNotFoundException.NIdInvalidLocation ( String repository, String url, String message )
net/thevpc/nuts/NNotFoundException.NIdInvalidLocation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.4.jar,
NIdLocation.class
package net.thevpc.nuts
NIdLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NIdLocation.equals:(Ljava/lang/Object;)Z
NIdLocation.getClassifier ( ) : String
net/thevpc/nuts/NIdLocation.getClassifier:()Ljava/lang/String;
NIdLocation.getRegion ( ) : String
net/thevpc/nuts/NIdLocation.getRegion:()Ljava/lang/String;
NIdLocation.getUrl ( ) : String
net/thevpc/nuts/NIdLocation.getUrl:()Ljava/lang/String;
NIdLocation.hashCode ( ) : int
net/thevpc/nuts/NIdLocation.hashCode:()I
NIdLocation.isBlank ( ) : boolean
net/thevpc/nuts/NIdLocation.isBlank:()Z
NIdLocation.NIdLocation ( String url, String region, String classifier )
net/thevpc/nuts/NIdLocation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
NIdLocation.toString ( ) : String
net/thevpc/nuts/NIdLocation.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NIdType.class
package net.thevpc.nuts
NIdType.id ( ) : String
net/thevpc/nuts/NIdType.id:()Ljava/lang/String;
NIdType.parse ( String value ) [static] : NOptional<NIdType>
net/thevpc/nuts/NIdType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NIdType.valueOf ( String name ) [static] : NIdType
net/thevpc/nuts/NIdType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdType;
NIdType.values ( ) [static] : NIdType[ ]
net/thevpc/nuts/NIdType.values:()[Lnet/thevpc/nuts/NIdType;
nuts-0.8.4.jar,
NIdUtils.class
package net.thevpc.nuts.util
NIdUtils.resolveDescPath ( NId id ) [static] : String
net/thevpc/nuts/util/NIdUtils.resolveDescPath:(Lnet/thevpc/nuts/NId;)Ljava/lang/String;
NIdUtils.resolveFileName ( NId id, String extension ) [static] : String
net/thevpc/nuts/util/NIdUtils.resolveFileName:(Lnet/thevpc/nuts/NId;Ljava/lang/String;)Ljava/lang/String;
NIdUtils.resolveFilePath ( NId id, String extension ) [static] : String
net/thevpc/nuts/util/NIdUtils.resolveFilePath:(Lnet/thevpc/nuts/NId;Ljava/lang/String;)Ljava/lang/String;
NIdUtils.resolveGroupIdPath ( String groupId ) [static] : String
net/thevpc/nuts/util/NIdUtils.resolveGroupIdPath:(Ljava/lang/String;)Ljava/lang/String;
NIdUtils.resolveIdPath ( NId id ) [static] : String
net/thevpc/nuts/util/NIdUtils.resolveIdPath:(Lnet/thevpc/nuts/NId;)Ljava/lang/String;
NIdUtils.resolveJarPath ( NId id ) [static] : String
net/thevpc/nuts/util/NIdUtils.resolveJarPath:(Lnet/thevpc/nuts/NId;)Ljava/lang/String;
NIdUtils.resolveNutsDescriptorPath ( NId id ) [static] : String
net/thevpc/nuts/util/NIdUtils.resolveNutsDescriptorPath:(Lnet/thevpc/nuts/NId;)Ljava/lang/String;
nuts-0.8.4.jar,
NIllegalArgumentException.class
package net.thevpc.nuts
NIllegalArgumentException.NIllegalArgumentException ( NSession session, NMsg message )
net/thevpc/nuts/NIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NIllegalArgumentException.NIllegalArgumentException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NIllegalArgumentException.NIllegalArgumentException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NIllegalStateException.class
package net.thevpc.nuts
NIllegalStateException.NIllegalStateException ( NSession session, NMsg message )
net/thevpc/nuts/NIllegalStateException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NIllegalStateException.NIllegalStateException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NIllegalStateException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NIllegalStateException.NIllegalStateException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NIllegalStateException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NImports.class
package net.thevpc.nuts
NImports.addImports ( String... p1 ) [abstract] : NImports
net/thevpc/nuts/NImports.addImports:([Ljava/lang/String;)Lnet/thevpc/nuts/NImports;
NImports.clearImports ( ) [abstract] : NImports
net/thevpc/nuts/NImports.clearImports:()Lnet/thevpc/nuts/NImports;
NImports.getAllImports ( ) [abstract] : Set<String>
net/thevpc/nuts/NImports.getAllImports:()Ljava/util/Set;
NImports.isImportedGroupId ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NImports.isImportedGroupId:(Ljava/lang/String;)Z
NImports.of ( NSession session ) [static] : NImports
net/thevpc/nuts/NImports.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NImports;
NImports.removeImports ( String... p1 ) [abstract] : NImports
net/thevpc/nuts/NImports.removeImports:([Ljava/lang/String;)Lnet/thevpc/nuts/NImports;
NImports.setSession ( NSession p1 ) [abstract] : NImports
net/thevpc/nuts/NImports.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NImports;
NImports.updateImports ( String[ ] p1 ) [abstract] : NImports
net/thevpc/nuts/NImports.updateImports:([Ljava/lang/String;)Lnet/thevpc/nuts/NImports;
nuts-0.8.4.jar,
NIndexerNotAccessibleException.class
package net.thevpc.nuts
NIndexerNotAccessibleException.NIndexerNotAccessibleException ( NSession session, NMsg message )
net/thevpc/nuts/NIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NIndexerNotAccessibleException.NIndexerNotAccessibleException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NIndexStore.class
package net.thevpc.nuts
NIndexStore.invalidate ( NId p1, NSession p2 ) [abstract] : NIndexStore
net/thevpc/nuts/NIndexStore.invalidate:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIndexStore;
NIndexStore.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NIndexStore.isEnabled:()Z
NIndexStore.isSubscribed ( NSession p1 ) [abstract] : boolean
net/thevpc/nuts/NIndexStore.isSubscribed:(Lnet/thevpc/nuts/NSession;)Z
NIndexStore.revalidate ( NId p1, NSession p2 ) [abstract] : NIndexStore
net/thevpc/nuts/NIndexStore.revalidate:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIndexStore;
NIndexStore.search ( NIdFilter p1, NSession p2 ) [abstract] : NIterator<NId>
net/thevpc/nuts/NIndexStore.search:(Lnet/thevpc/nuts/NIdFilter;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterator;
NIndexStore.searchVersions ( NId p1, NSession p2 ) [abstract] : NIterator<NId>
net/thevpc/nuts/NIndexStore.searchVersions:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterator;
NIndexStore.setEnabled ( boolean p1 ) [abstract] : NIndexStore
net/thevpc/nuts/NIndexStore.setEnabled:(Z)Lnet/thevpc/nuts/NIndexStore;
NIndexStore.subscribe ( NSession p1 ) [abstract] : NIndexStore
net/thevpc/nuts/NIndexStore.subscribe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIndexStore;
NIndexStore.unsubscribe ( NSession p1 ) [abstract] : NIndexStore
net/thevpc/nuts/NIndexStore.unsubscribe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIndexStore;
nuts-0.8.4.jar,
NIndexStoreFactory.class
package net.thevpc.nuts.spi
NIndexStoreFactory.createIndexStore ( NRepository p1 ) [abstract] : NIndexStore
net/thevpc/nuts/spi/NIndexStoreFactory.createIndexStore:(Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/NIndexStore;
nuts-0.8.4.jar,
NInfoCmd.class
package net.thevpc.nuts
NInfoCmd.addProperties ( Map<String,String> p1 ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.addProperty ( String p1, String p2 ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.configure ( boolean p1, String... p2 ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/NInfoCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NInfoCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NInfoCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NInfoCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NInfoCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NInfoCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NInfoCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NInfoCmd.copySession ( ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.copySession:()Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.getPropertyValue ( String p1 ) [abstract] : NOptional<Object>
net/thevpc/nuts/NInfoCmd.getPropertyValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NInfoCmd.getPropertyValues ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NInfoCmd.getPropertyValues:()Ljava/util/Map;
NInfoCmd.isFancy ( ) [abstract] : boolean
net/thevpc/nuts/NInfoCmd.isFancy:()Z
NInfoCmd.isShowRepositories ( ) [abstract] : boolean
net/thevpc/nuts/NInfoCmd.isShowRepositories:()Z
NInfoCmd.of ( NSession session ) [static] : NInfoCmd
net/thevpc/nuts/NInfoCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.setFancy ( boolean p1 ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.setFancy:(Z)Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/NInfoCmd.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NInfoCmd.setNtf ( boolean p1 ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.setNtf:(Z)Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/NInfoCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NInfoCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NInfoCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NInfoCmd.setSession ( NSession p1 ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.setShowRepositories ( boolean p1 ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.setShowRepositories:(Z)Lnet/thevpc/nuts/NInfoCmd;
nuts-0.8.4.jar,
NInputContentProvider.class
package net.thevpc.nuts.io
NInputContentProvider.getCharset ( ) [abstract] : String
net/thevpc/nuts/io/NInputContentProvider.getCharset:()Ljava/lang/String;
NInputContentProvider.getContentType ( ) [abstract] : String
net/thevpc/nuts/io/NInputContentProvider.getContentType:()Ljava/lang/String;
NInputContentProvider.getName ( ) [abstract] : String
net/thevpc/nuts/io/NInputContentProvider.getName:()Ljava/lang/String;
nuts-0.8.4.jar,
NInputSource.class
package net.thevpc.nuts.io
NInputSource.dispose ( ) : void
net/thevpc/nuts/io/NInputSource.dispose:()V
NInputSource.getBufferedReader ( ) [abstract] : BufferedReader
net/thevpc/nuts/io/NInputSource.getBufferedReader:()Ljava/io/BufferedReader;
NInputSource.getBufferedReader ( Charset p1 ) [abstract] : BufferedReader
net/thevpc/nuts/io/NInputSource.getBufferedReader:(Ljava/nio/charset/Charset;)Ljava/io/BufferedReader;
NInputSource.getContentLength ( ) [abstract] : long
net/thevpc/nuts/io/NInputSource.getContentLength:()J
NInputSource.getDigest ( ) [abstract] : byte[ ]
net/thevpc/nuts/io/NInputSource.getDigest:()[B
NInputSource.getDigest ( String p1 ) [abstract] : byte[ ]
net/thevpc/nuts/io/NInputSource.getDigest:(Ljava/lang/String;)[B
NInputSource.getDigestString ( ) [abstract] : String
net/thevpc/nuts/io/NInputSource.getDigestString:()Ljava/lang/String;
NInputSource.getDigestString ( String p1 ) [abstract] : String
net/thevpc/nuts/io/NInputSource.getDigestString:(Ljava/lang/String;)Ljava/lang/String;
NInputSource.getLines ( ) [abstract] : Stream<String>
net/thevpc/nuts/io/NInputSource.getLines:()Ljava/util/stream/Stream;
NInputSource.getLines ( Charset p1 ) [abstract] : Stream<String>
net/thevpc/nuts/io/NInputSource.getLines:(Ljava/nio/charset/Charset;)Ljava/util/stream/Stream;
NInputSource.getReader ( ) [abstract] : Reader
net/thevpc/nuts/io/NInputSource.getReader:()Ljava/io/Reader;
NInputSource.getReader ( Charset p1 ) [abstract] : Reader
net/thevpc/nuts/io/NInputSource.getReader:(Ljava/nio/charset/Charset;)Ljava/io/Reader;
NInputSource.head ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/io/NInputSource.head:(I)Ljava/util/List;
NInputSource.head ( int p1, Charset p2 ) [abstract] : List<String>
net/thevpc/nuts/io/NInputSource.head:(ILjava/nio/charset/Charset;)Ljava/util/List;
NInputSource.isKnownContentLength ( ) [abstract] : boolean
net/thevpc/nuts/io/NInputSource.isKnownContentLength:()Z
NInputSource.isMultiRead ( ) [abstract] : boolean
net/thevpc/nuts/io/NInputSource.isMultiRead:()Z
NInputSource.of ( byte[ ] bytes, NContentMetadata metadata, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.of:([BLnet/thevpc/nuts/io/NContentMetadata;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.of ( byte[ ] bytes, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.of:([BLnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.of ( File file, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.of:(Ljava/io/File;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.of ( InputStream inputSource, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.of:(Ljava/io/InputStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.of ( InputStream inputStream, NContentMetadata metadata, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.of:(Ljava/io/InputStream;Lnet/thevpc/nuts/io/NContentMetadata;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.of ( Path file, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.of:(Ljava/nio/file/Path;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.of ( URL file, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.of:(Ljava/net/URL;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.ofMultiRead ( NInputSource source, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.ofMultiRead:(Lnet/thevpc/nuts/io/NInputSource;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.readBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/io/NInputSource.readBytes:()[B
NInputSource.readString ( ) : String
net/thevpc/nuts/io/NInputSource.readString:()Ljava/lang/String;
NInputSource.readString ( Charset cs ) : String
net/thevpc/nuts/io/NInputSource.readString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
NInputSource.tail ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/io/NInputSource.tail:(I)Ljava/util/List;
NInputSource.tail ( int p1, Charset p2 ) [abstract] : List<String>
net/thevpc/nuts/io/NInputSource.tail:(ILjava/nio/charset/Charset;)Ljava/util/List;
nuts-0.8.4.jar,
NInputSourceBuilder.class
package net.thevpc.nuts.io
NInputSourceBuilder.createInputSource ( ) [abstract] : NInputSource
net/thevpc/nuts/io/NInputSourceBuilder.createInputSource:()Lnet/thevpc/nuts/io/NInputSource;
NInputSourceBuilder.createInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/io/NInputSourceBuilder.createInputStream:()Ljava/io/InputStream;
NInputSourceBuilder.createInterruptibleInputStream ( ) [abstract] : NInterruptible<InputStream>
net/thevpc/nuts/io/NInputSourceBuilder.createInterruptibleInputStream:()Lnet/thevpc/nuts/io/NInterruptible;
NInputSourceBuilder.createNonBlockingInputStream ( ) [abstract] : NNonBlockingInputStream
net/thevpc/nuts/io/NInputSourceBuilder.createNonBlockingInputStream:()Lnet/thevpc/nuts/io/NNonBlockingInputStream;
NInputSourceBuilder.getCloseAction ( ) [abstract] : Runnable
net/thevpc/nuts/io/NInputSourceBuilder.getCloseAction:()Ljava/lang/Runnable;
NInputSourceBuilder.getExpectedLength ( ) [abstract] : Long
net/thevpc/nuts/io/NInputSourceBuilder.getExpectedLength:()Ljava/lang/Long;
NInputSourceBuilder.getMetadata ( ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NInputSourceBuilder.getMetadata:()Lnet/thevpc/nuts/io/NContentMetadata;
NInputSourceBuilder.getMonitoringListener ( ) [abstract] : NProgressListener
net/thevpc/nuts/io/NInputSourceBuilder.getMonitoringListener:()Lnet/thevpc/nuts/time/NProgressListener;
NInputSourceBuilder.getSource ( ) [abstract] : Object
net/thevpc/nuts/io/NInputSourceBuilder.getSource:()Ljava/lang/Object;
NInputSourceBuilder.getSourceName ( ) [abstract] : NMsg
net/thevpc/nuts/io/NInputSourceBuilder.getSourceName:()Lnet/thevpc/nuts/util/NMsg;
NInputSourceBuilder.getTee ( ) [abstract] : OutputStream
net/thevpc/nuts/io/NInputSourceBuilder.getTee:()Ljava/io/OutputStream;
NInputSourceBuilder.isCloseBase ( ) [abstract] : boolean
net/thevpc/nuts/io/NInputSourceBuilder.isCloseBase:()Z
NInputSourceBuilder.isInterruptible ( ) [abstract] : boolean
net/thevpc/nuts/io/NInputSourceBuilder.isInterruptible:()Z
NInputSourceBuilder.isNonBlocking ( ) [abstract] : boolean
net/thevpc/nuts/io/NInputSourceBuilder.isNonBlocking:()Z
NInputSourceBuilder.of ( InputStream is, NSession session ) [static] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.of:(Ljava/io/InputStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setBase ( InputStream p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setBase:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setCloseAction ( Runnable p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setCloseAction:(Ljava/lang/Runnable;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setCloseBase ( boolean p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setCloseBase:(Z)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setExpectedLength ( Long p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setExpectedLength:(Ljava/lang/Long;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setInterruptible ( boolean p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setInterruptible:(Z)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setMetadata ( NContentMetadata p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setMetadata:(Lnet/thevpc/nuts/io/NContentMetadata;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setMonitoringListener ( NProgressListener p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setMonitoringListener:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setNonBlocking ( boolean p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setNonBlocking:(Z)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setSource ( Object p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setSource:(Ljava/lang/Object;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setSourceName ( NMsg p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setSourceName:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setTee ( OutputStream p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setTee:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
nuts-0.8.4.jar,
NInputStreamMonitor.class
package net.thevpc.nuts.io
NInputStreamMonitor.create ( ) [abstract] : InputStream
net/thevpc/nuts/io/NInputStreamMonitor.create:()Ljava/io/InputStream;
NInputStreamMonitor.getLength ( ) [abstract] : long
net/thevpc/nuts/io/NInputStreamMonitor.getLength:()J
NInputStreamMonitor.getName ( ) [abstract] : NMsg
net/thevpc/nuts/io/NInputStreamMonitor.getName:()Lnet/thevpc/nuts/util/NMsg;
NInputStreamMonitor.getOrigin ( ) [abstract] : Object
net/thevpc/nuts/io/NInputStreamMonitor.getOrigin:()Ljava/lang/Object;
NInputStreamMonitor.getProgressFactory ( ) [abstract] : NProgressFactory
net/thevpc/nuts/io/NInputStreamMonitor.getProgressFactory:()Lnet/thevpc/nuts/time/NProgressFactory;
NInputStreamMonitor.getSource ( ) [abstract] : NInputSource
net/thevpc/nuts/io/NInputStreamMonitor.getSource:()Lnet/thevpc/nuts/io/NInputSource;
NInputStreamMonitor.getSourceTypeName ( ) [abstract] : String
net/thevpc/nuts/io/NInputStreamMonitor.getSourceTypeName:()Ljava/lang/String;
NInputStreamMonitor.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/io/NInputStreamMonitor.isLogProgress:()Z
NInputStreamMonitor.isTraceProgress ( ) [abstract] : boolean
net/thevpc/nuts/io/NInputStreamMonitor.isTraceProgress:()Z
NInputStreamMonitor.of ( NSession session ) [static] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setLength ( long p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setLength:(J)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setLogProgress ( boolean p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setLogProgress:(Z)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setName ( NMsg p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setName:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setOrigin ( Object p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setOrigin:(Ljava/lang/Object;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setProgressFactory ( NProgressFactory p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setProgressFactory:(Lnet/thevpc/nuts/time/NProgressFactory;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setProgressMonitor ( NProgressListener p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setProgressMonitor:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setSession ( NSession p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setSource ( File p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setSource ( InputStream p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setSource ( NInputSource p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setSource:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setSource ( NPath p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setSource:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setSource ( Path p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setSourceTypeName ( String p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setSourceTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setTraceProgress ( boolean p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setTraceProgress:(Z)Lnet/thevpc/nuts/io/NInputStreamMonitor;
nuts-0.8.4.jar,
NInputStreamProvider.class
package net.thevpc.nuts.io
NInputStreamProvider.getInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/io/NInputStreamProvider.getInputStream:()Ljava/io/InputStream;
nuts-0.8.4.jar,
NInputStreamTransparentAdapter.class
package net.thevpc.nuts.spi
NInputStreamTransparentAdapter.baseInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NInputStreamTransparentAdapter.baseInputStream:()Ljava/io/InputStream;
nuts-0.8.4.jar,
NInstallationException.class
package net.thevpc.nuts
NInstallationException.getId ( ) : NId
net/thevpc/nuts/NInstallationException.getId:()Lnet/thevpc/nuts/NId;
NInstallationException.NInstallationException ( NSession session, NId id, NMsg msg, Throwable ex )
net/thevpc/nuts/NInstallationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NInstallCmd.class
package net.thevpc.nuts
NInstallCmd.addArg ( String p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.addArgs ( Collection<String> p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.addArgs ( String... p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.addConditionalArgs ( Predicate<NDefinition> p1, String... p2 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addConditionalArgs:(Ljava/util/function/Predicate;[Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.addId ( NId p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.addId ( String p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.addIds ( NId... p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.addIds ( String... p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.clearArgs ( ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.clearArgs:()Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.clearIds ( ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.clearIds:()Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.companions ( ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.companions:()Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.companions ( boolean p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.companions:(Z)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.configure ( boolean p1, String... p2 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NInstallCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NInstallCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NInstallCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NInstallCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NInstallCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NInstallCmd.copySession ( ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.copySession:()Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.defaultVersion ( ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.defaultVersion:()Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.defaultVersion ( boolean p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.defaultVersion:(Z)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.getArgs ( ) [abstract] : List<String>
net/thevpc/nuts/NInstallCmd.getArgs:()Ljava/util/List;
NInstallCmd.getCompanions ( ) [abstract] : NInstallStrategy
net/thevpc/nuts/NInstallCmd.getCompanions:()Lnet/thevpc/nuts/NInstallStrategy;
NInstallCmd.getIdMap ( ) [abstract] : Map<NId,NInstallStrategy>
net/thevpc/nuts/NInstallCmd.getIdMap:()Ljava/util/Map;
NInstallCmd.getIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NInstallCmd.getIds:()Ljava/util/List;
NInstallCmd.getInstalled ( ) [abstract] : NInstallStrategy
net/thevpc/nuts/NInstallCmd.getInstalled:()Lnet/thevpc/nuts/NInstallStrategy;
NInstallCmd.getResult ( ) [abstract] : NStream<NDefinition>
net/thevpc/nuts/NInstallCmd.getResult:()Lnet/thevpc/nuts/util/NStream;
NInstallCmd.getStrategy ( ) [abstract] : NInstallStrategy
net/thevpc/nuts/NInstallCmd.getStrategy:()Lnet/thevpc/nuts/NInstallStrategy;
NInstallCmd.isCompanions ( ) [abstract] : boolean
net/thevpc/nuts/NInstallCmd.isCompanions:()Z
NInstallCmd.isDefaultVersion ( ) [abstract] : boolean
net/thevpc/nuts/NInstallCmd.isDefaultVersion:()Z
NInstallCmd.isInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NInstallCmd.isInstalled:()Z
NInstallCmd.of ( NSession session ) [static] : NInstallCmd
net/thevpc/nuts/NInstallCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.removeId ( NId p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.removeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.removeId ( String p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NInstallCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NInstallCmd.run ( ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.run:()Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setCompanions ( boolean p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setCompanions:(Z)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setDefaultVersion ( boolean p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setDefaultVersion:(Z)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setId ( NId p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setId ( String p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setIds ( NId... p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setIds ( String... p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setInstalled ( boolean p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setInstalled:(Z)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NInstallCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NInstallCmd.setSession ( NSession p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setStrategy ( NInstallStrategy p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setStrategy:(Lnet/thevpc/nuts/NInstallStrategy;)Lnet/thevpc/nuts/NInstallCmd;
nuts-0.8.4.jar,
NInstallerComponent.class
package net.thevpc.nuts.spi
NInstallerComponent.install ( NExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/spi/NInstallerComponent.install:(Lnet/thevpc/nuts/NExecutionContext;)V
NInstallerComponent.uninstall ( NExecutionContext p1, boolean p2 ) [abstract] : void
net/thevpc/nuts/spi/NInstallerComponent.uninstall:(Lnet/thevpc/nuts/NExecutionContext;Z)V
NInstallerComponent.update ( NExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/spi/NInstallerComponent.update:(Lnet/thevpc/nuts/NExecutionContext;)V
nuts-0.8.4.jar,
NInstallEvent.class
package net.thevpc.nuts
NInstallEvent.getDefinition ( ) [abstract] : NDefinition
net/thevpc/nuts/NInstallEvent.getDefinition:()Lnet/thevpc/nuts/NDefinition;
NInstallEvent.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NInstallEvent.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NInstallEvent.isForce ( ) [abstract] : boolean
net/thevpc/nuts/NInstallEvent.isForce:()Z
nuts-0.8.4.jar,
NInstallException.class
package net.thevpc.nuts
NInstallException.NInstallException ( NSession session, NId id )
net/thevpc/nuts/NInstallException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NInstallException.NInstallException ( NSession session, NId id, NMsg msg, Throwable ex )
net/thevpc/nuts/NInstallException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NInstallInformation.class
package net.thevpc.nuts
NInstallInformation.getCreatedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NInstallInformation.getCreatedInstant:()Ljava/time/Instant;
NInstallInformation.getId ( ) [abstract] : NId
net/thevpc/nuts/NInstallInformation.getId:()Lnet/thevpc/nuts/NId;
NInstallInformation.getInstallFolder ( ) [abstract] : NPath
net/thevpc/nuts/NInstallInformation.getInstallFolder:()Lnet/thevpc/nuts/io/NPath;
NInstallInformation.getInstallStatus ( ) [abstract] : NInstallStatus
net/thevpc/nuts/NInstallInformation.getInstallStatus:()Lnet/thevpc/nuts/NInstallStatus;
NInstallInformation.getInstallUser ( ) [abstract] : String
net/thevpc/nuts/NInstallInformation.getInstallUser:()Ljava/lang/String;
NInstallInformation.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NInstallInformation.getLastModifiedInstant:()Ljava/time/Instant;
NInstallInformation.getSourceRepositoryName ( ) [abstract] : String
net/thevpc/nuts/NInstallInformation.getSourceRepositoryName:()Ljava/lang/String;
NInstallInformation.getSourceRepositoryUUID ( ) [abstract] : String
net/thevpc/nuts/NInstallInformation.getSourceRepositoryUUID:()Ljava/lang/String;
NInstallInformation.isDefaultVersion ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isDefaultVersion:()Z
NInstallInformation.isInstalledOrRequired ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isInstalledOrRequired:()Z
NInstallInformation.isJustInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isJustInstalled:()Z
NInstallInformation.isJustReInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isJustReInstalled:()Z
NInstallInformation.isJustRequired ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isJustRequired:()Z
NInstallInformation.isJustReRequired ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isJustReRequired:()Z
NInstallInformation.isWasInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isWasInstalled:()Z
NInstallInformation.isWasRequired ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isWasRequired:()Z
nuts-0.8.4.jar,
NInstallListener.class
package net.thevpc.nuts
NInstallListener.onInstall ( NInstallEvent event ) : void
net/thevpc/nuts/NInstallListener.onInstall:(Lnet/thevpc/nuts/NInstallEvent;)V
NInstallListener.onRequire ( NInstallEvent event ) : void
net/thevpc/nuts/NInstallListener.onRequire:(Lnet/thevpc/nuts/NInstallEvent;)V
NInstallListener.onUninstall ( NInstallEvent event ) : void
net/thevpc/nuts/NInstallListener.onUninstall:(Lnet/thevpc/nuts/NInstallEvent;)V
NInstallListener.onUnRequire ( NInstallEvent event ) : void
net/thevpc/nuts/NInstallListener.onUnRequire:(Lnet/thevpc/nuts/NInstallEvent;)V
NInstallListener.onUpdate ( NUpdateEvent event ) : void
net/thevpc/nuts/NInstallListener.onUpdate:(Lnet/thevpc/nuts/NUpdateEvent;)V
nuts-0.8.4.jar,
NInstallStatus.class
package net.thevpc.nuts
NInstallStatus.equals ( Object o ) : boolean
net/thevpc/nuts/NInstallStatus.equals:(Ljava/lang/Object;)Z
NInstallStatus.hashCode ( ) : int
net/thevpc/nuts/NInstallStatus.hashCode:()I
NInstallStatus.isDefaultVersion ( ) : boolean
net/thevpc/nuts/NInstallStatus.isDefaultVersion:()Z
NInstallStatus.isDeployed ( ) : boolean
net/thevpc/nuts/NInstallStatus.isDeployed:()Z
NInstallStatus.isInstalled ( ) : boolean
net/thevpc/nuts/NInstallStatus.isInstalled:()Z
NInstallStatus.isInstalledOrRequired ( ) : boolean
net/thevpc/nuts/NInstallStatus.isInstalledOrRequired:()Z
NInstallStatus.isNonDeployed ( ) : boolean
net/thevpc/nuts/NInstallStatus.isNonDeployed:()Z
NInstallStatus.isObsolete ( ) : boolean
net/thevpc/nuts/NInstallStatus.isObsolete:()Z
NInstallStatus.isRequired ( ) : boolean
net/thevpc/nuts/NInstallStatus.isRequired:()Z
NInstallStatus.of ( boolean installed, boolean required, boolean obsolete, boolean defaultVersion ) [static] : NInstallStatus
net/thevpc/nuts/NInstallStatus.of:(ZZZZ)Lnet/thevpc/nuts/NInstallStatus;
NInstallStatus.toString ( ) : String
net/thevpc/nuts/NInstallStatus.toString:()Ljava/lang/String;
NInstallStatus.withDefaultVersion ( boolean defaultVersion ) : NInstallStatus
net/thevpc/nuts/NInstallStatus.withDefaultVersion:(Z)Lnet/thevpc/nuts/NInstallStatus;
NInstallStatus.withInstalled ( boolean installed ) : NInstallStatus
net/thevpc/nuts/NInstallStatus.withInstalled:(Z)Lnet/thevpc/nuts/NInstallStatus;
NInstallStatus.withObsolete ( boolean obsolete ) : NInstallStatus
net/thevpc/nuts/NInstallStatus.withObsolete:(Z)Lnet/thevpc/nuts/NInstallStatus;
NInstallStatus.withRequired ( boolean required ) : NInstallStatus
net/thevpc/nuts/NInstallStatus.withRequired:(Z)Lnet/thevpc/nuts/NInstallStatus;
nuts-0.8.4.jar,
NInstallStatusFilter.class
package net.thevpc.nuts
NInstallStatusFilter.acceptInstallStatus ( NInstallStatus p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NInstallStatusFilter.acceptInstallStatus:(Lnet/thevpc/nuts/NInstallStatus;Lnet/thevpc/nuts/NSession;)Z
NInstallStatusFilter.and ( NInstallStatusFilter p1 ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilter.and:(Lnet/thevpc/nuts/NInstallStatusFilter;)Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilter.neg ( ) : NFilter
net/thevpc/nuts/NInstallStatusFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
NInstallStatusFilter.neg ( ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilter.neg:()Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilter.or ( NInstallStatusFilter p1 ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilter.or:(Lnet/thevpc/nuts/NInstallStatusFilter;)Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilter.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/NInstallStatusFilter.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
NInstallStatusFilter.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/NInstallStatusFilter.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NInstallStatusFilters.class
package net.thevpc.nuts
NInstallStatusFilters.byDefaultValue ( boolean p1 ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilters.byDefaultValue:(Z)Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilters.byDeployed ( boolean p1 ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilters.byDeployed:(Z)Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilters.byInstalled ( boolean p1 ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilters.byInstalled:(Z)Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilters.byObsolete ( boolean p1 ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilters.byObsolete:(Z)Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilters.byRequired ( boolean p1 ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilters.byRequired:(Z)Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilters.of ( NSession session ) [static] : NInstallStatusFilters
net/thevpc/nuts/NInstallStatusFilters.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NInstallStatusFilters;
nuts-0.8.4.jar,
NInstallStrategy.class
package net.thevpc.nuts
NInstallStrategy.id ( ) : String
net/thevpc/nuts/NInstallStrategy.id:()Ljava/lang/String;
NInstallStrategy.parse ( String value ) [static] : NOptional<NInstallStrategy>
net/thevpc/nuts/NInstallStrategy.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NInstallStrategy.valueOf ( String name ) [static] : NInstallStrategy
net/thevpc/nuts/NInstallStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NInstallStrategy;
NInstallStrategy.values ( ) [static] : NInstallStrategy[ ]
net/thevpc/nuts/NInstallStrategy.values:()[Lnet/thevpc/nuts/NInstallStrategy;
nuts-0.8.4.jar,
NInstallSvcCmd.class
package net.thevpc.nuts
NInstallSvcCmd.getEnv ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NInstallSvcCmd.getEnv:()Ljava/util/Map;
NInstallSvcCmd.getStartCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NInstallSvcCmd.getStartCommand:()[Ljava/lang/String;
NInstallSvcCmd.getStatusCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NInstallSvcCmd.getStatusCommand:()[Ljava/lang/String;
NInstallSvcCmd.getStopCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NInstallSvcCmd.getStopCommand:()[Ljava/lang/String;
NInstallSvcCmd.getSystemServiceType ( ) [abstract] : NOsServiceType
net/thevpc/nuts/NInstallSvcCmd.getSystemServiceType:()Lnet/thevpc/nuts/env/NOsServiceType;
NInstallSvcCmd.getWorkingDirectory ( ) [abstract] : NPath
net/thevpc/nuts/NInstallSvcCmd.getWorkingDirectory:()Lnet/thevpc/nuts/io/NPath;
NInstallSvcCmd.install ( ) [abstract] : boolean
net/thevpc/nuts/NInstallSvcCmd.install:()Z
NInstallSvcCmd.of ( NSession session ) [static] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setControlCommand ( String[ ] p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setControlCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setEnv ( Map<String,String> p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setRootDirectory ( NPath p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setRootDirectory:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setServiceName ( String p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setServiceName:(Ljava/lang/String;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setServiceType ( NOsServiceType p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setServiceType:(Lnet/thevpc/nuts/env/NOsServiceType;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setStartCommand ( String[ ] p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setStartCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setStatusCommand ( String[ ] p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setStatusCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setStopCommand ( String[ ] p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setStopCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setWorkingDirectory ( NPath p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setWorkingDirectory:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.uninstall ( ) [abstract] : boolean
net/thevpc/nuts/NInstallSvcCmd.uninstall:()Z
nuts-0.8.4.jar,
NInterruptException.class
package net.thevpc.nuts.io
NInterruptException.NInterruptException ( NSession session )
net/thevpc/nuts/io/NInterruptException."<init>":(Lnet/thevpc/nuts/NSession;)V
NInterruptException.NInterruptException ( NSession session, NMsg message )
net/thevpc/nuts/io/NInterruptException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NInterruptException.NInterruptException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/io/NInterruptException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NInterruptException.NInterruptException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/io/NInterruptException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NInterruptible.class
package net.thevpc.nuts.io
NInterruptible<T>.base ( ) [abstract] : T
net/thevpc/nuts/io/NInterruptible.base:()Ljava/lang/Object;
NInterruptible<T>.interrupt ( ) [abstract] : void
net/thevpc/nuts/io/NInterruptible.interrupt:()V
NInterruptible<T>.ofInputStream ( InputStream base, NSession session ) [static] : NInterruptible<InputStream>
net/thevpc/nuts/io/NInterruptible.ofInputStream:(Ljava/io/InputStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInterruptible;
nuts-0.8.4.jar,
NInvalidRepositoryException.class
package net.thevpc.nuts
NInvalidRepositoryException.NInvalidRepositoryException ( NSession session, String repository, NMsg message )
net/thevpc/nuts/NInvalidRepositoryException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;Lnet/thevpc/nuts/util/NMsg;)V
nuts-0.8.4.jar,
NInvalidWorkspaceException.class
package net.thevpc.nuts
NInvalidWorkspaceException.getWorkspaceLocation ( ) : String
net/thevpc/nuts/NInvalidWorkspaceException.getWorkspaceLocation:()Ljava/lang/String;
NInvalidWorkspaceException.NInvalidWorkspaceException ( String workspaceLocation, NMsg errorMessage )
net/thevpc/nuts/NInvalidWorkspaceException."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/util/NMsg;)V
nuts-0.8.4.jar,
NIO.class
package net.thevpc.nuts.io
NIO.getDefaultTerminal ( ) [abstract] : NSessionTerminal
net/thevpc/nuts/io/NIO.getDefaultTerminal:()Lnet/thevpc/nuts/io/NSessionTerminal;
NIO.getSystemTerminal ( ) [abstract] : NSystemTerminal
net/thevpc/nuts/io/NIO.getSystemTerminal:()Lnet/thevpc/nuts/io/NSystemTerminal;
NIO.isStderr ( NPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/io/NIO.isStderr:(Lnet/thevpc/nuts/io/NPrintStream;)Z
NIO.isStdin ( InputStream p1 ) [abstract] : boolean
net/thevpc/nuts/io/NIO.isStdin:(Ljava/io/InputStream;)Z
NIO.isStdout ( NPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/io/NIO.isStdout:(Lnet/thevpc/nuts/io/NPrintStream;)Z
NIO.of ( NSession session ) [static] : NIO
net/thevpc/nuts/io/NIO.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NIO;
NIO.ofNullRawInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/io/NIO.ofNullRawInputStream:()Ljava/io/InputStream;
NIO.ofNullRawOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/io/NIO.ofNullRawOutputStream:()Ljava/io/OutputStream;
NIO.setDefaultTerminal ( NSessionTerminal p1 ) [abstract] : NIO
net/thevpc/nuts/io/NIO.setDefaultTerminal:(Lnet/thevpc/nuts/io/NSessionTerminal;)Lnet/thevpc/nuts/io/NIO;
NIO.setSystemTerminal ( NSystemTerminalBase p1 ) [abstract] : NIO
net/thevpc/nuts/io/NIO.setSystemTerminal:(Lnet/thevpc/nuts/spi/NSystemTerminalBase;)Lnet/thevpc/nuts/io/NIO;
NIO.stderr ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NIO.stderr:()Lnet/thevpc/nuts/io/NPrintStream;
NIO.stdin ( ) [abstract] : InputStream
net/thevpc/nuts/io/NIO.stdin:()Ljava/io/InputStream;
NIO.stdout ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NIO.stdout:()Lnet/thevpc/nuts/io/NPrintStream;
nuts-0.8.4.jar,
NIOException.class
package net.thevpc.nuts.io
NIOException.NIOException ( NSession session, NMsg message )
net/thevpc/nuts/io/NIOException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NIOException.NIOException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/io/NIOException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NIOException.NIOException ( NSession session, Throwable cause )
net/thevpc/nuts/io/NIOException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NIORPI.class
package net.thevpc.nuts.reserved.rpi
NIORPI.createInMemoryTerminal ( ) [abstract] : NSessionTerminal
net/thevpc/nuts/reserved/rpi/NIORPI.createInMemoryTerminal:()Lnet/thevpc/nuts/io/NSessionTerminal;
NIORPI.createInMemoryTerminal ( boolean p1 ) [abstract] : NSessionTerminal
net/thevpc/nuts/reserved/rpi/NIORPI.createInMemoryTerminal:(Z)Lnet/thevpc/nuts/io/NSessionTerminal;
NIORPI.createQuestion ( NSession p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/reserved/rpi/NIORPI.createQuestion:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NAsk;
NIORPI.createQuestion ( NSessionTerminal p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/reserved/rpi/NIORPI.createQuestion:(Lnet/thevpc/nuts/io/NSessionTerminal;)Lnet/thevpc/nuts/util/NAsk;
NIORPI.createTerminal ( ) [abstract] : NSessionTerminal
net/thevpc/nuts/reserved/rpi/NIORPI.createTerminal:()Lnet/thevpc/nuts/io/NSessionTerminal;
NIORPI.createTerminal ( InputStream p1, NPrintStream p2, NPrintStream p3 ) [abstract] : NSessionTerminal
net/thevpc/nuts/reserved/rpi/NIORPI.createTerminal:(Ljava/io/InputStream;Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/io/NPrintStream;)Lnet/thevpc/nuts/io/NSessionTerminal;
NIORPI.createTerminal ( NSessionTerminal p1 ) [abstract] : NSessionTerminal
net/thevpc/nuts/reserved/rpi/NIORPI.createTerminal:(Lnet/thevpc/nuts/io/NSessionTerminal;)Lnet/thevpc/nuts/io/NSessionTerminal;
NIORPI.enableRichTerm ( ) [abstract] : void
net/thevpc/nuts/reserved/rpi/NIORPI.enableRichTerm:()V
NIORPI.of ( NSession session ) [static] : NIORPI
net/thevpc/nuts/reserved/rpi/NIORPI.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/reserved/rpi/NIORPI;
NIORPI.ofInMemoryPrintStream ( ) [abstract] : NMemoryPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofInMemoryPrintStream:()Lnet/thevpc/nuts/io/NMemoryPrintStream;
NIORPI.ofInMemoryPrintStream ( NTerminalMode p1 ) [abstract] : NMemoryPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofInMemoryPrintStream:(Lnet/thevpc/nuts/io/NTerminalMode;)Lnet/thevpc/nuts/io/NMemoryPrintStream;
NIORPI.ofInputSource ( byte[ ] p1 ) [abstract] : NInputSource
net/thevpc/nuts/reserved/rpi/NIORPI.ofInputSource:([B)Lnet/thevpc/nuts/io/NInputSource;
NIORPI.ofInputSource ( byte[ ] p1, NContentMetadata p2 ) [abstract] : NInputSource
net/thevpc/nuts/reserved/rpi/NIORPI.ofInputSource:([BLnet/thevpc/nuts/io/NContentMetadata;)Lnet/thevpc/nuts/io/NInputSource;
NIORPI.ofInputSource ( InputStream p1 ) [abstract] : NInputSource
net/thevpc/nuts/reserved/rpi/NIORPI.ofInputSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NInputSource;
NIORPI.ofInputSource ( InputStream p1, NContentMetadata p2 ) [abstract] : NInputSource
net/thevpc/nuts/reserved/rpi/NIORPI.ofInputSource:(Ljava/io/InputStream;Lnet/thevpc/nuts/io/NContentMetadata;)Lnet/thevpc/nuts/io/NInputSource;
NIORPI.ofInputSourceBuilder ( InputStream p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/reserved/rpi/NIORPI.ofInputSourceBuilder:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NIORPI.ofInterruptible ( InputStream p1 ) [abstract] : NInterruptible<InputStream>
net/thevpc/nuts/reserved/rpi/NIORPI.ofInterruptible:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NInterruptible;
NIORPI.ofMultiRead ( NInputSource p1 ) [abstract] : NInputSource
net/thevpc/nuts/reserved/rpi/NIORPI.ofMultiRead:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NInputSource;
NIORPI.ofNonBlockingInputStream ( InputStream p1 ) [abstract] : NNonBlockingInputStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofNonBlockingInputStream:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NNonBlockingInputStream;
NIORPI.ofNullPrintStream ( ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofNullPrintStream:()Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.ofOutputStreamBuilder ( OutputStream p1 ) [abstract] : NOutputStreamBuilder
net/thevpc/nuts/reserved/rpi/NIORPI.ofOutputStreamBuilder:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NOutputStreamBuilder;
NIORPI.ofOutputTarget ( OutputStream p1 ) [abstract] : NOutputTarget
net/thevpc/nuts/reserved/rpi/NIORPI.ofOutputTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NOutputTarget;
NIORPI.ofOutputTarget ( OutputStream p1, NContentMetadata p2 ) [abstract] : NOutputTarget
net/thevpc/nuts/reserved/rpi/NIORPI.ofOutputTarget:(Ljava/io/OutputStream;Lnet/thevpc/nuts/io/NContentMetadata;)Lnet/thevpc/nuts/io/NOutputTarget;
NIORPI.ofPrintStream ( NPath p1 ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofPrintStream:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.ofPrintStream ( OutputStream p1 ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofPrintStream:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.ofPrintStream ( OutputStream p1, NTerminalMode p2 ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofPrintStream:(Ljava/io/OutputStream;Lnet/thevpc/nuts/io/NTerminalMode;)Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.ofPrintStream ( OutputStream p1, NTerminalMode p2, NSystemTerminalBase p3 ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofPrintStream:(Ljava/io/OutputStream;Lnet/thevpc/nuts/io/NTerminalMode;Lnet/thevpc/nuts/spi/NSystemTerminalBase;)Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.ofPrintStream ( Writer p1 ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofPrintStream:(Ljava/io/Writer;)Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.ofPrintStream ( Writer p1, NTerminalMode p2 ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofPrintStream:(Ljava/io/Writer;Lnet/thevpc/nuts/io/NTerminalMode;)Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.ofPrintStream ( Writer p1, NTerminalMode p2, NSystemTerminalBase p3 ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofPrintStream:(Ljava/io/Writer;Lnet/thevpc/nuts/io/NTerminalMode;Lnet/thevpc/nuts/spi/NSystemTerminalBase;)Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.parseExecutionEntries ( InputStream p1, String p2, String p3 ) [abstract] : List<NExecutionEntry>
net/thevpc/nuts/reserved/rpi/NIORPI.parseExecutionEntries:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
NIORPI.parseExecutionEntries ( NPath p1 ) [abstract] : List<NExecutionEntry>
net/thevpc/nuts/reserved/rpi/NIORPI.parseExecutionEntries:(Lnet/thevpc/nuts/io/NPath;)Ljava/util/List;
nuts-0.8.4.jar,
NIOUtils.class
package net.thevpc.nuts.util
NIOUtils.copy ( InputStream from, OutputStream to ) [static] : long
net/thevpc/nuts/util/NIOUtils.copy:(Ljava/io/InputStream;Ljava/io/OutputStream;)J
NIOUtils.copy ( InputStream from, OutputStream to, int bufferSize ) [static] : long
net/thevpc/nuts/util/NIOUtils.copy:(Ljava/io/InputStream;Ljava/io/OutputStream;I)J
NIOUtils.isValidFileNameChar ( char c ) [static] : boolean
net/thevpc/nuts/util/NIOUtils.isValidFileNameChar:(C)Z
NIOUtils.NIOUtils ( )
net/thevpc/nuts/util/NIOUtils."<init>":()V
NIOUtils.normalizeFileName ( String name ) [static] : String
net/thevpc/nuts/util/NIOUtils.normalizeFileName:(Ljava/lang/String;)Ljava/lang/String;
NIOUtils.readBytes ( InputStream from ) [static] : byte[ ]
net/thevpc/nuts/util/NIOUtils.readBytes:(Ljava/io/InputStream;)[B
NIOUtils.readBytes ( InputStream from, int bufferSize ) [static] : byte[ ]
net/thevpc/nuts/util/NIOUtils.readBytes:(Ljava/io/InputStream;I)[B
nuts-0.8.4.jar,
NIsolationLevel.class
package net.thevpc.nuts
NIsolationLevel.id ( ) : String
net/thevpc/nuts/NIsolationLevel.id:()Ljava/lang/String;
NIsolationLevel.parse ( String value ) [static] : NOptional<NIsolationLevel>
net/thevpc/nuts/NIsolationLevel.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NIsolationLevel.valueOf ( String name ) [static] : NIsolationLevel
net/thevpc/nuts/NIsolationLevel.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NIsolationLevel;
NIsolationLevel.values ( ) [static] : NIsolationLevel[ ]
net/thevpc/nuts/NIsolationLevel.values:()[Lnet/thevpc/nuts/NIsolationLevel;
nuts-0.8.4.jar,
NIterable.class
package net.thevpc.nuts.util
NIterable<T>.iterator ( ) : Iterator
net/thevpc/nuts/util/NIterable.iterator:()Ljava/util/Iterator;
NIterable<T>.iterator ( ) [abstract] : NIterator<T>
net/thevpc/nuts/util/NIterable.iterator:()Lnet/thevpc/nuts/util/NIterator;
NIterable<T>.of ( Iterable<T> o, NSession session ) [static] : NIterable<T>
net/thevpc/nuts/util/NIterable.of:(Ljava/lang/Iterable;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterable;
NIterable<T>.withDesc ( NEDesc description ) : NIterable<T>
net/thevpc/nuts/util/NIterable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NIterable;
NIterable<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NIterable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NIterableFormat.class
package net.thevpc.nuts.format
NIterableFormat.complete ( long p1 ) [abstract] : void
net/thevpc/nuts/format/NIterableFormat.complete:(J)V
NIterableFormat.configure ( boolean p1, String... p2 ) [abstract] : NIterableFormat
net/thevpc/nuts/format/NIterableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NIterableFormat;
NIterableFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/format/NIterableFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NIterableFormat.getOutputFormat ( ) [abstract] : NContentType
net/thevpc/nuts/format/NIterableFormat.getOutputFormat:()Lnet/thevpc/nuts/format/NContentType;
NIterableFormat.next ( Object p1, long p2 ) [abstract] : void
net/thevpc/nuts/format/NIterableFormat.next:(Ljava/lang/Object;J)V
NIterableFormat.start ( ) [abstract] : void
net/thevpc/nuts/format/NIterableFormat.start:()V
nuts-0.8.4.jar,
NIterableWithDescription.class
package net.thevpc.nuts.reserved.util
NIterableWithDescription<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NIterableWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NIterableWithDescription<T>.iterator ( ) : Iterator
net/thevpc/nuts/reserved/util/NIterableWithDescription.iterator:()Ljava/util/Iterator;
NIterableWithDescription<T>.iterator ( ) : NIterator<T>
net/thevpc/nuts/reserved/util/NIterableWithDescription.iterator:()Lnet/thevpc/nuts/util/NIterator;
NIterableWithDescription<T>.NIterableWithDescription<T> ( NIterable<T> base, NEDesc nfo )
net/thevpc/nuts/reserved/util/NIterableWithDescription."<init>":(Lnet/thevpc/nuts/util/NIterable;Lnet/thevpc/nuts/elem/NEDesc;)V
NIterableWithDescription<T>.toString ( ) : String
net/thevpc/nuts/reserved/util/NIterableWithDescription.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NIterator.class
package net.thevpc.nuts.util
NIterator<T>.of ( Iterator<T> o, NSession session ) [static] : NIterator<T>
net/thevpc/nuts/util/NIterator.of:(Ljava/util/Iterator;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterator;
NIterator<T>.ofEmpty ( NSession session ) [static] : NIterator<T>
net/thevpc/nuts/util/NIterator.ofEmpty:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterator;
NIterator<T>.ofSingleton ( T element, NSession session ) [static] : NIterator<T>
net/thevpc/nuts/util/NIterator.ofSingleton:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterator;
NIterator<T>.toList ( ) : List<T>
net/thevpc/nuts/util/NIterator.toList:()Ljava/util/List;
nuts-0.8.4.jar,
NIteratorBase.class
package net.thevpc.nuts.spi.base
NIteratorBase<T>.NIteratorBase<T> ( )
net/thevpc/nuts/spi/base/NIteratorBase."<init>":()V
NIteratorBase<T>.withDesc ( NEDesc description ) : NIterator<T>
net/thevpc/nuts/spi/base/NIteratorBase.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NIterator;
NIteratorBase<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/spi/base/NIteratorBase.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NIteratorWithDescription.class
package net.thevpc.nuts.reserved.util
NIteratorWithDescription<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NIteratorWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NIteratorWithDescription<T>.hasNext ( ) : boolean
net/thevpc/nuts/reserved/util/NIteratorWithDescription.hasNext:()Z
NIteratorWithDescription<T>.next ( ) : T
net/thevpc/nuts/reserved/util/NIteratorWithDescription.next:()Ljava/lang/Object;
NIteratorWithDescription<T>.NIteratorWithDescription<T> ( NIterator<T> base, NEDesc description )
net/thevpc/nuts/reserved/util/NIteratorWithDescription."<init>":(Lnet/thevpc/nuts/util/NIterator;Lnet/thevpc/nuts/elem/NEDesc;)V
NIteratorWithDescription<T>.toString ( ) : String
net/thevpc/nuts/reserved/util/NIteratorWithDescription.toString:()Ljava/lang/String;
NIteratorWithDescription<T>.withDesc ( NEDesc description ) : NIterator<T>
net/thevpc/nuts/reserved/util/NIteratorWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NIterator;
NIteratorWithDescription<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NIteratorWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NLauncherOptions.class
package net.thevpc.nuts
NLauncherOptions.copy ( ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.copy:()Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.getAlias ( ) : String
net/thevpc/nuts/NLauncherOptions.getAlias:()Ljava/lang/String;
NLauncherOptions.getArgs ( ) : List<String>
net/thevpc/nuts/NLauncherOptions.getArgs:()Ljava/util/List;
NLauncherOptions.getCreateDesktopLauncher ( ) : NSupportMode
net/thevpc/nuts/NLauncherOptions.getCreateDesktopLauncher:()Lnet/thevpc/nuts/util/NSupportMode;
NLauncherOptions.getCreateMenuLauncher ( ) : NSupportMode
net/thevpc/nuts/NLauncherOptions.getCreateMenuLauncher:()Lnet/thevpc/nuts/util/NSupportMode;
NLauncherOptions.getCreateUserLauncher ( ) : NSupportMode
net/thevpc/nuts/NLauncherOptions.getCreateUserLauncher:()Lnet/thevpc/nuts/util/NSupportMode;
NLauncherOptions.getCustomScriptPath ( ) : String
net/thevpc/nuts/NLauncherOptions.getCustomScriptPath:()Ljava/lang/String;
NLauncherOptions.getCustomShortcutPath ( ) : String
net/thevpc/nuts/NLauncherOptions.getCustomShortcutPath:()Ljava/lang/String;
NLauncherOptions.getIcon ( ) : String
net/thevpc/nuts/NLauncherOptions.getIcon:()Ljava/lang/String;
NLauncherOptions.getId ( ) : NId
net/thevpc/nuts/NLauncherOptions.getId:()Lnet/thevpc/nuts/NId;
NLauncherOptions.getMenuCategory ( ) : String
net/thevpc/nuts/NLauncherOptions.getMenuCategory:()Ljava/lang/String;
NLauncherOptions.getNutsOptions ( ) : List<String>
net/thevpc/nuts/NLauncherOptions.getNutsOptions:()Ljava/util/List;
NLauncherOptions.getShortcutName ( ) : String
net/thevpc/nuts/NLauncherOptions.getShortcutName:()Ljava/lang/String;
NLauncherOptions.getSwitchWorkspace ( ) : Boolean
net/thevpc/nuts/NLauncherOptions.getSwitchWorkspace:()Ljava/lang/Boolean;
NLauncherOptions.getSwitchWorkspaceLocation ( ) : String
net/thevpc/nuts/NLauncherOptions.getSwitchWorkspaceLocation:()Ljava/lang/String;
NLauncherOptions.getWorkingDirectory ( ) : String
net/thevpc/nuts/NLauncherOptions.getWorkingDirectory:()Ljava/lang/String;
NLauncherOptions.isCreateAlias ( ) : boolean
net/thevpc/nuts/NLauncherOptions.isCreateAlias:()Z
NLauncherOptions.isCreateScript ( ) : boolean
net/thevpc/nuts/NLauncherOptions.isCreateScript:()Z
NLauncherOptions.isInstallExtensions ( ) : boolean
net/thevpc/nuts/NLauncherOptions.isInstallExtensions:()Z
NLauncherOptions.isOpenTerminal ( ) : boolean
net/thevpc/nuts/NLauncherOptions.isOpenTerminal:()Z
NLauncherOptions.NLauncherOptions ( )
net/thevpc/nuts/NLauncherOptions."<init>":()V
NLauncherOptions.setAlias ( String alias ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setAlias:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setArgs ( List<String> args ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setArgs:(Ljava/util/List;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setCreateAlias ( boolean createAlias ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setCreateAlias:(Z)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setCreateDesktopLauncher ( NSupportMode createDesktopLauncher ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setCreateDesktopLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setCreateMenuLauncher ( NSupportMode createMenuShortcut ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setCreateMenuLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setCreateScript ( boolean createScript ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setCreateScript:(Z)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setCreateUserLauncher ( NSupportMode createUserLauncher ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setCreateUserLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setCustomScriptPath ( String customScriptPath ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setCustomScriptPath:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setCustomShortcutPath ( String customShortcutPath ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setCustomShortcutPath:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setIcon ( String icon ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setIcon:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setId ( NId id ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setInstallExtensions ( boolean installExtensions ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setInstallExtensions:(Z)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setMenuCategory ( String menuCategory ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setMenuCategory:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setNutsOptions ( List<String> nutsOptions ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setNutsOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setOpenTerminal ( boolean openTerminal ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setOpenTerminal:(Z)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setShortcutName ( String shortcutName ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setShortcutName:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setSwitchWorkspace ( Boolean switchWorkspace ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setSwitchWorkspace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setSwitchWorkspaceLocation ( String switchWorkspaceLocation ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setSwitchWorkspaceLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setWorkingDirectory ( String workingDirectory ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setWorkingDirectory:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
nuts-0.8.4.jar,
NLibPaths.class
package net.thevpc.nuts
NLibPaths.of ( NSession session ) [static] : NLibPaths
net/thevpc/nuts/NLibPaths.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NLibPaths;
NLibPaths.parseExecutionEntries ( InputStream p1, String p2, String p3 ) [abstract] : List<NExecutionEntry>
net/thevpc/nuts/NLibPaths.parseExecutionEntries:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
NLibPaths.parseExecutionEntries ( NPath p1 ) [abstract] : List<NExecutionEntry>
net/thevpc/nuts/NLibPaths.parseExecutionEntries:(Lnet/thevpc/nuts/io/NPath;)Ljava/util/List;
NLibPaths.resolveId ( Class<?> p1 ) [abstract] : NOptional<NId>
net/thevpc/nuts/NLibPaths.resolveId:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NLibPaths.resolveId ( NPath p1 ) [abstract] : NOptional<NId>
net/thevpc/nuts/NLibPaths.resolveId:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/util/NOptional;
NLibPaths.resolveIds ( Class<?> p1 ) [abstract] : List<NId>
net/thevpc/nuts/NLibPaths.resolveIds:(Ljava/lang/Class;)Ljava/util/List;
NLibPaths.resolveIds ( NPath p1 ) [abstract] : List<NId>
net/thevpc/nuts/NLibPaths.resolveIds:(Lnet/thevpc/nuts/io/NPath;)Ljava/util/List;
NLibPaths.resolveLibPath ( Class<?> p1 ) [abstract] : NOptional<NPath>
net/thevpc/nuts/NLibPaths.resolveLibPath:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NLibPaths.resolveLibPaths ( Class<?> p1 ) [abstract] : List<NPath>
net/thevpc/nuts/NLibPaths.resolveLibPaths:(Ljava/lang/Class;)Ljava/util/List;
NLibPaths.setSession ( NSession p1 ) [abstract] : NLibPaths
net/thevpc/nuts/NLibPaths.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NLibPaths;
nuts-0.8.4.jar,
NLiteral.class
package net.thevpc.nuts.util
NLiteral.asBigDecimal ( ) [abstract] : NOptional<BigDecimal>
net/thevpc/nuts/util/NLiteral.asBigDecimal:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asBigInt ( ) [abstract] : NOptional<BigInteger>
net/thevpc/nuts/util/NLiteral.asBigInt:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asBoolean ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/util/NLiteral.asBoolean:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asByte ( ) [abstract] : NOptional<Byte>
net/thevpc/nuts/util/NLiteral.asByte:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asChar ( ) [abstract] : NOptional<Character>
net/thevpc/nuts/util/NLiteral.asChar:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asDouble ( ) [abstract] : NOptional<Double>
net/thevpc/nuts/util/NLiteral.asDouble:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asDoubleAt ( int p1 ) [abstract] : NOptional<Double>
net/thevpc/nuts/util/NLiteral.asDoubleAt:(I)Lnet/thevpc/nuts/util/NOptional;
NLiteral.asFloat ( ) [abstract] : NOptional<Float>
net/thevpc/nuts/util/NLiteral.asFloat:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asInstant ( ) [abstract] : NOptional<Instant>
net/thevpc/nuts/util/NLiteral.asInstant:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asInt ( ) [abstract] : NOptional<Integer>
net/thevpc/nuts/util/NLiteral.asInt:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asIntAt ( int p1 ) [abstract] : NOptional<Integer>
net/thevpc/nuts/util/NLiteral.asIntAt:(I)Lnet/thevpc/nuts/util/NOptional;
NLiteral.asLiteralAt ( int p1 ) [abstract] : NLiteral
net/thevpc/nuts/util/NLiteral.asLiteralAt:(I)Lnet/thevpc/nuts/util/NLiteral;
NLiteral.asLong ( ) [abstract] : NOptional<Long>
net/thevpc/nuts/util/NLiteral.asLong:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asLongAt ( int p1 ) [abstract] : NOptional<Long>
net/thevpc/nuts/util/NLiteral.asLongAt:(I)Lnet/thevpc/nuts/util/NOptional;
NLiteral.asNumber ( ) [abstract] : NOptional<Number>
net/thevpc/nuts/util/NLiteral.asNumber:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asObjectAt ( int p1 ) [abstract] : NOptional<Object>
net/thevpc/nuts/util/NLiteral.asObjectAt:(I)Lnet/thevpc/nuts/util/NOptional;
NLiteral.asShort ( ) [abstract] : NOptional<Short>
net/thevpc/nuts/util/NLiteral.asShort:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asString ( ) [abstract] : NOptional<String>
net/thevpc/nuts/util/NLiteral.asString:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asStringAt ( int p1 ) [abstract] : NOptional<String>
net/thevpc/nuts/util/NLiteral.asStringAt:(I)Lnet/thevpc/nuts/util/NOptional;
NLiteral.asType ( Class<ET> p1 ) [abstract] : NOptional<ET>
net/thevpc/nuts/util/NLiteral.asType:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NLiteral.asType ( Type p1 ) [abstract] : NOptional<ET>
net/thevpc/nuts/util/NLiteral.asType:(Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/util/NOptional;
NLiteral.getRaw ( ) [abstract] : Object
net/thevpc/nuts/util/NLiteral.getRaw:()Ljava/lang/Object;
NLiteral.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isBlank:()Z
NLiteral.isBoolean ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isBoolean:()Z
NLiteral.isByte ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isByte:()Z
NLiteral.isDouble ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isDouble:()Z
NLiteral.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isEmpty:()Z
NLiteral.isFloat ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isFloat:()Z
NLiteral.isInstant ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isInstant:()Z
NLiteral.isInt ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isInt:()Z
NLiteral.isLong ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isLong:()Z
NLiteral.isNull ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isNull:()Z
NLiteral.isNullAt ( int p1 ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isNullAt:(I)Z
NLiteral.isNumber ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isNumber:()Z
NLiteral.isShort ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isShort:()Z
NLiteral.isString ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isString:()Z
NLiteral.isSupportedType ( Class<?> p1 ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isSupportedType:(Ljava/lang/Class;)Z
NLiteral.of ( Object any ) [static] : NLiteral
net/thevpc/nuts/util/NLiteral.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NLiteral;
NLiteral.toStringLiteral ( ) [abstract] : String
net/thevpc/nuts/util/NLiteral.toStringLiteral:()Ljava/lang/String;
nuts-0.8.4.jar,
NLocations.class
package net.thevpc.nuts
NLocations.getDefaultIdBasedir ( NId p1 ) [abstract] : NPath
net/thevpc/nuts/NLocations.getDefaultIdBasedir:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/io/NPath;
NLocations.getDefaultIdContentExtension ( String p1 ) [abstract] : String
net/thevpc/nuts/NLocations.getDefaultIdContentExtension:(Ljava/lang/String;)Ljava/lang/String;
NLocations.getDefaultIdExtension ( NId p1 ) [abstract] : String
net/thevpc/nuts/NLocations.getDefaultIdExtension:(Lnet/thevpc/nuts/NId;)Ljava/lang/String;
NLocations.getDefaultIdFilename ( NId p1 ) [abstract] : String
net/thevpc/nuts/NLocations.getDefaultIdFilename:(Lnet/thevpc/nuts/NId;)Ljava/lang/String;
NLocations.getHomeLocation ( NHomeLocation p1 ) [abstract] : NPath
net/thevpc/nuts/NLocations.getHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;)Lnet/thevpc/nuts/io/NPath;
NLocations.getHomeLocation ( NStoreType p1 ) [abstract] : NPath
net/thevpc/nuts/NLocations.getHomeLocation:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/io/NPath;
NLocations.getHomeLocations ( ) [abstract] : Map<NHomeLocation,String>
net/thevpc/nuts/NLocations.getHomeLocations:()Ljava/util/Map;
NLocations.getRepositoryStoreStrategy ( ) [abstract] : NStoreStrategy
net/thevpc/nuts/NLocations.getRepositoryStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NLocations.getStoreLayout ( ) [abstract] : NOsFamily
net/thevpc/nuts/NLocations.getStoreLayout:()Lnet/thevpc/nuts/env/NOsFamily;
NLocations.getStoreLocation ( NId p1, NStoreType p2 ) [abstract] : NPath
net/thevpc/nuts/NLocations.getStoreLocation:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/io/NPath;
NLocations.getStoreLocation ( NId p1, NStoreType p2, String p3 ) [abstract] : NPath
net/thevpc/nuts/NLocations.getStoreLocation:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NStoreType;Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NLocations.getStoreLocation ( NStoreType p1 ) [abstract] : NPath
net/thevpc/nuts/NLocations.getStoreLocation:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/io/NPath;
NLocations.getStoreLocation ( NStoreType p1, String p2 ) [abstract] : NPath
net/thevpc/nuts/NLocations.getStoreLocation:(Lnet/thevpc/nuts/NStoreType;Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NLocations.getStoreLocations ( ) [abstract] : Map<NStoreType,String>
net/thevpc/nuts/NLocations.getStoreLocations:()Ljava/util/Map;
NLocations.getStoreStrategy ( ) [abstract] : NStoreStrategy
net/thevpc/nuts/NLocations.getStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NLocations.getWorkspaceLocation ( ) [abstract] : NPath
net/thevpc/nuts/NLocations.getWorkspaceLocation:()Lnet/thevpc/nuts/io/NPath;
NLocations.of ( NSession session ) [static] : NLocations
net/thevpc/nuts/NLocations.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NLocations;
NLocations.setHomeLocation ( NHomeLocation p1, String p2 ) [abstract] : NLocations
net/thevpc/nuts/NLocations.setHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NLocations;
NLocations.setSession ( NSession p1 ) [abstract] : NLocations
net/thevpc/nuts/NLocations.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NLocations;
NLocations.setStoreLayout ( NOsFamily p1 ) [abstract] : NLocations
net/thevpc/nuts/NLocations.setStoreLayout:(Lnet/thevpc/nuts/env/NOsFamily;)Lnet/thevpc/nuts/NLocations;
NLocations.setStoreLocation ( NStoreType p1, String p2 ) [abstract] : NLocations
net/thevpc/nuts/NLocations.setStoreLocation:(Lnet/thevpc/nuts/NStoreType;Ljava/lang/String;)Lnet/thevpc/nuts/NLocations;
NLocations.setStoreStrategy ( NStoreStrategy p1 ) [abstract] : NLocations
net/thevpc/nuts/NLocations.setStoreStrategy:(Lnet/thevpc/nuts/NStoreStrategy;)Lnet/thevpc/nuts/NLocations;
nuts-0.8.4.jar,
NLockAcquireException.class
package net.thevpc.nuts.concurrent
NLockAcquireException.NLockAcquireException ( NSession session, NMsg message, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockAcquireException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;)V
NLockAcquireException.NLockAcquireException ( NSession session, NMsg message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/concurrent/NLockAcquireException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NLockAcquireException.NLockAcquireException ( NSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockAcquireException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.4.jar,
NLockBarrierException.class
package net.thevpc.nuts.concurrent
NLockBarrierException.NLockBarrierException ( NSession session, NMsg message, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockBarrierException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;)V
NLockBarrierException.NLockBarrierException ( NSession session, NMsg message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/concurrent/NLockBarrierException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NLockBarrierException.NLockBarrierException ( NSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockBarrierException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.4.jar,
NLockException.class
package net.thevpc.nuts.concurrent
NLockException.getLockedObject ( ) : Object
net/thevpc/nuts/concurrent/NLockException.getLockedObject:()Ljava/lang/Object;
NLockException.getLockObject ( ) : Object
net/thevpc/nuts/concurrent/NLockException.getLockObject:()Ljava/lang/Object;
NLockException.NLockException ( NSession session, NMsg message, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;)V
NLockException.NLockException ( NSession session, NMsg message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/concurrent/NLockException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NLockException.NLockException ( NSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.4.jar,
NLockReleaseException.class
package net.thevpc.nuts.concurrent
NLockReleaseException.NLockReleaseException ( NSession session, NMsg message, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockReleaseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;)V
NLockReleaseException.NLockReleaseException ( NSession session, NMsg message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/concurrent/NLockReleaseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NLockReleaseException.NLockReleaseException ( NSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockReleaseException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.4.jar,
NLocks.class
package net.thevpc.nuts.concurrent
NLocks.call ( Callable<T> p1 ) [abstract] : T
net/thevpc/nuts/concurrent/NLocks.call:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
NLocks.call ( Callable<T> p1, long p2, TimeUnit p3 ) [abstract] : T
net/thevpc/nuts/concurrent/NLocks.call:(Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
NLocks.create ( ) [abstract] : NLock
net/thevpc/nuts/concurrent/NLocks.create:()Lnet/thevpc/nuts/concurrent/NLock;
NLocks.getResource ( ) [abstract] : Object
net/thevpc/nuts/concurrent/NLocks.getResource:()Ljava/lang/Object;
NLocks.getSource ( ) [abstract] : Object
net/thevpc/nuts/concurrent/NLocks.getSource:()Ljava/lang/Object;
NLocks.of ( NSession session ) [static] : NLocks
net/thevpc/nuts/concurrent/NLocks.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/concurrent/NLocks;
NLocks.run ( Runnable p1 ) [abstract] : void
net/thevpc/nuts/concurrent/NLocks.run:(Ljava/lang/Runnable;)V
NLocks.run ( Runnable p1, long p2, TimeUnit p3 ) [abstract] : void
net/thevpc/nuts/concurrent/NLocks.run:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)V
NLocks.setResource ( File p1 ) [abstract] : NLocks
net/thevpc/nuts/concurrent/NLocks.setResource:(Ljava/io/File;)Lnet/thevpc/nuts/concurrent/NLocks;
NLocks.setResource ( Object p1 ) [abstract] : NLocks
net/thevpc/nuts/concurrent/NLocks.setResource:(Ljava/lang/Object;)Lnet/thevpc/nuts/concurrent/NLocks;
NLocks.setResource ( Path p1 ) [abstract] : NLocks
net/thevpc/nuts/concurrent/NLocks.setResource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/concurrent/NLocks;
NLocks.setSession ( NSession p1 ) [abstract] : NLocks
net/thevpc/nuts/concurrent/NLocks.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/concurrent/NLocks;
NLocks.setSource ( Object p1 ) [abstract] : NLocks
net/thevpc/nuts/concurrent/NLocks.setSource:(Ljava/lang/Object;)Lnet/thevpc/nuts/concurrent/NLocks;
nuts-0.8.4.jar,
NLog.class
package net.thevpc.nuts.log
NLog.addHandler ( Handler handler, NSession session ) [static] : void
net/thevpc/nuts/log/NLog.addHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NSession;)V
NLog.getFileHandler ( NSession session ) [static] : Handler
net/thevpc/nuts/log/NLog.getFileHandler:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Handler;
NLog.getFileLevel ( NSession session ) [static] : Level
net/thevpc/nuts/log/NLog.getFileLevel:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Level;
NLog.getHandlers ( NSession session ) [static] : List<Handler>
net/thevpc/nuts/log/NLog.getHandlers:(Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NLog.getTermHandler ( NSession session ) [static] : Handler
net/thevpc/nuts/log/NLog.getTermHandler:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Handler;
NLog.getTermLevel ( NSession session ) [static] : Level
net/thevpc/nuts/log/NLog.getTermLevel:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Level;
NLog.isLoggable ( Level p1 ) [abstract] : boolean
net/thevpc/nuts/log/NLog.isLoggable:(Ljava/util/logging/Level;)Z
NLog.log ( LogRecord p1 ) [abstract] : void
net/thevpc/nuts/log/NLog.log:(Ljava/util/logging/LogRecord;)V
NLog.log ( NSession p1, Level p2, NLogVerb p3, NMsg p4, Throwable p5 ) [abstract] : void
net/thevpc/nuts/log/NLog.log:(Lnet/thevpc/nuts/NSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/log/NLogVerb;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NLog.log ( NSession p1, Level p2, NLogVerb p3, Supplier<NMsg> p4, Supplier<Throwable> p5 ) [abstract] : void
net/thevpc/nuts/log/NLog.log:(Lnet/thevpc/nuts/NSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/log/NLogVerb;Ljava/util/function/Supplier;Ljava/util/function/Supplier;)V
NLog.of ( Class clazz, NSession session ) [static] : NLog
net/thevpc/nuts/log/NLog.of:(Ljava/lang/Class;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLog;
NLog.of ( String name, NSession session ) [static] : NLog
net/thevpc/nuts/log/NLog.of:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLog;
NLog.removeHandler ( Handler handler, NSession session ) [static] : void
net/thevpc/nuts/log/NLog.removeHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NSession;)V
NLog.setFileLevel ( Level level, NSession session ) [static] : void
net/thevpc/nuts/log/NLog.setFileLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NSession;)V
NLog.setTermLevel ( Level level, NSession session ) [static] : void
net/thevpc/nuts/log/NLog.setTermLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NSession;)V
NLog.with ( ) [abstract] : NLogOp
net/thevpc/nuts/log/NLog.with:()Lnet/thevpc/nuts/log/NLogOp;
nuts-0.8.4.jar,
NLogConfig.class
package net.thevpc.nuts.log
NLogConfig.copy ( ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.copy:()Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.equals ( Object o ) : boolean
net/thevpc/nuts/log/NLogConfig.equals:(Ljava/lang/Object;)Z
NLogConfig.getLogFileBase ( ) : String
net/thevpc/nuts/log/NLogConfig.getLogFileBase:()Ljava/lang/String;
NLogConfig.getLogFileCount ( ) : int
net/thevpc/nuts/log/NLogConfig.getLogFileCount:()I
NLogConfig.getLogFileFilter ( ) : Filter
net/thevpc/nuts/log/NLogConfig.getLogFileFilter:()Ljava/util/logging/Filter;
NLogConfig.getLogFileLevel ( ) : Level
net/thevpc/nuts/log/NLogConfig.getLogFileLevel:()Ljava/util/logging/Level;
NLogConfig.getLogFileName ( ) : String
net/thevpc/nuts/log/NLogConfig.getLogFileName:()Ljava/lang/String;
NLogConfig.getLogFileSize ( ) : int
net/thevpc/nuts/log/NLogConfig.getLogFileSize:()I
NLogConfig.getLogTermFilter ( ) : Filter
net/thevpc/nuts/log/NLogConfig.getLogTermFilter:()Ljava/util/logging/Filter;
NLogConfig.getLogTermLevel ( ) : Level
net/thevpc/nuts/log/NLogConfig.getLogTermLevel:()Ljava/util/logging/Level;
NLogConfig.hashCode ( ) : int
net/thevpc/nuts/log/NLogConfig.hashCode:()I
NLogConfig.NLogConfig ( )
net/thevpc/nuts/log/NLogConfig."<init>":()V
NLogConfig.NLogConfig ( NLogConfig other, boolean readOnly )
net/thevpc/nuts/log/NLogConfig."<init>":(Lnet/thevpc/nuts/log/NLogConfig;Z)V
NLogConfig.readOnly ( ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.readOnly:()Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogFileBase ( String logFileBase ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogFileBase:(Ljava/lang/String;)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogFileCount ( int logFileCount ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogFileCount:(I)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogFileFilter ( Filter logFileFilter ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogFileFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogFileLevel ( Level logFileLevel ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogFileName ( String logFileName ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogFileName:(Ljava/lang/String;)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogFileSize ( int logFileSize ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogFileSize:(I)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogTermFilter ( Filter logTermFilter ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogTermFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogTermLevel ( Level logTermLevel ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogTermLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.toString ( ) : String
net/thevpc/nuts/log/NLogConfig.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NLoginException.class
package net.thevpc.nuts.security
NLoginException.NLoginException ( NSession session, NMsg message )
net/thevpc/nuts/security/NLoginException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NLoginException.NLoginException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/security/NLoginException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NLoginException.NLoginException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/security/NLoginException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NLogOp.class
package net.thevpc.nuts.log
NLogOp.error ( Throwable p1 ) [abstract] : NLogOp
net/thevpc/nuts/log/NLogOp.error:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/log/NLogOp;
NLogOp.isLoggable ( Level p1 ) [abstract] : boolean
net/thevpc/nuts/log/NLogOp.isLoggable:(Ljava/util/logging/Level;)Z
NLogOp.level ( Level p1 ) [abstract] : NLogOp
net/thevpc/nuts/log/NLogOp.level:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/log/NLogOp;
NLogOp.log ( NMsg p1 ) [abstract] : void
net/thevpc/nuts/log/NLogOp.log:(Lnet/thevpc/nuts/util/NMsg;)V
NLogOp.log ( Supplier<NMsg> p1 ) [abstract] : void
net/thevpc/nuts/log/NLogOp.log:(Ljava/util/function/Supplier;)V
NLogOp.of ( Class clazz, NSession session ) [static] : NLogOp
net/thevpc/nuts/log/NLogOp.of:(Ljava/lang/Class;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogOp;
NLogOp.of ( String name, NSession session ) [static] : NLogOp
net/thevpc/nuts/log/NLogOp.of:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogOp;
NLogOp.session ( NSession p1 ) [abstract] : NLogOp
net/thevpc/nuts/log/NLogOp.session:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogOp;
NLogOp.time ( long p1 ) [abstract] : NLogOp
net/thevpc/nuts/log/NLogOp.time:(J)Lnet/thevpc/nuts/log/NLogOp;
NLogOp.verb ( NLogVerb p1 ) [abstract] : NLogOp
net/thevpc/nuts/log/NLogOp.verb:(Lnet/thevpc/nuts/log/NLogVerb;)Lnet/thevpc/nuts/log/NLogOp;
nuts-0.8.4.jar,
NLogRecord.class
package net.thevpc.nuts.log
NLogRecord.getFormattedMessage ( ) : NMsg
net/thevpc/nuts/log/NLogRecord.getFormattedMessage:()Lnet/thevpc/nuts/util/NMsg;
NLogRecord.getSession ( ) : NSession
net/thevpc/nuts/log/NLogRecord.getSession:()Lnet/thevpc/nuts/NSession;
NLogRecord.getTime ( ) : long
net/thevpc/nuts/log/NLogRecord.getTime:()J
NLogRecord.getVerb ( ) : NLogVerb
net/thevpc/nuts/log/NLogRecord.getVerb:()Lnet/thevpc/nuts/log/NLogVerb;
NLogRecord.NLogRecord ( NSession session, Level level, NLogVerb verb, NMsg msg, long time, Throwable thrown )
net/thevpc/nuts/log/NLogRecord."<init>":(Lnet/thevpc/nuts/NSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/log/NLogVerb;Lnet/thevpc/nuts/util/NMsg;JLjava/lang/Throwable;)V
NLogRecord.setSession ( NSession session ) : void
net/thevpc/nuts/log/NLogRecord.setSession:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NLogs.class
package net.thevpc.nuts.log
NLogs.addHandler ( Handler p1, NSession p2 ) [abstract] : NLogs
net/thevpc/nuts/log/NLogs.addHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogs;
NLogs.createLogger ( Class p1, NSession p2 ) [abstract] : NLog
net/thevpc/nuts/log/NLogs.createLogger:(Ljava/lang/Class;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLog;
NLogs.createLogger ( String p1, NSession p2 ) [abstract] : NLog
net/thevpc/nuts/log/NLogs.createLogger:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLog;
NLogs.getFileHandler ( NSession p1 ) [abstract] : Handler
net/thevpc/nuts/log/NLogs.getFileHandler:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Handler;
NLogs.getFileLevel ( NSession p1 ) [abstract] : Level
net/thevpc/nuts/log/NLogs.getFileLevel:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Level;
NLogs.getHandlers ( NSession p1 ) [abstract] : List<Handler>
net/thevpc/nuts/log/NLogs.getHandlers:(Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NLogs.getTermHandler ( NSession p1 ) [abstract] : Handler
net/thevpc/nuts/log/NLogs.getTermHandler:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Handler;
NLogs.getTermLevel ( NSession p1 ) [abstract] : Level
net/thevpc/nuts/log/NLogs.getTermLevel:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Level;
NLogs.of ( NSession session ) [static] : NLogs
net/thevpc/nuts/log/NLogs.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogs;
NLogs.removeHandler ( Handler p1, NSession p2 ) [abstract] : NLogs
net/thevpc/nuts/log/NLogs.removeHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogs;
NLogs.setFileLevel ( Level p1, NSession p2 ) [abstract] : NLogs
net/thevpc/nuts/log/NLogs.setFileLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogs;
NLogs.setTermLevel ( Level p1, NSession p2 ) [abstract] : NLogs
net/thevpc/nuts/log/NLogs.setTermLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogs;
nuts-0.8.4.jar,
NLogUtils.class
package net.thevpc.nuts.log
NLogUtils.parseLogLevel ( String value ) [static] : NOptional<Level>
net/thevpc/nuts/log/NLogUtils.parseLogLevel:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NLogVerb.class
package net.thevpc.nuts.log
NLogVerb.equals ( Object o ) : boolean
net/thevpc/nuts/log/NLogVerb.equals:(Ljava/lang/Object;)Z
NLogVerb.hashCode ( ) : int
net/thevpc/nuts/log/NLogVerb.hashCode:()I
NLogVerb.name ( ) : String
net/thevpc/nuts/log/NLogVerb.name:()Ljava/lang/String;
NLogVerb.NLogVerb ( String name )
net/thevpc/nuts/log/NLogVerb."<init>":(Ljava/lang/String;)V
NLogVerb.of ( String name ) [static] : NLogVerb
net/thevpc/nuts/log/NLogVerb.of:(Ljava/lang/String;)Lnet/thevpc/nuts/log/NLogVerb;
NLogVerb.toString ( ) : String
net/thevpc/nuts/log/NLogVerb.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NMapListener.class
package net.thevpc.nuts.util
NMapListener<K,V>.entryAdded ( K key, V value ) : void
net/thevpc/nuts/util/NMapListener.entryAdded:(Ljava/lang/Object;Ljava/lang/Object;)V
NMapListener<K,V>.entryRemoved ( K key, V value ) : void
net/thevpc/nuts/util/NMapListener.entryRemoved:(Ljava/lang/Object;Ljava/lang/Object;)V
NMapListener<K,V>.entryUpdated ( K key, V newValue, V oldValue ) : void
net/thevpc/nuts/util/NMapListener.entryUpdated:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.4.jar,
NMaps.class
package net.thevpc.nuts.util
NMaps.fill ( Map<K,V> m, K a1, V b1 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2, K a3, V b3 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2, K a3, V b3, K a4, V b4 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2, K a3, V b3, K a4, V b4, K a5, V b5 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2, K a3, V b3, K a4, V b4, K a5, V b5, K a6, V b6 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2, K a3, V b3, K a4, V b4, K a5, V b5, K a6, V b6, K a7, V b7 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2, K a3, V b3, K a4, V b4, K a5, V b5, K a6, V b6, K a7, V b7, K a8, V b8 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2, K a3, V b3, K a4, V b4, K a5, V b5, K a6, V b6, K a7, V b7, K a8, V b8, K a9, V b9 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.NMaps ( )
net/thevpc/nuts/util/NMaps."<init>":()V
NMaps.of ( A a1, B b1 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2, A a3, B b3 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2, A a3, B b3, A a4, B b4 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2, A a3, B b3, A a4, B b4, A a5, B b5 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2, A a3, B b3, A a4, B b4, A a5, B b5, A a6, B b6 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2, A a3, B b3, A a4, B b4, A a5, B b5, A a6, B b6, A a7, B b7 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2, A a3, B b3, A a4, B b4, A a5, B b5, A a6, B b6, A a7, B b7, A a8, B b8 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2, A a3, B b3, A a4, B b4, A a5, B b5, A a6, B b6, A a7, B b7, A a8, B b8, A a9, B b9 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
nuts-0.8.4.jar,
NMavenSettings.class
package net.thevpc.nuts.env
NMavenSettings.getActiveRepositories ( ) : List<NRepositoryLocation>
net/thevpc/nuts/env/NMavenSettings.getActiveRepositories:()Ljava/util/List;
NMavenSettings.getLocalRepository ( ) : String
net/thevpc/nuts/env/NMavenSettings.getLocalRepository:()Ljava/lang/String;
NMavenSettings.getRemoteRepository ( ) : String
net/thevpc/nuts/env/NMavenSettings.getRemoteRepository:()Ljava/lang/String;
NMavenSettings.getSettingsFile ( ) : String
net/thevpc/nuts/env/NMavenSettings.getSettingsFile:()Ljava/lang/String;
NMavenSettings.NMavenSettings ( )
net/thevpc/nuts/env/NMavenSettings."<init>":()V
NMavenSettings.setActiveRepositories ( List<NRepositoryLocation> activeRepositories ) : NMavenSettings
net/thevpc/nuts/env/NMavenSettings.setActiveRepositories:(Ljava/util/List;)Lnet/thevpc/nuts/env/NMavenSettings;
NMavenSettings.setLocalRepository ( String localRepository ) : NMavenSettings
net/thevpc/nuts/env/NMavenSettings.setLocalRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NMavenSettings;
NMavenSettings.setRemoteRepository ( String remoteRepository ) : NMavenSettings
net/thevpc/nuts/env/NMavenSettings.setRemoteRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NMavenSettings;
NMavenSettings.setSettingsFile ( String settingsFile ) : NMavenSettings
net/thevpc/nuts/env/NMavenSettings.setSettingsFile:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NMavenSettings;
nuts-0.8.4.jar,
NMavenSettingsLoader.class
package net.thevpc.nuts.env
NMavenSettingsLoader.getLog ( ) : NLog
net/thevpc/nuts/env/NMavenSettingsLoader.getLog:()Lnet/thevpc/nuts/log/NLog;
NMavenSettingsLoader.getSettingsFilePath ( ) : String
net/thevpc/nuts/env/NMavenSettingsLoader.getSettingsFilePath:()Ljava/lang/String;
NMavenSettingsLoader.loadSettingsRepos ( ) : NMavenSettings
net/thevpc/nuts/env/NMavenSettingsLoader.loadSettingsRepos:()Lnet/thevpc/nuts/env/NMavenSettings;
NMavenSettingsLoader.NMavenSettingsLoader ( NLog log )
net/thevpc/nuts/env/NMavenSettingsLoader."<init>":(Lnet/thevpc/nuts/log/NLog;)V
NMavenSettingsLoader.setLog ( NLog log ) : NMavenSettingsLoader
net/thevpc/nuts/env/NMavenSettingsLoader.setLog:(Lnet/thevpc/nuts/log/NLog;)Lnet/thevpc/nuts/env/NMavenSettingsLoader;
NMavenSettingsLoader.setSettingsFilePath ( String settingsFilePath ) : NMavenSettingsLoader
net/thevpc/nuts/env/NMavenSettingsLoader.setSettingsFilePath:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NMavenSettingsLoader;
nuts-0.8.4.jar,
NMemoryPrintStream.class
package net.thevpc.nuts.io
NMemoryPrintStream.asInputSource ( ) [abstract] : NInputSource
net/thevpc/nuts/io/NMemoryPrintStream.asInputSource:()Lnet/thevpc/nuts/io/NInputSource;
NMemoryPrintStream.getBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/io/NMemoryPrintStream.getBytes:()[B
NMemoryPrintStream.of ( NSession session ) [static] : NMemoryPrintStream
net/thevpc/nuts/io/NMemoryPrintStream.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NMemoryPrintStream;
NMemoryPrintStream.of ( NTerminalMode mode, NSession session ) [static] : NMemoryPrintStream
net/thevpc/nuts/io/NMemoryPrintStream.of:(Lnet/thevpc/nuts/io/NTerminalMode;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NMemoryPrintStream;
nuts-0.8.4.jar,
NMemorySize.class
package net.thevpc.nuts.util
NMemorySize.add ( NMemorySize other ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.add:(Lnet/thevpc/nuts/util/NMemorySize;)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.firstNonZeroDown ( NMemoryUnit unit ) : NMemoryUnit
net/thevpc/nuts/util/NMemorySize.firstNonZeroDown:(Lnet/thevpc/nuts/util/NMemoryUnit;)Lnet/thevpc/nuts/util/NMemoryUnit;
NMemorySize.firstNonZeroUp ( NMemoryUnit unit ) : NMemoryUnit
net/thevpc/nuts/util/NMemorySize.firstNonZeroUp:(Lnet/thevpc/nuts/util/NMemoryUnit;)Lnet/thevpc/nuts/util/NMemoryUnit;
NMemorySize.formatter ( NSession session ) : NFormat
net/thevpc/nuts/util/NMemorySize.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NMemorySize.get ( NMemoryUnit unit ) : long
net/thevpc/nuts/util/NMemorySize.get:(Lnet/thevpc/nuts/util/NMemoryUnit;)J
NMemorySize.getAs ( NMemoryUnit unit ) : long
net/thevpc/nuts/util/NMemorySize.getAs:(Lnet/thevpc/nuts/util/NMemoryUnit;)J
NMemorySize.getAsBits ( ) : long
net/thevpc/nuts/util/NMemorySize.getAsBits:()J
NMemorySize.getAsBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getAsBytes:()J
NMemorySize.getAsKiloBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getAsKiloBytes:()J
NMemorySize.getAsMegaBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getAsMegaBytes:()J
NMemorySize.getAsPetaBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getAsPetaBytes:()J
NMemorySize.getAsTeraBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getAsTeraBytes:()J
NMemorySize.getAsZetaBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getAsZetaBytes:()J
NMemorySize.getBits ( ) : long
net/thevpc/nuts/util/NMemorySize.getBits:()J
NMemorySize.getBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getBytes:()J
NMemorySize.getKiloBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getKiloBytes:()J
NMemorySize.getLargestUnit ( ) : NMemoryUnit
net/thevpc/nuts/util/NMemorySize.getLargestUnit:()Lnet/thevpc/nuts/util/NMemoryUnit;
NMemorySize.getMegaBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getMegaBytes:()J
NMemorySize.getMemoryBits ( ) : int
net/thevpc/nuts/util/NMemorySize.getMemoryBits:()I
NMemorySize.getMemoryBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getMemoryBytes:()J
NMemorySize.getPetaBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getPetaBytes:()J
NMemorySize.getSmallestUnit ( ) : NMemoryUnit
net/thevpc/nuts/util/NMemorySize.getSmallestUnit:()Lnet/thevpc/nuts/util/NMemoryUnit;
NMemorySize.getTeraBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getTeraBytes:()J
NMemorySize.getZetaBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getZetaBytes:()J
NMemorySize.isIEC ( ) : boolean
net/thevpc/nuts/util/NMemorySize.isIEC:()Z
NMemorySize.isZero ( ) : boolean
net/thevpc/nuts/util/NMemorySize.isZero:()Z
NMemorySize.isZero ( NMemoryUnit fromIclusive, NMemoryUnit toInclusive ) : boolean
net/thevpc/nuts/util/NMemorySize.isZero:(Lnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;)Z
NMemorySize.isZeroDown ( NMemoryUnit unit ) : boolean
net/thevpc/nuts/util/NMemorySize.isZeroDown:(Lnet/thevpc/nuts/util/NMemoryUnit;)Z
NMemorySize.isZeroUp ( NMemoryUnit unit ) : boolean
net/thevpc/nuts/util/NMemorySize.isZeroUp:(Lnet/thevpc/nuts/util/NMemoryUnit;)Z
NMemorySize.mul ( double other ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.mul:(D)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.mul ( long other ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.mul:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.neg ( ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.neg:()Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.NMemorySize ( long bits, long bytes, long kiloBytes, long megaBytes, long teraBytes, long petaBytes, long zetaBytes, NMemoryUnit smallestUnit, NMemoryUnit largestUnit, boolean iec )
net/thevpc/nuts/util/NMemorySize."<init>":(JJJJJJJLnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;Z)V
NMemorySize.NMemorySize ( long memBytes, int memBits, boolean iec )
net/thevpc/nuts/util/NMemorySize."<init>":(JIZ)V
NMemorySize.NMemorySize ( long memBytes, int memBits, NMemoryUnit smallestUnit, NMemoryUnit largestUnit, boolean iec )
net/thevpc/nuts/util/NMemorySize."<init>":(JILnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;Z)V
NMemorySize.NMemorySize ( long[ ] values, NMemoryUnit smallestUnit, NMemoryUnit largestUnit, boolean iec )
net/thevpc/nuts/util/NMemorySize."<init>":([JLnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;Z)V
NMemorySize.normalize ( ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.normalize:()Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.of ( long[ ] values, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.of:([JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.of ( long[ ] values, NMemoryUnit smallestUnit, NMemoryUnit largestUnit, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.of:([JLnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;Z)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBits ( long bits, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBits:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBits ( long bits, NMemoryUnit smallestUnit, NMemoryUnit largestUnit ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBits:(JLnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBits ( long bits, NMemoryUnit smallestUnit, NMemoryUnit largestUnit, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBits:(JLnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;Z)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBits ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBits:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBitsOnly ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBitsOnly:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBitsOnly ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBitsOnly:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBytes ( long durationMillis, NMemoryUnit smallestUnit, NMemoryUnit largestUnit, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBytes:(JLnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;Z)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBytes ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBytes:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBytes ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBytes:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBytesAndBits ( long bytes, int bits, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBytesAndBits:(JIZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBytesOnly ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBytesOnly:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBytesOnly ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBytesOnly:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofKiloBytes ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofKiloBytes:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofKiloBytes ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofKiloBytes:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofKiloBytesOnly ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofKiloBytesOnly:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofKiloBytesOnly ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofKiloBytesOnly:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofMegaBytes ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofMegaBytes:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofMegaBytes ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofMegaBytes:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofMegaBytesOnly ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofMegaBytesOnly:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofMegaBytesOnly ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofMegaBytesOnly:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofPetaBytes ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofPetaBytes:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofPetaBytes ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofPetaBytes:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofPetaBytesOnly ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofPetaBytesOnly:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofPetaBytesOnly ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofPetaBytesOnly:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofTeraBytes ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofTeraBytes:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofTeraBytes ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofTeraBytes:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofTeraBytesOnly ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofTeraBytesOnly:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofTeraBytesOnly ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofTeraBytesOnly:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofUnit ( long valueInUnit, NMemoryUnit unit, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofUnit:(JLnet/thevpc/nuts/util/NMemoryUnit;Z)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofUnitOnly ( long value, NMemoryUnit unit, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofUnitOnly:(JLnet/thevpc/nuts/util/NMemoryUnit;Z)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofZetaBytes ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofZetaBytes:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofZetaBytes ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofZetaBytes:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofZetaBytesOnly ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofZetaBytesOnly:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofZetaBytesOnly ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofZetaBytesOnly:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.parse ( String value, NMemoryUnit defaultUnit ) [static] : NOptional<NMemorySize>
net/thevpc/nuts/util/NMemorySize.parse:(Ljava/lang/String;Lnet/thevpc/nuts/util/NMemoryUnit;)Lnet/thevpc/nuts/util/NOptional;
NMemorySize.subtract ( NMemorySize other ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.subtract:(Lnet/thevpc/nuts/util/NMemorySize;)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.toString ( ) : String
net/thevpc/nuts/util/NMemorySize.toString:()Ljava/lang/String;
NMemorySize.toString ( boolean fixed ) : String
net/thevpc/nuts/util/NMemorySize.toString:(Z)Ljava/lang/String;
NMemorySize.toString ( boolean fixed, Boolean iec ) : String
net/thevpc/nuts/util/NMemorySize.toString:(ZLjava/lang/Boolean;)Ljava/lang/String;
NMemorySize.toUnitsArray ( ) : long[ ]
net/thevpc/nuts/util/NMemorySize.toUnitsArray:()[J
NMemorySize.withIEC ( boolean iec ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.withIEC:(Z)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.withLargestUnit ( NMemoryUnit largestUnit ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.withLargestUnit:(Lnet/thevpc/nuts/util/NMemoryUnit;)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.withSmallestUnit ( NMemoryUnit smallestUnit ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.withSmallestUnit:(Lnet/thevpc/nuts/util/NMemoryUnit;)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.withUnits ( NMemoryUnit smallestUnit, NMemoryUnit largestUnit ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.withUnits:(Lnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;)Lnet/thevpc/nuts/util/NMemorySize;
nuts-0.8.4.jar,
NMemorySizeFormat.class
package net.thevpc.nuts.util
NMemorySizeFormat.copy ( ) : NMemorySizeFormat
net/thevpc/nuts/util/NMemorySizeFormat.copy:()Lnet/thevpc/nuts/util/NMemorySizeFormat;
NMemorySizeFormat.format ( NMemorySize memorySize ) : String
net/thevpc/nuts/util/NMemorySizeFormat.format:(Lnet/thevpc/nuts/util/NMemorySize;)Ljava/lang/String;
NMemorySizeFormat.formatUnit ( NMemorySize memorySize, NMemoryUnit unit, Set<NMemoryUnit> processed, NPrintStream out ) : void
net/thevpc/nuts/util/NMemorySizeFormat.formatUnit:(Lnet/thevpc/nuts/util/NMemorySize;Lnet/thevpc/nuts/util/NMemoryUnit;Ljava/util/Set;Lnet/thevpc/nuts/io/NPrintStream;)V
NMemorySizeFormat.freeze ( ) : NMemorySizeFormat
net/thevpc/nuts/util/NMemorySizeFormat.freeze:()Lnet/thevpc/nuts/util/NMemorySizeFormat;
NMemorySizeFormat.getIEC ( ) : Boolean
net/thevpc/nuts/util/NMemorySizeFormat.getIEC:()Ljava/lang/Boolean;
NMemorySizeFormat.isFixed ( ) : boolean
net/thevpc/nuts/util/NMemorySizeFormat.isFixed:()Z
NMemorySizeFormat.NMemorySizeFormat ( Boolean iec, boolean fixed )
net/thevpc/nuts/util/NMemorySizeFormat."<init>":(Ljava/lang/Boolean;Z)V
NMemorySizeFormat.NMemorySizeFormat ( NMemorySizeFormat other )
net/thevpc/nuts/util/NMemorySizeFormat."<init>":(Lnet/thevpc/nuts/util/NMemorySizeFormat;)V
NMemorySizeFormat.of ( boolean fixed, Boolean iec ) [static] : NMemorySizeFormat
net/thevpc/nuts/util/NMemorySizeFormat.of:(ZLjava/lang/Boolean;)Lnet/thevpc/nuts/util/NMemorySizeFormat;
NMemorySizeFormat.print ( NMemorySize memorySize, NPrintStream out ) : void
net/thevpc/nuts/util/NMemorySizeFormat.print:(Lnet/thevpc/nuts/util/NMemorySize;Lnet/thevpc/nuts/io/NPrintStream;)V
NMemorySizeFormat.setFixed ( Boolean fixed ) : NMemorySizeFormat
net/thevpc/nuts/util/NMemorySizeFormat.setFixed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/util/NMemorySizeFormat;
NMemorySizeFormat.setIEC ( Boolean iec ) : NMemorySizeFormat
net/thevpc/nuts/util/NMemorySizeFormat.setIEC:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/util/NMemorySizeFormat;
NMemorySizeFormat.unitString ( NMemoryUnit unit, boolean iec ) : String
net/thevpc/nuts/util/NMemorySizeFormat.unitString:(Lnet/thevpc/nuts/util/NMemoryUnit;Z)Ljava/lang/String;
nuts-0.8.4.jar,
NMemoryUnit.class
package net.thevpc.nuts.util
NMemoryUnit.id ( ) : String
net/thevpc/nuts/util/NMemoryUnit.id:()Ljava/lang/String;
NMemoryUnit.parse ( String value ) [static] : NOptional<NMemoryUnit>
net/thevpc/nuts/util/NMemoryUnit.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NMemoryUnit.valueOf ( String name ) [static] : NMemoryUnit
net/thevpc/nuts/util/NMemoryUnit.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMemoryUnit;
NMemoryUnit.values ( ) [static] : NMemoryUnit[ ]
net/thevpc/nuts/util/NMemoryUnit.values:()[Lnet/thevpc/nuts/util/NMemoryUnit;
nuts-0.8.4.jar,
NMessagedPredicate.class
package net.thevpc.nuts
NMessagedPredicate<T>.filter ( ) [abstract] : Predicate<T>
net/thevpc/nuts/NMessagedPredicate.filter:()Ljava/util/function/Predicate;
NMessagedPredicate<T>.message ( ) [abstract] : Function<NSession,NMsg>
net/thevpc/nuts/NMessagedPredicate.message:()Ljava/util/function/Function;
nuts-0.8.4.jar,
NMissingSessionException.class
package net.thevpc.nuts
NMissingSessionException.NMissingSessionException ( )
net/thevpc/nuts/NMissingSessionException."<init>":()V
NMissingSessionException.NMissingSessionException ( NMsg message )
net/thevpc/nuts/NMissingSessionException."<init>":(Lnet/thevpc/nuts/util/NMsg;)V
NMissingSessionException.NMissingSessionException ( NMsg message, Throwable cause )
net/thevpc/nuts/NMissingSessionException."<init>":(Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NMsg.class
package net.thevpc.nuts.util
NMsg.asConfig ( ) : NMsg
net/thevpc/nuts/util/NMsg.asConfig:()Lnet/thevpc/nuts/util/NMsg;
NMsg.asFine ( ) : NMsg
net/thevpc/nuts/util/NMsg.asFine:()Lnet/thevpc/nuts/util/NMsg;
NMsg.asFiner ( ) : NMsg
net/thevpc/nuts/util/NMsg.asFiner:()Lnet/thevpc/nuts/util/NMsg;
NMsg.asFinest ( ) : NMsg
net/thevpc/nuts/util/NMsg.asFinest:()Lnet/thevpc/nuts/util/NMsg;
NMsg.asInfo ( ) : NMsg
net/thevpc/nuts/util/NMsg.asInfo:()Lnet/thevpc/nuts/util/NMsg;
NMsg.asSevere ( ) : NMsg
net/thevpc/nuts/util/NMsg.asSevere:()Lnet/thevpc/nuts/util/NMsg;
NMsg.asWarning ( ) : NMsg
net/thevpc/nuts/util/NMsg.asWarning:()Lnet/thevpc/nuts/util/NMsg;
NMsg.equals ( Object o ) : boolean
net/thevpc/nuts/util/NMsg.equals:(Ljava/lang/Object;)Z
NMsg.getCodeLang ( ) : String
net/thevpc/nuts/util/NMsg.getCodeLang:()Ljava/lang/String;
NMsg.getFormat ( ) : NTextFormatType
net/thevpc/nuts/util/NMsg.getFormat:()Lnet/thevpc/nuts/text/NTextFormatType;
NMsg.getLevel ( ) : Level
net/thevpc/nuts/util/NMsg.getLevel:()Ljava/util/logging/Level;
NMsg.getMessage ( ) : Object
net/thevpc/nuts/util/NMsg.getMessage:()Ljava/lang/Object;
NMsg.getParams ( ) : Object[ ]
net/thevpc/nuts/util/NMsg.getParams:()[Ljava/lang/Object;
NMsg.getStyles ( ) : NTextStyles
net/thevpc/nuts/util/NMsg.getStyles:()Lnet/thevpc/nuts/text/NTextStyles;
NMsg.hashCode ( ) : int
net/thevpc/nuts/util/NMsg.hashCode:()I
NMsg.ofC ( String message ) [static] : NMsg *DEPRECATED*
net/thevpc/nuts/util/NMsg.ofC:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofC ( String message, NMsgParam... params ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofC:(Ljava/lang/String;[Lnet/thevpc/nuts/util/NMsgParam;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofC ( String message, Object... params ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofC:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofCode ( String lang, String text ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofCode ( String text ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofCode:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofInvalidValue ( ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofInvalidValue:()Lnet/thevpc/nuts/util/NMsg;
NMsg.ofInvalidValue ( String valueName ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofInvalidValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofInvalidValue ( Throwable throwable ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofInvalidValue:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofInvalidValue ( Throwable throwable, String valueName ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofInvalidValue:(Ljava/lang/Throwable;Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofJ ( String message ) [static] : NMsg *DEPRECATED*
net/thevpc/nuts/util/NMsg.ofJ:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofJ ( String message, NMsgParam... params ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofJ:(Ljava/lang/String;[Lnet/thevpc/nuts/util/NMsgParam;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofJ ( String message, Object... params ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofJ:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofMissingValue ( ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofMissingValue:()Lnet/thevpc/nuts/util/NMsg;
NMsg.ofMissingValue ( String valueName ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofMissingValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofNtf ( NString message ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofNtf:(Lnet/thevpc/nuts/text/NString;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofNtf ( String message ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofNtf:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofPlain ( String message ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofPlain:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofStringLiteral ( String literal ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofStringLiteral:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofStyled ( NMsg message, NTextStyle style ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofStyled:(Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofStyled ( NMsg message, NTextStyles styles ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofStyled:(Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofStyled ( NString message, NTextStyle style ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofStyled:(Lnet/thevpc/nuts/text/NString;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofStyled ( NString message, NTextStyles styles ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofStyled:(Lnet/thevpc/nuts/text/NString;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofStyled ( String message, NTextStyle style ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofStyled:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofStyled ( String message, NTextStyles styles ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofStyled:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofV ( String message, Function<String,?> vars ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofV:(Ljava/lang/String;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofV ( String message, Map<String,?> vars ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofV:(Ljava/lang/String;Ljava/util/Map;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofV ( String message, NMsgParam... params ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofV:(Ljava/lang/String;[Lnet/thevpc/nuts/util/NMsgParam;)Lnet/thevpc/nuts/util/NMsg;
NMsg.toString ( ) : String
net/thevpc/nuts/util/NMsg.toString:()Ljava/lang/String;
NMsg.withLevel ( Level level ) : NMsg
net/thevpc/nuts/util/NMsg.withLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/util/NMsg;
nuts-0.8.4.jar,
NMsgCode.class
package net.thevpc.nuts.util
NMsgCode.getCode ( ) : String
net/thevpc/nuts/util/NMsgCode.getCode:()Ljava/lang/String;
NMsgCode.getParams ( ) : String[ ]
net/thevpc/nuts/util/NMsgCode.getParams:()[Ljava/lang/String;
NMsgCode.NMsgCode ( String code, String... params )
net/thevpc/nuts/util/NMsgCode."<init>":(Ljava/lang/String;[Ljava/lang/String;)V
nuts-0.8.4.jar,
NMsgCodeAware.class
package net.thevpc.nuts.util
NMsgCodeAware.codeOf ( Object any ) [static] : NOptional<NMsgCode>
net/thevpc/nuts/util/NMsgCodeAware.codeOf:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NMsgCodeAware.getNMsgCode ( ) [abstract] : NMsgCode
net/thevpc/nuts/util/NMsgCodeAware.getNMsgCode:()Lnet/thevpc/nuts/util/NMsgCode;
nuts-0.8.4.jar,
NMsgCodeException.class
package net.thevpc.nuts.util
NMsgCodeException.getNMsgCode ( ) : NMsgCode
net/thevpc/nuts/util/NMsgCodeException.getNMsgCode:()Lnet/thevpc/nuts/util/NMsgCode;
NMsgCodeException.NMsgCodeException ( NSession session, NMsgCode code, NMsg message )
net/thevpc/nuts/util/NMsgCodeException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsgCode;Lnet/thevpc/nuts/util/NMsg;)V
NMsgCodeException.NMsgCodeException ( NSession session, NMsgCode code, NMsg message, Throwable cause )
net/thevpc/nuts/util/NMsgCodeException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsgCode;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NMsgFormattable.class
package net.thevpc.nuts.format
NMsgFormattable.toMsg ( ) [abstract] : NMsg
net/thevpc/nuts/format/NMsgFormattable.toMsg:()Lnet/thevpc/nuts/util/NMsg;
nuts-0.8.4.jar,
NMsgParam.class
package net.thevpc.nuts.util
NMsgParam.getName ( ) : String
net/thevpc/nuts/util/NMsgParam.getName:()Ljava/lang/String;
NMsgParam.getValue ( ) : Supplier<?>
net/thevpc/nuts/util/NMsgParam.getValue:()Ljava/util/function/Supplier;
NMsgParam.NMsgParam ( String name, Supplier<?> value )
net/thevpc/nuts/util/NMsgParam."<init>":(Ljava/lang/String;Ljava/util/function/Supplier;)V
NMsgParam.of ( String name, Supplier<?> value ) [static] : NMsgParam
net/thevpc/nuts/util/NMsgParam.of:(Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NMsgParam;
nuts-0.8.4.jar,
NMsgTemplate.class
package net.thevpc.nuts.util
NMsgTemplate.build ( NMsgParam... params ) : NMsg
net/thevpc/nuts/util/NMsgTemplate.build:([Lnet/thevpc/nuts/util/NMsgParam;)Lnet/thevpc/nuts/util/NMsg;
NMsgTemplate.getFormat ( ) : NTextFormatType
net/thevpc/nuts/util/NMsgTemplate.getFormat:()Lnet/thevpc/nuts/text/NTextFormatType;
NMsgTemplate.getMessage ( ) : String
net/thevpc/nuts/util/NMsgTemplate.getMessage:()Ljava/lang/String;
NMsgTemplate.getParamNames ( ) : String[ ]
net/thevpc/nuts/util/NMsgTemplate.getParamNames:()[Ljava/lang/String;
NMsgTemplate.NMsgTemplate ( String message, NTextFormatType format )
net/thevpc/nuts/util/NMsgTemplate."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextFormatType;)V
NMsgTemplate.of ( String message, NTextFormatType format ) [static] : NMsgTemplate
net/thevpc/nuts/util/NMsgTemplate.of:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextFormatType;)Lnet/thevpc/nuts/util/NMsgTemplate;
NMsgTemplate.ofC ( String message ) [static] : NMsgTemplate
net/thevpc/nuts/util/NMsgTemplate.ofC:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsgTemplate;
NMsgTemplate.ofJ ( String message ) [static] : NMsgTemplate
net/thevpc/nuts/util/NMsgTemplate.ofJ:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsgTemplate;
NMsgTemplate.ofV ( String message ) [static] : NMsgTemplate
net/thevpc/nuts/util/NMsgTemplate.ofV:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsgTemplate;
nuts-0.8.4.jar,
NMutableTableModel.class
package net.thevpc.nuts.format
NMutableTableModel.addCell ( Object p1 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.addCell:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.addCells ( Object... p1 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.addCells:([Ljava/lang/Object;)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.addHeaderCell ( Object p1 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.addHeaderCell:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.addHeaderCells ( Object... p1 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.addHeaderCells:([Ljava/lang/Object;)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.addRow ( Object... p1 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.addRow:([Ljava/lang/Object;)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.clearHeader ( ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.clearHeader:()Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.newRow ( ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.newRow:()Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.of ( NSession session ) [static] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.setCellColSpan ( int p1, int p2, int p3 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.setCellColSpan:(III)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.setCellRowSpan ( int p1, int p2, int p3 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.setCellRowSpan:(III)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.setCellValue ( int p1, int p2, Object p3 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.setCellValue:(IILjava/lang/Object;)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.setHeaderColSpan ( int p1, int p2 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.setHeaderColSpan:(II)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.setHeaderValue ( int p1, Object p2 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.setHeaderValue:(ILjava/lang/Object;)Lnet/thevpc/nuts/format/NMutableTableModel;
nuts-0.8.4.jar,
NNameFormat.class
package net.thevpc.nuts.util
NNameFormat.equals ( String a, String b ) : boolean
net/thevpc/nuts/util/NNameFormat.equals:(Ljava/lang/String;Ljava/lang/String;)Z
NNameFormat.equalsIgnoreFormat ( String a, String b ) [static] : boolean
net/thevpc/nuts/util/NNameFormat.equalsIgnoreFormat:(Ljava/lang/String;Ljava/lang/String;)Z
NNameFormat.format ( CharSequence value ) : String
net/thevpc/nuts/util/NNameFormat.format:(Ljava/lang/CharSequence;)Ljava/lang/String;
NNameFormat.format ( String value ) : String
net/thevpc/nuts/util/NNameFormat.format:(Ljava/lang/String;)Ljava/lang/String;
NNameFormat.format ( String[ ] value ) : String
net/thevpc/nuts/util/NNameFormat.format:([Ljava/lang/String;)Ljava/lang/String;
NNameFormat.getLeading ( ) : NWordFormat
net/thevpc/nuts/util/NNameFormat.getLeading:()Lnet/thevpc/nuts/util/NWordFormat;
NNameFormat.getNext ( ) : NWordFormat
net/thevpc/nuts/util/NNameFormat.getNext:()Lnet/thevpc/nuts/util/NWordFormat;
NNameFormat.getSep ( ) : String
net/thevpc/nuts/util/NNameFormat.getSep:()Ljava/lang/String;
NNameFormat.isSeparator ( char c ) [static] : boolean
net/thevpc/nuts/util/NNameFormat.isSeparator:(C)Z
NNameFormat.NNameFormat ( NWordFormat leading, NWordFormat next, String sep )
net/thevpc/nuts/util/NNameFormat."<init>":(Lnet/thevpc/nuts/util/NWordFormat;Lnet/thevpc/nuts/util/NWordFormat;Ljava/lang/String;)V
NNameFormat.parse ( CharSequence value ) [static] : String[ ]
net/thevpc/nuts/util/NNameFormat.parse:(Ljava/lang/CharSequence;)[Ljava/lang/String;
NNameFormat.parse ( CharSequence value, boolean sep ) [static] : String[ ]
net/thevpc/nuts/util/NNameFormat.parse:(Ljava/lang/CharSequence;Z)[Ljava/lang/String;
NNameFormat.parse ( String value ) [static] : String[ ]
net/thevpc/nuts/util/NNameFormat.parse:(Ljava/lang/String;)[Ljava/lang/String;
NNameFormat.parse ( String value, boolean sep ) [static] : String[ ]
net/thevpc/nuts/util/NNameFormat.parse:(Ljava/lang/String;Z)[Ljava/lang/String;
nuts-0.8.4.jar,
NNavigatableElement.class
package net.thevpc.nuts.elem
NNavigatableElement.entries ( ) [abstract] : Collection<NElementEntry>
net/thevpc/nuts/elem/NNavigatableElement.entries:()Ljava/util/Collection;
NNavigatableElement.get ( NElement p1 ) [abstract] : NOptional<NElement>
net/thevpc/nuts/elem/NNavigatableElement.get:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.get ( String p1 ) [abstract] : NOptional<NElement>
net/thevpc/nuts/elem/NNavigatableElement.get:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getAll ( NElement p1 ) [abstract] : List<NElement>
net/thevpc/nuts/elem/NNavigatableElement.getAll:(Lnet/thevpc/nuts/elem/NElement;)Ljava/util/List;
NNavigatableElement.getArray ( NElement p1 ) [abstract] : NOptional<NArrayElement>
net/thevpc/nuts/elem/NNavigatableElement.getArray:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getArray ( String p1 ) [abstract] : NOptional<NArrayElement>
net/thevpc/nuts/elem/NNavigatableElement.getArray:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getArrayByPath ( String... p1 ) [abstract] : NOptional<NArrayElement>
net/thevpc/nuts/elem/NNavigatableElement.getArrayByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getBigDecimal ( NElement p1 ) [abstract] : NOptional<BigDecimal>
net/thevpc/nuts/elem/NNavigatableElement.getBigDecimal:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getBigDecimalByPath ( String... p1 ) [abstract] : NOptional<BigDecimal>
net/thevpc/nuts/elem/NNavigatableElement.getBigDecimalByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getBigInt ( NElement p1 ) [abstract] : NOptional<BigInteger>
net/thevpc/nuts/elem/NNavigatableElement.getBigInt:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getBigIntByPath ( String... p1 ) [abstract] : NOptional<BigInteger>
net/thevpc/nuts/elem/NNavigatableElement.getBigIntByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getBoolean ( NElement p1 ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/elem/NNavigatableElement.getBoolean:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getBoolean ( String p1 ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/elem/NNavigatableElement.getBoolean:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getBooleanByPath ( String... p1 ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/elem/NNavigatableElement.getBooleanByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getByPath ( String... p1 ) [abstract] : NOptional<NElement>
net/thevpc/nuts/elem/NNavigatableElement.getByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getByte ( NElement p1 ) [abstract] : NOptional<Byte>
net/thevpc/nuts/elem/NNavigatableElement.getByte:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getByte ( String p1 ) [abstract] : NOptional<Byte>
net/thevpc/nuts/elem/NNavigatableElement.getByte:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getByteByPath ( String... p1 ) [abstract] : NOptional<Byte>
net/thevpc/nuts/elem/NNavigatableElement.getByteByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getDouble ( NElement p1 ) [abstract] : NOptional<Double>
net/thevpc/nuts/elem/NNavigatableElement.getDouble:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getDouble ( String p1 ) [abstract] : NOptional<Double>
net/thevpc/nuts/elem/NNavigatableElement.getDouble:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getDoubleByPath ( String... p1 ) [abstract] : NOptional<Double>
net/thevpc/nuts/elem/NNavigatableElement.getDoubleByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getFloat ( NElement p1 ) [abstract] : NOptional<Float>
net/thevpc/nuts/elem/NNavigatableElement.getFloat:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getFloat ( String p1 ) [abstract] : NOptional<Float>
net/thevpc/nuts/elem/NNavigatableElement.getFloat:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getFloatByPath ( String... p1 ) [abstract] : NOptional<Float>
net/thevpc/nuts/elem/NNavigatableElement.getFloatByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getInstant ( NElement p1 ) [abstract] : NOptional<Instant>
net/thevpc/nuts/elem/NNavigatableElement.getInstant:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getInstant ( String p1 ) [abstract] : NOptional<Instant>
net/thevpc/nuts/elem/NNavigatableElement.getInstant:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getInstantByPath ( String... p1 ) [abstract] : NOptional<Instant>
net/thevpc/nuts/elem/NNavigatableElement.getInstantByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getInt ( NElement p1 ) [abstract] : NOptional<Integer>
net/thevpc/nuts/elem/NNavigatableElement.getInt:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getInt ( String p1 ) [abstract] : NOptional<Integer>
net/thevpc/nuts/elem/NNavigatableElement.getInt:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getIntByPath ( String... p1 ) [abstract] : NOptional<Integer>
net/thevpc/nuts/elem/NNavigatableElement.getIntByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getLong ( NElement p1 ) [abstract] : NOptional<Long>
net/thevpc/nuts/elem/NNavigatableElement.getLong:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getLong ( String p1 ) [abstract] : NOptional<Long>
net/thevpc/nuts/elem/NNavigatableElement.getLong:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getLongByPath ( String... p1 ) [abstract] : NOptional<Long>
net/thevpc/nuts/elem/NNavigatableElement.getLongByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getNavigatable ( NElement p1 ) [abstract] : NOptional<NNavigatableElement>
net/thevpc/nuts/elem/NNavigatableElement.getNavigatable:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getNavigatable ( String p1 ) [abstract] : NOptional<NNavigatableElement>
net/thevpc/nuts/elem/NNavigatableElement.getNavigatable:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getNavigatableByPath ( String... p1 ) [abstract] : NOptional<NNavigatableElement>
net/thevpc/nuts/elem/NNavigatableElement.getNavigatableByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getNumber ( NElement p1 ) [abstract] : NOptional<Number>
net/thevpc/nuts/elem/NNavigatableElement.getNumber:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getNumber ( String p1 ) [abstract] : NOptional<Number>
net/thevpc/nuts/elem/NNavigatableElement.getNumber:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getNumberByPath ( String... p1 ) [abstract] : NOptional<Number>
net/thevpc/nuts/elem/NNavigatableElement.getNumberByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getObject ( NElement p1 ) [abstract] : NOptional<NObjectElement>
net/thevpc/nuts/elem/NNavigatableElement.getObject:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getObject ( String p1 ) [abstract] : NOptional<NObjectElement>
net/thevpc/nuts/elem/NNavigatableElement.getObject:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getObjectByPath ( String... p1 ) [abstract] : NOptional<NObjectElement>
net/thevpc/nuts/elem/NNavigatableElement.getObjectByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getShort ( NElement p1 ) [abstract] : NOptional<Short>
net/thevpc/nuts/elem/NNavigatableElement.getShort:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getShort ( String p1 ) [abstract] : NOptional<Short>
net/thevpc/nuts/elem/NNavigatableElement.getShort:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getShortByPath ( String... p1 ) [abstract] : NOptional<Short>
net/thevpc/nuts/elem/NNavigatableElement.getShortByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getString ( NElement p1 ) [abstract] : NOptional<String>
net/thevpc/nuts/elem/NNavigatableElement.getString:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getString ( String p1 ) [abstract] : NOptional<String>
net/thevpc/nuts/elem/NNavigatableElement.getString:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getStringByPath ( String... p1 ) [abstract] : NOptional<String>
net/thevpc/nuts/elem/NNavigatableElement.getStringByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.size ( ) [abstract] : int
net/thevpc/nuts/elem/NNavigatableElement.size:()I
nuts-0.8.4.jar,
NNonBlockingInputStream.class
package net.thevpc.nuts.io
NNonBlockingInputStream.available ( ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.available:()I
NNonBlockingInputStream.close ( ) [abstract] : void
net/thevpc/nuts/io/NNonBlockingInputStream.close:()V
NNonBlockingInputStream.hasMoreBytes ( ) [abstract] : boolean
net/thevpc/nuts/io/NNonBlockingInputStream.hasMoreBytes:()Z
NNonBlockingInputStream.mark ( int p1 ) [abstract] : void
net/thevpc/nuts/io/NNonBlockingInputStream.mark:(I)V
NNonBlockingInputStream.markSupported ( ) [abstract] : boolean
net/thevpc/nuts/io/NNonBlockingInputStream.markSupported:()Z
NNonBlockingInputStream.noMoreBytes ( ) [abstract] : void
net/thevpc/nuts/io/NNonBlockingInputStream.noMoreBytes:()V
NNonBlockingInputStream.of ( InputStream base, NSession session ) [static] : NNonBlockingInputStream
net/thevpc/nuts/io/NNonBlockingInputStream.of:(Ljava/io/InputStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NNonBlockingInputStream;
NNonBlockingInputStream.read ( ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.read:()I
NNonBlockingInputStream.read ( byte[ ] p1 ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.read:([B)I
NNonBlockingInputStream.read ( byte[ ] p1, int p2, int p3 ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.read:([BII)I
NNonBlockingInputStream.readNonBlocking ( byte[ ] p1 ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.readNonBlocking:([B)I
NNonBlockingInputStream.readNonBlocking ( byte[ ] p1, int p2, int p3 ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.readNonBlocking:([BII)I
NNonBlockingInputStream.readNonBlocking ( byte[ ] p1, int p2, int p3, long p4 ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.readNonBlocking:([BIIJ)I
NNonBlockingInputStream.readNonBlocking ( byte[ ] p1, long p2 ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.readNonBlocking:([BJ)I
NNonBlockingInputStream.reset ( ) [abstract] : void
net/thevpc/nuts/io/NNonBlockingInputStream.reset:()V
NNonBlockingInputStream.skip ( long p1 ) [abstract] : long
net/thevpc/nuts/io/NNonBlockingInputStream.skip:(J)J
nuts-0.8.4.jar,
NNoSessionCancelException.class
package net.thevpc.nuts
NNoSessionCancelException.NNoSessionCancelException ( NMsg message )
net/thevpc/nuts/NNoSessionCancelException."<init>":(Lnet/thevpc/nuts/util/NMsg;)V
nuts-0.8.4.jar,
NNoSessionException.class
package net.thevpc.nuts
NNoSessionException.getFormattedMessage ( ) : NMsg
net/thevpc/nuts/NNoSessionException.getFormattedMessage:()Lnet/thevpc/nuts/util/NMsg;
NNoSessionException.NNoSessionException ( )
net/thevpc/nuts/NNoSessionException."<init>":()V
NNoSessionException.NNoSessionException ( NMsg message )
net/thevpc/nuts/NNoSessionException."<init>":(Lnet/thevpc/nuts/util/NMsg;)V
NNoSessionException.NNoSessionException ( NMsg message, Throwable cause )
net/thevpc/nuts/NNoSessionException."<init>":(Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NNoSessionOptionalErrorException.class
package net.thevpc.nuts
NNoSessionOptionalErrorException.NNoSessionOptionalErrorException ( )
net/thevpc/nuts/NNoSessionOptionalErrorException."<init>":()V
NNoSessionOptionalErrorException.NNoSessionOptionalErrorException ( NMsg message )
net/thevpc/nuts/NNoSessionOptionalErrorException."<init>":(Lnet/thevpc/nuts/util/NMsg;)V
NNoSessionOptionalErrorException.NNoSessionOptionalErrorException ( NMsg message, Throwable cause )
net/thevpc/nuts/NNoSessionOptionalErrorException."<init>":(Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NNoSuchElementException.class
package net.thevpc.nuts
NNoSuchElementException.NNoSuchElementException ( NSession session, NMsg message )
net/thevpc/nuts/NNoSuchElementException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NNoSuchElementException.NNoSuchElementException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NNoSuchElementException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NNoSuchElementException.NNoSuchElementException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NNoSuchElementException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NNotExecutableException.class
package net.thevpc.nuts
NNotExecutableException.getId ( ) : NId
net/thevpc/nuts/NNotExecutableException.getId:()Lnet/thevpc/nuts/NId;
NNotExecutableException.NNotExecutableException ( NSession session, NId id )
net/thevpc/nuts/NNotExecutableException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
nuts-0.8.4.jar,
NNotFoundException.class
package net.thevpc.nuts
NNotFoundException.dependenciesToString ( NNotFoundException.NIdInvalidDependency[ ] dependencies ) [static] : String
net/thevpc/nuts/NNotFoundException.dependenciesToString:([Lnet/thevpc/nuts/NNotFoundException$NIdInvalidDependency;)Ljava/lang/String;
NNotFoundException.dependenciesToString ( String prefix, NNotFoundException.NIdInvalidDependency d ) [static] : String
net/thevpc/nuts/NNotFoundException.dependenciesToString:(Ljava/lang/String;Lnet/thevpc/nuts/NNotFoundException$NIdInvalidDependency;)Ljava/lang/String;
NNotFoundException.getId ( ) : NId
net/thevpc/nuts/NNotFoundException.getId:()Lnet/thevpc/nuts/NId;
NNotFoundException.getLocations ( ) : Set<NNotFoundException.NIdInvalidLocation>
net/thevpc/nuts/NNotFoundException.getLocations:()Ljava/util/Set;
NNotFoundException.getMissingDependencies ( ) : Set<NNotFoundException.NIdInvalidDependency>
net/thevpc/nuts/NNotFoundException.getMissingDependencies:()Ljava/util/Set;
NNotFoundException.NNotFoundException ( NSession session, NId id )
net/thevpc/nuts/NNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NNotFoundException.NNotFoundException ( NSession session, NId id, NMsg message )
net/thevpc/nuts/NNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;)V
NNotFoundException.NNotFoundException ( NSession session, NId id, NMsg message, Throwable cause )
net/thevpc/nuts/NNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NNotFoundException.NNotFoundException ( NSession session, NId id, NNotFoundException.NIdInvalidDependency[ ] dependencies, NNotFoundException.NIdInvalidLocation[ ] locations, Throwable cause )
net/thevpc/nuts/NNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;[Lnet/thevpc/nuts/NNotFoundException$NIdInvalidDependency;[Lnet/thevpc/nuts/NNotFoundException$NIdInvalidLocation;Ljava/lang/Throwable;)V
NNotFoundException.NNotFoundException ( NSession session, NId id, Throwable cause )
net/thevpc/nuts/NNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Ljava/lang/Throwable;)V
NNotFoundException.toInvalidDependency ( ) : NNotFoundException.NIdInvalidDependency
net/thevpc/nuts/NNotFoundException.toInvalidDependency:()Lnet/thevpc/nuts/NNotFoundException$NIdInvalidDependency;
nuts-0.8.4.jar,
NNotInstallableException.class
package net.thevpc.nuts
NNotInstallableException.NNotInstallableException ( NSession session, NId id )
net/thevpc/nuts/NNotInstallableException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NNotInstallableException.NNotInstallableException ( NSession session, NId id, NMsg msg, Exception ex )
net/thevpc/nuts/NNotInstallableException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Exception;)V
nuts-0.8.4.jar,
NNotInstalledException.class
package net.thevpc.nuts
NNotInstalledException.NNotInstalledException ( NSession session, NId id )
net/thevpc/nuts/NNotInstalledException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NNotInstalledException.NNotInstalledException ( NSession session, NId id, NMsg msg, Exception ex )
net/thevpc/nuts/NNotInstalledException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Exception;)V
nuts-0.8.4.jar,
NObjectElement.class
package net.thevpc.nuts.elem
NObjectElement.builder ( ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElement.builder:()Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElement.ofEmpty ( NSession session ) [static] : NObjectElement
net/thevpc/nuts/elem/NObjectElement.ofEmpty:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NObjectElement;
NObjectElement.stream ( ) [abstract] : Stream<NElementEntry>
net/thevpc/nuts/elem/NObjectElement.stream:()Ljava/util/stream/Stream;
nuts-0.8.4.jar,
NObjectElementBuilder.class
package net.thevpc.nuts.elem
NObjectElementBuilder.add ( NElement p1, NElement p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Lnet/thevpc/nuts/elem/NElement;Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.add ( NElementEntry p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Lnet/thevpc/nuts/elem/NElementEntry;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.add ( NObjectElementBuilder p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Lnet/thevpc/nuts/elem/NObjectElementBuilder;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.add ( String p1, boolean p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Ljava/lang/String;Z)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.add ( String p1, double p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Ljava/lang/String;D)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.add ( String p1, int p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Ljava/lang/String;I)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.add ( String p1, NElement p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Ljava/lang/String;Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.add ( String p1, String p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.addAll ( List<NElementEntry> p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.addAll:(Ljava/util/List;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.addAll ( Map<NElement,NElement> p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.addAll:(Ljava/util/Map;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.addAll ( NElementEntry... p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.addAll:([Lnet/thevpc/nuts/elem/NElementEntry;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.addAll ( NObjectElement p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.addAll:(Lnet/thevpc/nuts/elem/NObjectElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.addAll ( NObjectElementBuilder p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.addAll:(Lnet/thevpc/nuts/elem/NObjectElementBuilder;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.build ( ) : NElement
net/thevpc/nuts/elem/NObjectElementBuilder.build:()Lnet/thevpc/nuts/elem/NElement;
NObjectElementBuilder.build ( ) [abstract] : NObjectElement
net/thevpc/nuts/elem/NObjectElementBuilder.build:()Lnet/thevpc/nuts/elem/NObjectElement;
NObjectElementBuilder.children ( ) [abstract] : Collection<NElementEntry>
net/thevpc/nuts/elem/NObjectElementBuilder.children:()Ljava/util/Collection;
NObjectElementBuilder.clear ( ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.clear:()Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.get ( NElement p1 ) [abstract] : NOptional<NElement>
net/thevpc/nuts/elem/NObjectElementBuilder.get:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NObjectElementBuilder.get ( String p1 ) [abstract] : NOptional<NElement>
net/thevpc/nuts/elem/NObjectElementBuilder.get:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NObjectElementBuilder.getAll ( NElement p1 ) [abstract] : List<NElement>
net/thevpc/nuts/elem/NObjectElementBuilder.getAll:(Lnet/thevpc/nuts/elem/NElement;)Ljava/util/List;
NObjectElementBuilder.of ( NSession session ) [static] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.remove ( NElement p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.remove:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.remove ( String p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.remove:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.removeAll ( NElement p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.removeAll:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.removeAll ( String p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.removeAll:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( NElement p1, boolean p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Lnet/thevpc/nuts/elem/NElement;Z)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( NElement p1, double p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Lnet/thevpc/nuts/elem/NElement;D)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( NElement p1, int p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Lnet/thevpc/nuts/elem/NElement;I)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( NElement p1, NElement p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Lnet/thevpc/nuts/elem/NElement;Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( NElement p1, String p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Lnet/thevpc/nuts/elem/NElement;Ljava/lang/String;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( NElementEntry p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Lnet/thevpc/nuts/elem/NElementEntry;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( NObjectElement p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Lnet/thevpc/nuts/elem/NObjectElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( String p1, boolean p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Ljava/lang/String;Z)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( String p1, double p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Ljava/lang/String;D)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( String p1, int p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Ljava/lang/String;I)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( String p1, NElement p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Ljava/lang/String;Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( String p1, String p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.setAll ( Map<NElement,NElement> p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.setAll:(Ljava/util/Map;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.setAll ( NObjectElementBuilder p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.setAll:(Lnet/thevpc/nuts/elem/NObjectElementBuilder;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.size ( ) [abstract] : int
net/thevpc/nuts/elem/NObjectElementBuilder.size:()I
nuts-0.8.4.jar,
NObjectFormat.class
package net.thevpc.nuts.format
NObjectFormat.configure ( boolean p1, String... p2 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.configure ( boolean p1, String[ ] p2 ) : NContentTypeFormat
net/thevpc/nuts/format/NObjectFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NObjectFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/format/NObjectFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NObjectFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/format/NObjectFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NObjectFormat.getFormatMode ( ) [abstract] : String
net/thevpc/nuts/format/NObjectFormat.getFormatMode:()Ljava/lang/String;
NObjectFormat.getFormatParams ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/format/NObjectFormat.getFormatParams:()Ljava/util/Map;
NObjectFormat.getFormatString ( ) [abstract] : String
net/thevpc/nuts/format/NObjectFormat.getFormatString:()Ljava/lang/String;
NObjectFormat.getOutputFormat ( ) [abstract] : NContentType
net/thevpc/nuts/format/NObjectFormat.getOutputFormat:()Lnet/thevpc/nuts/format/NContentType;
NObjectFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/format/NObjectFormat.getValue:()Ljava/lang/Object;
NObjectFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/format/NObjectFormat.isCompact:()Z
NObjectFormat.of ( NSession session ) [static] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setCompact ( boolean p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setCompact:(Z)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setFormatMode ( String p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setFormatMode:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setFormatParam ( String p1, Object p2 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setFormatParam:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setFormatParams ( Map<String,Object> p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setFormatParams:(Ljava/util/Map;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setFormatString ( String p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setFormatString:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setNtf ( boolean p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NContentTypeFormat;
NObjectFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/format/NObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NObjectFormat.setNtf ( boolean p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setOutputFormat ( NContentType p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setOutputFormat:(Lnet/thevpc/nuts/format/NContentType;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setSession ( NSession p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NObjectFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NObjectFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/format/NObjectFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NObjectFormat.setSession ( NSession p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setValue ( Object p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NObjectFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NObjectFormat.setValue ( Object p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NObjectFormat;
nuts-0.8.4.jar,
NOpenMode.class
package net.thevpc.nuts
NOpenMode.id ( ) : String
net/thevpc/nuts/NOpenMode.id:()Ljava/lang/String;
NOpenMode.parse ( String value ) [static] : NOptional<NOpenMode>
net/thevpc/nuts/NOpenMode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOpenMode.valueOf ( String name ) [static] : NOpenMode
net/thevpc/nuts/NOpenMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NOpenMode;
NOpenMode.values ( ) [static] : NOpenMode[ ]
net/thevpc/nuts/NOpenMode.values:()[Lnet/thevpc/nuts/NOpenMode;
nuts-0.8.4.jar,
NOptional.class
package net.thevpc.nuts.util
NOptional<T>.failFast ( ) : NOptional<T>
net/thevpc/nuts/util/NOptional.failFast:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.failFast ( NSession session ) : NOptional<T>
net/thevpc/nuts/util/NOptional.failFast:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.filter ( NMessagedPredicate<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.filter:(Lnet/thevpc/nuts/NMessagedPredicate;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.filter ( Predicate<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.filter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.filter ( Predicate<T> p1, Function<NSession,NMsg> p2 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.filter:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.flatMap ( Function<T,NOptional<V>> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.flatMap:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.get ( ) [abstract] : T
net/thevpc/nuts/util/NOptional.get:()Ljava/lang/Object;
NOptional<T>.get ( Function<NSession,NMsg> p1, NSession p2 ) [abstract] : T
net/thevpc/nuts/util/NOptional.get:(Ljava/util/function/Function;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NOptional<T>.get ( NSession p1 ) [abstract] : T
net/thevpc/nuts/util/NOptional.get:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NOptional<T>.get ( Supplier<NMsg> p1 ) [abstract] : T
net/thevpc/nuts/util/NOptional.get:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NOptional<T>.getError ( ) [abstract] : Throwable
net/thevpc/nuts/util/NOptional.getError:()Ljava/lang/Throwable;
NOptional<T>.getMessage ( ) [abstract] : Function<NSession,NMsg>
net/thevpc/nuts/util/NOptional.getMessage:()Ljava/util/function/Function;
NOptional<T>.getType ( ) [abstract] : NOptionalType
net/thevpc/nuts/util/NOptional.getType:()Lnet/thevpc/nuts/util/NOptionalType;
NOptional<T>.ifBlank ( T p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifBlank:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifBlankEmpty ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifBlankEmpty:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifBlankEmpty ( Function<NSession,NMsg> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifBlankEmpty:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifBlankUse ( Supplier<NOptional<T>> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifBlankUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifEmpty ( T p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifEmpty:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifEmptyGet ( Supplier<?> p1 ) [abstract] : T
net/thevpc/nuts/util/NOptional.ifEmptyGet:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NOptional<T>.ifEmptyNull ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifEmptyNull:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifEmptyOf ( Supplier<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifEmptyOf:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifEmptyOfNullable ( Supplier<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifEmptyOfNullable:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifEmptyUse ( Supplier<NOptional<T>> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifEmptyUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifError ( T p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifError:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifErrorNull ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifErrorNull:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifErrorUse ( Supplier<NOptional<T>> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifErrorUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifNullEmpty ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifNullEmpty:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifNullUse ( Supplier<NOptional<T>> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifNullUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifPresent ( Consumer<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifPresent:(Ljava/util/function/Consumer;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/util/NOptional.isEmpty:()Z
NOptional<T>.isError ( ) [abstract] : boolean
net/thevpc/nuts/util/NOptional.isError:()Z
NOptional<T>.isNotPresent ( ) [abstract] : boolean
net/thevpc/nuts/util/NOptional.isNotPresent:()Z
NOptional<T>.isNull ( ) [abstract] : boolean
net/thevpc/nuts/util/NOptional.isNull:()Z
NOptional<T>.isPresent ( ) [abstract] : boolean
net/thevpc/nuts/util/NOptional.isPresent:()Z
NOptional<T>.map ( Function<T,V> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.map:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIf ( Predicate<T> p1, Function<T,T> p2 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.mapIf:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIf ( Predicate<T> p1, Function<T,V> p2, Function<T,V> p3 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.mapIf:(Ljava/util/function/Predicate;Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIfDefault ( Function<T,T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.mapIfDefault:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIfNotBlank ( Function<T,V> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.mapIfNotBlank:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIfNotDefault ( Function<T,T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.mapIfNotDefault:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIfNotEmpty ( Function<T,V> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.mapIfNotEmpty:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIfNotError ( Function<T,V> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.mapIfNotError:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIfNotNull ( Function<T,V> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.mapIfNotNull:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIfPresent ( Function<T,V> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.mapIfPresent:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.of ( T value ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.of ( T value, Function<NSession,NMsg> emptyMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.of:(Ljava/lang/Object;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofCallable ( NCallable<T> value ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofCallable:(Lnet/thevpc/nuts/util/NCallable;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofEmpty ( ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofEmpty:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofEmpty ( Function<NSession,NMsg> emptyMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofEmpty:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofEmpty ( NMsg emptyMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofEmpty:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofError ( Function<NSession,NMsg> errorMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofError:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofError ( Function<NSession,NMsg> errorMessage, Throwable throwable ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofError:(Ljava/util/function/Function;Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofError ( NMsg errorMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofError:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofFirst ( Collection<T> collection ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofFirst:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofFirst ( Collection<T> collection, Function<NSession,NMsg> emptyMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofFirst:(Ljava/util/Collection;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamed ( T value, String name ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamed:(Ljava/lang/Object;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedEmpty ( NMsg message ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedEmpty:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedEmpty ( String name ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedEmpty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedError ( NMsg message ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedError:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedError ( NMsg message, Throwable throwable ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedError:(Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedError ( String name ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedError:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedError ( String name, Throwable throwable ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedError:(Ljava/lang/String;Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedFirst ( Collection<T> collection, String name ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedFirst:(Ljava/util/Collection;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedOptional ( Optional<T> optional, String name ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedOptional:(Ljava/util/Optional;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedSingleton ( Collection<T> collection, String name ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedSingleton:(Ljava/util/Collection;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNull ( ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNull:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNullable ( T value ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNullable:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofOptional ( Optional<T> optional, Function<NSession,NMsg> errorMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofOptional:(Ljava/util/Optional;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofOptional ( Optional<T> optional, NMsg name ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofOptional:(Ljava/util/Optional;Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofSingleton ( Collection<T> collection ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofSingleton:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofSingleton ( Collection<T> collection, Function<NSession,NMsg> emptyMessage, Function<NSession,NMsg> errorMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofSingleton:(Ljava/util/Collection;Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofSupplier ( Supplier<T> value ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofSupplier:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.orDefault ( ) [abstract] : T
net/thevpc/nuts/util/NOptional.orDefault:()Ljava/lang/Object;
NOptional<T>.orDefaultOptional ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.orDefaultOptional:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.orElse ( T p1 ) [abstract] : T
net/thevpc/nuts/util/NOptional.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
NOptional<T>.orElseGet ( Supplier<?> p1 ) [abstract] : T
net/thevpc/nuts/util/NOptional.orElseGet:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NOptional<T>.orElseOf ( Supplier<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.orElseOf:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.orElseOfNullable ( Supplier<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.orElseOfNullable:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.orElseThrow ( Supplier<?> p1 ) [abstract] : T
net/thevpc/nuts/util/NOptional.orElseThrow:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NOptional<T>.orElseUse ( Supplier<NOptional<T>> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.orElseUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.orNull ( ) [abstract] : T
net/thevpc/nuts/util/NOptional.orNull:()Ljava/lang/Object;
NOptional<T>.setSession ( NSession p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.then ( Function<T,V> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.then:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.withDefault ( Supplier<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.withDefault:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.withDefault ( T p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.withDefault:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.withDefaultOptional ( Supplier<NOptional<T>> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.withDefaultOptional:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.withoutDefault ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.withoutDefault:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NOptionalErrorException.class
package net.thevpc.nuts.util
NOptionalErrorException.NOptionalErrorException ( NSession session, NMsg message )
net/thevpc/nuts/util/NOptionalErrorException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NOptionalErrorException.NOptionalErrorException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/util/NOptionalErrorException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NOptionalErrorException.NOptionalErrorException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/util/NOptionalErrorException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NOptionalType.class
package net.thevpc.nuts.util
NOptionalType.valueOf ( String name ) [static] : NOptionalType
net/thevpc/nuts/util/NOptionalType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptionalType;
NOptionalType.values ( ) [static] : NOptionalType[ ]
net/thevpc/nuts/util/NOptionalType.values:()[Lnet/thevpc/nuts/util/NOptionalType;
nuts-0.8.4.jar,
NOsFamily.class
package net.thevpc.nuts.env
NOsFamily.getCurrent ( ) [static] : NOsFamily
net/thevpc/nuts/env/NOsFamily.getCurrent:()Lnet/thevpc/nuts/env/NOsFamily;
NOsFamily.id ( ) : String
net/thevpc/nuts/env/NOsFamily.id:()Ljava/lang/String;
NOsFamily.parse ( String value ) [static] : NOptional<NOsFamily>
net/thevpc/nuts/env/NOsFamily.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOsFamily.valueOf ( String name ) [static] : NOsFamily
net/thevpc/nuts/env/NOsFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NOsFamily;
NOsFamily.values ( ) [static] : NOsFamily[ ]
net/thevpc/nuts/env/NOsFamily.values:()[Lnet/thevpc/nuts/env/NOsFamily;
nuts-0.8.4.jar,
NOsServiceType.class
package net.thevpc.nuts.env
NOsServiceType.valueOf ( String name ) [static] : NOsServiceType
net/thevpc/nuts/env/NOsServiceType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NOsServiceType;
NOsServiceType.values ( ) [static] : NOsServiceType[ ]
net/thevpc/nuts/env/NOsServiceType.values:()[Lnet/thevpc/nuts/env/NOsServiceType;
nuts-0.8.4.jar,
Not.class
package net.thevpc.nuts.util
NPredicates.Not<T>.equals ( Object o ) : boolean
net/thevpc/nuts/util/NPredicates.Not.equals:(Ljava/lang/Object;)Z
NPredicates.Not<T>.hashCode ( ) : int
net/thevpc/nuts/util/NPredicates.Not.hashCode:()I
NPredicates.Not<T>.NPredicates.Not<T> ( Predicate<T> base )
net/thevpc/nuts/util/NPredicates.Not."<init>":(Ljava/util/function/Predicate;)V
NPredicates.Not<T>.test ( T t ) : boolean
net/thevpc/nuts/util/NPredicates.Not.test:(Ljava/lang/Object;)Z
NPredicates.Not<T>.toString ( ) : String
net/thevpc/nuts/util/NPredicates.Not.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NOutputStreamBuilder.class
package net.thevpc.nuts.io
NOutputStreamBuilder.createOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/io/NOutputStreamBuilder.createOutputStream:()Ljava/io/OutputStream;
NOutputStreamBuilder.getBase ( ) [abstract] : OutputStream
net/thevpc/nuts/io/NOutputStreamBuilder.getBase:()Ljava/io/OutputStream;
NOutputStreamBuilder.getCloseAction ( ) [abstract] : Runnable
net/thevpc/nuts/io/NOutputStreamBuilder.getCloseAction:()Ljava/lang/Runnable;
NOutputStreamBuilder.getMetadata ( ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NOutputStreamBuilder.getMetadata:()Lnet/thevpc/nuts/io/NContentMetadata;
NOutputStreamBuilder.isCloseBase ( ) [abstract] : boolean
net/thevpc/nuts/io/NOutputStreamBuilder.isCloseBase:()Z
NOutputStreamBuilder.of ( OutputStream outputStream, NSession session ) [static] : NOutputStreamBuilder
net/thevpc/nuts/io/NOutputStreamBuilder.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NOutputStreamBuilder;
NOutputStreamBuilder.setBase ( OutputStream p1 ) [abstract] : NOutputStreamBuilder
net/thevpc/nuts/io/NOutputStreamBuilder.setBase:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NOutputStreamBuilder;
NOutputStreamBuilder.setCloseAction ( Runnable p1 ) [abstract] : NOutputStreamBuilder
net/thevpc/nuts/io/NOutputStreamBuilder.setCloseAction:(Ljava/lang/Runnable;)Lnet/thevpc/nuts/io/NOutputStreamBuilder;
NOutputStreamBuilder.setCloseBase ( boolean p1 ) [abstract] : NOutputStreamBuilder
net/thevpc/nuts/io/NOutputStreamBuilder.setCloseBase:(Z)Lnet/thevpc/nuts/io/NOutputStreamBuilder;
NOutputStreamBuilder.setMetadata ( NContentMetadata p1 ) [abstract] : NOutputStreamBuilder
net/thevpc/nuts/io/NOutputStreamBuilder.setMetadata:(Lnet/thevpc/nuts/io/NContentMetadata;)Lnet/thevpc/nuts/io/NOutputStreamBuilder;
nuts-0.8.4.jar,
NOutputStreamTransparentAdapter.class
package net.thevpc.nuts.io
NOutputStreamTransparentAdapter.baseOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/io/NOutputStreamTransparentAdapter.baseOutputStream:()Ljava/io/OutputStream;
nuts-0.8.4.jar,
NOutputTarget.class
package net.thevpc.nuts.io
NOutputTarget.getOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/io/NOutputTarget.getOutputStream:()Ljava/io/OutputStream;
NOutputTarget.of ( OutputStream outputStream, NContentMetadata metadata, NSession session ) [static] : NOutputTarget
net/thevpc/nuts/io/NOutputTarget.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/io/NContentMetadata;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NOutputTarget;
NOutputTarget.of ( OutputStream outputStream, NSession session ) [static] : NOutputTarget
net/thevpc/nuts/io/NOutputTarget.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NOutputTarget;
nuts-0.8.4.jar,
NParseEnumException.class
package net.thevpc.nuts
NParseEnumException.getEnumType ( ) : Class
net/thevpc/nuts/NParseEnumException.getEnumType:()Ljava/lang/Class;
NParseEnumException.getInvalidValue ( ) : String
net/thevpc/nuts/NParseEnumException.getInvalidValue:()Ljava/lang/String;
NParseEnumException.NParseEnumException ( NSession session, NMsg message, String invalidValue, Class enumType )
net/thevpc/nuts/NParseEnumException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/String;Ljava/lang/Class;)V
NParseEnumException.NParseEnumException ( NSession session, String invalidValue, Class enumType )
net/thevpc/nuts/NParseEnumException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;Ljava/lang/Class;)V
nuts-0.8.4.jar,
NParseException.class
package net.thevpc.nuts
NParseException.NParseException ( NSession session, NMsg message )
net/thevpc/nuts/NParseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NParseException.NParseException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NParseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NParseException.NParseException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NParseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NPath.class
package net.thevpc.nuts.io
NPath.addPermissions ( NPathPermission... p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.addPermissions:([Lnet/thevpc/nuts/io/NPathPermission;)Lnet/thevpc/nuts/io/NPath;
NPath.copy ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.copy:()Lnet/thevpc/nuts/io/NPath;
NPath.copyFrom ( NPath p1, NPathOption... p2 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyFrom:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)V
NPath.copyFromInputStream ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyFromInputStream:(Ljava/io/InputStream;)V
NPath.copyFromReader ( Reader p1 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyFromReader:(Ljava/io/Reader;)V
NPath.copyFromReader ( Reader p1, Charset p2, NPathOption... p3 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyFromReader:(Ljava/io/Reader;Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)V
NPath.copyTo ( NPath p1, NPathOption... p2 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyTo:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)V
NPath.copyToOutputStream ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyToOutputStream:(Ljava/io/OutputStream;)V
NPath.copyToPrintStream ( PrintStream p1 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyToPrintStream:(Ljava/io/PrintStream;)V
NPath.copyToPrintStream ( PrintStream p1, Charset p2 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyToPrintStream:(Ljava/io/PrintStream;Ljava/nio/charset/Charset;)V
NPath.copyToWriter ( Writer p1 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyToWriter:(Ljava/io/Writer;)V
NPath.copyToWriter ( Writer p1, Charset p2 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyToWriter:(Ljava/io/Writer;Ljava/nio/charset/Charset;)V
NPath.delete ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.delete:()Lnet/thevpc/nuts/io/NPath;
NPath.delete ( boolean p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.delete:(Z)Lnet/thevpc/nuts/io/NPath;
NPath.deleteTree ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.deleteTree:()Lnet/thevpc/nuts/io/NPath;
NPath.exists ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.exists:()Z
NPath.expandPath ( Function<String,String> p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.expandPath:(Ljava/util/function/Function;)Lnet/thevpc/nuts/io/NPath;
NPath.getBaseName ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getBaseName:()Ljava/lang/String;
NPath.getBufferedReader ( Charset p1, NPathOption... p2 ) [abstract] : BufferedReader
net/thevpc/nuts/io/NPath.getBufferedReader:(Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/BufferedReader;
NPath.getBufferedReader ( NPathOption... p1 ) [abstract] : BufferedReader
net/thevpc/nuts/io/NPath.getBufferedReader:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/BufferedReader;
NPath.getBufferedWriter ( ) [abstract] : BufferedWriter
net/thevpc/nuts/io/NPath.getBufferedWriter:()Ljava/io/BufferedWriter;
NPath.getBufferedWriter ( Charset p1, NPathOption... p2 ) [abstract] : BufferedWriter
net/thevpc/nuts/io/NPath.getBufferedWriter:(Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/BufferedWriter;
NPath.getBufferedWriter ( NPathOption... p1 ) [abstract] : BufferedWriter
net/thevpc/nuts/io/NPath.getBufferedWriter:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/BufferedWriter;
NPath.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getContentEncoding:()Ljava/lang/String;
NPath.getContentLength ( ) [abstract] : long
net/thevpc/nuts/io/NPath.getContentLength:()J
NPath.getContentType ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getContentType:()Ljava/lang/String;
NPath.getCreationInstant ( ) [abstract] : Instant
net/thevpc/nuts/io/NPath.getCreationInstant:()Ljava/time/Instant;
NPath.getInputStream ( NPathOption... p1 ) [abstract] : InputStream
net/thevpc/nuts/io/NPath.getInputStream:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/InputStream;
NPath.getLastAccessInstant ( ) [abstract] : Instant
net/thevpc/nuts/io/NPath.getLastAccessInstant:()Ljava/time/Instant;
NPath.getLastExtension ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getLastExtension:()Ljava/lang/String;
NPath.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/io/NPath.getLastModifiedInstant:()Ljava/time/Instant;
NPath.getLocation ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getLocation:()Ljava/lang/String;
NPath.getLocationItem ( int p1 ) [abstract] : String
net/thevpc/nuts/io/NPath.getLocationItem:(I)Ljava/lang/String;
NPath.getLocationItems ( ) [abstract] : List<String>
net/thevpc/nuts/io/NPath.getLocationItems:()Ljava/util/List;
NPath.getLocationItemsCount ( ) [abstract] : int
net/thevpc/nuts/io/NPath.getLocationItemsCount:()I
NPath.getLongBaseName ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getLongBaseName:()Ljava/lang/String;
NPath.getLongExtension ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getLongExtension:()Ljava/lang/String;
NPath.getName ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getName:()Ljava/lang/String;
NPath.getOutputStream ( NPathOption... p1 ) [abstract] : OutputStream
net/thevpc/nuts/io/NPath.getOutputStream:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/OutputStream;
NPath.getParent ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.getParent:()Lnet/thevpc/nuts/io/NPath;
NPath.getPermissions ( ) [abstract] : Set<NPathPermission>
net/thevpc/nuts/io/NPath.getPermissions:()Ljava/util/Set;
NPath.getPrintStream ( ) [abstract] : PrintStream
net/thevpc/nuts/io/NPath.getPrintStream:()Ljava/io/PrintStream;
NPath.getPrintStream ( Charset p1, NPathOption... p2 ) [abstract] : PrintStream
net/thevpc/nuts/io/NPath.getPrintStream:(Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/PrintStream;
NPath.getPrintStream ( NPathOption... p1 ) [abstract] : PrintStream
net/thevpc/nuts/io/NPath.getPrintStream:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/PrintStream;
NPath.getProtocol ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getProtocol:()Ljava/lang/String;
NPath.getReader ( Charset p1, NPathOption... p2 ) [abstract] : Reader
net/thevpc/nuts/io/NPath.getReader:(Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/Reader;
NPath.getReader ( NPathOption... p1 ) [abstract] : Reader
net/thevpc/nuts/io/NPath.getReader:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/Reader;
NPath.getRoot ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.getRoot:()Lnet/thevpc/nuts/io/NPath;
NPath.getSmartBaseName ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getSmartBaseName:()Ljava/lang/String;
NPath.getSmartExtension ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getSmartExtension:()Ljava/lang/String;
NPath.getWriter ( ) [abstract] : Writer
net/thevpc/nuts/io/NPath.getWriter:()Ljava/io/Writer;
NPath.getWriter ( Charset p1, NPathOption... p2 ) [abstract] : Writer
net/thevpc/nuts/io/NPath.getWriter:(Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/Writer;
NPath.getWriter ( NPathOption... p1 ) [abstract] : Writer
net/thevpc/nuts/io/NPath.getWriter:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/Writer;
NPath.group ( ) [abstract] : String
net/thevpc/nuts/io/NPath.group:()Ljava/lang/String;
NPath.isAbsolute ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isAbsolute:()Z
NPath.isDeleteOnDispose ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isDeleteOnDispose:()Z
NPath.isDirectory ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isDirectory:()Z
NPath.isFile ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isFile:()Z
NPath.isHttp ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isHttp:()Z
NPath.isLocal ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isLocal:()Z
NPath.isName ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isName:()Z
NPath.isOther ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isOther:()Z
NPath.isRegularFile ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isRegularFile:()Z
NPath.isRemote ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isRemote:()Z
NPath.isRoot ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isRoot:()Z
NPath.isSymbolicLink ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isSymbolicLink:()Z
NPath.isURL ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isURL:()Z
NPath.isUserCache ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isUserCache:()Z
NPath.isUserTemporary ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isUserTemporary:()Z
NPath.list ( ) [abstract] : List<NPath>
net/thevpc/nuts/io/NPath.list:()Ljava/util/List;
NPath.mkdir ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.mkdir:()Lnet/thevpc/nuts/io/NPath;
NPath.mkdir ( boolean p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.mkdir:(Z)Lnet/thevpc/nuts/io/NPath;
NPath.mkdirs ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.mkdirs:()Lnet/thevpc/nuts/io/NPath;
NPath.mkParentDirs ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.mkParentDirs:()Lnet/thevpc/nuts/io/NPath;
NPath.moveTo ( NPath p1, NPathOption... p2 ) [abstract] : void
net/thevpc/nuts/io/NPath.moveTo:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)V
NPath.normalize ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.normalize:()Lnet/thevpc/nuts/io/NPath;
NPath.of ( File path, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.of:(Ljava/io/File;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.of ( NPathSPI path, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.of:(Lnet/thevpc/nuts/spi/NPathSPI;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.of ( Path path, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.of:(Ljava/nio/file/Path;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.of ( String path, ClassLoader classLoader, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.of:(Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.of ( String path, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.of:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.of ( URL path, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.of:(Ljava/net/URL;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempFile ( NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempFile:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempFile ( String name, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempFile:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempFolder ( NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempFolder:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempFolder ( String name, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempFolder:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempRepositoryFile ( NRepository repository, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempRepositoryFile:(Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempRepositoryFile ( String name, NRepository repository, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempRepositoryFile:(Ljava/lang/String;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempRepositoryFolder ( NRepository repository, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempRepositoryFolder:(Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempRepositoryFolder ( String name, NRepository repository, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempRepositoryFolder:(Ljava/lang/String;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofUserDirectory ( NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofUserDirectory:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofUserHome ( NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofUserHome:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.owner ( ) [abstract] : String
net/thevpc/nuts/io/NPath.owner:()Ljava/lang/String;
NPath.readBytes ( NPathOption... p1 ) [abstract] : byte[ ]
net/thevpc/nuts/io/NPath.readBytes:([Lnet/thevpc/nuts/io/NPathOption;)[B
NPath.readString ( Charset p1, NPathOption... p2 ) [abstract] : String
net/thevpc/nuts/io/NPath.readString:(Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/lang/String;
NPath.readString ( NPathOption... p1 ) [abstract] : String
net/thevpc/nuts/io/NPath.readString:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/lang/String;
NPath.removePermissions ( NPathPermission... p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.removePermissions:([Lnet/thevpc/nuts/io/NPathPermission;)Lnet/thevpc/nuts/io/NPath;
NPath.resolve ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.resolve:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPath.resolve ( String p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.resolve:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPath.resolveSibling ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.resolveSibling:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPath.resolveSibling ( String p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.resolveSibling:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPath.setDeleteOnDispose ( boolean p1 ) [abstract] : void
net/thevpc/nuts/io/NPath.setDeleteOnDispose:(Z)V
NPath.setPermissions ( NPathPermission... p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.setPermissions:([Lnet/thevpc/nuts/io/NPathPermission;)Lnet/thevpc/nuts/io/NPath;
NPath.setSession ( NSession p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.setUserCache ( boolean p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.setUserCache:(Z)Lnet/thevpc/nuts/io/NPath;
NPath.setUserTemporary ( boolean p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.setUserTemporary:(Z)Lnet/thevpc/nuts/io/NPath;
NPath.stream ( ) [abstract] : NStream<NPath>
net/thevpc/nuts/io/NPath.stream:()Lnet/thevpc/nuts/util/NStream;
NPath.subpath ( int p1, int p2 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.subpath:(II)Lnet/thevpc/nuts/io/NPath;
NPath.toAbsolute ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.toAbsolute:()Lnet/thevpc/nuts/io/NPath;
NPath.toAbsolute ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.toAbsolute:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPath.toAbsolute ( String p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.toAbsolute:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPath.toCompressedForm ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.toCompressedForm:()Lnet/thevpc/nuts/io/NPath;
NPath.toFile ( ) [abstract] : NOptional<File>
net/thevpc/nuts/io/NPath.toFile:()Lnet/thevpc/nuts/util/NOptional;
NPath.toPath ( ) [abstract] : NOptional<Path>
net/thevpc/nuts/io/NPath.toPath:()Lnet/thevpc/nuts/util/NOptional;
NPath.toRelative ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.toRelative:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPath.toString ( ) [abstract] : String
net/thevpc/nuts/io/NPath.toString:()Ljava/lang/String;
NPath.toURL ( ) [abstract] : NOptional<URL>
net/thevpc/nuts/io/NPath.toURL:()Lnet/thevpc/nuts/util/NOptional;
NPath.walk ( ) [abstract] : NStream<NPath>
net/thevpc/nuts/io/NPath.walk:()Lnet/thevpc/nuts/util/NStream;
NPath.walk ( int p1 ) [abstract] : NStream<NPath>
net/thevpc/nuts/io/NPath.walk:(I)Lnet/thevpc/nuts/util/NStream;
NPath.walk ( int p1, NPathOption[ ] p2 ) [abstract] : NStream<NPath>
net/thevpc/nuts/io/NPath.walk:(I[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/util/NStream;
NPath.walk ( NPathOption... p1 ) [abstract] : NStream<NPath>
net/thevpc/nuts/io/NPath.walk:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/util/NStream;
NPath.walkDfs ( NTreeVisitor<NPath> p1, int p2, NPathOption... p3 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.walkDfs:(Lnet/thevpc/nuts/format/NTreeVisitor;I[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NPath;
NPath.walkDfs ( NTreeVisitor<NPath> p1, NPathOption... p2 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.walkDfs:(Lnet/thevpc/nuts/format/NTreeVisitor;[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NPath;
NPath.walkGlob ( NPathOption... p1 ) [abstract] : NStream<NPath>
net/thevpc/nuts/io/NPath.walkGlob:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/util/NStream;
NPath.writeBytes ( byte[ ] p1, NPathOption... p2 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.writeBytes:([B[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NPath;
NPath.writeString ( String p1, Charset p2, NPathOption... p3 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.writeString:(Ljava/lang/String;Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NPath;
NPath.writeString ( String p1, NPathOption... p2 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.writeString:(Ljava/lang/String;[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NPath;
nuts-0.8.4.jar,
NPathFactorySPI.class
package net.thevpc.nuts.spi
NPathFactorySPI.createPath ( String p1, NSession p2, ClassLoader p3 ) [abstract] : NCallableSupport<NPathSPI>
net/thevpc/nuts/spi/NPathFactorySPI.createPath:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NCallableSupport;
nuts-0.8.4.jar,
NPathOption.class
package net.thevpc.nuts.io
NPathOption.id ( ) : String
net/thevpc/nuts/io/NPathOption.id:()Ljava/lang/String;
NPathOption.parse ( String value ) [static] : NOptional<NPathOption>
net/thevpc/nuts/io/NPathOption.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NPathOption.valueOf ( String name ) [static] : NPathOption
net/thevpc/nuts/io/NPathOption.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPathOption;
NPathOption.values ( ) [static] : NPathOption[ ]
net/thevpc/nuts/io/NPathOption.values:()[Lnet/thevpc/nuts/io/NPathOption;
nuts-0.8.4.jar,
NPathPermission.class
package net.thevpc.nuts.io
NPathPermission.id ( ) : String
net/thevpc/nuts/io/NPathPermission.id:()Ljava/lang/String;
NPathPermission.parse ( String value ) [static] : NOptional<NPathPermission>
net/thevpc/nuts/io/NPathPermission.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NPathPermission.valueOf ( String name ) [static] : NPathPermission
net/thevpc/nuts/io/NPathPermission.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPathPermission;
NPathPermission.values ( ) [static] : NPathPermission[ ]
net/thevpc/nuts/io/NPathPermission.values:()[Lnet/thevpc/nuts/io/NPathPermission;
nuts-0.8.4.jar,
NPaths.class
package net.thevpc.nuts.io
NPaths.addPathFactory ( NPathFactorySPI p1 ) [abstract] : NPaths
net/thevpc/nuts/io/NPaths.addPathFactory:(Lnet/thevpc/nuts/spi/NPathFactorySPI;)Lnet/thevpc/nuts/io/NPaths;
NPaths.createPath ( File p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.createPath:(Ljava/io/File;)Lnet/thevpc/nuts/io/NPath;
NPaths.createPath ( NPathSPI p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.createPath:(Lnet/thevpc/nuts/spi/NPathSPI;)Lnet/thevpc/nuts/io/NPath;
NPaths.createPath ( Path p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.createPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NPath;
NPaths.createPath ( String p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.createPath:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPaths.createPath ( String p1, ClassLoader p2 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.createPath:(Ljava/lang/String;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/io/NPath;
NPaths.createPath ( URL p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.createPath:(Ljava/net/URL;)Lnet/thevpc/nuts/io/NPath;
NPaths.of ( NSession session ) [static] : NPaths
net/thevpc/nuts/io/NPaths.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPaths;
NPaths.ofTempFile ( ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempFile:()Lnet/thevpc/nuts/io/NPath;
NPaths.ofTempFile ( String p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempFile:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPaths.ofTempFolder ( ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempFolder:()Lnet/thevpc/nuts/io/NPath;
NPaths.ofTempFolder ( String p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempFolder:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPaths.ofTempRepositoryFile ( NRepository p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempRepositoryFile:(Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/io/NPath;
NPaths.ofTempRepositoryFile ( String p1, NRepository p2 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempRepositoryFile:(Ljava/lang/String;Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/io/NPath;
NPaths.ofTempRepositoryFolder ( NRepository p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempRepositoryFolder:(Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/io/NPath;
NPaths.ofTempRepositoryFolder ( String p1, NRepository p2 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempRepositoryFolder:(Ljava/lang/String;Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/io/NPath;
NPaths.removePathFactory ( NPathFactorySPI p1 ) [abstract] : NPaths
net/thevpc/nuts/io/NPaths.removePathFactory:(Lnet/thevpc/nuts/spi/NPathFactorySPI;)Lnet/thevpc/nuts/io/NPaths;
nuts-0.8.4.jar,
NPathSPI.class
package net.thevpc.nuts.spi
NPathSPI.addPermissions ( NPath p1, NPathPermission... p2 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.addPermissions:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathPermission;)V
NPathSPI.copyTo ( NPath p1, NPath p2, NPathOption... p3 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.copyTo:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)V
NPathSPI.delete ( NPath p1, boolean p2 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.delete:(Lnet/thevpc/nuts/io/NPath;Z)V
NPathSPI.exists ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.exists:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.formatter ( NPath p1 ) [abstract] : NFormatSPI
net/thevpc/nuts/spi/NPathSPI.formatter:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/spi/NFormatSPI;
NPathSPI.getCharset ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.getCharset:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.getContentEncoding ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.getContentEncoding:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.getContentLength ( NPath p1 ) [abstract] : long
net/thevpc/nuts/spi/NPathSPI.getContentLength:(Lnet/thevpc/nuts/io/NPath;)J
NPathSPI.getContentType ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.getContentType:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.getCreationInstant ( NPath p1 ) [abstract] : Instant
net/thevpc/nuts/spi/NPathSPI.getCreationInstant:(Lnet/thevpc/nuts/io/NPath;)Ljava/time/Instant;
NPathSPI.getDigest ( NPath p1, String p2 ) [abstract] : byte[ ]
net/thevpc/nuts/spi/NPathSPI.getDigest:(Lnet/thevpc/nuts/io/NPath;Ljava/lang/String;)[B
NPathSPI.getInputStream ( NPath p1, NPathOption... p2 ) [abstract] : InputStream
net/thevpc/nuts/spi/NPathSPI.getInputStream:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/InputStream;
NPathSPI.getLastAccessInstant ( NPath p1 ) [abstract] : Instant
net/thevpc/nuts/spi/NPathSPI.getLastAccessInstant:(Lnet/thevpc/nuts/io/NPath;)Ljava/time/Instant;
NPathSPI.getLastModifiedInstant ( NPath p1 ) [abstract] : Instant
net/thevpc/nuts/spi/NPathSPI.getLastModifiedInstant:(Lnet/thevpc/nuts/io/NPath;)Ljava/time/Instant;
NPathSPI.getLocation ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.getLocation:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.getLocationItems ( NPath p1 ) [abstract] : List<String>
net/thevpc/nuts/spi/NPathSPI.getLocationItems:(Lnet/thevpc/nuts/io/NPath;)Ljava/util/List;
NPathSPI.getLocationItemsCount ( NPath p1 ) [abstract] : int
net/thevpc/nuts/spi/NPathSPI.getLocationItemsCount:(Lnet/thevpc/nuts/io/NPath;)I
NPathSPI.getName ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.getName:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.getOutputStream ( NPath p1, NPathOption... p2 ) [abstract] : OutputStream
net/thevpc/nuts/spi/NPathSPI.getOutputStream:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/OutputStream;
NPathSPI.getParent ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.getParent:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.getPermissions ( NPath p1 ) [abstract] : Set<NPathPermission>
net/thevpc/nuts/spi/NPathSPI.getPermissions:(Lnet/thevpc/nuts/io/NPath;)Ljava/util/Set;
NPathSPI.getProtocol ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.getProtocol:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.getRoot ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.getRoot:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.group ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.group:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.isAbsolute ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isAbsolute:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.isDirectory ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isDirectory:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.isLocal ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isLocal:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.isName ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isName:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.isOther ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isOther:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.isRegularFile ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isRegularFile:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.isRoot ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isRoot:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.isSymbolicLink ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isSymbolicLink:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.list ( NPath p1 ) [abstract] : NStream<NPath>
net/thevpc/nuts/spi/NPathSPI.list:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/util/NStream;
NPathSPI.mkdir ( boolean p1, NPath p2 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.mkdir:(ZLnet/thevpc/nuts/io/NPath;)V
NPathSPI.moveTo ( NPath p1, NPath p2, NPathOption... p3 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.moveTo:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)V
NPathSPI.normalize ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.normalize:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.owner ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.owner:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.removePermissions ( NPath p1, NPathPermission... p2 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.removePermissions:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathPermission;)V
NPathSPI.resolve ( NPath p1, NPath p2 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.resolve:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.resolve ( NPath p1, String p2 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.resolve:(Lnet/thevpc/nuts/io/NPath;Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.resolveSibling ( NPath p1, NPath p2 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.resolveSibling:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.resolveSibling ( NPath p1, String p2 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.resolveSibling:(Lnet/thevpc/nuts/io/NPath;Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.setPermissions ( NPath p1, NPathPermission... p2 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.setPermissions:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathPermission;)V
NPathSPI.subpath ( NPath p1, int p2, int p3 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.subpath:(Lnet/thevpc/nuts/io/NPath;II)Lnet/thevpc/nuts/io/NPath;
NPathSPI.toAbsolute ( NPath p1, NPath p2 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.toAbsolute:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.toCompressedForm ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.toCompressedForm:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.toPath ( NPath p1 ) [abstract] : NOptional<Path>
net/thevpc/nuts/spi/NPathSPI.toPath:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/util/NOptional;
NPathSPI.toRelativePath ( NPath p1, NPath p2 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.toRelativePath:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.toString ( ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.toString:()Ljava/lang/String;
NPathSPI.toURL ( NPath p1 ) [abstract] : NOptional<URL>
net/thevpc/nuts/spi/NPathSPI.toURL:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/util/NOptional;
NPathSPI.walk ( NPath p1, int p2, NPathOption[ ] p3 ) [abstract] : NStream<NPath>
net/thevpc/nuts/spi/NPathSPI.walk:(Lnet/thevpc/nuts/io/NPath;I[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/util/NStream;
NPathSPI.walkDfs ( NPath p1, NTreeVisitor<NPath> p2, int p3, NPathOption... p4 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.walkDfs:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/format/NTreeVisitor;I[Lnet/thevpc/nuts/io/NPathOption;)V
nuts-0.8.4.jar,
NPlainPrintStream.class
package net.thevpc.nuts.io
NPlainPrintStream.asOutputStream ( ) : OutputStream
net/thevpc/nuts/io/NPlainPrintStream.asOutputStream:()Ljava/io/OutputStream;
NPlainPrintStream.asPrintStream ( ) : PrintStream
net/thevpc/nuts/io/NPlainPrintStream.asPrintStream:()Ljava/io/PrintStream;
NPlainPrintStream.asWriter ( ) : Writer
net/thevpc/nuts/io/NPlainPrintStream.asWriter:()Ljava/io/Writer;
NPlainPrintStream.close ( ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.close:()Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.flush ( ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.flush:()Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.formatter ( NSession session ) : NFormat
net/thevpc/nuts/io/NPlainPrintStream.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NPlainPrintStream.getMetaData ( ) : NContentMetadata
net/thevpc/nuts/io/NPlainPrintStream.getMetaData:()Lnet/thevpc/nuts/io/NContentMetadata;
NPlainPrintStream.getOutputStream ( ) : OutputStream
net/thevpc/nuts/io/NPlainPrintStream.getOutputStream:()Ljava/io/OutputStream;
NPlainPrintStream.getSession ( ) : NSession
net/thevpc/nuts/io/NPlainPrintStream.getSession:()Lnet/thevpc/nuts/NSession;
NPlainPrintStream.getTerminal ( ) : NSystemTerminalBase
net/thevpc/nuts/io/NPlainPrintStream.getTerminal:()Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NPlainPrintStream.getTerminalMode ( ) : NTerminalMode
net/thevpc/nuts/io/NPlainPrintStream.getTerminalMode:()Lnet/thevpc/nuts/io/NTerminalMode;
NPlainPrintStream.isAutoFlash ( ) : boolean
net/thevpc/nuts/io/NPlainPrintStream.isAutoFlash:()Z
NPlainPrintStream.isNtf ( ) : boolean
net/thevpc/nuts/io/NPlainPrintStream.isNtf:()Z
NPlainPrintStream.NPlainPrintStream ( )
net/thevpc/nuts/io/NPlainPrintStream."<init>":()V
NPlainPrintStream.print ( Boolean b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( boolean b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Z)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( byte[ ] b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:([B)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( byte[ ] buf, int off, int len ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:([BII)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( char c ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(C)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( char[ ] buf, int off, int len ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:([CII)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( char[ ] s ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:([C)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( CharSequence csq ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/CharSequence;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( CharSequence csq, int start, int end ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/CharSequence;II)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( Date b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/util/Date;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( double d ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(D)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( float f ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(F)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( int i ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(I)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( long l ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(J)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( NMsg b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( NString b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Lnet/thevpc/nuts/text/NString;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( Number b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/Number;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( Object obj ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/Object;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( Object text, NTextStyle style ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( Object text, NTextStyles styles ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( String s ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( Temporal b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/time/temporal/Temporal;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:()Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( boolean x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Z)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( char x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(C)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( char[ ] x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:([C)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( Date b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Ljava/util/Date;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( double x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(D)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( float x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(F)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( int x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(I)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( long x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(J)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( NMsg b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( NString b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Lnet/thevpc/nuts/text/NString;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( Number b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Ljava/lang/Number;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( Object x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Ljava/lang/Object;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( String x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( Temporal b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Ljava/time/temporal/Temporal;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.printNull ( ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.printNull:()Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.resetLine ( ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.resetLine:()Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.run ( NTerminalCmd command, NSession session ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.run:(Lnet/thevpc/nuts/text/NTerminalCmd;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.setSession ( NSession session ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.setTerminalMode ( NTerminalMode other ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.setTerminalMode:(Lnet/thevpc/nuts/io/NTerminalMode;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.toString ( ) : String
net/thevpc/nuts/io/NPlainPrintStream.toString:()Ljava/lang/String;
NPlainPrintStream.write ( byte[ ] buf, int off, int len ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.write:([BII)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.write ( char[ ] buf, int off, int len ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.write:([CII)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.write ( int b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.write:(I)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.writeRaw ( byte[ ] buf, int off, int len ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.writeRaw:([BII)Lnet/thevpc/nuts/io/NPrintStream;
nuts-0.8.4.jar,
NPlatformFamily.class
package net.thevpc.nuts.env
NPlatformFamily.id ( ) : String
net/thevpc/nuts/env/NPlatformFamily.id:()Ljava/lang/String;
NPlatformFamily.parse ( String value ) [static] : NOptional<NPlatformFamily>
net/thevpc/nuts/env/NPlatformFamily.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NPlatformFamily.valueOf ( String name ) [static] : NPlatformFamily
net/thevpc/nuts/env/NPlatformFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NPlatformFamily;
NPlatformFamily.values ( ) [static] : NPlatformFamily[ ]
net/thevpc/nuts/env/NPlatformFamily.values:()[Lnet/thevpc/nuts/env/NPlatformFamily;
nuts-0.8.4.jar,
NPlatformHome.class
package net.thevpc.nuts.util
NPlatformHome.buildLocations ( NStoreStrategy storeStrategy, Map<NStoreType,String> baseLocations, Map<NHomeLocation,String> homeLocations, String workspaceLocation, NSession session ) : Map<NStoreType,String>
net/thevpc/nuts/util/NPlatformHome.buildLocations:(Lnet/thevpc/nuts/NStoreStrategy;Ljava/util/Map;Ljava/util/Map;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Ljava/util/Map;
NPlatformHome.getCustomPlatformHomeFolder ( NStoreType location, Map<NHomeLocation,String> homeLocations ) : String
net/thevpc/nuts/util/NPlatformHome.getCustomPlatformHomeFolder:(Lnet/thevpc/nuts/NStoreType;Ljava/util/Map;)Ljava/lang/String;
NPlatformHome.getHome ( ) : String
net/thevpc/nuts/util/NPlatformHome.getHome:()Ljava/lang/String;
NPlatformHome.getStore ( NStoreType location ) : String
net/thevpc/nuts/util/NPlatformHome.getStore:(Lnet/thevpc/nuts/NStoreType;)Ljava/lang/String;
NPlatformHome.getWindowsProgramFiles ( ) : String
net/thevpc/nuts/util/NPlatformHome.getWindowsProgramFiles:()Ljava/lang/String;
NPlatformHome.getWindowsProgramFilesX86 ( ) : String
net/thevpc/nuts/util/NPlatformHome.getWindowsProgramFilesX86:()Ljava/lang/String;
NPlatformHome.getWindowsSystemDrive ( ) : String
net/thevpc/nuts/util/NPlatformHome.getWindowsSystemDrive:()Ljava/lang/String;
NPlatformHome.getWindowsSystemRoot ( ) : String
net/thevpc/nuts/util/NPlatformHome.getWindowsSystemRoot:()Ljava/lang/String;
NPlatformHome.getWorkspaceLocation ( NStoreType location, Map<NHomeLocation,String> homeLocations, String workspaceName ) : String
net/thevpc/nuts/util/NPlatformHome.getWorkspaceLocation:(Lnet/thevpc/nuts/NStoreType;Ljava/util/Map;Ljava/lang/String;)Ljava/lang/String;
NPlatformHome.getWorkspaceLocation ( String workspaceName ) : String
net/thevpc/nuts/util/NPlatformHome.getWorkspaceLocation:(Ljava/lang/String;)Ljava/lang/String;
NPlatformHome.getWorkspaceStore ( NStoreType location, String workspaceName ) : String
net/thevpc/nuts/util/NPlatformHome.getWorkspaceStore:(Lnet/thevpc/nuts/NStoreType;Ljava/lang/String;)Ljava/lang/String;
NPlatformHome.NPlatformHome ( NOsFamily platformOsFamily, boolean system, Function<String,String> env, Function<String,String> props )
net/thevpc/nuts/util/NPlatformHome."<init>":(Lnet/thevpc/nuts/env/NOsFamily;ZLjava/util/function/Function;Ljava/util/function/Function;)V
NPlatformHome.of ( NOsFamily platformOsFamily ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.of:(Lnet/thevpc/nuts/env/NOsFamily;)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.of ( NOsFamily platformOsFamily, boolean system ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.of:(Lnet/thevpc/nuts/env/NOsFamily;Z)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.of ( NOsFamily platformOsFamily, Function<String,String> env, Function<String,String> props ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.of:(Lnet/thevpc/nuts/env/NOsFamily;Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.ofPortable ( NOsFamily platformOsFamily, boolean system, Function<String,String> env, Function<String,String> props ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.ofPortable:(Lnet/thevpc/nuts/env/NOsFamily;ZLjava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.ofPortable ( NOsFamily platformOsFamily, boolean system, String userName ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.ofPortable:(Lnet/thevpc/nuts/env/NOsFamily;ZLjava/lang/String;)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.ofPortable ( NOsFamily platformOsFamily, String userName ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.ofPortable:(Lnet/thevpc/nuts/env/NOsFamily;Ljava/lang/String;)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.ofPortableSystem ( NOsFamily platformOsFamily, String userName ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.ofPortableSystem:(Lnet/thevpc/nuts/env/NOsFamily;Ljava/lang/String;)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.ofSystem ( NOsFamily platformOsFamily ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.ofSystem:(Lnet/thevpc/nuts/env/NOsFamily;)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.ofSystem ( NOsFamily platformOsFamily, Function<String,String> env, Function<String,String> props ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.ofSystem:(Lnet/thevpc/nuts/env/NOsFamily;Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NPlatformHome;
nuts-0.8.4.jar,
NPlatformLocation.class
package net.thevpc.nuts
NPlatformLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NPlatformLocation.equals:(Ljava/lang/Object;)Z
NPlatformLocation.getId ( ) : NId
net/thevpc/nuts/NPlatformLocation.getId:()Lnet/thevpc/nuts/NId;
NPlatformLocation.getName ( ) : String
net/thevpc/nuts/NPlatformLocation.getName:()Ljava/lang/String;
NPlatformLocation.getPackaging ( ) : String
net/thevpc/nuts/NPlatformLocation.getPackaging:()Ljava/lang/String;
NPlatformLocation.getPath ( ) : String
net/thevpc/nuts/NPlatformLocation.getPath:()Ljava/lang/String;
NPlatformLocation.getPlatformType ( ) : NPlatformFamily
net/thevpc/nuts/NPlatformLocation.getPlatformType:()Lnet/thevpc/nuts/env/NPlatformFamily;
NPlatformLocation.getPriority ( ) : int
net/thevpc/nuts/NPlatformLocation.getPriority:()I
NPlatformLocation.getProduct ( ) : String
net/thevpc/nuts/NPlatformLocation.getProduct:()Ljava/lang/String;
NPlatformLocation.getVersion ( ) : String
net/thevpc/nuts/NPlatformLocation.getVersion:()Ljava/lang/String;
NPlatformLocation.hashCode ( ) : int
net/thevpc/nuts/NPlatformLocation.hashCode:()I
NPlatformLocation.NPlatformLocation ( NId id, String product, String name, String path, String version, String packaging, int priority )
net/thevpc/nuts/NPlatformLocation."<init>":(Lnet/thevpc/nuts/NId;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
NPlatformLocation.setPriority ( int priority ) : NPlatformLocation
net/thevpc/nuts/NPlatformLocation.setPriority:(I)Lnet/thevpc/nuts/NPlatformLocation;
NPlatformLocation.toString ( ) : String
net/thevpc/nuts/NPlatformLocation.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NPlatforms.class
package net.thevpc.nuts
NPlatforms.addDefaultPlatform ( NPlatformFamily p1 ) [abstract] : void
net/thevpc/nuts/NPlatforms.addDefaultPlatform:(Lnet/thevpc/nuts/env/NPlatformFamily;)V
NPlatforms.addDefaultPlatforms ( NPlatformFamily p1 ) [abstract] : void
net/thevpc/nuts/NPlatforms.addDefaultPlatforms:(Lnet/thevpc/nuts/env/NPlatformFamily;)V
NPlatforms.addPlatform ( NPlatformLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NPlatforms.addPlatform:(Lnet/thevpc/nuts/NPlatformLocation;)Z
NPlatforms.findPlatform ( NPlatformFamily p1, Predicate<NPlatformLocation> p2 ) [abstract] : NOptional<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatform:(Lnet/thevpc/nuts/env/NPlatformFamily;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NOptional;
NPlatforms.findPlatform ( NPlatformLocation p1 ) [abstract] : NOptional<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatform:(Lnet/thevpc/nuts/NPlatformLocation;)Lnet/thevpc/nuts/util/NOptional;
NPlatforms.findPlatformByName ( NPlatformFamily p1, String p2 ) [abstract] : NOptional<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatformByName:(Lnet/thevpc/nuts/env/NPlatformFamily;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NPlatforms.findPlatformByPath ( NPlatformFamily p1, NPath p2 ) [abstract] : NOptional<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatformByPath:(Lnet/thevpc/nuts/env/NPlatformFamily;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/util/NOptional;
NPlatforms.findPlatformByVersion ( NPlatformFamily p1, NVersionFilter p2 ) [abstract] : NOptional<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatformByVersion:(Lnet/thevpc/nuts/env/NPlatformFamily;Lnet/thevpc/nuts/NVersionFilter;)Lnet/thevpc/nuts/util/NOptional;
NPlatforms.findPlatformByVersion ( NPlatformFamily p1, String p2 ) [abstract] : NOptional<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatformByVersion:(Lnet/thevpc/nuts/env/NPlatformFamily;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NPlatforms.findPlatforms ( ) [abstract] : NStream<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatforms:()Lnet/thevpc/nuts/util/NStream;
NPlatforms.findPlatforms ( NPlatformFamily p1 ) [abstract] : NStream<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatforms:(Lnet/thevpc/nuts/env/NPlatformFamily;)Lnet/thevpc/nuts/util/NStream;
NPlatforms.findPlatforms ( NPlatformFamily p1, Predicate<NPlatformLocation> p2 ) [abstract] : NStream<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatforms:(Lnet/thevpc/nuts/env/NPlatformFamily;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NStream;
NPlatforms.of ( NSession session ) [static] : NPlatforms
net/thevpc/nuts/NPlatforms.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPlatforms;
NPlatforms.removePlatform ( NPlatformLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NPlatforms.removePlatform:(Lnet/thevpc/nuts/NPlatformLocation;)Z
NPlatforms.resolvePlatform ( NPlatformFamily p1, NPath p2, String p3 ) [abstract] : NOptional<NPlatformLocation>
net/thevpc/nuts/NPlatforms.resolvePlatform:(Lnet/thevpc/nuts/env/NPlatformFamily;Lnet/thevpc/nuts/io/NPath;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NPlatforms.searchSystemPlatforms ( NPlatformFamily p1 ) [abstract] : NStream<NPlatformLocation>
net/thevpc/nuts/NPlatforms.searchSystemPlatforms:(Lnet/thevpc/nuts/env/NPlatformFamily;)Lnet/thevpc/nuts/util/NStream;
NPlatforms.searchSystemPlatforms ( NPlatformFamily p1, NPath p2 ) [abstract] : NStream<NPlatformLocation>
net/thevpc/nuts/NPlatforms.searchSystemPlatforms:(Lnet/thevpc/nuts/env/NPlatformFamily;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/util/NStream;
NPlatforms.setSession ( NSession p1 ) [abstract] : NPlatforms
net/thevpc/nuts/NPlatforms.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPlatforms;
NPlatforms.updatePlatform ( NPlatformLocation p1, NPlatformLocation p2 ) [abstract] : boolean
net/thevpc/nuts/NPlatforms.updatePlatform:(Lnet/thevpc/nuts/NPlatformLocation;Lnet/thevpc/nuts/NPlatformLocation;)Z
nuts-0.8.4.jar,
NPositionType.class
package net.thevpc.nuts.format
NPositionType.id ( ) : String
net/thevpc/nuts/format/NPositionType.id:()Ljava/lang/String;
NPositionType.parse ( String value ) [static] : NOptional<NPositionType>
net/thevpc/nuts/format/NPositionType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NPositionType.valueOf ( String name ) [static] : NPositionType
net/thevpc/nuts/format/NPositionType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NPositionType;
NPositionType.values ( ) [static] : NPositionType[ ]
net/thevpc/nuts/format/NPositionType.values:()[Lnet/thevpc/nuts/format/NPositionType;
nuts-0.8.4.jar,
NPredicate.class
package net.thevpc.nuts.util
NPredicate<T>.and ( Predicate p1 ) : Predicate
net/thevpc/nuts/util/NPredicate.and:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
NPredicate<T>.and ( Predicate<? super T> p1 ) [abstract] : NPredicate<T>
net/thevpc/nuts/util/NPredicate.and:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NPredicate;
NPredicate<T>.negate ( ) : Predicate
net/thevpc/nuts/util/NPredicate.negate:()Ljava/util/function/Predicate;
NPredicate<T>.negate ( ) [abstract] : NPredicate<T>
net/thevpc/nuts/util/NPredicate.negate:()Lnet/thevpc/nuts/util/NPredicate;
NPredicate<T>.of ( Predicate<T> o ) [static] : NPredicate<T>
net/thevpc/nuts/util/NPredicate.of:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NPredicate;
NPredicate<T>.or ( Predicate p1 ) : Predicate
net/thevpc/nuts/util/NPredicate.or:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
NPredicate<T>.or ( Predicate<? super T> p1 ) [abstract] : NPredicate<T>
net/thevpc/nuts/util/NPredicate.or:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NPredicate;
nuts-0.8.4.jar,
NPredicateBase.class
package net.thevpc.nuts.spi.base
NPredicateBase<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/spi/base/NPredicateBase.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NPredicateBase<T>.NPredicateBase<T> ( Predicate<T> base )
net/thevpc/nuts/spi/base/NPredicateBase."<init>":(Ljava/util/function/Predicate;)V
NPredicateBase<T>.test ( T t ) : boolean
net/thevpc/nuts/spi/base/NPredicateBase.test:(Ljava/lang/Object;)Z
NPredicateBase<T>.toString ( ) : String
net/thevpc/nuts/spi/base/NPredicateBase.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NPredicateDelegate.class
package net.thevpc.nuts.spi.base
NPredicateDelegate<T>.basePredicate ( ) [abstract] : NPredicate<T>
net/thevpc/nuts/spi/base/NPredicateDelegate.basePredicate:()Lnet/thevpc/nuts/util/NPredicate;
NPredicateDelegate<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/spi/base/NPredicateDelegate.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NPredicateDelegate<T>.NPredicateDelegate<T> ( )
net/thevpc/nuts/spi/base/NPredicateDelegate."<init>":()V
NPredicateDelegate<T>.test ( T t ) : boolean
net/thevpc/nuts/spi/base/NPredicateDelegate.test:(Ljava/lang/Object;)Z
NPredicateDelegate<T>.withDesc ( NEDesc description ) : NPredicate<T>
net/thevpc/nuts/spi/base/NPredicateDelegate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NPredicate;
NPredicateDelegate<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/spi/base/NPredicateDelegate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NPredicates.class
package net.thevpc.nuts.util
NPredicates.always ( ) [static] : NPredicate<T>
net/thevpc/nuts/util/NPredicates.always:()Lnet/thevpc/nuts/util/NPredicate;
NPredicates.blank ( ) [static] : NPredicate<String>
net/thevpc/nuts/util/NPredicates.blank:()Lnet/thevpc/nuts/util/NPredicate;
NPredicates.isNull ( ) [static] : NPredicate<T>
net/thevpc/nuts/util/NPredicates.isNull:()Lnet/thevpc/nuts/util/NPredicate;
NPredicates.never ( ) [static] : NPredicate<T>
net/thevpc/nuts/util/NPredicates.never:()Lnet/thevpc/nuts/util/NPredicate;
NPredicates.nonNull ( ) [static] : Predicate<T>
net/thevpc/nuts/util/NPredicates.nonNull:()Ljava/util/function/Predicate;
NPredicates.NPredicates ( )
net/thevpc/nuts/util/NPredicates."<init>":()V
nuts-0.8.4.jar,
NPredicateWithDescription.class
package net.thevpc.nuts.reserved.util
NPredicateWithDescription<T>.basePredicate ( ) : NPredicate<T>
net/thevpc/nuts/reserved/util/NPredicateWithDescription.basePredicate:()Lnet/thevpc/nuts/util/NPredicate;
NPredicateWithDescription<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NPredicateWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NPredicateWithDescription<T>.NPredicateWithDescription<T> ( NPredicate<T> base, NEDesc description )
net/thevpc/nuts/reserved/util/NPredicateWithDescription."<init>":(Lnet/thevpc/nuts/util/NPredicate;Lnet/thevpc/nuts/elem/NEDesc;)V
NPredicateWithDescription<T>.withDesc ( NEDesc description ) : NPredicate<T>
net/thevpc/nuts/reserved/util/NPredicateWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NPredicate;
NPredicateWithDescription<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NPredicateWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NPrepareCmd.class
package net.thevpc.nuts
NPrepareCmd.addIds ( List<NId> p1 ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.addIds:(Ljava/util/List;)Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.configure ( boolean p1, String... p2 ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NPrepareCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NPrepareCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NPrepareCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NPrepareCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NPrepareCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NPrepareCmd.copySession ( ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.copySession:()Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.of ( NSession session ) [static] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NPrepareCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NPrepareCmd.run ( ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.run:()Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.setIds ( List<NId> p1 ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.setIds:(Ljava/util/List;)Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NPrepareCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NPrepareCmd.setSession ( NSession p1 ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.setTargetServer ( String p1 ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.setTargetServer:(Ljava/lang/String;)Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.setUserName ( String p1 ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.setUserName:(Ljava/lang/String;)Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.setVersion ( String p1 ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.setVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NPrepareCmd;
nuts-0.8.4.jar,
NPrintStream.class
package net.thevpc.nuts.io
NPrintStream.asOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/io/NPrintStream.asOutputStream:()Ljava/io/OutputStream;
NPrintStream.asPrintStream ( ) [abstract] : PrintStream
net/thevpc/nuts/io/NPrintStream.asPrintStream:()Ljava/io/PrintStream;
NPrintStream.asWriter ( ) [abstract] : Writer
net/thevpc/nuts/io/NPrintStream.asWriter:()Ljava/io/Writer;
NPrintStream.close ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.close:()Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.flush ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.flush:()Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.getTerminal ( ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/io/NPrintStream.getTerminal:()Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NPrintStream.getTerminalMode ( ) [abstract] : NTerminalMode
net/thevpc/nuts/io/NPrintStream.getTerminalMode:()Lnet/thevpc/nuts/io/NTerminalMode;
NPrintStream.isAutoFlash ( ) [abstract] : boolean
net/thevpc/nuts/io/NPrintStream.isAutoFlash:()Z
NPrintStream.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/io/NPrintStream.isNtf:()Z
NPrintStream.of ( NPath path, NSession session ) [static] : NPrintStream
net/thevpc/nuts/io/NPrintStream.of:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.of ( OutputStream out, NSession session ) [static] : NPrintStream
net/thevpc/nuts/io/NPrintStream.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.of ( OutputStream out, NTerminalMode mode, NSession session ) [static] : NPrintStream
net/thevpc/nuts/io/NPrintStream.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/io/NTerminalMode;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.of ( OutputStream out, NTerminalMode mode, NSystemTerminalBase terminal, NSession session ) [static] : NPrintStream
net/thevpc/nuts/io/NPrintStream.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/io/NTerminalMode;Lnet/thevpc/nuts/spi/NSystemTerminalBase;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.of ( Writer out, NSession session ) [static] : NPrintStream
net/thevpc/nuts/io/NPrintStream.of:(Ljava/io/Writer;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.ofMem ( NSession session ) [static] : NMemoryPrintStream
net/thevpc/nuts/io/NPrintStream.ofMem:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NMemoryPrintStream;
NPrintStream.ofMem ( NTerminalMode mode, NSession session ) [static] : NMemoryPrintStream
net/thevpc/nuts/io/NPrintStream.ofMem:(Lnet/thevpc/nuts/io/NTerminalMode;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NMemoryPrintStream;
NPrintStream.ofNull ( NSession session ) [static] : NPrintStream
net/thevpc/nuts/io/NPrintStream.ofNull:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( Boolean p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( boolean p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Z)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( byte[ ] p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:([B)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( byte[ ] p1, int p2, int p3 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:([BII)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( char p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(C)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( char[ ] p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:([C)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( char[ ] p1, int p2, int p3 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:([CII)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( CharSequence p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/CharSequence;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( CharSequence p1, int p2, int p3 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/CharSequence;II)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( Date p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/util/Date;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( double p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(D)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( float p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(F)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( int p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(I)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( long p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(J)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( NMsg p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( NString p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Lnet/thevpc/nuts/text/NString;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( Number p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/Number;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( Object p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/Object;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( Object p1, NTextStyle p2 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( Object p1, NTextStyles p2 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( String p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( Temporal p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/time/temporal/Temporal;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:()Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( boolean p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Z)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( char p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(C)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( char[ ] p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:([C)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( Date p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Ljava/util/Date;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( double p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(D)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( float p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(F)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( int p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(I)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( long p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(J)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( NMsg p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( NString p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Lnet/thevpc/nuts/text/NString;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( Number p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Ljava/lang/Number;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( Object p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Ljava/lang/Object;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( String p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( Temporal p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Ljava/time/temporal/Temporal;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.resetLine ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.resetLine:()Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.run ( NTerminalCmd p1, NSession p2 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.run:(Lnet/thevpc/nuts/text/NTerminalCmd;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.setSession ( NSession p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.setTerminalMode ( NTerminalMode p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.setTerminalMode:(Lnet/thevpc/nuts/io/NTerminalMode;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.write ( byte[ ] p1, int p2, int p3 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.write:([BII)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.write ( char[ ] p1, int p2, int p3 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.write:([CII)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.write ( int p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.write:(I)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.writeRaw ( byte[ ] p1, int p2, int p3 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.writeRaw:([BII)Lnet/thevpc/nuts/io/NPrintStream;
nuts-0.8.4.jar,
NPrintStreamAdapter.class
package net.thevpc.nuts.io
NPrintStreamAdapter.getBasePrintStream ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStreamAdapter.getBasePrintStream:()Lnet/thevpc/nuts/io/NPrintStream;
nuts-0.8.4.jar,
NProgressEvent.class
package net.thevpc.nuts.time
NProgressEvent.getCurrentCount ( ) [abstract] : long
net/thevpc/nuts/time/NProgressEvent.getCurrentCount:()J
NProgressEvent.getDuration ( ) [abstract] : NDuration
net/thevpc/nuts/time/NProgressEvent.getDuration:()Lnet/thevpc/nuts/time/NDuration;
NProgressEvent.getError ( ) [abstract] : Throwable
net/thevpc/nuts/time/NProgressEvent.getError:()Ljava/lang/Throwable;
NProgressEvent.getMaxValue ( ) [abstract] : long
net/thevpc/nuts/time/NProgressEvent.getMaxValue:()J
NProgressEvent.getMessage ( ) [abstract] : NMsg
net/thevpc/nuts/time/NProgressEvent.getMessage:()Lnet/thevpc/nuts/util/NMsg;
NProgressEvent.getPartialCount ( ) [abstract] : long
net/thevpc/nuts/time/NProgressEvent.getPartialCount:()J
NProgressEvent.getPartialDuration ( ) [abstract] : NDuration
net/thevpc/nuts/time/NProgressEvent.getPartialDuration:()Lnet/thevpc/nuts/time/NDuration;
NProgressEvent.getProgress ( ) [abstract] : double
net/thevpc/nuts/time/NProgressEvent.getProgress:()D
NProgressEvent.getSession ( ) [abstract] : NSession
net/thevpc/nuts/time/NProgressEvent.getSession:()Lnet/thevpc/nuts/NSession;
NProgressEvent.getSource ( ) [abstract] : Object
net/thevpc/nuts/time/NProgressEvent.getSource:()Ljava/lang/Object;
NProgressEvent.getState ( ) [abstract] : NProgressEventType
net/thevpc/nuts/time/NProgressEvent.getState:()Lnet/thevpc/nuts/time/NProgressEventType;
NProgressEvent.isIndeterminate ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressEvent.isIndeterminate:()Z
NProgressEvent.ofComplete ( Object source, NMsg message, long globalCount, long globalDurationNanos, Double percent, long partialCount, long partialDurationNanos, long length, Throwable exception, NSession session ) [static] : NProgressEvent
net/thevpc/nuts/time/NProgressEvent.ofComplete:(Ljava/lang/Object;Lnet/thevpc/nuts/util/NMsg;JJLjava/lang/Double;JJJLjava/lang/Throwable;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/time/NProgressEvent;
NProgressEvent.ofProgress ( Object source, NMsg message, long globalCount, long globalDurationNanos, Double percent, long partialCount, long partialDurationNanos, long length, Throwable exception, NSession session ) [static] : NProgressEvent
net/thevpc/nuts/time/NProgressEvent.ofProgress:(Ljava/lang/Object;Lnet/thevpc/nuts/util/NMsg;JJLjava/lang/Double;JJJLjava/lang/Throwable;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/time/NProgressEvent;
NProgressEvent.ofStart ( Object source, NMsg message, long length, NSession session ) [static] : NProgressEvent
net/thevpc/nuts/time/NProgressEvent.ofStart:(Ljava/lang/Object;Lnet/thevpc/nuts/util/NMsg;JLnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/time/NProgressEvent;
nuts-0.8.4.jar,
NProgressEventType.class
package net.thevpc.nuts.time
NProgressEventType.id ( ) : String
net/thevpc/nuts/time/NProgressEventType.id:()Ljava/lang/String;
NProgressEventType.parse ( String value ) [static] : NOptional<NProgressEventType>
net/thevpc/nuts/time/NProgressEventType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NProgressEventType.valueOf ( String name ) [static] : NProgressEventType
net/thevpc/nuts/time/NProgressEventType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/time/NProgressEventType;
NProgressEventType.values ( ) [static] : NProgressEventType[ ]
net/thevpc/nuts/time/NProgressEventType.values:()[Lnet/thevpc/nuts/time/NProgressEventType;
nuts-0.8.4.jar,
NProgressFactory.class
package net.thevpc.nuts.time
NProgressFactory.createProgressListener ( Object p1, Object p2, NSession p3 ) [abstract] : NProgressListener
net/thevpc/nuts/time/NProgressFactory.createProgressListener:(Ljava/lang/Object;Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/time/NProgressListener;
nuts-0.8.4.jar,
NProgressHandler.class
package net.thevpc.nuts.time
NProgressHandler.onEvent ( NProgressHandlerEvent p1 ) [abstract] : void
net/thevpc/nuts/time/NProgressHandler.onEvent:(Lnet/thevpc/nuts/time/NProgressHandlerEvent;)V
nuts-0.8.4.jar,
NProgressHandlerEvent.class
package net.thevpc.nuts.time
NProgressHandlerEvent.getEventType ( ) [abstract] : NProgressEventType
net/thevpc/nuts/time/NProgressHandlerEvent.getEventType:()Lnet/thevpc/nuts/time/NProgressEventType;
NProgressHandlerEvent.getModel ( ) [abstract] : NProgressMonitorModel
net/thevpc/nuts/time/NProgressHandlerEvent.getModel:()Lnet/thevpc/nuts/time/NProgressMonitorModel;
NProgressHandlerEvent.getPropertyName ( ) [abstract] : String
net/thevpc/nuts/time/NProgressHandlerEvent.getPropertyName:()Ljava/lang/String;
nuts-0.8.4.jar,
NProgressListener.class
package net.thevpc.nuts.time
NProgressListener.onProgress ( NProgressEvent event ) : boolean
net/thevpc/nuts/time/NProgressListener.onProgress:(Lnet/thevpc/nuts/time/NProgressEvent;)Z
nuts-0.8.4.jar,
NProgressMonitor.class
package net.thevpc.nuts.time
NProgressMonitor.addListener ( NProgressListener p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.addListener:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.block ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.block:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.block ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.block:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.cancel ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.cancel:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.cancel ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.cancel:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.complete ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.complete:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.complete ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.complete:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.getDescription ( ) [abstract] : NMsg
net/thevpc/nuts/time/NProgressMonitor.getDescription:()Lnet/thevpc/nuts/util/NMsg;
NProgressMonitor.getDuration ( ) [abstract] : NDuration
net/thevpc/nuts/time/NProgressMonitor.getDuration:()Lnet/thevpc/nuts/time/NDuration;
NProgressMonitor.getEstimatedRemainingDuration ( ) [abstract] : NDuration
net/thevpc/nuts/time/NProgressMonitor.getEstimatedRemainingDuration:()Lnet/thevpc/nuts/time/NDuration;
NProgressMonitor.getEstimatedTotalDuration ( ) [abstract] : NDuration
net/thevpc/nuts/time/NProgressMonitor.getEstimatedTotalDuration:()Lnet/thevpc/nuts/time/NDuration;
NProgressMonitor.getId ( ) [abstract] : String
net/thevpc/nuts/time/NProgressMonitor.getId:()Ljava/lang/String;
NProgressMonitor.getListeners ( ) [abstract] : NProgressListener[ ]
net/thevpc/nuts/time/NProgressMonitor.getListeners:()[Lnet/thevpc/nuts/time/NProgressListener;
NProgressMonitor.getMessage ( ) [abstract] : NMsg
net/thevpc/nuts/time/NProgressMonitor.getMessage:()Lnet/thevpc/nuts/util/NMsg;
NProgressMonitor.getName ( ) [abstract] : String
net/thevpc/nuts/time/NProgressMonitor.getName:()Ljava/lang/String;
NProgressMonitor.getProgress ( ) [abstract] : double
net/thevpc/nuts/time/NProgressMonitor.getProgress:()D
NProgressMonitor.getStartClock ( ) [abstract] : NClock
net/thevpc/nuts/time/NProgressMonitor.getStartClock:()Lnet/thevpc/nuts/time/NClock;
NProgressMonitor.inc ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.inc:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.inc ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.inc:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.incremental ( double p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.incremental:(D)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.incremental ( long p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.incremental:(J)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.isBlocked ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitor.isBlocked:()Z
NProgressMonitor.isCanceled ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitor.isCanceled:()Z
NProgressMonitor.isCompleted ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitor.isCompleted:()Z
NProgressMonitor.isIndeterminate ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitor.isIndeterminate:()Z
NProgressMonitor.isSilent ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitor.isSilent:()Z
NProgressMonitor.isStarted ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitor.isStarted:()Z
NProgressMonitor.isSuspended ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitor.isSuspended:()Z
NProgressMonitor.removeListener ( NProgressListener p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.removeListener:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.reset ( ) [abstract] : void
net/thevpc/nuts/time/NProgressMonitor.reset:()V
NProgressMonitor.setIndeterminate ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setIndeterminate:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setIndeterminate ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setIndeterminate:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setMessage ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setProgress ( double p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setProgress:(D)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setProgress ( double p1, NMsg p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setProgress:(DLnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setProgress ( long p1, long p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setProgress:(JJ)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setProgress ( long p1, long p2, long p3, long p4 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setProgress:(JJJJ)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setProgress ( long p1, long p2, long p3, long p4, NMsg p5 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setProgress:(JJJJLnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setProgress ( long p1, long p2, NMsg p3 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setProgress:(JJLnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.split ( p1 ) [abstract] : NProgressMonitor[ ]
net/thevpc/nuts/time/NProgressMonitor.split:([D)[Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.split ( int p1 ) [abstract] : NProgressMonitor[ ]
net/thevpc/nuts/time/NProgressMonitor.split:(I)[Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.start ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.start:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.start ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.start:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.stepInto ( long p1, long p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.stepInto:(JJ)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.stepInto ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.stepInto:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.suspend ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.suspend:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.suspend ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.suspend:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.temporize ( long p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.temporize:(J)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.translate ( double p1, double p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.translate:(DD)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.translate ( long p1, long p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.translate:(JJ)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.translate ( long p1, long p2, long p3, long p4 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.translate:(JJJJ)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoBlock ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoBlock:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoBlock ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoBlock:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoCancel ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoCancel:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoCancel ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoCancel:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoComplete ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoComplete:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoComplete ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoComplete:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoSuspend ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoSuspend:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoSuspend ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoSuspend:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
nuts-0.8.4.jar,
NProgressMonitorModel.class
package net.thevpc.nuts.time
NProgressMonitorModel.getDescription ( ) [abstract] : NMsg
net/thevpc/nuts/time/NProgressMonitorModel.getDescription:()Lnet/thevpc/nuts/util/NMsg;
NProgressMonitorModel.getId ( ) [abstract] : String
net/thevpc/nuts/time/NProgressMonitorModel.getId:()Ljava/lang/String;
NProgressMonitorModel.getMessage ( ) [abstract] : NMsg
net/thevpc/nuts/time/NProgressMonitorModel.getMessage:()Lnet/thevpc/nuts/util/NMsg;
NProgressMonitorModel.getName ( ) [abstract] : String
net/thevpc/nuts/time/NProgressMonitorModel.getName:()Ljava/lang/String;
NProgressMonitorModel.getProgress ( ) [abstract] : double
net/thevpc/nuts/time/NProgressMonitorModel.getProgress:()D
NProgressMonitorModel.isBlocked ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitorModel.isBlocked:()Z
NProgressMonitorModel.isCancelled ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitorModel.isCancelled:()Z
NProgressMonitorModel.isCompleted ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitorModel.isCompleted:()Z
NProgressMonitorModel.isStarted ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitorModel.isStarted:()Z
NProgressMonitorModel.isSuspended ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitorModel.isSuspended:()Z
nuts-0.8.4.jar,
NProgressMonitors.class
package net.thevpc.nuts.time
NProgressMonitors.isSilent ( NProgressMonitor p1 ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitors.isSilent:(Lnet/thevpc/nuts/time/NProgressMonitor;)Z
NProgressMonitors.of ( NProgressHandler p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.of:(Lnet/thevpc/nuts/time/NProgressHandler;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.of ( NProgressMonitor p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.of:(Lnet/thevpc/nuts/time/NProgressMonitor;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.of ( NSession session ) [static] : NProgressMonitors
net/thevpc/nuts/time/NProgressMonitors.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/time/NProgressMonitors;
NProgressMonitors.ofErr ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofErr:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofErr ( NMsgTemplate p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofErr:(Lnet/thevpc/nuts/util/NMsgTemplate;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofLogger ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofLogger:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofLogger ( Logger p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofLogger:(Ljava/util/logging/Logger;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofLogger ( long p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofLogger:(J)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofLogger ( NMsgTemplate p1, Logger p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofLogger:(Lnet/thevpc/nuts/util/NMsgTemplate;Ljava/util/logging/Logger;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofLogger ( NMsgTemplate p1, long p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofLogger:(Lnet/thevpc/nuts/util/NMsgTemplate;J)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofLogger ( NMsgTemplate p1, long p2, Logger p3 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofLogger:(Lnet/thevpc/nuts/util/NMsgTemplate;JLjava/util/logging/Logger;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofOut ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofOut:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofOut ( long p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofOut:(J)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofOut ( NMsgTemplate p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofOut:(Lnet/thevpc/nuts/util/NMsgTemplate;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofOut ( NMsgTemplate p1, long p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofOut:(Lnet/thevpc/nuts/util/NMsgTemplate;J)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofOut ( NMsgTemplate p1, long p2, PrintStream p3 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofOut:(Lnet/thevpc/nuts/util/NMsgTemplate;JLjava/io/PrintStream;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofPrintStream ( NMsgTemplate p1, NPrintStream p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofPrintStream:(Lnet/thevpc/nuts/util/NMsgTemplate;Lnet/thevpc/nuts/io/NPrintStream;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofPrintStream ( NMsgTemplate p1, PrintStream p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofPrintStream:(Lnet/thevpc/nuts/util/NMsgTemplate;Ljava/io/PrintStream;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofPrintStream ( NPrintStream p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofPrintStream:(Lnet/thevpc/nuts/io/NPrintStream;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofPrintStream ( PrintStream p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofPrintStream:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofSilent ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofSilent:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofSilent ( int p1 ) [abstract] : NProgressMonitor[ ]
net/thevpc/nuts/time/NProgressMonitors.ofSilent:(I)[Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofSysErr ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofSysErr:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofSysErr ( NMsgTemplate p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofSysErr:(Lnet/thevpc/nuts/util/NMsgTemplate;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofSysOut ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofSysOut:()Lnet/thevpc/nuts/time/NProgressMonitor;
nuts-0.8.4.jar,
NPropertiesFormat.class
package net.thevpc.nuts
NPropertiesFormat.configure ( boolean p1, String... p2 ) [abstract] : NPropertiesFormat
net/thevpc/nuts/NPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NPropertiesFormat;
NPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NContentTypeFormat
net/thevpc/nuts/NPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/NPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NPropertiesFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NPropertiesFormat.getModel ( ) [abstract] : Map<?,?>
net/thevpc/nuts/NPropertiesFormat.getModel:()Ljava/util/Map;
NPropertiesFormat.getSeparator ( ) [abstract] : String
net/thevpc/nuts/NPropertiesFormat.getSeparator:()Ljava/lang/String;
NPropertiesFormat.isSorted ( ) [abstract] : boolean
net/thevpc/nuts/NPropertiesFormat.isSorted:()Z
NPropertiesFormat.of ( NSession session ) [static] : NPropertiesFormat
net/thevpc/nuts/NPropertiesFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPropertiesFormat;
NPropertiesFormat.setNtf ( boolean p1 ) : NContentTypeFormat
net/thevpc/nuts/NPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NContentTypeFormat;
NPropertiesFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/NPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NPropertiesFormat.setNtf ( boolean p1 ) [abstract] : NPropertiesFormat
net/thevpc/nuts/NPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NPropertiesFormat;
NPropertiesFormat.setSeparator ( String p1 ) [abstract] : NPropertiesFormat
net/thevpc/nuts/NPropertiesFormat.setSeparator:(Ljava/lang/String;)Lnet/thevpc/nuts/NPropertiesFormat;
NPropertiesFormat.setSession ( NSession p1 ) : NContentTypeFormat
net/thevpc/nuts/NPropertiesFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NPropertiesFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/NPropertiesFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NPropertiesFormat.setSession ( NSession p1 ) [abstract] : NPropertiesFormat
net/thevpc/nuts/NPropertiesFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPropertiesFormat;
NPropertiesFormat.setSorted ( boolean p1 ) [abstract] : NPropertiesFormat
net/thevpc/nuts/NPropertiesFormat.setSorted:(Z)Lnet/thevpc/nuts/NPropertiesFormat;
NPropertiesFormat.setValue ( Object p1 ) : NContentTypeFormat
net/thevpc/nuts/NPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NPropertiesFormat.setValue ( Object p1 ) [abstract] : NPropertiesFormat
net/thevpc/nuts/NPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NPropertiesFormat;
nuts-0.8.4.jar,
NPs.class
package net.thevpc.nuts.io
NPs.failFast ( ) [abstract] : NPs
net/thevpc/nuts/io/NPs.failFast:()Lnet/thevpc/nuts/io/NPs;
NPs.failFast ( boolean p1 ) [abstract] : NPs
net/thevpc/nuts/io/NPs.failFast:(Z)Lnet/thevpc/nuts/io/NPs;
NPs.getResultList ( ) [abstract] : NStream<NPsInfo>
net/thevpc/nuts/io/NPs.getResultList:()Lnet/thevpc/nuts/util/NStream;
NPs.getType ( ) [abstract] : String
net/thevpc/nuts/io/NPs.getType:()Ljava/lang/String;
NPs.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/io/NPs.isFailFast:()Z
NPs.isSupportedKillProcess ( ) [abstract] : boolean
net/thevpc/nuts/io/NPs.isSupportedKillProcess:()Z
NPs.killProcess ( String p1 ) [abstract] : boolean
net/thevpc/nuts/io/NPs.killProcess:(Ljava/lang/String;)Z
NPs.of ( NSession session ) [static] : NPs
net/thevpc/nuts/io/NPs.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPs;
NPs.setFailFast ( boolean p1 ) [abstract] : NPs
net/thevpc/nuts/io/NPs.setFailFast:(Z)Lnet/thevpc/nuts/io/NPs;
NPs.setSession ( NSession p1 ) [abstract] : NPs
net/thevpc/nuts/io/NPs.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPs;
NPs.setType ( String p1 ) [abstract] : NPs
net/thevpc/nuts/io/NPs.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPs;
NPs.type ( String p1 ) [abstract] : NPs
net/thevpc/nuts/io/NPs.type:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPs;
nuts-0.8.4.jar,
NPsInfo.class
package net.thevpc.nuts.io
NPsInfo.getCmdLine ( ) [abstract] : String
net/thevpc/nuts/io/NPsInfo.getCmdLine:()Ljava/lang/String;
NPsInfo.getCmdLineArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/io/NPsInfo.getCmdLineArgs:()[Ljava/lang/String;
NPsInfo.getName ( ) [abstract] : String
net/thevpc/nuts/io/NPsInfo.getName:()Ljava/lang/String;
NPsInfo.getPid ( ) [abstract] : String
net/thevpc/nuts/io/NPsInfo.getPid:()Ljava/lang/String;
NPsInfo.getTitle ( ) [abstract] : String
net/thevpc/nuts/io/NPsInfo.getTitle:()Ljava/lang/String;
nuts-0.8.4.jar,
NPushCmd.class
package net.thevpc.nuts
NPushCmd.addArg ( String p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addArgs ( Collection<String> p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addArgs ( String... p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addId ( NId p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addId ( String p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addIds ( NId... p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addIds ( String... p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addLockedId ( NId p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addLockedId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addLockedId ( String p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addLockedIds ( NId... p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addLockedIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addLockedIds ( String... p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.args ( Collection<String> p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.args:(Ljava/util/Collection;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.clearArgs ( ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.clearArgs:()Lnet/thevpc/nuts/NPushCmd;
NPushCmd.clearIds ( ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.clearIds:()Lnet/thevpc/nuts/NPushCmd;
NPushCmd.clearLockedIds ( ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.clearLockedIds:()Lnet/thevpc/nuts/NPushCmd;
NPushCmd.configure ( boolean p1, String... p2 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NPushCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NPushCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NPushCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NPushCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NPushCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NPushCmd.copySession ( ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.copySession:()Lnet/thevpc/nuts/NPushCmd;
NPushCmd.getArgs ( ) [abstract] : List<String>
net/thevpc/nuts/NPushCmd.getArgs:()Ljava/util/List;
NPushCmd.getIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NPushCmd.getIds:()Ljava/util/List;
NPushCmd.getLockedIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NPushCmd.getLockedIds:()Ljava/util/List;
NPushCmd.getRepository ( ) [abstract] : String
net/thevpc/nuts/NPushCmd.getRepository:()Ljava/lang/String;
NPushCmd.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/NPushCmd.isOffline:()Z
NPushCmd.of ( NSession session ) [static] : NPushCmd
net/thevpc/nuts/NPushCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.removeId ( NId p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.removeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.removeId ( String p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.removeLockedId ( NId p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.removeLockedId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.removeLockedId ( String p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.removeLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NPushCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NPushCmd.run ( ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.run:()Lnet/thevpc/nuts/NPushCmd;
NPushCmd.setOffline ( boolean p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.setOffline:(Z)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.setRepository ( String p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NPushCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NPushCmd.setSession ( NSession p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPushCmd;
nuts-0.8.4.jar,
NPushException.class
package net.thevpc.nuts
NPushException.getId ( ) : NId
net/thevpc/nuts/NPushException.getId:()Lnet/thevpc/nuts/NId;
NPushException.NPushException ( NSession session, NId id )
net/thevpc/nuts/NPushException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NPushException.NPushException ( NSession session, NId id, NMsg message )
net/thevpc/nuts/NPushException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;)V
NPushException.NPushException ( NSession session, NId id, NMsg message, Throwable cause )
net/thevpc/nuts/NPushException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NPushRepositoryCmd.class
package net.thevpc.nuts.spi
NPushRepositoryCmd.getArgs ( ) [abstract] : List<String>
net/thevpc/nuts/spi/NPushRepositoryCmd.getArgs:()Ljava/util/List;
NPushRepositoryCmd.getId ( ) [abstract] : NId
net/thevpc/nuts/spi/NPushRepositoryCmd.getId:()Lnet/thevpc/nuts/NId;
NPushRepositoryCmd.getRepository ( ) [abstract] : String
net/thevpc/nuts/spi/NPushRepositoryCmd.getRepository:()Ljava/lang/String;
NPushRepositoryCmd.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/spi/NPushRepositoryCmd.isOffline:()Z
NPushRepositoryCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NPushRepositoryCmd.run ( ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
NPushRepositoryCmd.setArgs ( List<String> p1 ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.setArgs:(Ljava/util/List;)Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
NPushRepositoryCmd.setArgs ( String[ ] p1 ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.setArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
NPushRepositoryCmd.setId ( NId p1 ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
NPushRepositoryCmd.setOffline ( boolean p1 ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.setOffline:(Z)Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
NPushRepositoryCmd.setRepository ( String p1 ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
NPushRepositoryCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NPushRepositoryCmd.setSession ( NSession p1 ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
nuts-0.8.4.jar,
NQuoteType.class
package net.thevpc.nuts.util
NQuoteType.id ( ) : String
net/thevpc/nuts/util/NQuoteType.id:()Ljava/lang/String;
NQuoteType.parse ( String value ) [static] : NOptional<NQuoteType>
net/thevpc/nuts/util/NQuoteType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NQuoteType.valueOf ( String name ) [static] : NQuoteType
net/thevpc/nuts/util/NQuoteType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NQuoteType;
NQuoteType.values ( ) [static] : NQuoteType[ ]
net/thevpc/nuts/util/NQuoteType.values:()[Lnet/thevpc/nuts/util/NQuoteType;
nuts-0.8.4.jar,
NReadOnlyException.class
package net.thevpc.nuts
NReadOnlyException.NReadOnlyException ( NSession session )
net/thevpc/nuts/NReadOnlyException."<init>":(Lnet/thevpc/nuts/NSession;)V
NReadOnlyException.NReadOnlyException ( NSession session, String location )
net/thevpc/nuts/NReadOnlyException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;)V
nuts-0.8.4.jar,
NRedirectType.class
package net.thevpc.nuts.io
NRedirectType.id ( ) : String
net/thevpc/nuts/io/NRedirectType.id:()Ljava/lang/String;
NRedirectType.parse ( String value ) [static] : NOptional<NRedirectType>
net/thevpc/nuts/io/NRedirectType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NRedirectType.valueOf ( String name ) [static] : NRedirectType
net/thevpc/nuts/io/NRedirectType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NRedirectType;
NRedirectType.values ( ) [static] : NRedirectType[ ]
net/thevpc/nuts/io/NRedirectType.values:()[Lnet/thevpc/nuts/io/NRedirectType;
nuts-0.8.4.jar,
NRef.class
package net.thevpc.nuts.util
NRef<T>.equals ( Object o ) : boolean
net/thevpc/nuts/util/NRef.equals:(Ljava/lang/Object;)Z
NRef<T>.get ( ) : T
net/thevpc/nuts/util/NRef.get:()Ljava/lang/Object;
NRef<T>.hashCode ( ) : int
net/thevpc/nuts/util/NRef.hashCode:()I
NRef<T>.isBlank ( ) : boolean
net/thevpc/nuts/util/NRef.isBlank:()Z
NRef<T>.isEmpty ( ) : boolean
net/thevpc/nuts/util/NRef.isEmpty:()Z
NRef<T>.isNotNull ( ) : boolean
net/thevpc/nuts/util/NRef.isNotNull:()Z
NRef<T>.isNull ( ) : boolean
net/thevpc/nuts/util/NRef.isNull:()Z
NRef<T>.isSet ( ) : boolean
net/thevpc/nuts/util/NRef.isSet:()Z
NRef<T>.isValue ( Object o ) : boolean
net/thevpc/nuts/util/NRef.isValue:(Ljava/lang/Object;)Z
NRef<T>.NRef<T> ( )
net/thevpc/nuts/util/NRef."<init>":()V
NRef<T>.NRef<T> ( T value )
net/thevpc/nuts/util/NRef."<init>":(Ljava/lang/Object;)V
NRef<T>.of ( T t ) [static] : NRef<T>
net/thevpc/nuts/util/NRef.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NRef;
NRef<T>.of ( T t, Class<T> type ) [static] : NRef<T>
net/thevpc/nuts/util/NRef.of:(Ljava/lang/Object;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NRef;
NRef<T>.ofNull ( ) [static] : NRef<T>
net/thevpc/nuts/util/NRef.ofNull:()Lnet/thevpc/nuts/util/NRef;
NRef<T>.ofNull ( Class<T> t ) [static] : NRef<T>
net/thevpc/nuts/util/NRef.ofNull:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NRef;
NRef<T>.orElse ( T other ) : T
net/thevpc/nuts/util/NRef.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
NRef<T>.set ( T value ) : void
net/thevpc/nuts/util/NRef.set:(Ljava/lang/Object;)V
NRef<T>.setNonNull ( T value ) : void
net/thevpc/nuts/util/NRef.setNonNull:(Ljava/lang/Object;)V
NRef<T>.toString ( ) : String
net/thevpc/nuts/util/NRef.toString:()Ljava/lang/String;
NRef<T>.unset ( ) : void
net/thevpc/nuts/util/NRef.unset:()V
nuts-0.8.4.jar,
NReflectConfiguration.class
package net.thevpc.nuts.reflect
NReflectConfiguration.getAccessStrategy ( Class p1 ) [abstract] : NReflectPropertyAccessStrategy
net/thevpc/nuts/reflect/NReflectConfiguration.getAccessStrategy:(Ljava/lang/Class;)Lnet/thevpc/nuts/reflect/NReflectPropertyAccessStrategy;
NReflectConfiguration.getDefaultValueStrategy ( Class p1 ) [abstract] : NReflectPropertyDefaultValueStrategy
net/thevpc/nuts/reflect/NReflectConfiguration.getDefaultValueStrategy:(Ljava/lang/Class;)Lnet/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy;
nuts-0.8.4.jar,
NReflectConfigurationBuilder.class
package net.thevpc.nuts.reflect
NReflectConfigurationBuilder.build ( ) [abstract] : NReflectConfiguration
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.build:()Lnet/thevpc/nuts/reflect/NReflectConfiguration;
NReflectConfigurationBuilder.getPropertyAccessStrategy ( ) [abstract] : Function<Class,NReflectPropertyAccessStrategy>
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.getPropertyAccessStrategy:()Ljava/util/function/Function;
NReflectConfigurationBuilder.getPropertyDefaultValueStrategy ( ) [abstract] : Function<Class,NReflectPropertyDefaultValueStrategy>
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.getPropertyDefaultValueStrategy:()Ljava/util/function/Function;
NReflectConfigurationBuilder.of ( NSession session ) [static] : NReflectConfigurationBuilder
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/reflect/NReflectConfigurationBuilder;
NReflectConfigurationBuilder.setPropertyAccessStrategy ( Function<Class,NReflectPropertyAccessStrategy> p1 ) [abstract] : NReflectConfigurationBuilder
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.setPropertyAccessStrategy:(Ljava/util/function/Function;)Lnet/thevpc/nuts/reflect/NReflectConfigurationBuilder;
NReflectConfigurationBuilder.setPropertyAccessStrategy ( NReflectPropertyAccessStrategy p1 ) [abstract] : NReflectConfigurationBuilder
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.setPropertyAccessStrategy:(Lnet/thevpc/nuts/reflect/NReflectPropertyAccessStrategy;)Lnet/thevpc/nuts/reflect/NReflectConfigurationBuilder;
NReflectConfigurationBuilder.setPropertyDefaultValueStrategy ( Function<Class,NReflectPropertyDefaultValueStrategy> p1 ) [abstract] : NReflectConfigurationBuilder
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.setPropertyDefaultValueStrategy:(Ljava/util/function/Function;)Lnet/thevpc/nuts/reflect/NReflectConfigurationBuilder;
NReflectConfigurationBuilder.setPropertyDefaultValueStrategy ( NReflectPropertyDefaultValueStrategy p1 ) [abstract] : NReflectConfigurationBuilder
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.setPropertyDefaultValueStrategy:(Lnet/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy;)Lnet/thevpc/nuts/reflect/NReflectConfigurationBuilder;
NReflectConfigurationBuilder.unsetPropertyAccessStrategy ( ) [abstract] : NReflectConfigurationBuilder
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.unsetPropertyAccessStrategy:()Lnet/thevpc/nuts/reflect/NReflectConfigurationBuilder;
NReflectConfigurationBuilder.unsetPropertyDefaultValueStrategy ( ) [abstract] : NReflectConfigurationBuilder
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.unsetPropertyDefaultValueStrategy:()Lnet/thevpc/nuts/reflect/NReflectConfigurationBuilder;
nuts-0.8.4.jar,
NReflectProperty.class
package net.thevpc.nuts.reflect
NReflectProperty.getDefaultValueStrategy ( ) [abstract] : NReflectPropertyDefaultValueStrategy
net/thevpc/nuts/reflect/NReflectProperty.getDefaultValueStrategy:()Lnet/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy;
NReflectProperty.getName ( ) [abstract] : String
net/thevpc/nuts/reflect/NReflectProperty.getName:()Ljava/lang/String;
NReflectProperty.getPropertyType ( ) [abstract] : Type
net/thevpc/nuts/reflect/NReflectProperty.getPropertyType:()Ljava/lang/reflect/Type;
NReflectProperty.getType ( ) [abstract] : NReflectType
net/thevpc/nuts/reflect/NReflectProperty.getType:()Lnet/thevpc/nuts/reflect/NReflectType;
NReflectProperty.isDefaultValue ( Object p1 ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectProperty.isDefaultValue:(Ljava/lang/Object;)Z
NReflectProperty.isDefaultValue ( Object p1, NReflectPropertyDefaultValueStrategy p2 ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectProperty.isDefaultValue:(Ljava/lang/Object;Lnet/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy;)Z
NReflectProperty.isRead ( ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectProperty.isRead:()Z
NReflectProperty.isWrite ( ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectProperty.isWrite:()Z
NReflectProperty.read ( Object p1 ) [abstract] : Object
net/thevpc/nuts/reflect/NReflectProperty.read:(Ljava/lang/Object;)Ljava/lang/Object;
NReflectProperty.write ( Object p1, Object p2 ) [abstract] : void
net/thevpc/nuts/reflect/NReflectProperty.write:(Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.4.jar,
NReflectPropertyAccessStrategy.class
package net.thevpc.nuts.reflect
NReflectPropertyAccessStrategy.id ( ) : String
net/thevpc/nuts/reflect/NReflectPropertyAccessStrategy.id:()Ljava/lang/String;
NReflectPropertyAccessStrategy.parse ( String value ) [static] : NOptional<NReflectPropertyAccessStrategy>
net/thevpc/nuts/reflect/NReflectPropertyAccessStrategy.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NReflectPropertyAccessStrategy.valueOf ( String name ) [static] : NReflectPropertyAccessStrategy
net/thevpc/nuts/reflect/NReflectPropertyAccessStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/reflect/NReflectPropertyAccessStrategy;
NReflectPropertyAccessStrategy.values ( ) [static] : NReflectPropertyAccessStrategy[ ]
net/thevpc/nuts/reflect/NReflectPropertyAccessStrategy.values:()[Lnet/thevpc/nuts/reflect/NReflectPropertyAccessStrategy;
nuts-0.8.4.jar,
NReflectPropertyDefaultValueStrategy.class
package net.thevpc.nuts.reflect
NReflectPropertyDefaultValueStrategy.id ( ) : String
net/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy.id:()Ljava/lang/String;
NReflectPropertyDefaultValueStrategy.parse ( String value ) [static] : NOptional<NReflectPropertyDefaultValueStrategy>
net/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NReflectPropertyDefaultValueStrategy.valueOf ( String name ) [static] : NReflectPropertyDefaultValueStrategy
net/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy;
NReflectPropertyDefaultValueStrategy.values ( ) [static] : NReflectPropertyDefaultValueStrategy[ ]
net/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy.values:()[Lnet/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy;
nuts-0.8.4.jar,
NReflectRepository.class
package net.thevpc.nuts.reflect
NReflectRepository.getConfiguration ( ) [abstract] : NReflectConfiguration
net/thevpc/nuts/reflect/NReflectRepository.getConfiguration:()Lnet/thevpc/nuts/reflect/NReflectConfiguration;
NReflectRepository.getParametrizedType ( Type p1, Type p2, Type[ ] p3 ) [abstract] : NReflectType
net/thevpc/nuts/reflect/NReflectRepository.getParametrizedType:(Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;[Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/reflect/NReflectType;
NReflectRepository.getType ( Type p1 ) [abstract] : NReflectType
net/thevpc/nuts/reflect/NReflectRepository.getType:(Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/reflect/NReflectType;
NReflectRepository.of ( NSession session ) [static] : NReflectRepository
net/thevpc/nuts/reflect/NReflectRepository.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/reflect/NReflectRepository;
NReflectRepository.setConfiguration ( NReflectConfiguration p1 ) [abstract] : NReflectRepository
net/thevpc/nuts/reflect/NReflectRepository.setConfiguration:(Lnet/thevpc/nuts/reflect/NReflectConfiguration;)Lnet/thevpc/nuts/reflect/NReflectRepository;
nuts-0.8.4.jar,
NReflectType.class
package net.thevpc.nuts.reflect
NReflectType.getAccessStrategy ( ) [abstract] : NReflectPropertyAccessStrategy
net/thevpc/nuts/reflect/NReflectType.getAccessStrategy:()Lnet/thevpc/nuts/reflect/NReflectPropertyAccessStrategy;
NReflectType.getActualTypeArgument ( NReflectType p1 ) [abstract] : NOptional<NReflectType>
net/thevpc/nuts/reflect/NReflectType.getActualTypeArgument:(Lnet/thevpc/nuts/reflect/NReflectType;)Lnet/thevpc/nuts/util/NOptional;
NReflectType.getActualTypeArguments ( ) [abstract] : NReflectType[ ]
net/thevpc/nuts/reflect/NReflectType.getActualTypeArguments:()[Lnet/thevpc/nuts/reflect/NReflectType;
NReflectType.getDeclaredProperties ( ) [abstract] : List<NReflectProperty>
net/thevpc/nuts/reflect/NReflectType.getDeclaredProperties:()Ljava/util/List;
NReflectType.getDeclaredProperty ( String p1 ) [abstract] : NOptional<NReflectProperty>
net/thevpc/nuts/reflect/NReflectType.getDeclaredProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NReflectType.getDefaultValueStrategy ( ) [abstract] : NReflectPropertyDefaultValueStrategy
net/thevpc/nuts/reflect/NReflectType.getDefaultValueStrategy:()Lnet/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy;
NReflectType.getJavaType ( ) [abstract] : Type
net/thevpc/nuts/reflect/NReflectType.getJavaType:()Ljava/lang/reflect/Type;
NReflectType.getName ( ) [abstract] : String
net/thevpc/nuts/reflect/NReflectType.getName:()Ljava/lang/String;
NReflectType.getProperties ( ) [abstract] : List<NReflectProperty>
net/thevpc/nuts/reflect/NReflectType.getProperties:()Ljava/util/List;
NReflectType.getProperty ( String p1 ) [abstract] : NOptional<NReflectProperty>
net/thevpc/nuts/reflect/NReflectType.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NReflectType.getRawType ( ) [abstract] : NReflectType
net/thevpc/nuts/reflect/NReflectType.getRawType:()Lnet/thevpc/nuts/reflect/NReflectType;
NReflectType.getRepository ( ) [abstract] : NReflectRepository
net/thevpc/nuts/reflect/NReflectType.getRepository:()Lnet/thevpc/nuts/reflect/NReflectRepository;
NReflectType.getSuperType ( ) [abstract] : NReflectType
net/thevpc/nuts/reflect/NReflectType.getSuperType:()Lnet/thevpc/nuts/reflect/NReflectType;
NReflectType.getTypeParameters ( ) [abstract] : NReflectType[ ]
net/thevpc/nuts/reflect/NReflectType.getTypeParameters:()[Lnet/thevpc/nuts/reflect/NReflectType;
NReflectType.hasNoArgsConstructor ( ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectType.hasNoArgsConstructor:()Z
NReflectType.hasSessionConstructor ( ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectType.hasSessionConstructor:()Z
NReflectType.isArrayType ( ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectType.isArrayType:()Z
NReflectType.isParametrizedType ( ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectType.isParametrizedType:()Z
NReflectType.isTypeVariable ( ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectType.isTypeVariable:()Z
NReflectType.newInstance ( ) [abstract] : Object
net/thevpc/nuts/reflect/NReflectType.newInstance:()Ljava/lang/Object;
NReflectType.newInstance ( NSession p1 ) [abstract] : Object
net/thevpc/nuts/reflect/NReflectType.newInstance:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReflectType.replaceVars ( Function<NReflectType,NReflectType> p1 ) [abstract] : NReflectType
net/thevpc/nuts/reflect/NReflectType.replaceVars:(Ljava/util/function/Function;)Lnet/thevpc/nuts/reflect/NReflectType;
NReflectType.toArray ( ) [abstract] : NReflectType
net/thevpc/nuts/reflect/NReflectType.toArray:()Lnet/thevpc/nuts/reflect/NReflectType;
nuts-0.8.4.jar,
NReflectUtils.class
package net.thevpc.nuts.reflect
NReflectUtils.getDefaultValue ( Class<?> anyType ) [static] : Object
net/thevpc/nuts/reflect/NReflectUtils.getDefaultValue:(Ljava/lang/Class;)Ljava/lang/Object;
NReflectUtils.toBoxedType ( Class<?> anyType ) [static] : NOptional<Class<?>>
net/thevpc/nuts/reflect/NReflectUtils.toBoxedType:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NReflectUtils.toPrimitiveType ( Class<?> anyType ) [static] : NOptional<Class<?>>
net/thevpc/nuts/reflect/NReflectUtils.toPrimitiveType:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NRemoveOptions.class
package net.thevpc.nuts
NRemoveOptions.equals ( Object o ) : boolean
net/thevpc/nuts/NRemoveOptions.equals:(Ljava/lang/Object;)Z
NRemoveOptions.getSession ( ) : NSession
net/thevpc/nuts/NRemoveOptions.getSession:()Lnet/thevpc/nuts/NSession;
NRemoveOptions.hashCode ( ) : int
net/thevpc/nuts/NRemoveOptions.hashCode:()I
NRemoveOptions.isErase ( ) : boolean
net/thevpc/nuts/NRemoveOptions.isErase:()Z
NRemoveOptions.NRemoveOptions ( )
net/thevpc/nuts/NRemoveOptions."<init>":()V
NRemoveOptions.setErase ( boolean erase ) : NRemoveOptions
net/thevpc/nuts/NRemoveOptions.setErase:(Z)Lnet/thevpc/nuts/NRemoveOptions;
NRemoveOptions.setSession ( NSession session ) : NRemoveOptions
net/thevpc/nuts/NRemoveOptions.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRemoveOptions;
NRemoveOptions.toString ( ) : String
net/thevpc/nuts/NRemoveOptions.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NRemoveUserCmd.class
package net.thevpc.nuts
NRemoveUserCmd.configure ( boolean p1, String... p2 ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NRemoveUserCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NRemoveUserCmd;
NRemoveUserCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NRemoveUserCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NRemoveUserCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NRemoveUserCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NRemoveUserCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NRemoveUserCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NRemoveUserCmd.copySession ( ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NRemoveUserCmd.copySession:()Lnet/thevpc/nuts/NRemoveUserCmd;
NRemoveUserCmd.getRepository ( ) [abstract] : NRepository
net/thevpc/nuts/NRemoveUserCmd.getRepository:()Lnet/thevpc/nuts/NRepository;
NRemoveUserCmd.getUsername ( ) [abstract] : String
net/thevpc/nuts/NRemoveUserCmd.getUsername:()Ljava/lang/String;
NRemoveUserCmd.of ( NSession session ) [static] : NRemoveUserCmd
net/thevpc/nuts/NRemoveUserCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRemoveUserCmd;
NRemoveUserCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NRemoveUserCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NRemoveUserCmd.run ( ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NRemoveUserCmd.run:()Lnet/thevpc/nuts/NRemoveUserCmd;
NRemoveUserCmd.setRepository ( NRepository p1 ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NRemoveUserCmd.setRepository:(Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/NRemoveUserCmd;
NRemoveUserCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NRemoveUserCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NRemoveUserCmd.setSession ( NSession p1 ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NRemoveUserCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRemoveUserCmd;
NRemoveUserCmd.setUsername ( String p1 ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NRemoveUserCmd.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NRemoveUserCmd;
nuts-0.8.4.jar,
NRepositories.class
package net.thevpc.nuts
NRepositories.addRepository ( NAddRepositoryOptions p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepositories.addRepository:(Lnet/thevpc/nuts/NAddRepositoryOptions;)Lnet/thevpc/nuts/NRepository;
NRepositories.addRepository ( String p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepositories.addRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepository;
NRepositories.filter ( ) [abstract] : NRepositoryFilters
net/thevpc/nuts/NRepositories.filter:()Lnet/thevpc/nuts/NRepositoryFilters;
NRepositories.findRepository ( String p1 ) [abstract] : NOptional<NRepository>
net/thevpc/nuts/NRepositories.findRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NRepositories.findRepositoryById ( String p1 ) [abstract] : NOptional<NRepository>
net/thevpc/nuts/NRepositories.findRepositoryById:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NRepositories.findRepositoryByName ( String p1 ) [abstract] : NOptional<NRepository>
net/thevpc/nuts/NRepositories.findRepositoryByName:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NRepositories.getRepositories ( ) [abstract] : List<NRepository>
net/thevpc/nuts/NRepositories.getRepositories:()Ljava/util/List;
NRepositories.of ( NSession session ) [static] : NRepositories
net/thevpc/nuts/NRepositories.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRepositories;
NRepositories.removeAllRepositories ( ) [abstract] : NRepositories
net/thevpc/nuts/NRepositories.removeAllRepositories:()Lnet/thevpc/nuts/NRepositories;
NRepositories.removeRepository ( String p1 ) [abstract] : NRepositories
net/thevpc/nuts/NRepositories.removeRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositories;
nuts-0.8.4.jar,
NRepository.class
package net.thevpc.nuts
NRepository.addRepositoryListener ( NRepositoryListener p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepository.addRepositoryListener:(Lnet/thevpc/nuts/NRepositoryListener;)Lnet/thevpc/nuts/NRepository;
NRepository.addUserPropertyListener ( NMapListener<String,Object> p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepository.addUserPropertyListener:(Lnet/thevpc/nuts/util/NMapListener;)Lnet/thevpc/nuts/NRepository;
NRepository.config ( ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepository.config:()Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepository.getName ( ) [abstract] : String
net/thevpc/nuts/NRepository.getName:()Ljava/lang/String;
NRepository.getParentRepository ( ) [abstract] : NRepository
net/thevpc/nuts/NRepository.getParentRepository:()Lnet/thevpc/nuts/NRepository;
NRepository.getRepositoryListeners ( ) [abstract] : List<NRepositoryListener>
net/thevpc/nuts/NRepository.getRepositoryListeners:()Ljava/util/List;
NRepository.getRepositoryType ( ) [abstract] : String
net/thevpc/nuts/NRepository.getRepositoryType:()Ljava/lang/String;
NRepository.getUserProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NRepository.getUserProperties:()Ljava/util/Map;
NRepository.getUserPropertyListeners ( ) [abstract] : List<NMapListener<String,Object>>
net/thevpc/nuts/NRepository.getUserPropertyListeners:()Ljava/util/List;
NRepository.getUuid ( ) [abstract] : String
net/thevpc/nuts/NRepository.getUuid:()Ljava/lang/String;
NRepository.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NRepository.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NRepository.isAvailable ( boolean p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NRepository.isAvailable:(ZLnet/thevpc/nuts/NSession;)Z
NRepository.isAvailable ( NSession p1 ) [abstract] : boolean
net/thevpc/nuts/NRepository.isAvailable:(Lnet/thevpc/nuts/NSession;)Z
NRepository.isEnabled ( NSession p1 ) [abstract] : boolean
net/thevpc/nuts/NRepository.isEnabled:(Lnet/thevpc/nuts/NSession;)Z
NRepository.isRemote ( ) [abstract] : boolean
net/thevpc/nuts/NRepository.isRemote:()Z
NRepository.isSupportedDeploy ( boolean p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NRepository.isSupportedDeploy:(ZLnet/thevpc/nuts/NSession;)Z
NRepository.isSupportedDeploy ( NSession p1 ) [abstract] : boolean
net/thevpc/nuts/NRepository.isSupportedDeploy:(Lnet/thevpc/nuts/NSession;)Z
NRepository.removeRepositoryListener ( NRepositoryListener p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepository.removeRepositoryListener:(Lnet/thevpc/nuts/NRepositoryListener;)Lnet/thevpc/nuts/NRepository;
NRepository.removeUserPropertyListener ( NMapListener<String,Object> p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepository.removeUserPropertyListener:(Lnet/thevpc/nuts/util/NMapListener;)Lnet/thevpc/nuts/NRepository;
NRepository.security ( ) [abstract] : NRepositorySecurityManager
net/thevpc/nuts/NRepository.security:()Lnet/thevpc/nuts/NRepositorySecurityManager;
NRepository.setEnabled ( boolean p1, NSession p2 ) [abstract] : NRepository
net/thevpc/nuts/NRepository.setEnabled:(ZLnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRepository;
nuts-0.8.4.jar,
NRepositoryAlreadyRegisteredException.class
package net.thevpc.nuts
NRepositoryAlreadyRegisteredException.NRepositoryAlreadyRegisteredException ( NSession session, String repository )
net/thevpc/nuts/NRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;)V
NRepositoryAlreadyRegisteredException.NRepositoryAlreadyRegisteredException ( NSession session, String repository, Throwable err )
net/thevpc/nuts/NRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NRepositoryCmd.class
package net.thevpc.nuts.spi
NRepositoryCmd.configure ( boolean p1, String... p2 ) [abstract] : NRepositoryCmd
net/thevpc/nuts/spi/NRepositoryCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NRepositoryCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/spi/NRepositoryCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NRepositoryCmd.run ( ) [abstract] : NRepositoryCmd
net/thevpc/nuts/spi/NRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NRepositoryCmd.setSession ( NSession p1 ) [abstract] : NRepositoryCmd
net/thevpc/nuts/spi/NRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
nuts-0.8.4.jar,
NRepositoryConfig.class
package net.thevpc.nuts
NRepositoryConfig.equals ( Object obj ) : boolean
net/thevpc/nuts/NRepositoryConfig.equals:(Ljava/lang/Object;)Z
NRepositoryConfig.getAuthenticationAgent ( ) : String
net/thevpc/nuts/NRepositoryConfig.getAuthenticationAgent:()Ljava/lang/String;
NRepositoryConfig.getEnv ( ) : Map<String,String>
net/thevpc/nuts/NRepositoryConfig.getEnv:()Ljava/util/Map;
NRepositoryConfig.getGroups ( ) : String
net/thevpc/nuts/NRepositoryConfig.getGroups:()Ljava/lang/String;
NRepositoryConfig.getLocation ( ) : NRepositoryLocation
net/thevpc/nuts/NRepositoryConfig.getLocation:()Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryConfig.getMirrors ( ) : List<NRepositoryRef>
net/thevpc/nuts/NRepositoryConfig.getMirrors:()Ljava/util/List;
NRepositoryConfig.getName ( ) : String
net/thevpc/nuts/NRepositoryConfig.getName:()Ljava/lang/String;
NRepositoryConfig.getStoreLocations ( ) : Map<NStoreType,String>
net/thevpc/nuts/NRepositoryConfig.getStoreLocations:()Ljava/util/Map;
NRepositoryConfig.getStoreStrategy ( ) : NStoreStrategy
net/thevpc/nuts/NRepositoryConfig.getStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NRepositoryConfig.getUsers ( ) : List<NUserConfig>
net/thevpc/nuts/NRepositoryConfig.getUsers:()Ljava/util/List;
NRepositoryConfig.getUuid ( ) : String
net/thevpc/nuts/NRepositoryConfig.getUuid:()Ljava/lang/String;
NRepositoryConfig.hashCode ( ) : int
net/thevpc/nuts/NRepositoryConfig.hashCode:()I
NRepositoryConfig.isIndexEnabled ( ) : boolean
net/thevpc/nuts/NRepositoryConfig.isIndexEnabled:()Z
NRepositoryConfig.NRepositoryConfig ( )
net/thevpc/nuts/NRepositoryConfig."<init>":()V
NRepositoryConfig.setAuthenticationAgent ( String authenticationAgent ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setEnv ( Map<String,String> env ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setGroups ( String groups ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setGroups:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setIndexEnabled ( boolean indexEnabled ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setIndexEnabled:(Z)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setLocation ( NRepositoryLocation location ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setLocation:(Lnet/thevpc/nuts/spi/NRepositoryLocation;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setMirrors ( List<NRepositoryRef> mirrors ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setMirrors:(Ljava/util/List;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setName ( String name ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setStoreLocations ( Map<NStoreType,String> storeLocations ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setStoreLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setStoreStrategy ( NStoreStrategy storeStrategy ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setStoreStrategy:(Lnet/thevpc/nuts/NStoreStrategy;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setUsers ( List<NUserConfig> users ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setUsers:(Ljava/util/List;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setUuid ( String uuid ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.toString ( ) : String
net/thevpc/nuts/NRepositoryConfig.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NRepositoryConfigManager.class
package net.thevpc.nuts
NRepositoryConfigManager.addMirror ( NAddRepositoryOptions p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepositoryConfigManager.addMirror:(Lnet/thevpc/nuts/NAddRepositoryOptions;)Lnet/thevpc/nuts/NRepository;
NRepositoryConfigManager.findMirror ( String p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepositoryConfigManager.findMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepository;
NRepositoryConfigManager.findMirrorById ( String p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepositoryConfigManager.findMirrorById:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepository;
NRepositoryConfigManager.findMirrorByName ( String p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepositoryConfigManager.findMirrorByName:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepository;
NRepositoryConfigManager.getConfigMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NRepositoryConfigManager.getConfigMap:()Ljava/util/Map;
NRepositoryConfigManager.getConfigMap ( boolean p1 ) [abstract] : Map<String,String>
net/thevpc/nuts/NRepositoryConfigManager.getConfigMap:(Z)Ljava/util/Map;
NRepositoryConfigManager.getConfigProperty ( String p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NRepositoryConfigManager.getConfigProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NRepositoryConfigManager.getConfigProperty ( String p1, boolean p2 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NRepositoryConfigManager.getConfigProperty:(Ljava/lang/String;Z)Lnet/thevpc/nuts/util/NOptional;
NRepositoryConfigManager.getDeployWeight ( ) [abstract] : int
net/thevpc/nuts/NRepositoryConfigManager.getDeployWeight:()I
NRepositoryConfigManager.getGlobalName ( ) [abstract] : String
net/thevpc/nuts/NRepositoryConfigManager.getGlobalName:()Ljava/lang/String;
NRepositoryConfigManager.getGroups ( ) [abstract] : String
net/thevpc/nuts/NRepositoryConfigManager.getGroups:()Ljava/lang/String;
NRepositoryConfigManager.getLocation ( ) [abstract] : NRepositoryLocation
net/thevpc/nuts/NRepositoryConfigManager.getLocation:()Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryConfigManager.getLocationPath ( ) [abstract] : NPath
net/thevpc/nuts/NRepositoryConfigManager.getLocationPath:()Lnet/thevpc/nuts/io/NPath;
NRepositoryConfigManager.getMirror ( String p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepositoryConfigManager.getMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepository;
NRepositoryConfigManager.getMirrors ( ) [abstract] : List<NRepository>
net/thevpc/nuts/NRepositoryConfigManager.getMirrors:()Ljava/util/List;
NRepositoryConfigManager.getRepositoryRef ( ) [abstract] : NRepositoryRef
net/thevpc/nuts/NRepositoryConfigManager.getRepositoryRef:()Lnet/thevpc/nuts/NRepositoryRef;
NRepositoryConfigManager.getSpeed ( ) [abstract] : NSpeedQualifier
net/thevpc/nuts/NRepositoryConfigManager.getSpeed:()Lnet/thevpc/nuts/NSpeedQualifier;
NRepositoryConfigManager.getStoreLocation ( ) [abstract] : NPath
net/thevpc/nuts/NRepositoryConfigManager.getStoreLocation:()Lnet/thevpc/nuts/io/NPath;
NRepositoryConfigManager.getStoreLocation ( NStoreType p1 ) [abstract] : NPath
net/thevpc/nuts/NRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/io/NPath;
NRepositoryConfigManager.getStoreStrategy ( ) [abstract] : NStoreStrategy
net/thevpc/nuts/NRepositoryConfigManager.getStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NRepositoryConfigManager.getType ( ) [abstract] : String
net/thevpc/nuts/NRepositoryConfigManager.getType:()Ljava/lang/String;
NRepositoryConfigManager.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NRepositoryConfigManager.isEnabled:()Z
NRepositoryConfigManager.isIndexEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NRepositoryConfigManager.isIndexEnabled:()Z
NRepositoryConfigManager.isIndexSubscribed ( ) [abstract] : boolean
net/thevpc/nuts/NRepositoryConfigManager.isIndexSubscribed:()Z
NRepositoryConfigManager.isSupportedMirroring ( ) [abstract] : boolean
net/thevpc/nuts/NRepositoryConfigManager.isSupportedMirroring:()Z
NRepositoryConfigManager.isTemporary ( ) [abstract] : boolean
net/thevpc/nuts/NRepositoryConfigManager.isTemporary:()Z
NRepositoryConfigManager.removeMirror ( String p1 ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.removeMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.setConfigProperty ( String p1, String p2 ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.setConfigProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.setEnabled ( boolean p1 ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.setEnabled:(Z)Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.setIndexEnabled ( boolean p1 ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.setIndexEnabled:(Z)Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.setMirrorEnabled ( String p1, boolean p2 ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.setMirrorEnabled:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.setSession ( NSession p1 ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.setTemporary ( boolean p1 ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.setTemporary:(Z)Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.subscribeIndex ( ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.subscribeIndex:()Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.unsubscribeIndex ( ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.unsubscribeIndex:()Lnet/thevpc/nuts/NRepositoryConfigManager;
nuts-0.8.4.jar,
NRepositoryDB.class
package net.thevpc.nuts.spi
NRepositoryDB.getAllNames ( String p1 ) [abstract] : Set<String>
net/thevpc/nuts/spi/NRepositoryDB.getAllNames:(Ljava/lang/String;)Ljava/util/Set;
NRepositoryDB.getRepositoryLocationByName ( String p1 ) [abstract] : String
net/thevpc/nuts/spi/NRepositoryDB.getRepositoryLocationByName:(Ljava/lang/String;)Ljava/lang/String;
NRepositoryDB.getRepositoryNameByLocation ( String p1 ) [abstract] : String
net/thevpc/nuts/spi/NRepositoryDB.getRepositoryNameByLocation:(Ljava/lang/String;)Ljava/lang/String;
NRepositoryDB.isDefaultRepositoryName ( String p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NRepositoryDB.isDefaultRepositoryName:(Ljava/lang/String;)Z
NRepositoryDB.of ( NSession session ) [static] : NRepositoryDB
net/thevpc/nuts/spi/NRepositoryDB.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryDB;
NRepositoryDB.ofDefault ( ) [static] : NRepositoryDB
net/thevpc/nuts/spi/NRepositoryDB.ofDefault:()Lnet/thevpc/nuts/spi/NRepositoryDB;
nuts-0.8.4.jar,
NRepositoryDisabledException.class
package net.thevpc.nuts
NRepositoryDisabledException.NRepositoryDisabledException ( NSession session, String repository )
net/thevpc/nuts/NRepositoryDisabledException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;)V
nuts-0.8.4.jar,
NRepositoryEvent.class
package net.thevpc.nuts
NRepositoryEvent.getParent ( ) [abstract] : NRepository
net/thevpc/nuts/NRepositoryEvent.getParent:()Lnet/thevpc/nuts/NRepository;
NRepositoryEvent.getPropertyName ( ) [abstract] : String
net/thevpc/nuts/NRepositoryEvent.getPropertyName:()Ljava/lang/String;
NRepositoryEvent.getPropertyOldValue ( ) [abstract] : Object
net/thevpc/nuts/NRepositoryEvent.getPropertyOldValue:()Ljava/lang/Object;
NRepositoryEvent.getPropertyValue ( ) [abstract] : Object
net/thevpc/nuts/NRepositoryEvent.getPropertyValue:()Ljava/lang/Object;
NRepositoryEvent.getRepository ( ) [abstract] : NRepository
net/thevpc/nuts/NRepositoryEvent.getRepository:()Lnet/thevpc/nuts/NRepository;
NRepositoryEvent.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NRepositoryEvent.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
nuts-0.8.4.jar,
NRepositoryException.class
package net.thevpc.nuts
NRepositoryException.getRepository ( ) : String
net/thevpc/nuts/NRepositoryException.getRepository:()Ljava/lang/String;
NRepositoryException.NRepositoryException ( NSession session, String repository, NMsg message, Throwable ex )
net/thevpc/nuts/NRepositoryException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NRepositoryFactoryComponent.class
package net.thevpc.nuts.spi
NRepositoryFactoryComponent.create ( NAddRepositoryOptions p1, NSession p2, NRepository p3 ) [abstract] : NRepository
net/thevpc/nuts/spi/NRepositoryFactoryComponent.create:(Lnet/thevpc/nuts/NAddRepositoryOptions;Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/NRepository;
NRepositoryFactoryComponent.getDefaultRepositories ( NSession p1 ) [abstract] : List<NAddRepositoryOptions>
net/thevpc/nuts/spi/NRepositoryFactoryComponent.getDefaultRepositories:(Lnet/thevpc/nuts/NSession;)Ljava/util/List;
nuts-0.8.4.jar,
NRepositoryFilter.class
package net.thevpc.nuts
NRepositoryFilter.acceptRepository ( NRepository p1 ) [abstract] : boolean
net/thevpc/nuts/NRepositoryFilter.acceptRepository:(Lnet/thevpc/nuts/NRepository;)Z
NRepositoryFilter.and ( NRepositoryFilter p1 ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilter.and:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/NRepositoryFilter;
NRepositoryFilter.neg ( ) : NFilter
net/thevpc/nuts/NRepositoryFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
NRepositoryFilter.neg ( ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilter.neg:()Lnet/thevpc/nuts/NRepositoryFilter;
NRepositoryFilter.or ( NRepositoryFilter p1 ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilter.or:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/NRepositoryFilter;
nuts-0.8.4.jar,
NRepositoryFilters.class
package net.thevpc.nuts
NRepositoryFilters.byName ( String... p1 ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilters.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryFilter;
NRepositoryFilters.byNameSelector ( String... p1 ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilters.byNameSelector:([Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryFilter;
NRepositoryFilters.bySelector ( String... p1 ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilters.bySelector:([Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryFilter;
NRepositoryFilters.byUuid ( String... p1 ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilters.byUuid:([Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryFilter;
NRepositoryFilters.installedRepo ( ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilters.installedRepo:()Lnet/thevpc/nuts/NRepositoryFilter;
NRepositoryFilters.of ( NSession session ) [static] : NRepositoryFilters
net/thevpc/nuts/NRepositoryFilters.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRepositoryFilters;
nuts-0.8.4.jar,
NRepositoryListener.class
package net.thevpc.nuts
NRepositoryListener.onAddRepository ( NRepositoryEvent event ) : void
net/thevpc/nuts/NRepositoryListener.onAddRepository:(Lnet/thevpc/nuts/NRepositoryEvent;)V
NRepositoryListener.onConfigurationChanged ( NRepositoryEvent event ) : void
net/thevpc/nuts/NRepositoryListener.onConfigurationChanged:(Lnet/thevpc/nuts/NRepositoryEvent;)V
NRepositoryListener.onDeploy ( NContentEvent event ) : void
net/thevpc/nuts/NRepositoryListener.onDeploy:(Lnet/thevpc/nuts/NContentEvent;)V
NRepositoryListener.onPush ( NContentEvent event ) : void
net/thevpc/nuts/NRepositoryListener.onPush:(Lnet/thevpc/nuts/NContentEvent;)V
NRepositoryListener.onRemoveRepository ( NRepositoryEvent event ) : void
net/thevpc/nuts/NRepositoryListener.onRemoveRepository:(Lnet/thevpc/nuts/NRepositoryEvent;)V
NRepositoryListener.onUndeploy ( NContentEvent event ) : void
net/thevpc/nuts/NRepositoryListener.onUndeploy:(Lnet/thevpc/nuts/NContentEvent;)V
nuts-0.8.4.jar,
NRepositoryLocation.class
package net.thevpc.nuts.spi
NRepositoryLocation.compareTo ( NRepositoryLocation o ) : int
net/thevpc/nuts/spi/NRepositoryLocation.compareTo:(Lnet/thevpc/nuts/spi/NRepositoryLocation;)I
NRepositoryLocation.compareTo ( Object p1 ) : int
net/thevpc/nuts/spi/NRepositoryLocation.compareTo:(Ljava/lang/Object;)I
NRepositoryLocation.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NRepositoryLocation.equals:(Ljava/lang/Object;)Z
NRepositoryLocation.getFullLocation ( ) : String
net/thevpc/nuts/spi/NRepositoryLocation.getFullLocation:()Ljava/lang/String;
NRepositoryLocation.getLocationType ( ) : String
net/thevpc/nuts/spi/NRepositoryLocation.getLocationType:()Ljava/lang/String;
NRepositoryLocation.getName ( ) : String
net/thevpc/nuts/spi/NRepositoryLocation.getName:()Ljava/lang/String;
NRepositoryLocation.getPath ( ) : String
net/thevpc/nuts/spi/NRepositoryLocation.getPath:()Ljava/lang/String;
NRepositoryLocation.hashCode ( ) : int
net/thevpc/nuts/spi/NRepositoryLocation.hashCode:()I
NRepositoryLocation.isBlank ( ) : boolean
net/thevpc/nuts/spi/NRepositoryLocation.isBlank:()Z
NRepositoryLocation.NRepositoryLocation ( String locationString )
net/thevpc/nuts/spi/NRepositoryLocation."<init>":(Ljava/lang/String;)V
NRepositoryLocation.NRepositoryLocation ( String name, String locationType, String path )
net/thevpc/nuts/spi/NRepositoryLocation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
NRepositoryLocation.of ( String locationString ) [static] : NRepositoryLocation
net/thevpc/nuts/spi/NRepositoryLocation.of:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryLocation.of ( String locationString, NRepositoryDB db, NSession session ) [static] : NOptional<NRepositoryLocation>
net/thevpc/nuts/spi/NRepositoryLocation.of:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NRepositoryDB;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NRepositoryLocation.of ( String name, String fullLocation ) [static] : NRepositoryLocation
net/thevpc/nuts/spi/NRepositoryLocation.of:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryLocation.of ( String repositorySelectionExpression, NRepositoryLocation[ ] available, NRepositoryDB db, NSession session ) [static] : NOptional<NRepositoryLocation[ ]>
net/thevpc/nuts/spi/NRepositoryLocation.of:(Ljava/lang/String;[Lnet/thevpc/nuts/spi/NRepositoryLocation;Lnet/thevpc/nuts/spi/NRepositoryDB;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NRepositoryLocation.setLocationType ( String locationType ) : NRepositoryLocation
net/thevpc/nuts/spi/NRepositoryLocation.setLocationType:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryLocation.setName ( String name ) : NRepositoryLocation
net/thevpc/nuts/spi/NRepositoryLocation.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryLocation.setPath ( String path ) : NRepositoryLocation
net/thevpc/nuts/spi/NRepositoryLocation.setPath:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryLocation.toString ( ) : String
net/thevpc/nuts/spi/NRepositoryLocation.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NRepositoryModel.class
package net.thevpc.nuts
NRepositoryModel.acceptDeploy ( NId id, NFetchMode mode, NRepository repository, NSession session ) : boolean
net/thevpc/nuts/NRepositoryModel.acceptDeploy:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Z
NRepositoryModel.acceptFetch ( NId id, NFetchMode mode, NRepository repository, NSession session ) : boolean
net/thevpc/nuts/NRepositoryModel.acceptFetch:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Z
NRepositoryModel.fetchContent ( NId id, NDescriptor descriptor, NFetchMode fetchMode, NRepository repository, NSession session ) : NPath
net/thevpc/nuts/NRepositoryModel.fetchContent:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NDescriptor;Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NRepositoryModel.fetchDescriptor ( NId id, NFetchMode fetchMode, NRepository repository, NSession session ) : NDescriptor
net/thevpc/nuts/NRepositoryModel.fetchDescriptor:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptor;
NRepositoryModel.getMode ( ) : int
net/thevpc/nuts/NRepositoryModel.getMode:()I
NRepositoryModel.getName ( ) [abstract] : String
net/thevpc/nuts/NRepositoryModel.getName:()Ljava/lang/String;
NRepositoryModel.getRepositoryType ( ) : String
net/thevpc/nuts/NRepositoryModel.getRepositoryType:()Ljava/lang/String;
NRepositoryModel.getSpeed ( ) : NSpeedQualifier
net/thevpc/nuts/NRepositoryModel.getSpeed:()Lnet/thevpc/nuts/NSpeedQualifier;
NRepositoryModel.getStoreStrategy ( ) : NStoreStrategy
net/thevpc/nuts/NRepositoryModel.getStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NRepositoryModel.getUuid ( ) : String
net/thevpc/nuts/NRepositoryModel.getUuid:()Ljava/lang/String;
NRepositoryModel.isAcceptFetchMode ( NFetchMode mode ) : boolean
net/thevpc/nuts/NRepositoryModel.isAcceptFetchMode:(Lnet/thevpc/nuts/NFetchMode;)Z
NRepositoryModel.isRemote ( ) : boolean
net/thevpc/nuts/NRepositoryModel.isRemote:()Z
NRepositoryModel.search ( NIdFilter filter, NPath[ ] basePaths, NFetchMode fetchMode, NRepository repository, NSession session ) : NIterator<NId>
net/thevpc/nuts/NRepositoryModel.search:(Lnet/thevpc/nuts/NIdFilter;[Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterator;
NRepositoryModel.searchLatestVersion ( NId id, NIdFilter filter, NFetchMode fetchMode, NRepository repository, NSession session ) : NId
net/thevpc/nuts/NRepositoryModel.searchLatestVersion:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NIdFilter;Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NId;
NRepositoryModel.searchVersions ( NId id, NIdFilter idFilter, NFetchMode fetchMode, NRepository repository, NSession session ) : NIterator<NId>
net/thevpc/nuts/NRepositoryModel.searchVersions:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NIdFilter;Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterator;
NRepositoryModel.updateStatistics ( NRepository repository, NSession session ) : void
net/thevpc/nuts/NRepositoryModel.updateStatistics:(Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NRepositoryNotFoundException.class
package net.thevpc.nuts
NRepositoryNotFoundException.NRepositoryNotFoundException ( NSession session, String repository )
net/thevpc/nuts/NRepositoryNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;)V
nuts-0.8.4.jar,
NRepositoryRef.class
package net.thevpc.nuts
NRepositoryRef.copy ( ) : NRepositoryRef
net/thevpc/nuts/NRepositoryRef.copy:()Lnet/thevpc/nuts/NRepositoryRef;
NRepositoryRef.equals ( Object obj ) : boolean
net/thevpc/nuts/NRepositoryRef.equals:(Ljava/lang/Object;)Z
NRepositoryRef.getDeployWeight ( ) : int
net/thevpc/nuts/NRepositoryRef.getDeployWeight:()I
NRepositoryRef.getLocation ( ) : String
net/thevpc/nuts/NRepositoryRef.getLocation:()Ljava/lang/String;
NRepositoryRef.getName ( ) : String
net/thevpc/nuts/NRepositoryRef.getName:()Ljava/lang/String;
NRepositoryRef.hashCode ( ) : int
net/thevpc/nuts/NRepositoryRef.hashCode:()I
NRepositoryRef.isEnabled ( ) : boolean
net/thevpc/nuts/NRepositoryRef.isEnabled:()Z
NRepositoryRef.isFailSafe ( ) : boolean
net/thevpc/nuts/NRepositoryRef.isFailSafe:()Z
NRepositoryRef.NRepositoryRef ( )
net/thevpc/nuts/NRepositoryRef."<init>":()V
NRepositoryRef.NRepositoryRef ( NRepositoryRef other )
net/thevpc/nuts/NRepositoryRef."<init>":(Lnet/thevpc/nuts/NRepositoryRef;)V
NRepositoryRef.NRepositoryRef ( String name, String location, int deployPriority, boolean enabled )
net/thevpc/nuts/NRepositoryRef."<init>":(Ljava/lang/String;Ljava/lang/String;IZ)V
NRepositoryRef.setDeployWeight ( int deployPriority ) : NRepositoryRef
net/thevpc/nuts/NRepositoryRef.setDeployWeight:(I)Lnet/thevpc/nuts/NRepositoryRef;
NRepositoryRef.setEnabled ( boolean enabled ) : NRepositoryRef
net/thevpc/nuts/NRepositoryRef.setEnabled:(Z)Lnet/thevpc/nuts/NRepositoryRef;
NRepositoryRef.setFailSafe ( boolean failSafe ) : NRepositoryRef
net/thevpc/nuts/NRepositoryRef.setFailSafe:(Z)Lnet/thevpc/nuts/NRepositoryRef;
NRepositoryRef.setLocation ( String location ) : NRepositoryRef
net/thevpc/nuts/NRepositoryRef.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryRef;
NRepositoryRef.setName ( String name ) : NRepositoryRef
net/thevpc/nuts/NRepositoryRef.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryRef;
NRepositoryRef.toString ( ) : String
net/thevpc/nuts/NRepositoryRef.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NRepositorySecurityManager.class
package net.thevpc.nuts
NRepositorySecurityManager.addUser ( String p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NRepositorySecurityManager.addUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NRepositorySecurityManager.checkAllowed ( String p1, String p2 ) [abstract] : NRepositorySecurityManager
net/thevpc/nuts/NRepositorySecurityManager.checkAllowed:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NRepositorySecurityManager;
NRepositorySecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 ) [abstract] : NRepositorySecurityManager
net/thevpc/nuts/NRepositorySecurityManager.checkCredentials:([C[C)Lnet/thevpc/nuts/NRepositorySecurityManager;
NRepositorySecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 ) [abstract] : char[ ]
net/thevpc/nuts/NRepositorySecurityManager.createCredentials:([CZ[C)[C
NRepositorySecurityManager.findUsers ( ) [abstract] : List<NUser>
net/thevpc/nuts/NRepositorySecurityManager.findUsers:()Ljava/util/List;
NRepositorySecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NAuthenticationAgent
net/thevpc/nuts/NRepositorySecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/security/NAuthenticationAgent;
NRepositorySecurityManager.getCredentials ( char[ ] p1 ) [abstract] : char[ ]
net/thevpc/nuts/NRepositorySecurityManager.getCredentials:([C)[C
NRepositorySecurityManager.getEffectiveUser ( String p1 ) [abstract] : NUser
net/thevpc/nuts/NRepositorySecurityManager.getEffectiveUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NUser;
NRepositorySecurityManager.isAllowed ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NRepositorySecurityManager.isAllowed:(Ljava/lang/String;)Z
NRepositorySecurityManager.removeCredentials ( char[ ] p1 ) [abstract] : boolean
net/thevpc/nuts/NRepositorySecurityManager.removeCredentials:([C)Z
NRepositorySecurityManager.removeUser ( String p1 ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NRepositorySecurityManager.removeUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NRemoveUserCmd;
NRepositorySecurityManager.setAuthenticationAgent ( String p1 ) [abstract] : NRepositorySecurityManager
net/thevpc/nuts/NRepositorySecurityManager.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositorySecurityManager;
NRepositorySecurityManager.setSession ( NSession p1 ) [abstract] : NRepositorySecurityManager
net/thevpc/nuts/NRepositorySecurityManager.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRepositorySecurityManager;
NRepositorySecurityManager.updateUser ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NRepositorySecurityManager.updateUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
nuts-0.8.4.jar,
NRepositorySelector.class
package net.thevpc.nuts.spi
NRepositorySelector.getName ( ) : String
net/thevpc/nuts/spi/NRepositorySelector.getName:()Ljava/lang/String;
NRepositorySelector.getOp ( ) : NSelectorOp
net/thevpc/nuts/spi/NRepositorySelector.getOp:()Lnet/thevpc/nuts/spi/NSelectorOp;
NRepositorySelector.getUrl ( ) : String
net/thevpc/nuts/spi/NRepositorySelector.getUrl:()Ljava/lang/String;
NRepositorySelector.matches ( NRepositoryLocation other ) : boolean
net/thevpc/nuts/spi/NRepositorySelector.matches:(Lnet/thevpc/nuts/spi/NRepositoryLocation;)Z
NRepositorySelector.NRepositorySelector ( NSelectorOp op, NRepositoryLocation location )
net/thevpc/nuts/spi/NRepositorySelector."<init>":(Lnet/thevpc/nuts/spi/NSelectorOp;Lnet/thevpc/nuts/spi/NRepositoryLocation;)V
NRepositorySelector.of ( NSelectorOp op, String location, NRepositoryDB db, NSession session ) [static] : NOptional<NRepositorySelector>
net/thevpc/nuts/spi/NRepositorySelector.of:(Lnet/thevpc/nuts/spi/NSelectorOp;Ljava/lang/String;Lnet/thevpc/nuts/spi/NRepositoryDB;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NRepositorySelector.of ( String location, NRepositoryDB db, NSession session ) [static] : NOptional<NRepositorySelector>
net/thevpc/nuts/spi/NRepositorySelector.of:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NRepositoryDB;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NRepositorySelector.toString ( ) : String
net/thevpc/nuts/spi/NRepositorySelector.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NRepositorySelectorList.class
package net.thevpc.nuts.spi
NRepositorySelectorList.acceptExisting ( NRepositoryLocation location ) : boolean
net/thevpc/nuts/spi/NRepositorySelectorList.acceptExisting:(Lnet/thevpc/nuts/spi/NRepositoryLocation;)Z
NRepositorySelectorList.merge ( NRepositorySelectorList other ) : NRepositorySelectorList
net/thevpc/nuts/spi/NRepositorySelectorList.merge:(Lnet/thevpc/nuts/spi/NRepositorySelectorList;)Lnet/thevpc/nuts/spi/NRepositorySelectorList;
NRepositorySelectorList.NRepositorySelectorList ( )
net/thevpc/nuts/spi/NRepositorySelectorList."<init>":()V
NRepositorySelectorList.NRepositorySelectorList ( NRepositorySelector[ ] a )
net/thevpc/nuts/spi/NRepositorySelectorList."<init>":([Lnet/thevpc/nuts/spi/NRepositorySelector;)V
NRepositorySelectorList.of ( List<String> expressions, NRepositoryDB db, NSession session ) [static] : NOptional<NRepositorySelectorList>
net/thevpc/nuts/spi/NRepositorySelectorList.of:(Ljava/util/List;Lnet/thevpc/nuts/spi/NRepositoryDB;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NRepositorySelectorList.of ( List<String> expressions, NSession session ) [static] : NOptional<NRepositorySelectorList>
net/thevpc/nuts/spi/NRepositorySelectorList.of:(Ljava/util/List;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NRepositorySelectorList.of ( String expression, NRepositoryDB db, NSession session ) [static] : NOptional<NRepositorySelectorList>
net/thevpc/nuts/spi/NRepositorySelectorList.of:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NRepositoryDB;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NRepositorySelectorList.resolve ( NRepositoryLocation[ ] available, NRepositoryDB db ) : NRepositoryLocation[ ]
net/thevpc/nuts/spi/NRepositorySelectorList.resolve:([Lnet/thevpc/nuts/spi/NRepositoryLocation;Lnet/thevpc/nuts/spi/NRepositoryDB;)[Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositorySelectorList.toArray ( ) : NRepositorySelector[ ]
net/thevpc/nuts/spi/NRepositorySelectorList.toArray:()[Lnet/thevpc/nuts/spi/NRepositorySelector;
NRepositorySelectorList.toString ( ) : String
net/thevpc/nuts/spi/NRepositorySelectorList.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NRepositorySPI.class
package net.thevpc.nuts.spi
NRepositorySPI.config ( ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/spi/NRepositorySPI.config:()Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositorySPI.deploy ( ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NRepositorySPI.deploy:()Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NRepositorySPI.fetchContent ( ) [abstract] : NFetchContentRepositoryCmd
net/thevpc/nuts/spi/NRepositorySPI.fetchContent:()Lnet/thevpc/nuts/spi/NFetchContentRepositoryCmd;
NRepositorySPI.fetchDescriptor ( ) [abstract] : NFetchDescriptorRepositoryCmd
net/thevpc/nuts/spi/NRepositorySPI.fetchDescriptor:()Lnet/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd;
NRepositorySPI.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NRepositorySPI.getName:()Ljava/lang/String;
NRepositorySPI.getParentRepository ( ) [abstract] : NRepository
net/thevpc/nuts/spi/NRepositorySPI.getParentRepository:()Lnet/thevpc/nuts/NRepository;
NRepositorySPI.getRepositoryListeners ( ) [abstract] : List<NRepositoryListener>
net/thevpc/nuts/spi/NRepositorySPI.getRepositoryListeners:()Ljava/util/List;
NRepositorySPI.getRepositoryType ( ) [abstract] : String
net/thevpc/nuts/spi/NRepositorySPI.getRepositoryType:()Ljava/lang/String;
NRepositorySPI.getUserProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/spi/NRepositorySPI.getUserProperties:()Ljava/util/Map;
NRepositorySPI.getUserPropertyListeners ( ) [abstract] : List<NMapListener<String,Object>>
net/thevpc/nuts/spi/NRepositorySPI.getUserPropertyListeners:()Ljava/util/List;
NRepositorySPI.getUuid ( ) [abstract] : String
net/thevpc/nuts/spi/NRepositorySPI.getUuid:()Ljava/lang/String;
NRepositorySPI.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/spi/NRepositorySPI.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NRepositorySPI.isAcceptFetchMode ( NFetchMode p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/spi/NRepositorySPI.isAcceptFetchMode:(Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NSession;)Z
NRepositorySPI.isEnabled ( NSession p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NRepositorySPI.isEnabled:(Lnet/thevpc/nuts/NSession;)Z
NRepositorySPI.push ( ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NRepositorySPI.push:()Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
NRepositorySPI.search ( ) [abstract] : NSearchRepositoryCmd
net/thevpc/nuts/spi/NRepositorySPI.search:()Lnet/thevpc/nuts/spi/NSearchRepositoryCmd;
NRepositorySPI.searchVersions ( ) [abstract] : NSearchVersionsRepositoryCmd
net/thevpc/nuts/spi/NRepositorySPI.searchVersions:()Lnet/thevpc/nuts/spi/NSearchVersionsRepositoryCmd;
NRepositorySPI.security ( ) [abstract] : NRepositorySecurityManager
net/thevpc/nuts/spi/NRepositorySPI.security:()Lnet/thevpc/nuts/NRepositorySecurityManager;
NRepositorySPI.setEnabled ( boolean p1, NSession p2 ) [abstract] : NRepository
net/thevpc/nuts/spi/NRepositorySPI.setEnabled:(ZLnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRepository;
NRepositorySPI.undeploy ( ) [abstract] : NRepositoryUndeployCmd
net/thevpc/nuts/spi/NRepositorySPI.undeploy:()Lnet/thevpc/nuts/spi/NRepositoryUndeployCmd;
NRepositorySPI.updateStatistics ( ) [abstract] : NUpdateRepositoryStatsCmd
net/thevpc/nuts/spi/NRepositorySPI.updateStatistics:()Lnet/thevpc/nuts/spi/NUpdateRepositoryStatsCmd;
nuts-0.8.4.jar,
NRepositoryUndeployCmd.class
package net.thevpc.nuts.spi
NRepositoryUndeployCmd.getId ( ) [abstract] : NId
net/thevpc/nuts/spi/NRepositoryUndeployCmd.getId:()Lnet/thevpc/nuts/NId;
NRepositoryUndeployCmd.getRepository ( ) [abstract] : String
net/thevpc/nuts/spi/NRepositoryUndeployCmd.getRepository:()Ljava/lang/String;
NRepositoryUndeployCmd.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/spi/NRepositoryUndeployCmd.isOffline:()Z
NRepositoryUndeployCmd.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/spi/NRepositoryUndeployCmd.isTransitive:()Z
NRepositoryUndeployCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NRepositoryUndeployCmd.run ( ) [abstract] : NRepositoryUndeployCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryUndeployCmd;
NRepositoryUndeployCmd.setId ( NId p1 ) [abstract] : NRepositoryUndeployCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/spi/NRepositoryUndeployCmd;
NRepositoryUndeployCmd.setOffline ( boolean p1 ) [abstract] : NRepositoryUndeployCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.setOffline:(Z)Lnet/thevpc/nuts/spi/NRepositoryUndeployCmd;
NRepositoryUndeployCmd.setRepository ( String p1 ) [abstract] : NRepositoryUndeployCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryUndeployCmd;
NRepositoryUndeployCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NRepositoryUndeployCmd.setSession ( NSession p1 ) [abstract] : NRepositoryUndeployCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryUndeployCmd;
NRepositoryUndeployCmd.setTransitive ( boolean p1 ) [abstract] : NRepositoryUndeployCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.setTransitive:(Z)Lnet/thevpc/nuts/spi/NRepositoryUndeployCmd;
nuts-0.8.4.jar,
NRepositoryURLList.class
package net.thevpc.nuts.spi
NRepositoryURLList.add ( NRepositoryLocation a ) : NRepositoryURLList
net/thevpc/nuts/spi/NRepositoryURLList.add:(Lnet/thevpc/nuts/spi/NRepositoryLocation;)Lnet/thevpc/nuts/spi/NRepositoryURLList;
NRepositoryURLList.addAll ( NRepositoryLocation[ ] all ) : NRepositoryURLList
net/thevpc/nuts/spi/NRepositoryURLList.addAll:([Lnet/thevpc/nuts/spi/NRepositoryLocation;)Lnet/thevpc/nuts/spi/NRepositoryURLList;
NRepositoryURLList.clear ( ) : NRepositoryURLList
net/thevpc/nuts/spi/NRepositoryURLList.clear:()Lnet/thevpc/nuts/spi/NRepositoryURLList;
NRepositoryURLList.containsName ( String name ) : boolean
net/thevpc/nuts/spi/NRepositoryURLList.containsName:(Ljava/lang/String;)Z
NRepositoryURLList.containsSelection ( NRepositoryLocation s ) : boolean
net/thevpc/nuts/spi/NRepositoryURLList.containsSelection:(Lnet/thevpc/nuts/spi/NRepositoryLocation;)Z
NRepositoryURLList.containsURL ( String url ) : boolean
net/thevpc/nuts/spi/NRepositoryURLList.containsURL:(Ljava/lang/String;)Z
NRepositoryURLList.indexOf ( NRepositoryLocation other, int offset ) : int
net/thevpc/nuts/spi/NRepositoryURLList.indexOf:(Lnet/thevpc/nuts/spi/NRepositoryLocation;I)I
NRepositoryURLList.indexOfName ( String name, int offset ) : int
net/thevpc/nuts/spi/NRepositoryURLList.indexOfName:(Ljava/lang/String;I)I
NRepositoryURLList.indexOfNames ( String[ ] names, int offset ) : int
net/thevpc/nuts/spi/NRepositoryURLList.indexOfNames:([Ljava/lang/String;I)I
NRepositoryURLList.indexOfURL ( String url, int offset ) : int
net/thevpc/nuts/spi/NRepositoryURLList.indexOfURL:(Ljava/lang/String;I)I
NRepositoryURLList.NRepositoryURLList ( )
net/thevpc/nuts/spi/NRepositoryURLList."<init>":()V
NRepositoryURLList.NRepositoryURLList ( NRepositoryLocation[ ] all )
net/thevpc/nuts/spi/NRepositoryURLList."<init>":([Lnet/thevpc/nuts/spi/NRepositoryLocation;)V
NRepositoryURLList.removeAt ( int i ) : NRepositoryLocation
net/thevpc/nuts/spi/NRepositoryURLList.removeAt:(I)Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryURLList.toArray ( ) : NRepositoryLocation[ ]
net/thevpc/nuts/spi/NRepositoryURLList.toArray:()[Lnet/thevpc/nuts/spi/NRepositoryLocation;
nuts-0.8.4.jar,
NReservedBootClassLoader.class
package net.thevpc.nuts.reserved.boot
NReservedBootClassLoader.add ( NClassLoaderNode node ) : boolean
net/thevpc/nuts/reserved/boot/NReservedBootClassLoader.add:(Lnet/thevpc/nuts/boot/NClassLoaderNode;)Z
NReservedBootClassLoader.add ( NClassLoaderNode node, boolean deep ) : boolean
net/thevpc/nuts/reserved/boot/NReservedBootClassLoader.add:(Lnet/thevpc/nuts/boot/NClassLoaderNode;Z)Z
NReservedBootClassLoader.contains ( NClassLoaderNode node, boolean deep ) : boolean
net/thevpc/nuts/reserved/boot/NReservedBootClassLoader.contains:(Lnet/thevpc/nuts/boot/NClassLoaderNode;Z)Z
NReservedBootClassLoader.NReservedBootClassLoader ( NClassLoaderNode[ ] urls, ClassLoader parent )
net/thevpc/nuts/reserved/boot/NReservedBootClassLoader."<init>":([Lnet/thevpc/nuts/boot/NClassLoaderNode;Ljava/lang/ClassLoader;)V
NReservedBootClassLoader.search ( NClassLoaderNode node, boolean deep ) : NClassLoaderNode
net/thevpc/nuts/reserved/boot/NReservedBootClassLoader.search:(Lnet/thevpc/nuts/boot/NClassLoaderNode;Z)Lnet/thevpc/nuts/boot/NClassLoaderNode;
NReservedBootClassLoader.toString ( ) : String
net/thevpc/nuts/reserved/boot/NReservedBootClassLoader.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NReservedBootConfigLoader.class
package net.thevpc.nuts.reserved.boot
NReservedBootConfigLoader.asNutsHomeLocationMap ( Map<Object,String> m ) [static] : Map<NHomeLocation,String>
net/thevpc/nuts/reserved/boot/NReservedBootConfigLoader.asNutsHomeLocationMap:(Ljava/util/Map;)Ljava/util/Map;
NReservedBootConfigLoader.asNutsStoreLocationMap ( Map<Object,String> m ) [static] : Map<NStoreType,String>
net/thevpc/nuts/reserved/boot/NReservedBootConfigLoader.asNutsStoreLocationMap:(Ljava/util/Map;)Ljava/util/Map;
NReservedBootConfigLoader.loadBootConfig ( String workspaceLocation, NLog bLog ) [static] : NBootOptionsBuilder
net/thevpc/nuts/reserved/boot/NReservedBootConfigLoader.loadBootConfig:(Ljava/lang/String;Lnet/thevpc/nuts/log/NLog;)Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
NReservedBootConfigLoader.NReservedBootConfigLoader ( )
net/thevpc/nuts/reserved/boot/NReservedBootConfigLoader."<init>":()V
nuts-0.8.4.jar,
NReservedBootConfigLoaderOld.class
package net.thevpc.nuts.reserved.compat
NReservedBootConfigLoaderOld.loadConfigVersion502 ( NBootOptionsBuilder config, Map<String,Object> jsonObject, NLog bLog ) [static] : void
net/thevpc/nuts/reserved/compat/NReservedBootConfigLoaderOld.loadConfigVersion502:(Lnet/thevpc/nuts/boot/NBootOptionsBuilder;Ljava/util/Map;Lnet/thevpc/nuts/log/NLog;)V
NReservedBootConfigLoaderOld.loadConfigVersion506 ( NBootOptionsBuilder config, Map<String,Object> jsonObject, NLog bLog ) [static] : void
net/thevpc/nuts/reserved/compat/NReservedBootConfigLoaderOld.loadConfigVersion506:(Lnet/thevpc/nuts/boot/NBootOptionsBuilder;Ljava/util/Map;Lnet/thevpc/nuts/log/NLog;)V
NReservedBootConfigLoaderOld.loadConfigVersion507 ( NBootOptionsBuilder config, Map<String,Object> jsonObject, NLog bLog ) [static] : void
net/thevpc/nuts/reserved/compat/NReservedBootConfigLoaderOld.loadConfigVersion507:(Lnet/thevpc/nuts/boot/NBootOptionsBuilder;Ljava/util/Map;Lnet/thevpc/nuts/log/NLog;)V
NReservedBootConfigLoaderOld.NReservedBootConfigLoaderOld ( )
net/thevpc/nuts/reserved/compat/NReservedBootConfigLoaderOld."<init>":()V
nuts-0.8.4.jar,
NReservedBootLog.class
package net.thevpc.nuts.reserved.boot
NReservedBootLog.err ( ) : PrintStream
net/thevpc/nuts/reserved/boot/NReservedBootLog.err:()Ljava/io/PrintStream;
NReservedBootLog.err ( String msg, Object... p ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.err:(Ljava/lang/String;[Ljava/lang/Object;)V
NReservedBootLog.errln ( Throwable exception ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.errln:(Ljava/lang/Throwable;)V
NReservedBootLog.isLoggable ( Level lvl ) : boolean
net/thevpc/nuts/reserved/boot/NReservedBootLog.isLoggable:(Ljava/util/logging/Level;)Z
NReservedBootLog.isLoggableFile ( Level lvl ) : boolean
net/thevpc/nuts/reserved/boot/NReservedBootLog.isLoggableFile:(Ljava/util/logging/Level;)Z
NReservedBootLog.isLoggableTerm ( Level lvl ) : boolean
net/thevpc/nuts/reserved/boot/NReservedBootLog.isLoggableTerm:(Ljava/util/logging/Level;)Z
NReservedBootLog.log ( Level lvl, NLogVerb logVerb, NMsg message ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/log/NLogVerb;Lnet/thevpc/nuts/util/NMsg;)V
NReservedBootLog.log ( Level lvl, NLogVerb logVerb, NMsg message, Throwable err ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/log/NLogVerb;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NReservedBootLog.log ( LogRecord record ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.log:(Ljava/util/logging/LogRecord;)V
NReservedBootLog.log ( NSession session, Level level, NLogVerb verb, NMsg msg, Throwable thrown ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.log:(Lnet/thevpc/nuts/NSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/log/NLogVerb;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NReservedBootLog.log ( NSession session, Level level, NLogVerb verb, Supplier<NMsg> msgSupplier, Supplier<Throwable> errorSupplier ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.log:(Lnet/thevpc/nuts/NSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/log/NLogVerb;Ljava/util/function/Supplier;Ljava/util/function/Supplier;)V
NReservedBootLog.NReservedBootLog ( )
net/thevpc/nuts/reserved/boot/NReservedBootLog."<init>":()V
NReservedBootLog.NReservedBootLog ( NWorkspaceTerminalOptions bootTerminal )
net/thevpc/nuts/reserved/boot/NReservedBootLog."<init>":(Lnet/thevpc/nuts/NWorkspaceTerminalOptions;)V
NReservedBootLog.outln ( String msg, Object... p ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.outln:(Ljava/lang/String;[Ljava/lang/Object;)V
NReservedBootLog.readLine ( ) : String
net/thevpc/nuts/reserved/boot/NReservedBootLog.readLine:()Ljava/lang/String;
NReservedBootLog.setOptions ( NWorkspaceOptions options ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.setOptions:(Lnet/thevpc/nuts/NWorkspaceOptions;)V
NReservedBootLog.with ( ) : NLogOp
net/thevpc/nuts/reserved/boot/NReservedBootLog.with:()Lnet/thevpc/nuts/log/NLogOp;
nuts-0.8.4.jar,
NReservedBootRepositoryDB.class
package net.thevpc.nuts.reserved.boot
NReservedBootRepositoryDB.getAllNames ( String name ) : Set<String>
net/thevpc/nuts/reserved/boot/NReservedBootRepositoryDB.getAllNames:(Ljava/lang/String;)Ljava/util/Set;
NReservedBootRepositoryDB.getRepositoryLocationByName ( String name ) : String
net/thevpc/nuts/reserved/boot/NReservedBootRepositoryDB.getRepositoryLocationByName:(Ljava/lang/String;)Ljava/lang/String;
NReservedBootRepositoryDB.getRepositoryNameByLocation ( String location ) : String
net/thevpc/nuts/reserved/boot/NReservedBootRepositoryDB.getRepositoryNameByLocation:(Ljava/lang/String;)Ljava/lang/String;
NReservedBootRepositoryDB.getSupportLevel ( NSupportLevelContext context ) : int
net/thevpc/nuts/reserved/boot/NReservedBootRepositoryDB.getSupportLevel:(Lnet/thevpc/nuts/spi/NSupportLevelContext;)I
NReservedBootRepositoryDB.isDefaultRepositoryName ( String name ) : boolean
net/thevpc/nuts/reserved/boot/NReservedBootRepositoryDB.isDefaultRepositoryName:(Ljava/lang/String;)Z
NReservedBootRepositoryDB.NReservedBootRepositoryDB ( )
net/thevpc/nuts/reserved/boot/NReservedBootRepositoryDB."<init>":()V
nuts-0.8.4.jar,
NReservedBootWorkspaceFactoryComparator.class
package net.thevpc.nuts.reserved.boot
NReservedBootWorkspaceFactoryComparator.compare ( NBootWorkspaceFactory o1, NBootWorkspaceFactory o2 ) : int
net/thevpc/nuts/reserved/boot/NReservedBootWorkspaceFactoryComparator.compare:(Lnet/thevpc/nuts/spi/NBootWorkspaceFactory;Lnet/thevpc/nuts/spi/NBootWorkspaceFactory;)I
NReservedBootWorkspaceFactoryComparator.compare ( Object p1, Object p2 ) : int
net/thevpc/nuts/reserved/boot/NReservedBootWorkspaceFactoryComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
NReservedBootWorkspaceFactoryComparator.NReservedBootWorkspaceFactoryComparator ( NBootOptions options )
net/thevpc/nuts/reserved/boot/NReservedBootWorkspaceFactoryComparator."<init>":(Lnet/thevpc/nuts/boot/NBootOptions;)V
nuts-0.8.4.jar,
NReservedDeleteFilesContext.class
package net.thevpc.nuts.reserved.io
NReservedDeleteFilesContext.accept ( Path p1 ) [abstract] : boolean
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContext.accept:(Ljava/nio/file/Path;)Z
NReservedDeleteFilesContext.ignore ( Path p1 ) [abstract] : void
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContext.ignore:(Ljava/nio/file/Path;)V
NReservedDeleteFilesContext.isForce ( ) [abstract] : boolean
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContext.isForce:()Z
NReservedDeleteFilesContext.setForce ( boolean p1 ) [abstract] : void
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContext.setForce:(Z)V
nuts-0.8.4.jar,
NReservedDeleteFilesContextImpl.class
package net.thevpc.nuts.reserved.io
NReservedDeleteFilesContextImpl.accept ( Path directory ) : boolean
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContextImpl.accept:(Ljava/nio/file/Path;)Z
NReservedDeleteFilesContextImpl.ignore ( Path directory ) : void
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContextImpl.ignore:(Ljava/nio/file/Path;)V
NReservedDeleteFilesContextImpl.isForce ( ) : boolean
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContextImpl.isForce:()Z
NReservedDeleteFilesContextImpl.NReservedDeleteFilesContextImpl ( )
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContextImpl."<init>":()V
NReservedDeleteFilesContextImpl.setForce ( boolean value ) : void
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContextImpl.setForce:(Z)V
nuts-0.8.4.jar,
NReservedErrorInfo.class
package net.thevpc.nuts.reserved.exception
NReservedErrorInfo.getMessage ( ) : String
net/thevpc/nuts/reserved/exception/NReservedErrorInfo.getMessage:()Ljava/lang/String;
NReservedErrorInfo.getNutsId ( ) : NId
net/thevpc/nuts/reserved/exception/NReservedErrorInfo.getNutsId:()Lnet/thevpc/nuts/NId;
NReservedErrorInfo.getRepository ( ) : String
net/thevpc/nuts/reserved/exception/NReservedErrorInfo.getRepository:()Ljava/lang/String;
NReservedErrorInfo.getThrowable ( ) : Throwable
net/thevpc/nuts/reserved/exception/NReservedErrorInfo.getThrowable:()Ljava/lang/Throwable;
NReservedErrorInfo.getUrl ( ) : String
net/thevpc/nuts/reserved/exception/NReservedErrorInfo.getUrl:()Ljava/lang/String;
NReservedErrorInfo.NReservedErrorInfo ( NId nutsId, String repository, String url, String message, Throwable throwable )
net/thevpc/nuts/reserved/exception/NReservedErrorInfo."<init>":(Lnet/thevpc/nuts/NId;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
NReservedErrorInfo.toString ( ) : String
net/thevpc/nuts/reserved/exception/NReservedErrorInfo.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NReservedErrorInfoList.class
package net.thevpc.nuts.reserved.exception
NReservedErrorInfoList.add ( NReservedErrorInfo e ) : void
net/thevpc/nuts/reserved/exception/NReservedErrorInfoList.add:(Lnet/thevpc/nuts/reserved/exception/NReservedErrorInfo;)V
NReservedErrorInfoList.insert ( int pos, NReservedErrorInfo e ) : void
net/thevpc/nuts/reserved/exception/NReservedErrorInfoList.insert:(ILnet/thevpc/nuts/reserved/exception/NReservedErrorInfo;)V
NReservedErrorInfoList.list ( ) : List<NReservedErrorInfo>
net/thevpc/nuts/reserved/exception/NReservedErrorInfoList.list:()Ljava/util/List;
NReservedErrorInfoList.NReservedErrorInfoList ( )
net/thevpc/nuts/reserved/exception/NReservedErrorInfoList."<init>":()V
NReservedErrorInfoList.removeErrorsFor ( NId nutsId ) : void
net/thevpc/nuts/reserved/exception/NReservedErrorInfoList.removeErrorsFor:(Lnet/thevpc/nuts/NId;)V
NReservedErrorInfoList.toString ( ) : String
net/thevpc/nuts/reserved/exception/NReservedErrorInfoList.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NReservedExceptionUtils.class
package net.thevpc.nuts.reserved.exception
NReservedExceptionUtils.NReservedExceptionUtils ( )
net/thevpc/nuts/reserved/exception/NReservedExceptionUtils."<init>":()V
nuts-0.8.4.jar,
NReservedIOUtils.class
package net.thevpc.nuts.reserved.io
NReservedIOUtils.copy ( File ff, File to, NLog bLog ) [static] : void
net/thevpc/nuts/reserved/io/NReservedIOUtils.copy:(Ljava/io/File;Ljava/io/File;Lnet/thevpc/nuts/log/NLog;)V
NReservedIOUtils.copy ( InputStream from, OutputStream to, boolean closeInput, boolean closeOutput ) [static] : long
net/thevpc/nuts/reserved/io/NReservedIOUtils.copy:(Ljava/io/InputStream;Ljava/io/OutputStream;ZZ)J
NReservedIOUtils.copy ( URL url, File to, NLog bLog ) [static] : void
net/thevpc/nuts/reserved/io/NReservedIOUtils.copy:(Ljava/net/URL;Ljava/io/File;Lnet/thevpc/nuts/log/NLog;)V
NReservedIOUtils.createFile ( String parent, String child ) [static] : File
net/thevpc/nuts/reserved/io/NReservedIOUtils.createFile:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;
NReservedIOUtils.deleteAndConfirmAll ( Path[ ] folders, boolean force, NReservedDeleteFilesContext refForceAll, String header, NSession session, NLog bLog, NBootOptions bOptions, Supplier<String> readline ) [static] : long
net/thevpc/nuts/reserved/io/NReservedIOUtils.deleteAndConfirmAll:([Ljava/nio/file/Path;ZLnet/thevpc/nuts/reserved/io/NReservedDeleteFilesContext;Ljava/lang/String;Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/log/NLog;Lnet/thevpc/nuts/boot/NBootOptions;Ljava/util/function/Supplier;)J
NReservedIOUtils.deleteAndConfirmAll ( Path[ ] folders, boolean force, String header, NSession session, NLog bLog, NBootOptions bOptions, Supplier<String> readline ) [static] : long
net/thevpc/nuts/reserved/io/NReservedIOUtils.deleteAndConfirmAll:([Ljava/nio/file/Path;ZLjava/lang/String;Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/log/NLog;Lnet/thevpc/nuts/boot/NBootOptions;Ljava/util/function/Supplier;)J
NReservedIOUtils.deleteStoreLocations ( NBootOptions lastBootOptions, NBootOptions o, boolean includeRoot, NLog bLog, Object[ ] locations, Supplier<String> readline ) [static] : long
net/thevpc/nuts/reserved/io/NReservedIOUtils.deleteStoreLocations:(Lnet/thevpc/nuts/boot/NBootOptions;Lnet/thevpc/nuts/boot/NBootOptions;ZLnet/thevpc/nuts/log/NLog;[Ljava/lang/Object;Ljava/util/function/Supplier;)J
NReservedIOUtils.expandPath ( String path, String base, Function<String,String> pathExpansionConverter ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.expandPath:(Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function;)Ljava/lang/String;
NReservedIOUtils.formatURL ( URL url ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.formatURL:(Ljava/net/URL;)Ljava/lang/String;
NReservedIOUtils.getAbsolutePath ( String path ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.getAbsolutePath:(Ljava/lang/String;)Ljava/lang/String;
NReservedIOUtils.getFileOrDirectoryDigest ( Path p ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.getFileOrDirectoryDigest:(Ljava/nio/file/Path;)Ljava/lang/String;
NReservedIOUtils.getNativePath ( String s ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.getNativePath:(Ljava/lang/String;)Ljava/lang/String;
NReservedIOUtils.getStoreLocationPath ( NBootOptions bOptions, NStoreType value ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.getStoreLocationPath:(Lnet/thevpc/nuts/boot/NBootOptions;Lnet/thevpc/nuts/NStoreType;)Ljava/lang/String;
NReservedIOUtils.getStreamDigest ( InputStream is ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.getStreamDigest:(Ljava/io/InputStream;)Ljava/lang/String;
NReservedIOUtils.getURLDigest ( URL url, NLog bLog ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.getURLDigest:(Ljava/net/URL;Lnet/thevpc/nuts/log/NLog;)Ljava/lang/String;
NReservedIOUtils.isFileAccessible ( Path path, Instant expireTime, NLog bLog ) [static] : boolean
net/thevpc/nuts/reserved/io/NReservedIOUtils.isFileAccessible:(Ljava/nio/file/Path;Ljava/time/Instant;Lnet/thevpc/nuts/log/NLog;)Z
NReservedIOUtils.isURL ( String url ) [static] : boolean
net/thevpc/nuts/reserved/io/NReservedIOUtils.isURL:(Ljava/lang/String;)Z
NReservedIOUtils.loadStream ( InputStream stream, NLog bLog ) [static] : byte[ ]
net/thevpc/nuts/reserved/io/NReservedIOUtils.loadStream:(Ljava/io/InputStream;Lnet/thevpc/nuts/log/NLog;)[B
NReservedIOUtils.loadURLProperties ( Path path, NLog bLog ) [static] : Properties
net/thevpc/nuts/reserved/io/NReservedIOUtils.loadURLProperties:(Ljava/nio/file/Path;Lnet/thevpc/nuts/log/NLog;)Ljava/util/Properties;
NReservedIOUtils.loadURLProperties ( URL url, File cacheFile, boolean useCache, NLog bLog ) [static] : Properties
net/thevpc/nuts/reserved/io/NReservedIOUtils.loadURLProperties:(Ljava/net/URL;Ljava/io/File;ZLnet/thevpc/nuts/log/NLog;)Ljava/util/Properties;
NReservedIOUtils.NReservedIOUtils ( )
net/thevpc/nuts/reserved/io/NReservedIOUtils."<init>":()V
NReservedIOUtils.openStream ( URL url, NLog bLog ) [static] : InputStream
net/thevpc/nuts/reserved/io/NReservedIOUtils.openStream:(Ljava/net/URL;Lnet/thevpc/nuts/log/NLog;)Ljava/io/InputStream;
NReservedIOUtils.preloadStream ( InputStream stream, NLog bLog ) [static] : ByteArrayInputStream
net/thevpc/nuts/reserved/io/NReservedIOUtils.preloadStream:(Ljava/io/InputStream;Lnet/thevpc/nuts/log/NLog;)Ljava/io/ByteArrayInputStream;
NReservedIOUtils.readStringFromFile ( File file ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.readStringFromFile:(Ljava/io/File;)Ljava/lang/String;
NReservedIOUtils.resolveInputStream ( String url, NLog bLog ) [static] : InputStream
net/thevpc/nuts/reserved/io/NReservedIOUtils.resolveInputStream:(Ljava/lang/String;Lnet/thevpc/nuts/log/NLog;)Ljava/io/InputStream;
NReservedIOUtils.toFile ( String url ) [static] : File
net/thevpc/nuts/reserved/io/NReservedIOUtils.toFile:(Ljava/lang/String;)Ljava/io/File;
NReservedIOUtils.toFile ( URL url ) [static] : File
net/thevpc/nuts/reserved/io/NReservedIOUtils.toFile:(Ljava/net/URL;)Ljava/io/File;
nuts-0.8.4.jar,
NReservedJsonParser.class
package net.thevpc.nuts.reserved.parser
NReservedJsonParser.NReservedJsonParser ( Reader r )
net/thevpc/nuts/reserved/parser/NReservedJsonParser."<init>":(Ljava/io/Reader;)V
NReservedJsonParser.parse ( ) : Object
net/thevpc/nuts/reserved/parser/NReservedJsonParser.parse:()Ljava/lang/Object;
NReservedJsonParser.parse ( Path path ) [static] : Map<String,Object>
net/thevpc/nuts/reserved/parser/NReservedJsonParser.parse:(Ljava/nio/file/Path;)Ljava/util/Map;
NReservedJsonParser.parseArray ( ) : List<Object>
net/thevpc/nuts/reserved/parser/NReservedJsonParser.parseArray:()Ljava/util/List;
NReservedJsonParser.parseObject ( ) : Map<String,Object>
net/thevpc/nuts/reserved/parser/NReservedJsonParser.parseObject:()Ljava/util/Map;
nuts-0.8.4.jar,
NReservedLangUtils.class
package net.thevpc.nuts.reserved
NReservedLangUtils.addUniqueNonBlankList ( List<String> list, String... values ) [static] : List<String>
net/thevpc/nuts/reserved/NReservedLangUtils.addUniqueNonBlankList:(Ljava/util/List;[Ljava/lang/String;)Ljava/util/List;
NReservedLangUtils.addUniqueNonBlankList ( List<T> list, Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.addUniqueNonBlankList:(Ljava/util/List;Ljava/util/Collection;)Ljava/util/List;
NReservedLangUtils.copyOrNullList ( Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.copyOrNullList:(Ljava/util/Collection;)Ljava/util/List;
NReservedLangUtils.findClassLoaderJar ( NId id, URL[ ] urls ) [static] : URL
net/thevpc/nuts/reserved/NReservedLangUtils.findClassLoaderJar:(Lnet/thevpc/nuts/NId;[Ljava/net/URL;)Ljava/net/URL;
NReservedLangUtils.findThrowable ( Throwable th, Class<T> type, Predicate<Throwable> filter ) [static] : NOptional<T>
net/thevpc/nuts/reserved/NReservedLangUtils.findThrowable:(Ljava/lang/Throwable;Ljava/lang/Class;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NOptional;
NReservedLangUtils.firstIndexOf ( String string, char[ ] chars ) [static] : int
net/thevpc/nuts/reserved/NReservedLangUtils.firstIndexOf:(Ljava/lang/String;[C)I
NReservedLangUtils.getErrorMessage ( Throwable ex ) [static] : String
net/thevpc/nuts/reserved/NReservedLangUtils.getErrorMessage:(Ljava/lang/Throwable;)Ljava/lang/String;
NReservedLangUtils.inputString ( String message, String title, Supplier<String> in, NLog bLog ) [static] : String
net/thevpc/nuts/reserved/NReservedLangUtils.inputString:(Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Supplier;Lnet/thevpc/nuts/log/NLog;)Ljava/lang/String;
NReservedLangUtils.isGraphicalDesktopEnvironment ( ) [static] : boolean
net/thevpc/nuts/reserved/NReservedLangUtils.isGraphicalDesktopEnvironment:()Z
NReservedLangUtils.isLoadedClassPath ( URL url, ClassLoader contextClassLoader, NLog bLog ) [static] : boolean
net/thevpc/nuts/reserved/NReservedLangUtils.isLoadedClassPath:(Ljava/net/URL;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/log/NLog;)Z
NReservedLangUtils.joinAndTrimToNull ( List<String> args ) [static] : String
net/thevpc/nuts/reserved/NReservedLangUtils.joinAndTrimToNull:(Ljava/util/List;)Ljava/lang/String;
NReservedLangUtils.nonBlankSet ( Collection<T> other ) [static] : Set<T>
net/thevpc/nuts/reserved/NReservedLangUtils.nonBlankSet:(Ljava/util/Collection;)Ljava/util/Set;
NReservedLangUtils.nonNullList ( Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.nonNullList:(Ljava/util/Collection;)Ljava/util/List;
NReservedLangUtils.nonNullListFromArray ( T[ ] other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.nonNullListFromArray:([Ljava/lang/Object;)Ljava/util/List;
NReservedLangUtils.nonNullMap ( Map<T,V> other ) [static] : Map<T,V>
net/thevpc/nuts/reserved/NReservedLangUtils.nonNullMap:(Ljava/util/Map;)Ljava/util/Map;
NReservedLangUtils.nonNullSet ( Collection<T> other ) [static] : Set<T>
net/thevpc/nuts/reserved/NReservedLangUtils.nonNullSet:(Ljava/util/Collection;)Ljava/util/Set;
NReservedLangUtils.NReservedLangUtils ( )
net/thevpc/nuts/reserved/NReservedLangUtils."<init>":()V
NReservedLangUtils.parseAndTrimToDistinctList ( String s ) [static] : List<String>
net/thevpc/nuts/reserved/NReservedLangUtils.parseAndTrimToDistinctList:(Ljava/lang/String;)Ljava/util/List;
NReservedLangUtils.parseFileSizeInBytes ( String value, Integer defaultMultiplier ) [static] : NOptional<Integer>
net/thevpc/nuts/reserved/NReservedLangUtils.parseFileSizeInBytes:(Ljava/lang/String;Ljava/lang/Integer;)Lnet/thevpc/nuts/util/NOptional;
NReservedLangUtils.resolveClasspathURLs ( ClassLoader contextClassLoader, boolean includeClassPath ) [static] : URL[ ]
net/thevpc/nuts/reserved/NReservedLangUtils.resolveClasspathURLs:(Ljava/lang/ClassLoader;Z)[Ljava/net/URL;
NReservedLangUtils.resolveClassWorldURLs ( NClassLoaderNode[ ] nodes, ClassLoader contextClassLoader, NLog bLog ) [static] : URL[ ]
net/thevpc/nuts/reserved/NReservedLangUtils.resolveClassWorldURLs:([Lnet/thevpc/nuts/boot/NClassLoaderNode;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/log/NLog;)[Ljava/net/URL;
NReservedLangUtils.set ( Collection<T> other ) [static] : Set<T>
net/thevpc/nuts/reserved/NReservedLangUtils.set:(Ljava/util/Collection;)Ljava/util/Set;
NReservedLangUtils.showMessage ( String message, String title, NLog bLog ) [static] : void
net/thevpc/nuts/reserved/NReservedLangUtils.showMessage:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/log/NLog;)V
NReservedLangUtils.splitDefault ( String str ) [static] : List<String>
net/thevpc/nuts/reserved/NReservedLangUtils.splitDefault:(Ljava/lang/String;)Ljava/util/List;
NReservedLangUtils.stacktrace ( Throwable th ) [static] : String
net/thevpc/nuts/reserved/NReservedLangUtils.stacktrace:(Ljava/lang/Throwable;)Ljava/lang/String;
NReservedLangUtils.stacktraceToArray ( Throwable th ) [static] : String[ ]
net/thevpc/nuts/reserved/NReservedLangUtils.stacktraceToArray:(Ljava/lang/Throwable;)[Ljava/lang/String;
NReservedLangUtils.uniqueList ( Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.uniqueList:(Ljava/util/Collection;)Ljava/util/List;
NReservedLangUtils.uniqueNonBlankList ( Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.uniqueNonBlankList:(Ljava/util/Collection;)Ljava/util/List;
NReservedLangUtils.unmodifiableList ( Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.unmodifiableList:(Ljava/util/Collection;)Ljava/util/List;
NReservedLangUtils.unmodifiableMap ( Map<T,V> other ) [static] : Map<T,V>
net/thevpc/nuts/reserved/NReservedLangUtils.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
NReservedLangUtils.unmodifiableOrNullList ( Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.unmodifiableOrNullList:(Ljava/util/Collection;)Ljava/util/List;
NReservedLangUtils.unmodifiableOrNullMap ( Map<T,V> other ) [static] : Map<T,V>
net/thevpc/nuts/reserved/NReservedLangUtils.unmodifiableOrNullMap:(Ljava/util/Map;)Ljava/util/Map;
NReservedLangUtils.unmodifiableOrNullSet ( Collection<T> other ) [static] : Set<T>
net/thevpc/nuts/reserved/NReservedLangUtils.unmodifiableOrNullSet:(Ljava/util/Collection;)Ljava/util/Set;
NReservedLangUtils.unmodifiableUniqueList ( Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.unmodifiableUniqueList:(Ljava/util/Collection;)Ljava/util/List;
nuts-0.8.4.jar,
NReservedMavenUtils.class
package net.thevpc.nuts.reserved
NReservedMavenUtils.getBootCacheJar ( NId vid, NRepositoryLocation[ ] repositories, NRepositoryLocation cacheFolder, boolean useCache, String name, Instant expire, NReservedErrorInfoList errorList, NBootOptions bOptions, Function<String,String> pathExpansionConverter, NLog bLog, NBootCache cache ) [static] : File
net/thevpc/nuts/reserved/NReservedMavenUtils.getBootCacheJar:(Lnet/thevpc/nuts/NId;[Lnet/thevpc/nuts/spi/NRepositoryLocation;Lnet/thevpc/nuts/spi/NRepositoryLocation;ZLjava/lang/String;Ljava/time/Instant;Lnet/thevpc/nuts/reserved/exception/NReservedErrorInfoList;Lnet/thevpc/nuts/boot/NBootOptions;Ljava/util/function/Function;Lnet/thevpc/nuts/log/NLog;Lnet/thevpc/nuts/boot/NBootCache;)Ljava/io/File;
NReservedMavenUtils.getFileName ( NId id, String ext ) [static] : String
net/thevpc/nuts/reserved/NReservedMavenUtils.getFileName:(Lnet/thevpc/nuts/NId;Ljava/lang/String;)Ljava/lang/String;
NReservedMavenUtils.getPathFile ( NId id, String name ) [static] : String
net/thevpc/nuts/reserved/NReservedMavenUtils.getPathFile:(Lnet/thevpc/nuts/NId;Ljava/lang/String;)Ljava/lang/String;
NReservedMavenUtils.isMavenSettingsRepo ( NRepositoryLocation loc ) [static] : boolean
net/thevpc/nuts/reserved/NReservedMavenUtils.isMavenSettingsRepo:(Lnet/thevpc/nuts/spi/NRepositoryLocation;)Z
NReservedMavenUtils.loadDependenciesFromId ( NId rid, NLog bLog, Collection<NRepositoryLocation> repos, NBootCache cache ) [static] : Set<NId>
net/thevpc/nuts/reserved/NReservedMavenUtils.loadDependenciesFromId:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/log/NLog;Ljava/util/Collection;Lnet/thevpc/nuts/boot/NBootCache;)Ljava/util/Set;
NReservedMavenUtils.loadDependenciesFromNutsUrl ( String url, NLog bLog ) [static] : Set<NId>
net/thevpc/nuts/reserved/NReservedMavenUtils.loadDependenciesFromNutsUrl:(Ljava/lang/String;Lnet/thevpc/nuts/log/NLog;)Ljava/util/Set;
NReservedMavenUtils.NReservedMavenUtils ( )
net/thevpc/nuts/reserved/NReservedMavenUtils."<init>":()V
NReservedMavenUtils.resolveJarIds ( URL url ) [static] : NId[ ]
net/thevpc/nuts/reserved/NReservedMavenUtils.resolveJarIds:(Ljava/net/URL;)[Lnet/thevpc/nuts/NId;
NReservedMavenUtils.resolveLatestMavenId ( NId zId, Predicate<NVersion> filter, NLog bLog, Collection<NRepositoryLocation> bootRepositories, NBootOptionsBuilder options ) [static] : NId
net/thevpc/nuts/reserved/NReservedMavenUtils.resolveLatestMavenId:(Lnet/thevpc/nuts/NId;Ljava/util/function/Predicate;Lnet/thevpc/nuts/log/NLog;Ljava/util/Collection;Lnet/thevpc/nuts/boot/NBootOptionsBuilder;)Lnet/thevpc/nuts/NId;
NReservedMavenUtils.resolveMavenFullPath ( NRepositoryLocation repo, NId nutsId, String ext ) [static] : String
net/thevpc/nuts/reserved/NReservedMavenUtils.resolveMavenFullPath:(Lnet/thevpc/nuts/spi/NRepositoryLocation;Lnet/thevpc/nuts/NId;Ljava/lang/String;)Ljava/lang/String;
NReservedMavenUtils.resolveNutsApiPomPattern ( String propName, NLog bLog ) [static] : String
net/thevpc/nuts/reserved/NReservedMavenUtils.resolveNutsApiPomPattern:(Ljava/lang/String;Lnet/thevpc/nuts/log/NLog;)Ljava/lang/String;
NReservedMavenUtils.resolveNutsApiVersionFromClassPath ( NLog bLog ) [static] : String
net/thevpc/nuts/reserved/NReservedMavenUtils.resolveNutsApiVersionFromClassPath:(Lnet/thevpc/nuts/log/NLog;)Ljava/lang/String;
NReservedMavenUtils.resolveOrDownloadJar ( NId nutsId, NRepositoryLocation[ ] repositories, NRepositoryLocation cacheFolder, NLog bLog, boolean includeDesc, Instant expire, NReservedErrorInfoList errors ) [static] : File
net/thevpc/nuts/reserved/NReservedMavenUtils.resolveOrDownloadJar:(Lnet/thevpc/nuts/NId;[Lnet/thevpc/nuts/spi/NRepositoryLocation;Lnet/thevpc/nuts/spi/NRepositoryLocation;Lnet/thevpc/nuts/log/NLog;ZLjava/time/Instant;Lnet/thevpc/nuts/reserved/exception/NReservedErrorInfoList;)Ljava/io/File;
NReservedMavenUtils.resolvePomTagValues ( String[ ] propNames, File file ) [static] : Map<String,String>
net/thevpc/nuts/reserved/NReservedMavenUtils.resolvePomTagValues:([Ljava/lang/String;Ljava/io/File;)Ljava/util/Map;
NReservedMavenUtils.resolvePomTagValues ( String[ ] propNames, InputStream is ) [static] : Map<String,String>
net/thevpc/nuts/reserved/NReservedMavenUtils.resolvePomTagValues:([Ljava/lang/String;Ljava/io/InputStream;)Ljava/util/Map;
NReservedMavenUtils.toMavenPath ( NId nutsId ) [static] : String
net/thevpc/nuts/reserved/NReservedMavenUtils.toMavenPath:(Lnet/thevpc/nuts/NId;)Ljava/lang/String;
nuts-0.8.4.jar,
NReservedMonitoredURLInputStream.class
package net.thevpc.nuts.reserved.io
NReservedMonitoredURLInputStream.close ( ) : void
net/thevpc/nuts/reserved/io/NReservedMonitoredURLInputStream.close:()V
NReservedMonitoredURLInputStream.of ( URL url, NLog log ) [static] : NReservedMonitoredURLInputStream
net/thevpc/nuts/reserved/io/NReservedMonitoredURLInputStream.of:(Ljava/net/URL;Lnet/thevpc/nuts/log/NLog;)Lnet/thevpc/nuts/reserved/io/NReservedMonitoredURLInputStream;
NReservedMonitoredURLInputStream.read ( ) : int
net/thevpc/nuts/reserved/io/NReservedMonitoredURLInputStream.read:()I
NReservedMonitoredURLInputStream.read ( byte[ ] b, int off, int len ) : int
net/thevpc/nuts/reserved/io/NReservedMonitoredURLInputStream.read:([BII)I
NReservedMonitoredURLInputStream.skip ( long n ) : long
net/thevpc/nuts/reserved/io/NReservedMonitoredURLInputStream.skip:(J)J
nuts-0.8.4.jar,
NReservedOptionalEmpty.class
package net.thevpc.nuts.reserved.optional
NReservedOptionalEmpty<T>.clone ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.clone:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalEmpty<T>.clone ( ) : Object
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.clone:()Ljava/lang/Object;
NReservedOptionalEmpty<T>.get ( Function<NSession,NMsg> message, NSession session ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.get:(Ljava/util/function/Function;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReservedOptionalEmpty<T>.get ( NSession session ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.get:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReservedOptionalEmpty<T>.get ( Supplier<NMsg> message ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.get:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NReservedOptionalEmpty<T>.getError ( ) : Throwable
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.getError:()Ljava/lang/Throwable;
NReservedOptionalEmpty<T>.getMessage ( ) : Function<NSession,NMsg>
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.getMessage:()Ljava/util/function/Function;
NReservedOptionalEmpty<T>.getType ( ) : NOptionalType
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.getType:()Lnet/thevpc/nuts/util/NOptionalType;
NReservedOptionalEmpty<T>.ifBlankEmpty ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.ifBlankEmpty:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalEmpty<T>.isBlank ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.isBlank:()Z
NReservedOptionalEmpty<T>.isEmpty ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.isEmpty:()Z
NReservedOptionalEmpty<T>.isError ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.isError:()Z
NReservedOptionalEmpty<T>.isNotPresent ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.isNotPresent:()Z
NReservedOptionalEmpty<T>.isNull ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.isNull:()Z
NReservedOptionalEmpty<T>.isPresent ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.isPresent:()Z
NReservedOptionalEmpty<T>.NReservedOptionalEmpty<T> ( Function<NSession,NMsg> message )
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty."<init>":(Ljava/util/function/Function;)V
NReservedOptionalEmpty<T>.then ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.then:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalEmpty<T>.throwError ( Function<NSession,NMsg> message, NSession session, Function<NSession,NMsg> message0 ) : void
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.throwError:(Ljava/util/function/Function;Lnet/thevpc/nuts/NSession;Ljava/util/function/Function;)V
NReservedOptionalEmpty<T>.toString ( ) : String
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NReservedOptionalError.class
package net.thevpc.nuts.reserved.optional
NReservedOptionalError<T>.clone ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalError.clone:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalError<T>.clone ( ) : Object
net/thevpc/nuts/reserved/optional/NReservedOptionalError.clone:()Ljava/lang/Object;
NReservedOptionalError<T>.get ( Function<NSession,NMsg> message, NSession session ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalError.get:(Ljava/util/function/Function;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReservedOptionalError<T>.get ( NSession session ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalError.get:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReservedOptionalError<T>.get ( Supplier<NMsg> message ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalError.get:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NReservedOptionalError<T>.getError ( ) : Throwable
net/thevpc/nuts/reserved/optional/NReservedOptionalError.getError:()Ljava/lang/Throwable;
NReservedOptionalError<T>.getMessage ( ) : Function<NSession,NMsg>
net/thevpc/nuts/reserved/optional/NReservedOptionalError.getMessage:()Ljava/util/function/Function;
NReservedOptionalError<T>.getType ( ) : NOptionalType
net/thevpc/nuts/reserved/optional/NReservedOptionalError.getType:()Lnet/thevpc/nuts/util/NOptionalType;
NReservedOptionalError<T>.ifBlankEmpty ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalError.ifBlankEmpty:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalError<T>.isBlank ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalError.isBlank:()Z
NReservedOptionalError<T>.isEmpty ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalError.isEmpty:()Z
NReservedOptionalError<T>.isError ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalError.isError:()Z
NReservedOptionalError<T>.isNotPresent ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalError.isNotPresent:()Z
NReservedOptionalError<T>.isPresent ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalError.isPresent:()Z
NReservedOptionalError<T>.NReservedOptionalError<T> ( Function<NSession,NMsg> message, Throwable error )
net/thevpc/nuts/reserved/optional/NReservedOptionalError."<init>":(Ljava/util/function/Function;Ljava/lang/Throwable;)V
NReservedOptionalError<T>.then ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalError.then:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalError<T>.throwError ( Function<NSession,NMsg> message, NSession session, Function<NSession,NMsg> message0 ) : void
net/thevpc/nuts/reserved/optional/NReservedOptionalError.throwError:(Ljava/util/function/Function;Lnet/thevpc/nuts/NSession;Ljava/util/function/Function;)V
NReservedOptionalError<T>.toString ( ) : String
net/thevpc/nuts/reserved/optional/NReservedOptionalError.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NReservedOptionalImpl.class
package net.thevpc.nuts.reserved.optional
NReservedOptionalImpl<T>.filter ( NMessagedPredicate<T> predicate ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.filter:(Lnet/thevpc/nuts/NMessagedPredicate;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.filter ( Predicate<T> predicate ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.filter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.filter ( Predicate<T> predicate, Function<NSession,NMsg> message ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.filter:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.flatMap ( Function<T,NOptional<V>> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.flatMap:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.get ( ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.get:()Ljava/lang/Object;
NReservedOptionalImpl<T>.getSession ( ) : NSession
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.getSession:()Lnet/thevpc/nuts/NSession;
NReservedOptionalImpl<T>.ifBlank ( T other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifBlank:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifBlankEmpty ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifBlankEmpty:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifBlankEmpty ( Function<NSession,NMsg> emptyMessage ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifBlankEmpty:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifBlankUse ( Supplier<NOptional<T>> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifBlankUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifEmpty ( T other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifEmpty:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifEmptyGet ( Supplier<?> other ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifEmptyGet:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NReservedOptionalImpl<T>.ifEmptyNull ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifEmptyNull:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifEmptyOf ( Supplier<T> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifEmptyOf:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifEmptyOfNullable ( Supplier<T> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifEmptyOfNullable:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifEmptyUse ( Supplier<NOptional<T>> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifEmptyUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifError ( T other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifError:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifErrorNull ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifErrorNull:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifErrorUse ( Supplier<NOptional<T>> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifErrorUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifNullEmpty ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifNullEmpty:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifNullUse ( Supplier<NOptional<T>> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifNullUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifPresent ( Consumer<T> t ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifPresent:(Ljava/util/function/Consumer;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.isDefault ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.isDefault:()Z
NReservedOptionalImpl<T>.isNotPresent ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.isNotPresent:()Z
NReservedOptionalImpl<T>.map ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.map:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIf ( Predicate<T> predicate, Function<T,T> trueExpr ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIf:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIf ( Predicate<T> predicate, Function<T,V> trueExpr, Function<T,V> falseExpr ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIf:(Ljava/util/function/Predicate;Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIfDefault ( Function<T,T> mapper ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIfDefault:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIfNotBlank ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIfNotBlank:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIfNotDefault ( Function<T,T> mapper ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIfNotDefault:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIfNotEmpty ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIfNotEmpty:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIfNotError ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIfNotError:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIfNotNull ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIfNotNull:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIfPresent ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIfPresent:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.NReservedOptionalImpl<T> ( )
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl."<init>":()V
NReservedOptionalImpl<T>.orElse ( T other ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
NReservedOptionalImpl<T>.orElseGet ( Supplier<?> other ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.orElseGet:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NReservedOptionalImpl<T>.orElseOf ( Supplier<T> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.orElseOf:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.orElseOfNullable ( Supplier<T> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.orElseOfNullable:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.orElseThrow ( Supplier<?> exceptionSupplier ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.orElseThrow:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NReservedOptionalImpl<T>.orElseUse ( Supplier<NOptional<T>> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.orElseUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.orNull ( ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.orNull:()Ljava/lang/Object;
NReservedOptionalImpl<T>.setSession ( NSession session ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.then ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.then:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NReservedOptionalThrowable.class
package net.thevpc.nuts.reserved.optional
NReservedOptionalThrowable<T>.clone ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.clone:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalThrowable<T>.clone ( ) : Object
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.clone:()Ljava/lang/Object;
NReservedOptionalThrowable<T>.isNull ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.isNull:()Z
NReservedOptionalThrowable<T>.NReservedOptionalThrowable<T> ( )
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable."<init>":()V
NReservedOptionalThrowable<T>.orDefault ( ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.orDefault:()Ljava/lang/Object;
NReservedOptionalThrowable<T>.orDefaultOptional ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.orDefaultOptional:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalThrowable<T>.prepareMessage ( NMsg m ) : NMsg
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.prepareMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NMsg;
NReservedOptionalThrowable<T>.withDefault ( Supplier<T> value ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.withDefault:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalThrowable<T>.withDefault ( T value ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.withDefault:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalThrowable<T>.withDefaultOptional ( Supplier<NOptional<T>> value ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.withDefaultOptional:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalThrowable<T>.withoutDefault ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.withoutDefault:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NReservedOptionalValid.class
package net.thevpc.nuts.reserved.optional
NReservedOptionalValid<T>.get ( Function<NSession,NMsg> message, NSession session ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.get:(Ljava/util/function/Function;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReservedOptionalValid<T>.get ( Supplier<NMsg> message ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.get:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NReservedOptionalValid<T>.getError ( ) : Throwable
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.getError:()Ljava/lang/Throwable;
NReservedOptionalValid<T>.getMessage ( ) : Function<NSession,NMsg>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.getMessage:()Ljava/util/function/Function;
NReservedOptionalValid<T>.getType ( ) : NOptionalType
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.getType:()Lnet/thevpc/nuts/util/NOptionalType;
NReservedOptionalValid<T>.ifBlankEmpty ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.ifBlankEmpty:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalValid<T>.isBlank ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.isBlank:()Z
NReservedOptionalValid<T>.isEmpty ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.isEmpty:()Z
NReservedOptionalValid<T>.isError ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.isError:()Z
NReservedOptionalValid<T>.isNull ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.isNull:()Z
NReservedOptionalValid<T>.isPresent ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.isPresent:()Z
NReservedOptionalValid<T>.NReservedOptionalValid<T> ( )
net/thevpc/nuts/reserved/optional/NReservedOptionalValid."<init>":()V
NReservedOptionalValid<T>.orDefault ( ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.orDefault:()Ljava/lang/Object;
NReservedOptionalValid<T>.orDefaultOptional ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.orDefaultOptional:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalValid<T>.then ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.then:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalValid<T>.toString ( ) : String
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.toString:()Ljava/lang/String;
NReservedOptionalValid<T>.withDefault ( Supplier<T> value ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.withDefault:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalValid<T>.withDefault ( T value ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.withDefault:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalValid<T>.withDefaultOptional ( Supplier<NOptional<T>> value ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.withDefaultOptional:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalValid<T>.withoutDefault ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.withoutDefault:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NReservedOptionalValidCallable.class
package net.thevpc.nuts.reserved.optional
NReservedOptionalValidCallable<T>.get ( NSession session ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalValidCallable.get:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReservedOptionalValidCallable<T>.NReservedOptionalValidCallable<T> ( NCallable<T> value )
net/thevpc/nuts/reserved/optional/NReservedOptionalValidCallable."<init>":(Lnet/thevpc/nuts/util/NCallable;)V
NReservedOptionalValidCallable<T>.then ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalValidCallable.then:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NReservedOptionalValidValue.class
package net.thevpc.nuts.reserved.optional
NReservedOptionalValidValue<T>.get ( NSession session ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalValidValue.get:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReservedOptionalValidValue<T>.NReservedOptionalValidValue<T> ( T value )
net/thevpc/nuts/reserved/optional/NReservedOptionalValidValue."<init>":(Ljava/lang/Object;)V
nuts-0.8.4.jar,
NReservedPath.class
package net.thevpc.nuts.reserved.io
NReservedPath.getFile ( ) : Path
net/thevpc/nuts/reserved/io/NReservedPath.getFile:()Ljava/nio/file/Path;
NReservedPath.getInputSteam ( NLog log ) : InputStream
net/thevpc/nuts/reserved/io/NReservedPath.getInputSteam:(Lnet/thevpc/nuts/log/NLog;)Ljava/io/InputStream;
NReservedPath.getName ( ) : String
net/thevpc/nuts/reserved/io/NReservedPath.getName:()Ljava/lang/String;
NReservedPath.getPath ( ) : String
net/thevpc/nuts/reserved/io/NReservedPath.getPath:()Ljava/lang/String;
NReservedPath.getUrl ( ) : URL
net/thevpc/nuts/reserved/io/NReservedPath.getUrl:()Ljava/net/URL;
NReservedPath.isRemote ( ) : boolean
net/thevpc/nuts/reserved/io/NReservedPath.isRemote:()Z
NReservedPath.NReservedPath ( Path path )
net/thevpc/nuts/reserved/io/NReservedPath."<init>":(Ljava/nio/file/Path;)V
NReservedPath.NReservedPath ( String path )
net/thevpc/nuts/reserved/io/NReservedPath."<init>":(Ljava/lang/String;)V
NReservedPath.NReservedPath ( URL path )
net/thevpc/nuts/reserved/io/NReservedPath."<init>":(Ljava/net/URL;)V
NReservedPath.readAllBytes ( NLog log ) : byte[ ]
net/thevpc/nuts/reserved/io/NReservedPath.readAllBytes:(Lnet/thevpc/nuts/log/NLog;)[B
NReservedPath.resolve ( String s ) : NReservedPath
net/thevpc/nuts/reserved/io/NReservedPath.resolve:(Ljava/lang/String;)Lnet/thevpc/nuts/reserved/io/NReservedPath;
NReservedPath.toAbsolute ( ) : NReservedPath
net/thevpc/nuts/reserved/io/NReservedPath.toAbsolute:()Lnet/thevpc/nuts/reserved/io/NReservedPath;
NReservedPath.toString ( ) : String
net/thevpc/nuts/reserved/io/NReservedPath.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NReservedSimpleCharQueue.class
package net.thevpc.nuts.reserved.util
NReservedSimpleCharQueue.hasNext ( ) : boolean
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.hasNext:()Z
NReservedSimpleCharQueue.length ( ) : int
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.length:()I
NReservedSimpleCharQueue.NReservedSimpleCharQueue ( char[ ] value )
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue."<init>":([C)V
NReservedSimpleCharQueue.peek ( ) : char
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.peek:()C
NReservedSimpleCharQueue.peek ( int count ) : String
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.peek:(I)Ljava/lang/String;
NReservedSimpleCharQueue.read ( ) : char
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.read:()C
NReservedSimpleCharQueue.read ( int count ) : String
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.read:(I)Ljava/lang/String;
NReservedSimpleCharQueue.readAt ( int index ) : char
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.readAt:(I)C
NReservedSimpleCharQueue.skip ( int count ) : void
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.skip:(I)V
NReservedSimpleCharQueue.toString ( ) : String
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NReservedUtils.class
package net.thevpc.nuts.reserved
NReservedUtils.acceptVersion ( NVersion one, NVersion other ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.acceptVersion:(Lnet/thevpc/nuts/NVersion;Lnet/thevpc/nuts/NVersion;)Z
NReservedUtils.acceptVersion ( NVersionInterval one, NVersion other ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.acceptVersion:(Lnet/thevpc/nuts/NVersionInterval;Lnet/thevpc/nuts/NVersion;)Z
NReservedUtils.coalesce ( Object... all ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.coalesce:([Ljava/lang/Object;)Ljava/lang/String;
NReservedUtils.desc ( Object s ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.desc:(Ljava/lang/Object;)Ljava/lang/String;
NReservedUtils.formatIdArray ( NId[ ] s ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.formatIdArray:([Lnet/thevpc/nuts/NId;)Ljava/lang/String;
NReservedUtils.formatIdList ( List<NId> s ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.formatIdList:(Ljava/util/List;)Ljava/lang/String;
NReservedUtils.formatLogValue ( Object unresolved, Object resolved ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.formatLogValue:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String;
NReservedUtils.formatStringIdArray ( String[ ] s ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.formatStringIdArray:([Ljava/lang/String;)Ljava/lang/String;
NReservedUtils.formatStringIdList ( List<String> s ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.formatStringIdList:(Ljava/util/List;)Ljava/lang/String;
NReservedUtils.getHome ( NStoreType storeFolder, NBootOptions bOptions ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.getHome:(Lnet/thevpc/nuts/NStoreType;Lnet/thevpc/nuts/boot/NBootOptions;)Ljava/lang/String;
NReservedUtils.getIdLongName ( String groupId, String artifactId, NVersion version, String classifier ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.getIdLongName:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;Ljava/lang/String;)Ljava/lang/String;
NReservedUtils.getIdShortName ( String groupId, String artifactId ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.getIdShortName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NReservedUtils.getSysBoolNutsProperty ( String property, boolean defaultValue ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.getSysBoolNutsProperty:(Ljava/lang/String;Z)Z
NReservedUtils.isAcceptCondition ( NEnvCondition cond ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.isAcceptCondition:(Lnet/thevpc/nuts/NEnvCondition;)Z
NReservedUtils.isAcceptDependency ( NDependency s, NBootOptions bOptions ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.isAcceptDependency:(Lnet/thevpc/nuts/NDependency;Lnet/thevpc/nuts/boot/NBootOptions;)Z
NReservedUtils.isActualJavaCommand ( String cmd ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.isActualJavaCommand:(Ljava/lang/String;)Z
NReservedUtils.isActualJavaOptions ( String options ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.isActualJavaOptions:(Ljava/lang/String;)Z
NReservedUtils.isDependencyDefaultScope ( String s1 ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.isDependencyDefaultScope:(Ljava/lang/String;)Z
NReservedUtils.isInfiniteLoopThread ( String className, String methodName ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.isInfiniteLoopThread:(Ljava/lang/String;Ljava/lang/String;)Z
NReservedUtils.isValidWorkspaceName ( String workspace ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.isValidWorkspaceName:(Ljava/lang/String;)Z
NReservedUtils.ndiUndo ( NLog bLog ) [static] : void
net/thevpc/nuts/reserved/NReservedUtils.ndiUndo:(Lnet/thevpc/nuts/log/NLog;)V
NReservedUtils.NReservedUtils ( )
net/thevpc/nuts/reserved/NReservedUtils."<init>":()V
NReservedUtils.parseId ( String nutsId ) [static] : NOptional<NId>
net/thevpc/nuts/reserved/NReservedUtils.parseId:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NReservedUtils.parseIdList ( String s ) [static] : NOptional<List<NId>>
net/thevpc/nuts/reserved/NReservedUtils.parseIdList:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NReservedUtils.parseStringIdList ( String s ) [static] : NOptional<List<String>>
net/thevpc/nuts/reserved/NReservedUtils.parseStringIdList:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NReservedUtils.resolveJavaCommand ( String javaHome ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.resolveJavaCommand:(Ljava/lang/String;)Ljava/lang/String;
NReservedUtils.resolveValidWorkspaceName ( String workspace ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.resolveValidWorkspaceName:(Ljava/lang/String;)Ljava/lang/String;
NReservedUtils.toDependencyExclusionListString ( List<NId> exclusions ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.toDependencyExclusionListString:(Ljava/util/List;)Ljava/lang/String;
NReservedUtils.toMap ( NEnvCondition condition ) [static] : Map<String,String>
net/thevpc/nuts/reserved/NReservedUtils.toMap:(Lnet/thevpc/nuts/NEnvCondition;)Ljava/util/Map;
nuts-0.8.4.jar,
NReservedVersionIntervalParser.class
package net.thevpc.nuts.reserved.parser
NReservedVersionIntervalParser.NReservedVersionIntervalParser ( )
net/thevpc/nuts/reserved/parser/NReservedVersionIntervalParser."<init>":()V
NReservedVersionIntervalParser.parse ( String version ) : NOptional<List<NVersionInterval>>
net/thevpc/nuts/reserved/parser/NReservedVersionIntervalParser.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NReservedWorkspaceOptionsToCmdLineBuilder.class
package net.thevpc.nuts.reserved
NReservedWorkspaceOptionsToCmdLineBuilder.NReservedWorkspaceOptionsToCmdLineBuilder ( NWorkspaceOptionsConfig config, NWorkspaceOptions options )
net/thevpc/nuts/reserved/NReservedWorkspaceOptionsToCmdLineBuilder."<init>":(Lnet/thevpc/nuts/NWorkspaceOptionsConfig;Lnet/thevpc/nuts/NWorkspaceOptions;)V
NReservedWorkspaceOptionsToCmdLineBuilder.toCmdLine ( ) : NCmdLine
net/thevpc/nuts/reserved/NReservedWorkspaceOptionsToCmdLineBuilder.toCmdLine:()Lnet/thevpc/nuts/cmdline/NCmdLine;
nuts-0.8.4.jar,
NRunAs.class
package net.thevpc.nuts
NRunAs.currentUser ( ) [static] : NRunAs
net/thevpc/nuts/NRunAs.currentUser:()Lnet/thevpc/nuts/NRunAs;
NRunAs.equals ( Object o ) : boolean
net/thevpc/nuts/NRunAs.equals:(Ljava/lang/Object;)Z
NRunAs.getMode ( ) : NRunAs.Mode
net/thevpc/nuts/NRunAs.getMode:()Lnet/thevpc/nuts/NRunAs$Mode;
NRunAs.getUser ( ) : String
net/thevpc/nuts/NRunAs.getUser:()Ljava/lang/String;
NRunAs.hashCode ( ) : int
net/thevpc/nuts/NRunAs.hashCode:()I
NRunAs.root ( ) [static] : NRunAs
net/thevpc/nuts/NRunAs.root:()Lnet/thevpc/nuts/NRunAs;
NRunAs.sudo ( ) [static] : NRunAs
net/thevpc/nuts/NRunAs.sudo:()Lnet/thevpc/nuts/NRunAs;
NRunAs.toString ( ) : String
net/thevpc/nuts/NRunAs.toString:()Ljava/lang/String;
NRunAs.user ( String name ) [static] : NRunAs
net/thevpc/nuts/NRunAs.user:(Ljava/lang/String;)Lnet/thevpc/nuts/NRunAs;
nuts-0.8.4.jar,
NRunnable.class
package net.thevpc.nuts.util
NRunnable.of ( Runnable o ) [static] : NRunnable
net/thevpc/nuts/util/NRunnable.of:(Ljava/lang/Runnable;)Lnet/thevpc/nuts/util/NRunnable;
NRunnable.run ( NSession p1 ) [abstract] : void
net/thevpc/nuts/util/NRunnable.run:(Lnet/thevpc/nuts/NSession;)V
NRunnable.withDesc ( NEDesc description ) : NRunnable
net/thevpc/nuts/util/NRunnable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NRunnable;
NRunnable.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NRunnable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NRunnableFromJavaRunnable.class
package net.thevpc.nuts.reserved.util
NRunnableFromJavaRunnable.NRunnableFromJavaRunnable ( Runnable base )
net/thevpc/nuts/reserved/util/NRunnableFromJavaRunnable."<init>":(Ljava/lang/Runnable;)V
NRunnableFromJavaRunnable.run ( NSession session ) : void
net/thevpc/nuts/reserved/util/NRunnableFromJavaRunnable.run:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NRunnableSupport.class
package net.thevpc.nuts
NRunnableSupport.getSupportLevel ( ) [abstract] : int
net/thevpc/nuts/NRunnableSupport.getSupportLevel:()I
NRunnableSupport.invalid ( Function<NSession,NMsg> emptyMessage ) [static] : NRunnableSupport
net/thevpc/nuts/NRunnableSupport.invalid:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NRunnableSupport;
NRunnableSupport.isValid ( ) : boolean
net/thevpc/nuts/NRunnableSupport.isValid:()Z
NRunnableSupport.isValid ( NRunnableSupport s ) [static] : boolean
net/thevpc/nuts/NRunnableSupport.isValid:(Lnet/thevpc/nuts/NRunnableSupport;)Z
NRunnableSupport.of ( int supportLevel, Runnable supplier ) [static] : NRunnableSupport
net/thevpc/nuts/NRunnableSupport.of:(ILjava/lang/Runnable;)Lnet/thevpc/nuts/NRunnableSupport;
NRunnableSupport.of ( int supportLevel, Runnable supplier, Function<NSession,NMsg> emptyMessage ) [static] : NRunnableSupport
net/thevpc/nuts/NRunnableSupport.of:(ILjava/lang/Runnable;Ljava/util/function/Function;)Lnet/thevpc/nuts/NRunnableSupport;
NRunnableSupport.resolve ( Collection<NRunnableSupport> source, Function<NSession,NMsg> emptyMessage ) [static] : NRunnableSupport
net/thevpc/nuts/NRunnableSupport.resolve:(Ljava/util/Collection;Ljava/util/function/Function;)Lnet/thevpc/nuts/NRunnableSupport;
NRunnableSupport.resolve ( Stream<NRunnableSupport> source, Function<NSession,NMsg> emptyMessage ) [static] : NRunnableSupport
net/thevpc/nuts/NRunnableSupport.resolve:(Ljava/util/stream/Stream;Ljava/util/function/Function;)Lnet/thevpc/nuts/NRunnableSupport;
NRunnableSupport.resolveSupplier ( Collection<Supplier<NRunnableSupport>> source, Function<NSession,NMsg> emptyMessage ) [static] : NRunnableSupport
net/thevpc/nuts/NRunnableSupport.resolveSupplier:(Ljava/util/Collection;Ljava/util/function/Function;)Lnet/thevpc/nuts/NRunnableSupport;
NRunnableSupport.resolveSupplier ( Stream<Supplier<NRunnableSupport>> source, Function<NSession,NMsg> emptyMessage ) [static] : NRunnableSupport
net/thevpc/nuts/NRunnableSupport.resolveSupplier:(Ljava/util/stream/Stream;Ljava/util/function/Function;)Lnet/thevpc/nuts/NRunnableSupport;
NRunnableSupport.run ( NSession p1 ) [abstract] : void
net/thevpc/nuts/NRunnableSupport.run:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NRunnableWithDescription.class
package net.thevpc.nuts.reserved.util
NRunnableWithDescription.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NRunnableWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NRunnableWithDescription.NRunnableWithDescription ( NRunnable base, NEDesc nfo )
net/thevpc/nuts/reserved/util/NRunnableWithDescription."<init>":(Lnet/thevpc/nuts/util/NRunnable;Lnet/thevpc/nuts/elem/NEDesc;)V
NRunnableWithDescription.run ( NSession session ) : void
net/thevpc/nuts/reserved/util/NRunnableWithDescription.run:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NScheduler.class
package net.thevpc.nuts.concurrent
NScheduler.executorService ( ) [abstract] : ExecutorService
net/thevpc/nuts/concurrent/NScheduler.executorService:()Ljava/util/concurrent/ExecutorService;
NScheduler.of ( NSession session ) [static] : NScheduler
net/thevpc/nuts/concurrent/NScheduler.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/concurrent/NScheduler;
nuts-0.8.4.jar,
NScopeType.class
package net.thevpc.nuts.spi
NScopeType.id ( ) : String
net/thevpc/nuts/spi/NScopeType.id:()Ljava/lang/String;
NScopeType.parse ( String value ) [static] : NOptional<NScopeType>
net/thevpc/nuts/spi/NScopeType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NScopeType.valueOf ( String name ) [static] : NScopeType
net/thevpc/nuts/spi/NScopeType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NScopeType;
NScopeType.values ( ) [static] : NScopeType[ ]
net/thevpc/nuts/spi/NScopeType.values:()[Lnet/thevpc/nuts/spi/NScopeType;
nuts-0.8.4.jar,
NSearchCmd.class
package net.thevpc.nuts
NSearchCmd.addArch ( Collection<String> p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addArch:(Ljava/util/Collection;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addArch ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addArch ( String... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addId ( NId p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addId ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addIds ( NId... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addIds ( String... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addLockedId ( NId p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addLockedId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addLockedId ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addLockedIds ( List<NId> p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addLockedIds:(Ljava/util/List;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addLockedIds ( NId... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addLockedIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addLockedIds ( String... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addPackaging ( Collection<String> p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addPackaging:(Ljava/util/Collection;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addPackaging ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addPackaging ( String... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addPackaging:([Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addRepositoryFilter ( NRepositoryFilter p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addRepositoryFilter:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addScope ( NDependencyScope p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addScope ( NDependencyScopePattern p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addScope:(Lnet/thevpc/nuts/NDependencyScopePattern;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addScopes ( NDependencyScope... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addScopes:([Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addScopes ( NDependencyScopePattern... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addScopes:([Lnet/thevpc/nuts/NDependencyScopePattern;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addScript ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addScript:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addScripts ( Collection<String> p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addScripts:(Ljava/util/Collection;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addScripts ( String... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addScripts:([Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.clearArch ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.clearArch:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.clearIds ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.clearIds:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.clearLockedIds ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.clearLockedIds:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.clearPackaging ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.clearPackaging:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.clearScopes ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.clearScopes:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.clearScripts ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.clearScripts:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.configure ( boolean p1, String... p2 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NSearchCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NSearchCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NSearchCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NSearchCmd.content ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.content:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.copy ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.copy:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NSearchCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NSearchCmd.copySession ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.copySession:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.dependencies ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.dependencies:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.distinct ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.distinct:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.effective ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.effective:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.failFast ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.failFast:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.getArch ( ) [abstract] : List<String>
net/thevpc/nuts/NSearchCmd.getArch:()Ljava/util/List;
NSearchCmd.getComparator ( ) [abstract] : NComparator<?>
net/thevpc/nuts/NSearchCmd.getComparator:()Lnet/thevpc/nuts/util/NComparator;
NSearchCmd.getDefaultVersions ( ) [abstract] : Boolean
net/thevpc/nuts/NSearchCmd.getDefaultVersions:()Ljava/lang/Boolean;
NSearchCmd.getDependencyFilter ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NSearchCmd.getDependencyFilter:()Lnet/thevpc/nuts/NDependencyFilter;
NSearchCmd.getDescriptorFilter ( ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NSearchCmd.getDescriptorFilter:()Lnet/thevpc/nuts/NDescriptorFilter;
NSearchCmd.getIdFilter ( ) [abstract] : NIdFilter
net/thevpc/nuts/NSearchCmd.getIdFilter:()Lnet/thevpc/nuts/NIdFilter;
NSearchCmd.getIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NSearchCmd.getIds:()Ljava/util/List;
NSearchCmd.getInstallStatus ( ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NSearchCmd.getInstallStatus:()Lnet/thevpc/nuts/NInstallStatusFilter;
NSearchCmd.getLockedIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NSearchCmd.getLockedIds:()Ljava/util/List;
NSearchCmd.getOptional ( ) [abstract] : Boolean
net/thevpc/nuts/NSearchCmd.getOptional:()Ljava/lang/Boolean;
NSearchCmd.getPackaging ( ) [abstract] : List<String>
net/thevpc/nuts/NSearchCmd.getPackaging:()Ljava/util/List;
NSearchCmd.getRepositoryFilter ( ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NSearchCmd.getRepositoryFilter:()Lnet/thevpc/nuts/NRepositoryFilter;
NSearchCmd.getResultArch ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultArch:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NSearchCmd.getResultClassLoader:()Ljava/lang/ClassLoader;
NSearchCmd.getResultClassLoader ( ClassLoader p1 ) [abstract] : ClassLoader
net/thevpc/nuts/NSearchCmd.getResultClassLoader:(Ljava/lang/ClassLoader;)Ljava/lang/ClassLoader;
NSearchCmd.getResultClassPath ( ) [abstract] : String
net/thevpc/nuts/NSearchCmd.getResultClassPath:()Ljava/lang/String;
NSearchCmd.getResultDefinitions ( ) [abstract] : NStream<NDefinition>
net/thevpc/nuts/NSearchCmd.getResultDefinitions:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultDependencies ( ) [abstract] : NStream<NDependencies>
net/thevpc/nuts/NSearchCmd.getResultDependencies:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultDescriptors ( ) [abstract] : NStream<NDescriptor>
net/thevpc/nuts/NSearchCmd.getResultDescriptors:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultDesktopEnvironment ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultDesktopEnvironment:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultExecutionEntries ( ) [abstract] : NStream<NExecutionEntry>
net/thevpc/nuts/NSearchCmd.getResultExecutionEntries:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultIds ( ) [abstract] : NStream<NId>
net/thevpc/nuts/NSearchCmd.getResultIds:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultInlineDependencies ( ) [abstract] : NStream<NDependency>
net/thevpc/nuts/NSearchCmd.getResultInlineDependencies:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultInstallDates ( ) [abstract] : NStream<Instant>
net/thevpc/nuts/NSearchCmd.getResultInstallDates:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultInstallFolders ( ) [abstract] : NStream<NPath>
net/thevpc/nuts/NSearchCmd.getResultInstallFolders:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultInstallUsers ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultInstallUsers:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultNames ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultNames:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultNutsPath ( ) [abstract] : String
net/thevpc/nuts/NSearchCmd.getResultNutsPath:()Ljava/lang/String;
NSearchCmd.getResultOs ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultOs:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultOsDist ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultOsDist:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultPackaging ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultPackaging:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultPathNames ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultPathNames:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultPaths ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultPaths:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultPlatform ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultPlatform:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultProfile ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultProfile:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultQueryPlan ( ) [abstract] : NElement
net/thevpc/nuts/NSearchCmd.getResultQueryPlan:()Lnet/thevpc/nuts/elem/NElement;
NSearchCmd.getResultStoreLocations ( NStoreType p1 ) [abstract] : NStream<NPath>
net/thevpc/nuts/NSearchCmd.getResultStoreLocations:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultStrings ( String[ ] p1 ) [abstract] : NStream<String[ ]>
net/thevpc/nuts/NSearchCmd.getResultStrings:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getScope ( ) [abstract] : Set<NDependencyScope>
net/thevpc/nuts/NSearchCmd.getScope:()Ljava/util/Set;
NSearchCmd.getScripts ( ) [abstract] : List<String>
net/thevpc/nuts/NSearchCmd.getScripts:()Ljava/util/List;
NSearchCmd.getTargetApiVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NSearchCmd.getTargetApiVersion:()Lnet/thevpc/nuts/NVersion;
NSearchCmd.isApplication ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isApplication:()Z
NSearchCmd.isBasePackage ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isBasePackage:()Z
NSearchCmd.isCompanion ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isCompanion:()Z
NSearchCmd.isContent ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isContent:()Z
NSearchCmd.isDependencies ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isDependencies:()Z
NSearchCmd.isDistinct ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isDistinct:()Z
NSearchCmd.isEffective ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isEffective:()Z
NSearchCmd.isExec ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isExec:()Z
NSearchCmd.isExtension ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isExtension:()Z
NSearchCmd.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isFailFast:()Z
NSearchCmd.isInlineDependencies ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isInlineDependencies:()Z
NSearchCmd.isLatest ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isLatest:()Z
NSearchCmd.isLib ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isLib:()Z
NSearchCmd.isRuntime ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isRuntime:()Z
NSearchCmd.isSorted ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isSorted:()Z
NSearchCmd.latest ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.latest:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.of ( NSession session ) [static] : NSearchCmd
net/thevpc/nuts/NSearchCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeArch ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeId ( NId p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeId ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeLockedId ( NId p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeLockedId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeLockedId ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removePackaging ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removePackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeScope ( NDependencyScope p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeScope ( NDependencyScopePattern p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeScope:(Lnet/thevpc/nuts/NDependencyScopePattern;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeScript ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeScript:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NSearchCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NSearchCmd.run ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.run:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setAll ( NFetchCmd p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setAll:(Lnet/thevpc/nuts/NFetchCmd;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setAll ( NSearchCmd p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setAll:(Lnet/thevpc/nuts/NSearchCmd;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setApplication ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setApplication:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setBasePackage ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setBasePackage:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setCompanion ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setCompanion:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setContent ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setContent:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setDefaultVersions ( Boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setDefaultVersions:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setDependencies ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setDependencies:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setDependencyFilter ( NDependencyFilter p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setDependencyFilter:(Lnet/thevpc/nuts/NDependencyFilter;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setDependencyFilter ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setDependencyFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setDescriptorFilter ( NDescriptorFilter p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setDescriptorFilter:(Lnet/thevpc/nuts/NDescriptorFilter;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setDescriptorFilter ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setDescriptorFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setDistinct ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setDistinct:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setEffective ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setEffective:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setExec ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setExec:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setExtension ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setExtension:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setFailFast ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setFailFast:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setId ( NId p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setId ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setIdFilter ( NIdFilter p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setIdFilter:(Lnet/thevpc/nuts/NIdFilter;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setIdFilter ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setIdFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setIds ( NId... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setIds ( String... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setInlineDependencies ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setInlineDependencies:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setInstallStatus ( NInstallStatusFilter p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setInstallStatus:(Lnet/thevpc/nuts/NInstallStatusFilter;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setLatest ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setLatest:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setLib ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setLib:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setOptional ( Boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setRepositoryFilter ( NRepositoryFilter p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setRepositoryFilter:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setRepositoryFilter ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setRepositoryFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setRuntime ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setRuntime:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NSearchCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NSearchCmd.setSession ( NSession p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setSorted ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setSorted:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setTargetApiVersion ( NVersion p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setTargetApiVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.sort ( Comparator<?> p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.sort:(Ljava/util/Comparator;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.toFetch ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NSearchCmd.toFetch:()Lnet/thevpc/nuts/NFetchCmd;
nuts-0.8.4.jar,
NSearchId.class
package net.thevpc.nuts
NSearchId.getDescriptor ( NSession p1 ) [abstract] : NDescriptor
net/thevpc/nuts/NSearchId.getDescriptor:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptor;
NSearchId.getId ( NSession p1 ) [abstract] : NId
net/thevpc/nuts/NSearchId.getId:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NId;
nuts-0.8.4.jar,
NSearchRepositoryCmd.class
package net.thevpc.nuts.spi
NSearchRepositoryCmd.getFetchMode ( ) [abstract] : NFetchMode
net/thevpc/nuts/spi/NSearchRepositoryCmd.getFetchMode:()Lnet/thevpc/nuts/NFetchMode;
NSearchRepositoryCmd.getFilter ( ) [abstract] : NIdFilter
net/thevpc/nuts/spi/NSearchRepositoryCmd.getFilter:()Lnet/thevpc/nuts/NIdFilter;
NSearchRepositoryCmd.getResult ( ) [abstract] : NIterator<NId>
net/thevpc/nuts/spi/NSearchRepositoryCmd.getResult:()Lnet/thevpc/nuts/util/NIterator;
NSearchRepositoryCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NSearchRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NSearchRepositoryCmd.run ( ) [abstract] : NSearchRepositoryCmd
net/thevpc/nuts/spi/NSearchRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NSearchRepositoryCmd;
NSearchRepositoryCmd.setFetchMode ( NFetchMode p1 ) [abstract] : NSearchRepositoryCmd
net/thevpc/nuts/spi/NSearchRepositoryCmd.setFetchMode:(Lnet/thevpc/nuts/NFetchMode;)Lnet/thevpc/nuts/spi/NSearchRepositoryCmd;
NSearchRepositoryCmd.setFilter ( NIdFilter p1 ) [abstract] : NSearchRepositoryCmd
net/thevpc/nuts/spi/NSearchRepositoryCmd.setFilter:(Lnet/thevpc/nuts/NIdFilter;)Lnet/thevpc/nuts/spi/NSearchRepositoryCmd;
NSearchRepositoryCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NSearchRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NSearchRepositoryCmd.setSession ( NSession p1 ) [abstract] : NSearchRepositoryCmd
net/thevpc/nuts/spi/NSearchRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSearchRepositoryCmd;
nuts-0.8.4.jar,
NSearchVersionsRepositoryCmd.class
package net.thevpc.nuts.spi
NSearchVersionsRepositoryCmd.getFetchMode ( ) [abstract] : NFetchMode
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.getFetchMode:()Lnet/thevpc/nuts/NFetchMode;
NSearchVersionsRepositoryCmd.getFilter ( ) [abstract] : NIdFilter
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.getFilter:()Lnet/thevpc/nuts/NIdFilter;
NSearchVersionsRepositoryCmd.getId ( ) [abstract] : NId
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.getId:()Lnet/thevpc/nuts/NId;
NSearchVersionsRepositoryCmd.getResult ( ) [abstract] : NIterator<NId>
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.getResult:()Lnet/thevpc/nuts/util/NIterator;
NSearchVersionsRepositoryCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NSearchVersionsRepositoryCmd.run ( ) [abstract] : NSearchVersionsRepositoryCmd
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NSearchVersionsRepositoryCmd;
NSearchVersionsRepositoryCmd.setFetchMode ( NFetchMode p1 ) [abstract] : NSearchVersionsRepositoryCmd
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.setFetchMode:(Lnet/thevpc/nuts/NFetchMode;)Lnet/thevpc/nuts/spi/NSearchVersionsRepositoryCmd;
NSearchVersionsRepositoryCmd.setFilter ( NIdFilter p1 ) [abstract] : NSearchVersionsRepositoryCmd
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.setFilter:(Lnet/thevpc/nuts/NIdFilter;)Lnet/thevpc/nuts/spi/NSearchVersionsRepositoryCmd;
NSearchVersionsRepositoryCmd.setId ( NId p1 ) [abstract] : NSearchVersionsRepositoryCmd
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/spi/NSearchVersionsRepositoryCmd;
NSearchVersionsRepositoryCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NSearchVersionsRepositoryCmd.setSession ( NSession p1 ) [abstract] : NSearchVersionsRepositoryCmd
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSearchVersionsRepositoryCmd;
nuts-0.8.4.jar,
NSecurityException.class
package net.thevpc.nuts
NSecurityException.getFormattedMessage ( ) : NMsg
net/thevpc/nuts/NSecurityException.getFormattedMessage:()Lnet/thevpc/nuts/util/NMsg;
NSecurityException.getSession ( ) : NSession
net/thevpc/nuts/NSecurityException.getSession:()Lnet/thevpc/nuts/NSession;
NSecurityException.getWorkspace ( ) : NWorkspace
net/thevpc/nuts/NSecurityException.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NSecurityException.NSecurityException ( NSession session, NMsg message )
net/thevpc/nuts/NSecurityException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NSecurityException.NSecurityException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NSecurityException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NSelectorOp.class
package net.thevpc.nuts.spi
NSelectorOp.id ( ) : String
net/thevpc/nuts/spi/NSelectorOp.id:()Ljava/lang/String;
NSelectorOp.parse ( String value ) [static] : NOptional<NSelectorOp>
net/thevpc/nuts/spi/NSelectorOp.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NSelectorOp.valueOf ( String name ) [static] : NSelectorOp
net/thevpc/nuts/spi/NSelectorOp.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NSelectorOp;
NSelectorOp.values ( ) [static] : NSelectorOp[ ]
net/thevpc/nuts/spi/NSelectorOp.values:()[Lnet/thevpc/nuts/spi/NSelectorOp;
nuts-0.8.4.jar,
NServiceLoader.class
package net.thevpc.nuts.io
NServiceLoader<T>.loadAll ( Object p1 ) [abstract] : List<T>
net/thevpc/nuts/io/NServiceLoader.loadAll:(Ljava/lang/Object;)Ljava/util/List;
NServiceLoader<T>.loadBest ( Object p1 ) [abstract] : T
net/thevpc/nuts/io/NServiceLoader.loadBest:(Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NComponent;
nuts-0.8.4.jar,
NSession.class
package net.thevpc.nuts
NSession.addListener ( NListener p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.addListener:(Lnet/thevpc/nuts/NListener;)Lnet/thevpc/nuts/NSession;
NSession.addOutputFormatOptions ( String... p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.addOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.ask ( ) [abstract] : NSession
net/thevpc/nuts/NSession.ask:()Lnet/thevpc/nuts/NSession;
NSession.bot ( ) [abstract] : NSession
net/thevpc/nuts/NSession.bot:()Lnet/thevpc/nuts/NSession;
NSession.configure ( NWorkspaceOptions p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.configure:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NSession;
NSession.copy ( ) [abstract] : NSession
net/thevpc/nuts/NSession.copy:()Lnet/thevpc/nuts/NSession;
NSession.currentUser ( ) [abstract] : NSession
net/thevpc/nuts/NSession.currentUser:()Lnet/thevpc/nuts/NSession;
NSession.embedded ( ) [abstract] : NSession
net/thevpc/nuts/NSession.embedded:()Lnet/thevpc/nuts/NSession;
NSession.eout ( ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/NSession.eout:()Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NSession.err ( ) [abstract] : NPrintStream
net/thevpc/nuts/NSession.err:()Lnet/thevpc/nuts/io/NPrintStream;
NSession.extensions ( ) [abstract] : NExtensions
net/thevpc/nuts/NSession.extensions:()Lnet/thevpc/nuts/ext/NExtensions;
NSession.flush ( ) [abstract] : NSession
net/thevpc/nuts/NSession.flush:()Lnet/thevpc/nuts/NSession;
NSession.getAppArguments ( ) [abstract] : List<String>
net/thevpc/nuts/NSession.getAppArguments:()Ljava/util/List;
NSession.getAppAutoComplete ( ) [abstract] : NCmdLineAutoComplete
net/thevpc/nuts/NSession.getAppAutoComplete:()Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;
NSession.getAppBinFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppBinFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppCacheFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppCacheFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppClass ( ) [abstract] : Class<?>
net/thevpc/nuts/NSession.getAppClass:()Ljava/lang/Class;
NSession.getAppCmdLine ( ) [abstract] : NCmdLine
net/thevpc/nuts/NSession.getAppCmdLine:()Lnet/thevpc/nuts/cmdline/NCmdLine;
NSession.getAppConfFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppConfFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppFolder ( NStoreType p1 ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppFolder:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/io/NPath;
NSession.getAppHelp ( ) [abstract] : NOptional<NText>
net/thevpc/nuts/NSession.getAppHelp:()Lnet/thevpc/nuts/util/NOptional;
NSession.getAppId ( ) [abstract] : NId
net/thevpc/nuts/NSession.getAppId:()Lnet/thevpc/nuts/NId;
NSession.getAppLibFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppLibFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppLogFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppLogFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppMode ( ) [abstract] : NApplicationMode
net/thevpc/nuts/NSession.getAppMode:()Lnet/thevpc/nuts/NApplicationMode;
NSession.getAppModeArguments ( ) [abstract] : List<String>
net/thevpc/nuts/NSession.getAppModeArguments:()Ljava/util/List;
NSession.getAppPreviousVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NSession.getAppPreviousVersion:()Lnet/thevpc/nuts/NVersion;
NSession.getAppRunFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppRunFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedAppsFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedAppsFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedConfFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedConfFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedFolder ( NStoreType p1 ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedFolder:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedLibFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedLibFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedLogFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedLogFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedRunFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedRunFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedTempFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedTempFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedVarFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedVarFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppStartTime ( ) [abstract] : NClock
net/thevpc/nuts/NSession.getAppStartTime:()Lnet/thevpc/nuts/time/NClock;
NSession.getAppStoreLocationResolver ( ) [abstract] : NAppStoreLocationResolver
net/thevpc/nuts/NSession.getAppStoreLocationResolver:()Lnet/thevpc/nuts/NAppStoreLocationResolver;
NSession.getAppTempFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppTempFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppVarFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppVarFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NSession.getAppVersion:()Lnet/thevpc/nuts/NVersion;
NSession.getAppVersionFolder ( NStoreType p1, String p2 ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppVersionFolder:(Lnet/thevpc/nuts/NStoreType;Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NSession.getBot ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getBot:()Lnet/thevpc/nuts/util/NOptional;
NSession.getCached ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getCached:()Lnet/thevpc/nuts/util/NOptional;
NSession.getConfirm ( ) [abstract] : NOptional<NConfirmationMode>
net/thevpc/nuts/NSession.getConfirm:()Lnet/thevpc/nuts/util/NOptional;
NSession.getDebug ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NSession.getDebug:()Lnet/thevpc/nuts/util/NOptional;
NSession.getDependencySolver ( ) [abstract] : String
net/thevpc/nuts/NSession.getDependencySolver:()Ljava/lang/String;
NSession.getDry ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getDry:()Lnet/thevpc/nuts/util/NOptional;
NSession.getElemOut ( ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/NSession.getElemOut:()Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NSession.getErrLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NSession.getErrLinePrefix:()Ljava/lang/String;
NSession.getExecutionType ( ) [abstract] : NOptional<NExecutionType>
net/thevpc/nuts/NSession.getExecutionType:()Lnet/thevpc/nuts/util/NOptional;
NSession.getExpireTime ( ) [abstract] : Instant
net/thevpc/nuts/NSession.getExpireTime:()Ljava/time/Instant;
NSession.getFetchStrategy ( ) [abstract] : NOptional<NFetchStrategy>
net/thevpc/nuts/NSession.getFetchStrategy:()Lnet/thevpc/nuts/util/NOptional;
NSession.getGui ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getGui:()Lnet/thevpc/nuts/util/NOptional;
NSession.getIndexed ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getIndexed:()Lnet/thevpc/nuts/util/NOptional;
NSession.getIterableOutput ( ) [abstract] : NIterableFormat
net/thevpc/nuts/NSession.getIterableOutput:()Lnet/thevpc/nuts/format/NIterableFormat;
NSession.getListeners ( ) [abstract] : List<NListener>
net/thevpc/nuts/NSession.getListeners:()Ljava/util/List;
NSession.getListeners ( Class<T> p1 ) [abstract] : List<T>
net/thevpc/nuts/NSession.getListeners:(Ljava/lang/Class;)Ljava/util/List;
NSession.getLocale ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NSession.getLocale:()Lnet/thevpc/nuts/util/NOptional;
NSession.getLogFileFilter ( ) [abstract] : Filter
net/thevpc/nuts/NSession.getLogFileFilter:()Ljava/util/logging/Filter;
NSession.getLogFileLevel ( ) [abstract] : Level
net/thevpc/nuts/NSession.getLogFileLevel:()Ljava/util/logging/Level;
NSession.getLogTermFilter ( ) [abstract] : Filter
net/thevpc/nuts/NSession.getLogTermFilter:()Ljava/util/logging/Filter;
NSession.getLogTermLevel ( ) [abstract] : Level
net/thevpc/nuts/NSession.getLogTermLevel:()Ljava/util/logging/Level;
NSession.getOrComputeProperty ( String p1, NScopeType p2, Function<NSession,T> p3 ) [abstract] : T
net/thevpc/nuts/NSession.getOrComputeProperty:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NScopeType;Ljava/util/function/Function;)Ljava/lang/Object;
NSession.getOutLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NSession.getOutLinePrefix:()Ljava/lang/String;
NSession.getOutputFormat ( ) [abstract] : NOptional<NContentType>
net/thevpc/nuts/NSession.getOutputFormat:()Lnet/thevpc/nuts/util/NOptional;
NSession.getOutputFormatOptions ( ) [abstract] : List<String>
net/thevpc/nuts/NSession.getOutputFormatOptions:()Ljava/util/List;
NSession.getProgressOptions ( ) [abstract] : String
net/thevpc/nuts/NSession.getProgressOptions:()Ljava/lang/String;
NSession.getProperties ( NScopeType p1 ) [abstract] : Map<String,Object>
net/thevpc/nuts/NSession.getProperties:(Lnet/thevpc/nuts/spi/NScopeType;)Ljava/util/Map;
NSession.getProperties ( NScopeType p1, boolean p2 ) [abstract] : Map<String,Object>
net/thevpc/nuts/NSession.getProperties:(Lnet/thevpc/nuts/spi/NScopeType;Z)Ljava/util/Map;
NSession.getProperty ( String p1 ) [abstract] : Object
net/thevpc/nuts/NSession.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
NSession.getProperty ( String p1, NScopeType p2 ) [abstract] : NOptional<T>
net/thevpc/nuts/NSession.getProperty:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NScopeType;)Lnet/thevpc/nuts/util/NOptional;
NSession.getRunAs ( ) [abstract] : NOptional<NRunAs>
net/thevpc/nuts/NSession.getRunAs:()Lnet/thevpc/nuts/util/NOptional;
NSession.getShowStacktrace ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getShowStacktrace:()Lnet/thevpc/nuts/util/NOptional;
NSession.getTerminal ( ) [abstract] : NSessionTerminal
net/thevpc/nuts/NSession.getTerminal:()Lnet/thevpc/nuts/io/NSessionTerminal;
NSession.getTrace ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getTrace:()Lnet/thevpc/nuts/util/NOptional;
NSession.getTrace ( boolean p1 ) [abstract] : Boolean
net/thevpc/nuts/NSession.getTrace:(Z)Ljava/lang/Boolean;
NSession.getTransitive ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getTransitive:()Lnet/thevpc/nuts/util/NOptional;
NSession.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NSession.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NSession.in ( ) [abstract] : InputStream
net/thevpc/nuts/NSession.in:()Ljava/io/InputStream;
NSession.isAppExecMode ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isAppExecMode:()Z
NSession.isAsk ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isAsk:()Z
NSession.isBot ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isBot:()Z
NSession.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isCached:()Z
NSession.isDry ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isDry:()Z
NSession.isGui ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isGui:()Z
NSession.isIndexed ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isIndexed:()Z
NSession.isIterableOut ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isIterableOut:()Z
NSession.isIterableTrace ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isIterableTrace:()Z
NSession.isNo ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isNo:()Z
NSession.isPlainOut ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isPlainOut:()Z
NSession.isPlainTrace ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isPlainTrace:()Z
NSession.isProgress ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isProgress:()Z
NSession.isStructuredOut ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isStructuredOut:()Z
NSession.isStructuredTrace ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isStructuredTrace:()Z
NSession.isTrace ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isTrace:()Z
NSession.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isTransitive:()Z
NSession.isYes ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isYes:()Z
NSession.json ( ) [abstract] : NSession
net/thevpc/nuts/NSession.json:()Lnet/thevpc/nuts/NSession;
NSession.no ( ) [abstract] : NSession
net/thevpc/nuts/NSession.no:()Lnet/thevpc/nuts/NSession;
NSession.out ( ) [abstract] : NPrintStream
net/thevpc/nuts/NSession.out:()Lnet/thevpc/nuts/io/NPrintStream;
NSession.plain ( ) [abstract] : NSession
net/thevpc/nuts/NSession.plain:()Lnet/thevpc/nuts/NSession;
NSession.prepareApplication ( String[ ] p1, Class<?> p2, String p3, NClock p4 ) [abstract] : NSession
net/thevpc/nuts/NSession.prepareApplication:([Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/time/NClock;)Lnet/thevpc/nuts/NSession;
NSession.printAppHelp ( ) [abstract] : void
net/thevpc/nuts/NSession.printAppHelp:()V
NSession.props ( ) [abstract] : NSession
net/thevpc/nuts/NSession.props:()Lnet/thevpc/nuts/NSession;
NSession.removeListener ( NListener p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.removeListener:(Lnet/thevpc/nuts/NListener;)Lnet/thevpc/nuts/NSession;
NSession.root ( ) [abstract] : NSession
net/thevpc/nuts/NSession.root:()Lnet/thevpc/nuts/NSession;
NSession.runAppCmdLine ( NCmdLineRunner p1 ) [abstract] : void
net/thevpc/nuts/NSession.runAppCmdLine:(Lnet/thevpc/nuts/cmdline/NCmdLineRunner;)V
NSession.setAll ( NSession p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAll:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NSession;
NSession.setAll ( NWorkspaceOptions p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAll:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NSession;
NSession.setAppArguments ( List<String> p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppArguments:(Ljava/util/List;)Lnet/thevpc/nuts/NSession;
NSession.setAppArguments ( String[ ] p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setAppFolder ( NStoreType p1, NPath p2 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppFolder:(Lnet/thevpc/nuts/NStoreType;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NSession;
NSession.setAppId ( NId p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSession;
NSession.setAppMode ( NApplicationMode p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppMode:(Lnet/thevpc/nuts/NApplicationMode;)Lnet/thevpc/nuts/NSession;
NSession.setAppModeArgs ( List<String> p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppModeArgs:(Ljava/util/List;)Lnet/thevpc/nuts/NSession;
NSession.setAppPreviousVersion ( NVersion p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppPreviousVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NSession;
NSession.setAppSharedFolder ( NStoreType p1, NPath p2 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppSharedFolder:(Lnet/thevpc/nuts/NStoreType;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NSession;
NSession.setAppStartTime ( NClock p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppStartTime:(Lnet/thevpc/nuts/time/NClock;)Lnet/thevpc/nuts/NSession;
NSession.setAppVersionStoreLocationSupplier ( NAppStoreLocationResolver p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppVersionStoreLocationSupplier:(Lnet/thevpc/nuts/NAppStoreLocationResolver;)Lnet/thevpc/nuts/NSession;
NSession.setBot ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.setCached ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setCached:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.setConfirm ( NConfirmationMode p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setConfirm:(Lnet/thevpc/nuts/NConfirmationMode;)Lnet/thevpc/nuts/NSession;
NSession.setDebug ( String p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setDebug:(Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setDependencySolver ( String p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setDependencySolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setDry ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.setElemOut ( NArrayElementBuilder p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setElemOut:(Lnet/thevpc/nuts/elem/NArrayElementBuilder;)Lnet/thevpc/nuts/NSession;
NSession.setErrLinePrefix ( String p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setErrLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setExecutionType ( NExecutionType p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setExecutionType:(Lnet/thevpc/nuts/NExecutionType;)Lnet/thevpc/nuts/NSession;
NSession.setExpireTime ( Instant p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setExpireTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NSession;
NSession.setFetchStrategy ( NFetchStrategy p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setFetchStrategy:(Lnet/thevpc/nuts/NFetchStrategy;)Lnet/thevpc/nuts/NSession;
NSession.setGui ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.setIndexed ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.setIterableOut ( boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setIterableOut:(Z)Lnet/thevpc/nuts/NSession;
NSession.setLocale ( String p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setLogFileFilter ( Filter p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setLogFileFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NSession;
NSession.setLogFileLevel ( Level p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setLogFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NSession;
NSession.setLogFilter ( Filter p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setLogFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NSession;
NSession.setLogTermLevel ( Level p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setLogTermLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NSession;
NSession.setOutLinePrefix ( String p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setOutLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setOutputFormat ( NContentType p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setOutputFormat:(Lnet/thevpc/nuts/format/NContentType;)Lnet/thevpc/nuts/NSession;
NSession.setOutputFormatOptions ( List<String> p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setOutputFormatOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NSession;
NSession.setOutputFormatOptions ( String... p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setProgressOptions ( String p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setProgressOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setProperties ( NScopeType p1, Map<String,Object> p2 ) [abstract] : NSession
net/thevpc/nuts/NSession.setProperties:(Lnet/thevpc/nuts/spi/NScopeType;Ljava/util/Map;)Lnet/thevpc/nuts/NSession;
NSession.setProperty ( String p1, NScopeType p2, T p3 ) [abstract] : T
net/thevpc/nuts/NSession.setProperty:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NScopeType;Ljava/lang/Object;)Ljava/lang/Object;
NSession.setProperty ( String p1, Object p2 ) [abstract] : NSession
net/thevpc/nuts/NSession.setProperty:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NSession;
NSession.setRunAs ( NRunAs p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setRunAs:(Lnet/thevpc/nuts/NRunAs;)Lnet/thevpc/nuts/NSession;
NSession.setShowStacktrace ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setShowStacktrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.setTerminal ( NSessionTerminal p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setTerminal:(Lnet/thevpc/nuts/io/NSessionTerminal;)Lnet/thevpc/nuts/NSession;
NSession.setTrace ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.setTransitive ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setTransitive:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.spawn ( ) [abstract] : NSession
net/thevpc/nuts/NSession.spawn:()Lnet/thevpc/nuts/NSession;
NSession.sudo ( ) [abstract] : NSession
net/thevpc/nuts/NSession.sudo:()Lnet/thevpc/nuts/NSession;
NSession.system ( ) [abstract] : NSession
net/thevpc/nuts/NSession.system:()Lnet/thevpc/nuts/NSession;
NSession.table ( ) [abstract] : NSession
net/thevpc/nuts/NSession.table:()Lnet/thevpc/nuts/NSession;
NSession.trace ( ) [abstract] : NSession
net/thevpc/nuts/NSession.trace:()Lnet/thevpc/nuts/NSession;
NSession.tree ( ) [abstract] : NSession
net/thevpc/nuts/NSession.tree:()Lnet/thevpc/nuts/NSession;
NSession.xml ( ) [abstract] : NSession
net/thevpc/nuts/NSession.xml:()Lnet/thevpc/nuts/NSession;
NSession.yes ( ) [abstract] : NSession
net/thevpc/nuts/NSession.yes:()Lnet/thevpc/nuts/NSession;
nuts-0.8.4.jar,
NSessionAware.class
package net.thevpc.nuts.spi
NSessionAware.setSession ( NSession p1 ) [abstract] : void
net/thevpc/nuts/spi/NSessionAware.setSession:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NSessionAwareExceptionBase.class
package net.thevpc.nuts
NSessionAwareExceptionBase.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NSessionAwareExceptionBase.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NSessionAwareExceptionBase.resolveSession ( Throwable th ) [static] : NOptional<NSession>
net/thevpc/nuts/NSessionAwareExceptionBase.resolveSession:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
NSessionAwareExceptionBase.resolveSessionAwareExceptionBase ( Throwable th ) [static] : NOptional<NSessionAwareExceptionBase>
net/thevpc/nuts/NSessionAwareExceptionBase.resolveSessionAwareExceptionBase:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NSessionProvider.class
package net.thevpc.nuts
NSessionProvider.getSession ( ) [abstract] : NSession
net/thevpc/nuts/NSessionProvider.getSession:()Lnet/thevpc/nuts/NSession;
nuts-0.8.4.jar,
NSessionTerminal.class
package net.thevpc.nuts.io
NSessionTerminal.ask ( ) [abstract] : NAsk<T>
net/thevpc/nuts/io/NSessionTerminal.ask:()Lnet/thevpc/nuts/util/NAsk;
NSessionTerminal.copy ( ) [abstract] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.copy:()Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.err ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NSessionTerminal.err:()Lnet/thevpc/nuts/io/NPrintStream;
NSessionTerminal.getErr ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NSessionTerminal.getErr:()Lnet/thevpc/nuts/io/NPrintStream;
NSessionTerminal.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/io/NSessionTerminal.getIn:()Ljava/io/InputStream;
NSessionTerminal.getOut ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NSessionTerminal.getOut:()Lnet/thevpc/nuts/io/NPrintStream;
NSessionTerminal.getSession ( ) [abstract] : NSession
net/thevpc/nuts/io/NSessionTerminal.getSession:()Lnet/thevpc/nuts/NSession;
NSessionTerminal.in ( ) [abstract] : InputStream
net/thevpc/nuts/io/NSessionTerminal.in:()Ljava/io/InputStream;
NSessionTerminal.of ( InputStream in, NPrintStream out, NPrintStream err, NSession session ) [static] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.of:(Ljava/io/InputStream;Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.of ( NSession session ) [static] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.of ( NSessionTerminal parent, NSession session ) [static] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.of:(Lnet/thevpc/nuts/io/NSessionTerminal;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.ofMem ( boolean mergeError, NSession session ) [static] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.ofMem:(ZLnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.ofMem ( NSession session ) [static] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.ofMem:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.out ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NSessionTerminal.out:()Lnet/thevpc/nuts/io/NPrintStream;
NSessionTerminal.printProgress ( float p1, NMsg p2 ) [abstract] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.printProgress:(FLnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.printProgress ( NMsg p1 ) [abstract] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.printProgress:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.readLine ( NMsg p1 ) [abstract] : String
net/thevpc/nuts/io/NSessionTerminal.readLine:(Lnet/thevpc/nuts/util/NMsg;)Ljava/lang/String;
NSessionTerminal.readLine ( NPrintStream p1, NMsg p2 ) [abstract] : String
net/thevpc/nuts/io/NSessionTerminal.readLine:(Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/util/NMsg;)Ljava/lang/String;
NSessionTerminal.readLine ( NPrintStream p1, NMsg p2, NSession p3 ) [abstract] : String
net/thevpc/nuts/io/NSessionTerminal.readLine:(Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NSessionTerminal.readPassword ( NMsg p1 ) [abstract] : char[ ]
net/thevpc/nuts/io/NSessionTerminal.readPassword:(Lnet/thevpc/nuts/util/NMsg;)[C
NSessionTerminal.readPassword ( NPrintStream p1, NMsg p2 ) [abstract] : char[ ]
net/thevpc/nuts/io/NSessionTerminal.readPassword:(Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/util/NMsg;)[C
NSessionTerminal.readPassword ( NPrintStream p1, NMsg p2, NSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/io/NSessionTerminal.readPassword:(Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)[C
NSessionTerminal.setErr ( NPrintStream p1 ) [abstract] : void
net/thevpc/nuts/io/NSessionTerminal.setErr:(Lnet/thevpc/nuts/io/NPrintStream;)V
NSessionTerminal.setIn ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/io/NSessionTerminal.setIn:(Ljava/io/InputStream;)V
NSessionTerminal.setOut ( NPrintStream p1 ) [abstract] : void
net/thevpc/nuts/io/NSessionTerminal.setOut:(Lnet/thevpc/nuts/io/NPrintStream;)V
nuts-0.8.4.jar,
NShellFamily.class
package net.thevpc.nuts
NShellFamily.getCurrent ( ) [static] : NShellFamily
net/thevpc/nuts/NShellFamily.getCurrent:()Lnet/thevpc/nuts/NShellFamily;
NShellFamily.id ( ) : String
net/thevpc/nuts/NShellFamily.id:()Ljava/lang/String;
NShellFamily.parse ( String value ) [static] : NOptional<NShellFamily>
net/thevpc/nuts/NShellFamily.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NShellFamily.valueOf ( String name ) [static] : NShellFamily
net/thevpc/nuts/NShellFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NShellFamily;
NShellFamily.values ( ) [static] : NShellFamily[ ]
net/thevpc/nuts/NShellFamily.values:()[Lnet/thevpc/nuts/NShellFamily;
nuts-0.8.4.jar,
NSimplifiable.class
package net.thevpc.nuts.util
NSimplifiable<T>.simplify ( ) [abstract] : T
net/thevpc/nuts/util/NSimplifiable.simplify:()Ljava/lang/Object;
nuts-0.8.4.jar,
NSpeedQualifier.class
package net.thevpc.nuts
NSpeedQualifier.id ( ) : String
net/thevpc/nuts/NSpeedQualifier.id:()Ljava/lang/String;
NSpeedQualifier.parse ( String value ) [static] : NOptional<NSpeedQualifier>
net/thevpc/nuts/NSpeedQualifier.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NSpeedQualifier.valueOf ( String name ) [static] : NSpeedQualifier
net/thevpc/nuts/NSpeedQualifier.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NSpeedQualifier;
NSpeedQualifier.values ( ) [static] : NSpeedQualifier[ ]
net/thevpc/nuts/NSpeedQualifier.values:()[Lnet/thevpc/nuts/NSpeedQualifier;
nuts-0.8.4.jar,
NStoreStrategy.class
package net.thevpc.nuts
NStoreStrategy.id ( ) : String
net/thevpc/nuts/NStoreStrategy.id:()Ljava/lang/String;
NStoreStrategy.parse ( String value ) [static] : NOptional<NStoreStrategy>
net/thevpc/nuts/NStoreStrategy.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NStoreStrategy.valueOf ( String name ) [static] : NStoreStrategy
net/thevpc/nuts/NStoreStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NStoreStrategy;
NStoreStrategy.values ( ) [static] : NStoreStrategy[ ]
net/thevpc/nuts/NStoreStrategy.values:()[Lnet/thevpc/nuts/NStoreStrategy;
nuts-0.8.4.jar,
NStoreType.class
package net.thevpc.nuts
NStoreType.id ( ) : String
net/thevpc/nuts/NStoreType.id:()Ljava/lang/String;
NStoreType.parse ( String value ) [static] : NOptional<NStoreType>
net/thevpc/nuts/NStoreType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NStoreType.valueOf ( String name ) [static] : NStoreType
net/thevpc/nuts/NStoreType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NStoreType;
NStoreType.values ( ) [static] : NStoreType[ ]
net/thevpc/nuts/NStoreType.values:()[Lnet/thevpc/nuts/NStoreType;
nuts-0.8.4.jar,
NStream.class
package net.thevpc.nuts.util
NStream<T>.allMatch ( Predicate<? super T> p1 ) [abstract] : boolean
net/thevpc/nuts/util/NStream.allMatch:(Ljava/util/function/Predicate;)Z
NStream<T>.coalesce ( NIterator<?> p1 ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.coalesce:(Lnet/thevpc/nuts/util/NIterator;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.collect ( Collector<? super T,A,R> p1 ) [abstract] : R
net/thevpc/nuts/util/NStream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
NStream<T>.collect ( Supplier<R> p1, BiConsumer<R,? super T> p2, BiConsumer<R,R> p3 ) [abstract] : R
net/thevpc/nuts/util/NStream.collect:(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BiConsumer;)Ljava/lang/Object;
NStream<T>.count ( ) [abstract] : long
net/thevpc/nuts/util/NStream.count:()J
NStream<T>.distinct ( ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.distinct:()Lnet/thevpc/nuts/util/NStream;
NStream<T>.distinctBy ( Function<T,R> p1 ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.distinctBy:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.filter ( Predicate<? super T> p1 ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.filter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.filterNonBlank ( ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.filterNonBlank:()Lnet/thevpc/nuts/util/NStream;
NStream<T>.filterNonNull ( ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.filterNonNull:()Lnet/thevpc/nuts/util/NStream;
NStream<T>.findAny ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NStream.findAny:()Lnet/thevpc/nuts/util/NOptional;
NStream<T>.findFirst ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NStream.findFirst:()Lnet/thevpc/nuts/util/NOptional;
NStream<T>.findLast ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NStream.findLast:()Lnet/thevpc/nuts/util/NOptional;
NStream<T>.findSingleton ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NStream.findSingleton:()Lnet/thevpc/nuts/util/NOptional;
NStream<T>.flatMap ( Function<? super T,?> p1 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.flatMap:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.flatMapArray ( Function<? super T,?> p1 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.flatMapArray:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.flatMapIter ( Function<? super T,?> p1 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.flatMapIter:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.flatMapList ( Function<? super T,?> p1 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.flatMapList:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.flatMapStream ( Function<? super T,?> p1 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.flatMapStream:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.flatMapToDouble ( Function<? super T,?> p1 ) [abstract] : DoubleStream
net/thevpc/nuts/util/NStream.flatMapToDouble:(Ljava/util/function/Function;)Ljava/util/stream/DoubleStream;
NStream<T>.flatMapToInt ( Function<? super T,?> p1 ) [abstract] : IntStream
net/thevpc/nuts/util/NStream.flatMapToInt:(Ljava/util/function/Function;)Ljava/util/stream/IntStream;
NStream<T>.flatMapToLong ( Function<? super T,?> p1 ) [abstract] : LongStream
net/thevpc/nuts/util/NStream.flatMapToLong:(Ljava/util/function/Function;)Ljava/util/stream/LongStream;
NStream<T>.groupBy ( Function<? super T,?> p1 ) [abstract] : Map<K,List<T>>
net/thevpc/nuts/util/NStream.groupBy:(Ljava/util/function/Function;)Ljava/util/Map;
NStream<T>.groupedBy ( Function<? super T,?> p1 ) [abstract] : NStream<Map.Entry<K,List<T>>>
net/thevpc/nuts/util/NStream.groupedBy:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.iterator ( ) : Iterator
net/thevpc/nuts/util/NStream.iterator:()Ljava/util/Iterator;
NStream<T>.iterator ( ) [abstract] : NIterator<T>
net/thevpc/nuts/util/NStream.iterator:()Lnet/thevpc/nuts/util/NIterator;
NStream<T>.limit ( long p1 ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.limit:(J)Lnet/thevpc/nuts/util/NStream;
NStream<T>.map ( Function<? super T,?> p1 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.map:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.mapUnsafe ( UnsafeFunction<? super T,?> p1 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.mapUnsafe:(Lnet/thevpc/nuts/util/UnsafeFunction;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.mapUnsafe ( UnsafeFunction<? super T,?> p1, Function<Exception,?> p2 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.mapUnsafe:(Lnet/thevpc/nuts/util/UnsafeFunction;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.max ( Comparator<? super T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NStream.max:(Ljava/util/Comparator;)Lnet/thevpc/nuts/util/NOptional;
NStream<T>.min ( Comparator<? super T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NStream.min:(Ljava/util/Comparator;)Lnet/thevpc/nuts/util/NOptional;
NStream<T>.nonBlank ( ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.nonBlank:()Lnet/thevpc/nuts/util/NStream;
NStream<T>.noneMatch ( Predicate<? super T> p1 ) [abstract] : boolean
net/thevpc/nuts/util/NStream.noneMatch:(Ljava/util/function/Predicate;)Z
NStream<T>.nonNull ( ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.nonNull:()Lnet/thevpc/nuts/util/NStream;
NStream<T>.of ( Iterable<T> str, NSession session ) [static] : NStream<T>
net/thevpc/nuts/util/NStream.of:(Ljava/lang/Iterable;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.of ( Iterator<T> str, NSession session ) [static] : NStream<T>
net/thevpc/nuts/util/NStream.of:(Ljava/util/Iterator;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.of ( Stream<T> str, NSession session ) [static] : NStream<T>
net/thevpc/nuts/util/NStream.of:(Ljava/util/stream/Stream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.of ( T[ ] str, NSession session ) [static] : NStream<T>
net/thevpc/nuts/util/NStream.of:([Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.ofEmpty ( NSession session ) [static] : NStream<T>
net/thevpc/nuts/util/NStream.ofEmpty:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.ofSingleton ( T element, NSession session ) [static] : NStream<T>
net/thevpc/nuts/util/NStream.ofSingleton:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.sorted ( ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.sorted:()Lnet/thevpc/nuts/util/NStream;
NStream<T>.sorted ( NComparator<T> p1 ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.sorted:(Lnet/thevpc/nuts/util/NComparator;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.stream ( ) [abstract] : Stream<T>
net/thevpc/nuts/util/NStream.stream:()Ljava/util/stream/Stream;
NStream<T>.toArray ( IntFunction<A[ ]> p1 ) [abstract] : A[ ]
net/thevpc/nuts/util/NStream.toArray:(Ljava/util/function/IntFunction;)[Ljava/lang/Object;
NStream<T>.toList ( ) [abstract] : List<T>
net/thevpc/nuts/util/NStream.toList:()Ljava/util/List;
NStream<T>.toMap ( Function<? super T,?> p1, Function<? super T,?> p2 ) [abstract] : Map<K,U>
net/thevpc/nuts/util/NStream.toMap:(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/Map;
NStream<T>.toOrderedMap ( Function<? super T,?> p1, Function<? super T,?> p2 ) [abstract] : Map<K,U>
net/thevpc/nuts/util/NStream.toOrderedMap:(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/Map;
NStream<T>.toOrderedSet ( ) [abstract] : Set<T>
net/thevpc/nuts/util/NStream.toOrderedSet:()Ljava/util/Set;
NStream<T>.toSet ( ) [abstract] : Set<T>
net/thevpc/nuts/util/NStream.toSet:()Ljava/util/Set;
NStream<T>.toSortedMap ( Function<? super T,?> p1, Function<? super T,?> p2 ) [abstract] : Map<K,U>
net/thevpc/nuts/util/NStream.toSortedMap:(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/Map;
NStream<T>.toSortedSet ( ) [abstract] : Set<T>
net/thevpc/nuts/util/NStream.toSortedSet:()Ljava/util/Set;
nuts-0.8.4.jar,
NString.class
package net.thevpc.nuts.text
NString.builder ( ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NString.builder:()Lnet/thevpc/nuts/text/NTextBuilder;
NString.filteredText ( ) [abstract] : String
net/thevpc/nuts/text/NString.filteredText:()Ljava/lang/String;
NString.immutable ( ) [abstract] : NString
net/thevpc/nuts/text/NString.immutable:()Lnet/thevpc/nuts/text/NString;
NString.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/text/NString.isEmpty:()Z
NString.of ( NMsg str, NSession session ) [static] : NString
net/thevpc/nuts/text/NString.of:(Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NString;
NString.of ( String str, NSession session ) [static] : NString
net/thevpc/nuts/text/NString.of:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NString;
NString.ofPlain ( String str, NSession session ) [static] : NString
net/thevpc/nuts/text/NString.ofPlain:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NString;
NString.textLength ( ) [abstract] : int
net/thevpc/nuts/text/NString.textLength:()I
NString.toString ( ) [abstract] : String
net/thevpc/nuts/text/NString.toString:()Ljava/lang/String;
NString.toText ( ) [abstract] : NText
net/thevpc/nuts/text/NString.toText:()Lnet/thevpc/nuts/text/NText;
nuts-0.8.4.jar,
NStringBuilder.class
package net.thevpc.nuts.util
NStringBuilder.append ( boolean value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(Z)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( byte value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(B)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( char value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(C)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( char[ ] value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:([CII)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( CharSequence value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(Ljava/lang/CharSequence;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( CharSequence value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(Ljava/lang/CharSequence;II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( double value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(D)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( float value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(F)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( int value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(I)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( Object value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( short value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(S)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( String value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( StringBuilder value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(Ljava/lang/StringBuilder;II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.charAt ( int index ) : char
net/thevpc/nuts/util/NStringBuilder.charAt:(I)C
NStringBuilder.chars ( ) : IntStream
net/thevpc/nuts/util/NStringBuilder.chars:()Ljava/util/stream/IntStream;
NStringBuilder.clear ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.clear:()Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.codePointAt ( int index ) : int
net/thevpc/nuts/util/NStringBuilder.codePointAt:(I)I
NStringBuilder.codePointBefore ( int index ) : int
net/thevpc/nuts/util/NStringBuilder.codePointBefore:(I)I
NStringBuilder.codePointCount ( int begin, int end ) : int
net/thevpc/nuts/util/NStringBuilder.codePointCount:(II)I
NStringBuilder.codePoints ( ) : IntStream
net/thevpc/nuts/util/NStringBuilder.codePoints:()Ljava/util/stream/IntStream;
NStringBuilder.compareTo ( char[ ] anotherString ) : int
net/thevpc/nuts/util/NStringBuilder.compareTo:([C)I
NStringBuilder.compareTo ( CharSequence anotherString ) : int
net/thevpc/nuts/util/NStringBuilder.compareTo:(Ljava/lang/CharSequence;)I
NStringBuilder.compareTo ( String anotherString ) : int
net/thevpc/nuts/util/NStringBuilder.compareTo:(Ljava/lang/String;)I
NStringBuilder.compareToIgnoreCase ( char[ ] anotherString ) : int
net/thevpc/nuts/util/NStringBuilder.compareToIgnoreCase:([C)I
NStringBuilder.compareToIgnoreCase ( CharSequence anotherString ) : int
net/thevpc/nuts/util/NStringBuilder.compareToIgnoreCase:(Ljava/lang/CharSequence;)I
NStringBuilder.compareToIgnoreCase ( String anotherString ) : int
net/thevpc/nuts/util/NStringBuilder.compareToIgnoreCase:(Ljava/lang/String;)I
NStringBuilder.contains ( char other ) : boolean
net/thevpc/nuts/util/NStringBuilder.contains:(C)Z
NStringBuilder.contains ( char[ ] s ) : boolean
net/thevpc/nuts/util/NStringBuilder.contains:([C)Z
NStringBuilder.contains ( CharSequence s ) : boolean
net/thevpc/nuts/util/NStringBuilder.contains:(Ljava/lang/CharSequence;)Z
NStringBuilder.contentEquals ( char[ ] chars ) : boolean
net/thevpc/nuts/util/NStringBuilder.contentEquals:([C)Z
NStringBuilder.contentEquals ( CharSequence sb ) : boolean
net/thevpc/nuts/util/NStringBuilder.contentEquals:(Ljava/lang/CharSequence;)Z
NStringBuilder.contentEquals ( String sb ) : boolean
net/thevpc/nuts/util/NStringBuilder.contentEquals:(Ljava/lang/String;)Z
NStringBuilder.contentEquals ( StringBuffer sb ) : boolean
net/thevpc/nuts/util/NStringBuilder.contentEquals:(Ljava/lang/StringBuffer;)Z
NStringBuilder.copy ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.copy:()Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.delete ( int start, int end ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.delete:(II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.deleteCharAt ( int index ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.deleteCharAt:(I)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.endsWith ( char other ) : boolean
net/thevpc/nuts/util/NStringBuilder.endsWith:(C)Z
NStringBuilder.endsWith ( String other ) : boolean
net/thevpc/nuts/util/NStringBuilder.endsWith:(Ljava/lang/String;)Z
NStringBuilder.ensureCapacity ( int minimumCapacity ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.ensureCapacity:(I)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.equals ( Object o ) : boolean
net/thevpc/nuts/util/NStringBuilder.equals:(Ljava/lang/Object;)Z
NStringBuilder.equalsIgnoreCase ( char[ ] anotherString ) : boolean
net/thevpc/nuts/util/NStringBuilder.equalsIgnoreCase:([C)Z
NStringBuilder.equalsIgnoreCase ( CharSequence anotherString ) : boolean
net/thevpc/nuts/util/NStringBuilder.equalsIgnoreCase:(Ljava/lang/CharSequence;)Z
NStringBuilder.equalsIgnoreCase ( String anotherString ) : boolean
net/thevpc/nuts/util/NStringBuilder.equalsIgnoreCase:(Ljava/lang/String;)Z
NStringBuilder.get ( int index ) : char
net/thevpc/nuts/util/NStringBuilder.get:(I)C
NStringBuilder.getBytes ( ) : byte[ ]
net/thevpc/nuts/util/NStringBuilder.getBytes:()[B
NStringBuilder.getBytes ( Charset charset ) : byte[ ]
net/thevpc/nuts/util/NStringBuilder.getBytes:(Ljava/nio/charset/Charset;)[B
NStringBuilder.getBytes ( int srcBegin, int srcEnd, byte[ ] dst, int dstBegin ) : void
net/thevpc/nuts/util/NStringBuilder.getBytes:(II[BI)V
NStringBuilder.getBytes ( String charsetName ) : byte[ ]
net/thevpc/nuts/util/NStringBuilder.getBytes:(Ljava/lang/String;)[B
NStringBuilder.getChars ( int srcBegin, int srcEnd, char[ ] dst, int dstBegin ) : void
net/thevpc/nuts/util/NStringBuilder.getChars:(II[CI)V
NStringBuilder.getFirst ( ) : char
net/thevpc/nuts/util/NStringBuilder.getFirst:()C
NStringBuilder.getLast ( ) : char
net/thevpc/nuts/util/NStringBuilder.getLast:()C
NStringBuilder.hashCode ( ) : int
net/thevpc/nuts/util/NStringBuilder.hashCode:()I
NStringBuilder.head ( int size ) : String
net/thevpc/nuts/util/NStringBuilder.head:(I)Ljava/lang/String;
NStringBuilder.indent ( String prefix ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.indent:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.indexOf ( char other ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:(C)I
NStringBuilder.indexOf ( char[ ] str ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:([C)I
NStringBuilder.indexOf ( char[ ] str, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:([CI)I
NStringBuilder.indexOf ( CharSequence str ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:(Ljava/lang/CharSequence;)I
NStringBuilder.indexOf ( CharSequence str, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:(Ljava/lang/CharSequence;I)I
NStringBuilder.indexOf ( int ch, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:(II)I
NStringBuilder.indexOf ( String str ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:(Ljava/lang/String;)I
NStringBuilder.indexOf ( String str, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:(Ljava/lang/String;I)I
NStringBuilder.insert ( int index, char[ ] value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(I[CII)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int index, CharSequence value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(ILjava/lang/CharSequence;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int index, CharSequence value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(ILjava/lang/CharSequence;II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int index, StringBuilder value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(ILjava/lang/StringBuilder;II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, boolean value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(IZ)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, byte value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(IB)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, char value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(IC)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, double value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(ID)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, float value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(IF)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, int value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, Object value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(ILjava/lang/Object;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, short value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(IS)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, String value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(ILjava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( boolean value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(Z)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( byte value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(B)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( char value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(C)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( char[ ] value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:([CII)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( CharSequence value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(Ljava/lang/CharSequence;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( CharSequence value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(Ljava/lang/CharSequence;II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( double value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(D)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( float value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(F)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( int value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(I)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( Object value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( short value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(S)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( StringBuilder value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(Ljava/lang/StringBuilder;II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.isBlank ( ) : boolean
net/thevpc/nuts/util/NStringBuilder.isBlank:()Z
NStringBuilder.isEmpty ( ) : boolean
net/thevpc/nuts/util/NStringBuilder.isEmpty:()Z
NStringBuilder.lastIndexOf ( char[ ] str ) : int
net/thevpc/nuts/util/NStringBuilder.lastIndexOf:([C)I
NStringBuilder.lastIndexOf ( char[ ] str, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.lastIndexOf:([CI)I
NStringBuilder.lastIndexOf ( CharSequence str ) : int
net/thevpc/nuts/util/NStringBuilder.lastIndexOf:(Ljava/lang/CharSequence;)I
NStringBuilder.lastIndexOf ( CharSequence str, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.lastIndexOf:(Ljava/lang/CharSequence;I)I
NStringBuilder.lastIndexOf ( int ch, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.lastIndexOf:(II)I
NStringBuilder.lastIndexOf ( String str ) : int
net/thevpc/nuts/util/NStringBuilder.lastIndexOf:(Ljava/lang/String;)I
NStringBuilder.lastIndexOf ( String str, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.lastIndexOf:(Ljava/lang/String;I)I
NStringBuilder.length ( ) : int
net/thevpc/nuts/util/NStringBuilder.length:()I
NStringBuilder.matches ( String regex ) : boolean
net/thevpc/nuts/util/NStringBuilder.matches:(Ljava/lang/String;)Z
NStringBuilder.newLine ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.newLine:()Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.NStringBuilder ( )
net/thevpc/nuts/util/NStringBuilder."<init>":()V
NStringBuilder.NStringBuilder ( CharSequence value )
net/thevpc/nuts/util/NStringBuilder."<init>":(Ljava/lang/CharSequence;)V
NStringBuilder.NStringBuilder ( int capacity )
net/thevpc/nuts/util/NStringBuilder."<init>":(I)V
NStringBuilder.NStringBuilder ( String value )
net/thevpc/nuts/util/NStringBuilder."<init>":(Ljava/lang/String;)V
NStringBuilder.offsetByCodePoints ( int index, int codePointOffset ) : int
net/thevpc/nuts/util/NStringBuilder.offsetByCodePoints:(II)I
NStringBuilder.println ( Object str ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.println:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.println ( String str ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.println:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.regionMatches ( boolean ignoreCase, int toffset, String other, int ooffset, int len ) : boolean
net/thevpc/nuts/util/NStringBuilder.regionMatches:(ZILjava/lang/String;II)Z
NStringBuilder.regionMatches ( int toffset, String other, int ooffset, int len ) : boolean
net/thevpc/nuts/util/NStringBuilder.regionMatches:(ILjava/lang/String;II)Z
NStringBuilder.removeAll ( ) : String
net/thevpc/nuts/util/NStringBuilder.removeAll:()Ljava/lang/String;
NStringBuilder.removeFirst ( ) : char
net/thevpc/nuts/util/NStringBuilder.removeFirst:()C
NStringBuilder.removeLast ( ) : char
net/thevpc/nuts/util/NStringBuilder.removeLast:()C
NStringBuilder.replace ( char oldChar, char newChar ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.replace:(CC)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.replace ( CharSequence target, CharSequence replacement ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.replace:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.replace ( int start, int end, String str ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.replace:(IILjava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.replaceAll ( String regex, String replacement ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.replaceFirst ( String regex, String replacement ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.replaceFirst:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.reverse ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.reverse:()Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.setCharAt ( int index, char ch ) : void
net/thevpc/nuts/util/NStringBuilder.setCharAt:(IC)V
NStringBuilder.setContent ( String s ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.setContent:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.setLowerCaseAt ( int index ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.setLowerCaseAt:(I)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.setUpperCaseAt ( int index ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.setUpperCaseAt:(I)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.split ( String regex ) : String[ ]
net/thevpc/nuts/util/NStringBuilder.split:(Ljava/lang/String;)[Ljava/lang/String;
NStringBuilder.split ( String regex, int limit ) : String[ ]
net/thevpc/nuts/util/NStringBuilder.split:(Ljava/lang/String;I)[Ljava/lang/String;
NStringBuilder.startsWith ( String other ) : boolean
net/thevpc/nuts/util/NStringBuilder.startsWith:(Ljava/lang/String;)Z
NStringBuilder.startsWith ( String other, int toffset ) : boolean
net/thevpc/nuts/util/NStringBuilder.startsWith:(Ljava/lang/String;I)Z
NStringBuilder.startWith ( char other ) : boolean
net/thevpc/nuts/util/NStringBuilder.startWith:(C)Z
NStringBuilder.subSequence ( int start, int end ) : CharSequence
net/thevpc/nuts/util/NStringBuilder.subSequence:(II)Ljava/lang/CharSequence;
NStringBuilder.substring ( int start ) : String
net/thevpc/nuts/util/NStringBuilder.substring:(I)Ljava/lang/String;
NStringBuilder.substring ( int start, int end ) : String
net/thevpc/nuts/util/NStringBuilder.substring:(II)Ljava/lang/String;
NStringBuilder.tail ( int size ) : String
net/thevpc/nuts/util/NStringBuilder.tail:(I)Ljava/lang/String;
NStringBuilder.toCharArray ( ) : char[ ]
net/thevpc/nuts/util/NStringBuilder.toCharArray:()[C
NStringBuilder.toLowerCase ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.toLowerCase:()Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.toLowerCase ( Locale locale ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.toLowerCase:(Ljava/util/Locale;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.toNameFormat ( NNameFormat format ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.toNameFormat:(Lnet/thevpc/nuts/util/NNameFormat;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.toString ( ) : String
net/thevpc/nuts/util/NStringBuilder.toString:()Ljava/lang/String;
NStringBuilder.toUpperCase ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.toUpperCase:()Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.toUpperCase ( Locale locale ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.toUpperCase:(Ljava/util/Locale;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.trim ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.trim:()Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.trimToSize ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.trimToSize:()Lnet/thevpc/nuts/util/NStringBuilder;
nuts-0.8.4.jar,
NStringFormat.class
package net.thevpc.nuts.text
NStringFormat<T>.of ( NSession session, String type, Class<T> expectedType, String pattern ) [static] : NOptional<NStringFormat<T>>
net/thevpc/nuts/text/NStringFormat.of:(Lnet/thevpc/nuts/NSession;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NStringFormat<T>.toString ( T p1, NSession p2 ) [abstract] : String
net/thevpc/nuts/text/NStringFormat.toString:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
nuts-0.8.4.jar,
NStringFormattable.class
package net.thevpc.nuts.format
NStringFormattable.format ( NSession p1 ) [abstract] : NString
net/thevpc/nuts/format/NStringFormattable.format:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NString;
nuts-0.8.4.jar,
NStringMap.class
package net.thevpc.nuts.util
NStringMap<V>.clear ( ) : NStringMap<V>
net/thevpc/nuts/util/NStringMap.clear:()Lnet/thevpc/nuts/util/NStringMap;
NStringMap<V>.copy ( ) : NStringMap<V>
net/thevpc/nuts/util/NStringMap.copy:()Lnet/thevpc/nuts/util/NStringMap;
NStringMap<V>.get ( String key ) : V
net/thevpc/nuts/util/NStringMap.get:(Ljava/lang/String;)Ljava/lang/Object;
NStringMap<V>.getOptional ( String key ) : NOptional<V>
net/thevpc/nuts/util/NStringMap.getOptional:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NStringMap<V>.getOptional ( String prefix, String key ) : NOptional<V>
net/thevpc/nuts/util/NStringMap.getOptional:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NStringMap<V>.getSeparator ( ) : char
net/thevpc/nuts/util/NStringMap.getSeparator:()C
NStringMap<V>.nextKeys ( String prefix ) : Set<String>
net/thevpc/nuts/util/NStringMap.nextKeys:(Ljava/lang/String;)Ljava/util/Set;
NStringMap<V>.NStringMap<V> ( Map<String,V> map, char separator )
net/thevpc/nuts/util/NStringMap."<init>":(Ljava/util/Map;C)V
NStringMap<V>.put ( String key, V value ) : V
net/thevpc/nuts/util/NStringMap.put:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
NStringMap<V>.put ( String prefix, String key, V value ) : V
net/thevpc/nuts/util/NStringMap.put:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
NStringMap<V>.putAll ( Map<String,V> values ) : NStringMap<V>
net/thevpc/nuts/util/NStringMap.putAll:(Ljava/util/Map;)Lnet/thevpc/nuts/util/NStringMap;
NStringMap<V>.putAll ( String prefix, Map<String,V> values ) : NStringMap<V>
net/thevpc/nuts/util/NStringMap.putAll:(Ljava/lang/String;Ljava/util/Map;)Lnet/thevpc/nuts/util/NStringMap;
NStringMap<V>.remove ( String prefix, String key ) : V
net/thevpc/nuts/util/NStringMap.remove:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
NStringMap<V>.removeAll ( String prefix ) : NStringMap<V>
net/thevpc/nuts/util/NStringMap.removeAll:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringMap;
NStringMap<V>.set ( String key, V value ) : V
net/thevpc/nuts/util/NStringMap.set:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
NStringMap<V>.set ( String prefix, String key, V value ) : V
net/thevpc/nuts/util/NStringMap.set:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
NStringMap<V>.size ( ) : int
net/thevpc/nuts/util/NStringMap.size:()I
NStringMap<V>.toMap ( ) : Map<String,V>
net/thevpc/nuts/util/NStringMap.toMap:()Ljava/util/Map;
NStringMap<V>.toMap ( String prefix ) : Map<String,V>
net/thevpc/nuts/util/NStringMap.toMap:(Ljava/lang/String;)Ljava/util/Map;
nuts-0.8.4.jar,
NStringMapFormat.class
package net.thevpc.nuts.util
NStringMapFormat.builder ( ) : NStringMapFormatBuilder
net/thevpc/nuts/util/NStringMapFormat.builder:()Lnet/thevpc/nuts/util/NStringMapFormatBuilder;
NStringMapFormat.equals ( Object o ) : boolean
net/thevpc/nuts/util/NStringMapFormat.equals:(Ljava/lang/Object;)Z
NStringMapFormat.format ( Map<String,String> map ) : String
net/thevpc/nuts/util/NStringMapFormat.format:(Ljava/util/Map;)Ljava/lang/String;
NStringMapFormat.formatDuplicates ( Map<String,List<String>> map ) : String
net/thevpc/nuts/util/NStringMapFormat.formatDuplicates:(Ljava/util/Map;)Ljava/lang/String;
NStringMapFormat.getEqualsChars ( ) : String
net/thevpc/nuts/util/NStringMapFormat.getEqualsChars:()Ljava/lang/String;
NStringMapFormat.getEscapeChars ( ) : String
net/thevpc/nuts/util/NStringMapFormat.getEscapeChars:()Ljava/lang/String;
NStringMapFormat.getSeparatorChars ( ) : String
net/thevpc/nuts/util/NStringMapFormat.getSeparatorChars:()Ljava/lang/String;
NStringMapFormat.hashCode ( ) : int
net/thevpc/nuts/util/NStringMapFormat.hashCode:()I
NStringMapFormat.isSort ( ) : boolean
net/thevpc/nuts/util/NStringMapFormat.isSort:()Z
NStringMapFormat.NStringMapFormat ( String equalsChars, String separatorChars, String escapeChars, boolean sort )
net/thevpc/nuts/util/NStringMapFormat."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
NStringMapFormat.of ( String equalsChars, String separatorChars, String escapeChars, boolean sort ) [static] : NStringMapFormat
net/thevpc/nuts/util/NStringMapFormat.of:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lnet/thevpc/nuts/util/NStringMapFormat;
NStringMapFormat.parse ( String text ) : NOptional<Map<String,String>>
net/thevpc/nuts/util/NStringMapFormat.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NStringMapFormat.parseDuplicates ( String text ) : NOptional<Map<String,List<String>>>
net/thevpc/nuts/util/NStringMapFormat.parseDuplicates:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NStringMapFormatBuilder.class
package net.thevpc.nuts.util
NStringMapFormatBuilder.build ( ) : NStringMapFormat
net/thevpc/nuts/util/NStringMapFormatBuilder.build:()Lnet/thevpc/nuts/util/NStringMapFormat;
NStringMapFormatBuilder.getEqualsChars ( ) : String
net/thevpc/nuts/util/NStringMapFormatBuilder.getEqualsChars:()Ljava/lang/String;
NStringMapFormatBuilder.getEscapeChars ( ) : String
net/thevpc/nuts/util/NStringMapFormatBuilder.getEscapeChars:()Ljava/lang/String;
NStringMapFormatBuilder.getSeparatorChars ( ) : String
net/thevpc/nuts/util/NStringMapFormatBuilder.getSeparatorChars:()Ljava/lang/String;
NStringMapFormatBuilder.isSort ( ) : boolean
net/thevpc/nuts/util/NStringMapFormatBuilder.isSort:()Z
NStringMapFormatBuilder.NStringMapFormatBuilder ( )
net/thevpc/nuts/util/NStringMapFormatBuilder."<init>":()V
NStringMapFormatBuilder.of ( ) [static] : NStringMapFormatBuilder
net/thevpc/nuts/util/NStringMapFormatBuilder.of:()Lnet/thevpc/nuts/util/NStringMapFormatBuilder;
NStringMapFormatBuilder.setEqualsChars ( String equalsChars ) : NStringMapFormatBuilder
net/thevpc/nuts/util/NStringMapFormatBuilder.setEqualsChars:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringMapFormatBuilder;
NStringMapFormatBuilder.setEscapeChars ( String escapeChars ) : NStringMapFormatBuilder
net/thevpc/nuts/util/NStringMapFormatBuilder.setEscapeChars:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringMapFormatBuilder;
NStringMapFormatBuilder.setSeparatorChars ( String separatorChars ) : NStringMapFormatBuilder
net/thevpc/nuts/util/NStringMapFormatBuilder.setSeparatorChars:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringMapFormatBuilder;
NStringMapFormatBuilder.setSort ( boolean sort ) : NStringMapFormatBuilder
net/thevpc/nuts/util/NStringMapFormatBuilder.setSort:(Z)Lnet/thevpc/nuts/util/NStringMapFormatBuilder;
nuts-0.8.4.jar,
NStringUtils.class
package net.thevpc.nuts.util
NStringUtils.alignLeft ( String s, int width ) [static] : String
net/thevpc/nuts/util/NStringUtils.alignLeft:(Ljava/lang/String;I)Ljava/lang/String;
NStringUtils.alignRight ( String s, int width ) [static] : String
net/thevpc/nuts/util/NStringUtils.alignRight:(Ljava/lang/String;I)Ljava/lang/String;
NStringUtils.firstNonBlank ( List<String> values ) [static] : String
net/thevpc/nuts/util/NStringUtils.firstNonBlank:(Ljava/util/List;)Ljava/lang/String;
NStringUtils.firstNonBlank ( String a, String b ) [static] : String
net/thevpc/nuts/util/NStringUtils.firstNonBlank:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NStringUtils.firstNonBlank ( String... values ) [static] : String
net/thevpc/nuts/util/NStringUtils.firstNonBlank:([Ljava/lang/String;)Ljava/lang/String;
NStringUtils.firstNonEmpty ( List<String> values ) [static] : String
net/thevpc/nuts/util/NStringUtils.firstNonEmpty:(Ljava/util/List;)Ljava/lang/String;
NStringUtils.firstNonEmpty ( String... values ) [static] : String
net/thevpc/nuts/util/NStringUtils.firstNonEmpty:([Ljava/lang/String;)Ljava/lang/String;
NStringUtils.firstNonNull ( List<String> values ) [static] : String
net/thevpc/nuts/util/NStringUtils.firstNonNull:(Ljava/util/List;)Ljava/lang/String;
NStringUtils.firstNonNull ( String... values ) [static] : String
net/thevpc/nuts/util/NStringUtils.firstNonNull:([Ljava/lang/String;)Ljava/lang/String;
NStringUtils.formatAlign ( String text, int size, NPositionType position ) [static] : String
net/thevpc/nuts/util/NStringUtils.formatAlign:(Ljava/lang/String;ILnet/thevpc/nuts/format/NPositionType;)Ljava/lang/String;
NStringUtils.formatStringLiteral ( String text ) [static] : String
net/thevpc/nuts/util/NStringUtils.formatStringLiteral:(Ljava/lang/String;)Ljava/lang/String;
NStringUtils.formatStringLiteral ( String text, NQuoteType quoteType ) [static] : String
net/thevpc/nuts/util/NStringUtils.formatStringLiteral:(Ljava/lang/String;Lnet/thevpc/nuts/util/NQuoteType;)Ljava/lang/String;
NStringUtils.formatStringLiteral ( String text, NQuoteType quoteType, NSupportMode condition ) [static] : String
net/thevpc/nuts/util/NStringUtils.formatStringLiteral:(Ljava/lang/String;Lnet/thevpc/nuts/util/NQuoteType;Lnet/thevpc/nuts/util/NSupportMode;)Ljava/lang/String;
NStringUtils.formatStringLiteral ( String text, NQuoteType quoteType, NSupportMode condition, String escapeChars ) [static] : String
net/thevpc/nuts/util/NStringUtils.formatStringLiteral:(Ljava/lang/String;Lnet/thevpc/nuts/util/NQuoteType;Lnet/thevpc/nuts/util/NSupportMode;Ljava/lang/String;)Ljava/lang/String;
NStringUtils.fromHexString ( String s ) [static] : byte[ ]
net/thevpc/nuts/util/NStringUtils.fromHexString:(Ljava/lang/String;)[B
NStringUtils.isEmpty ( String value ) [static] : boolean
net/thevpc/nuts/util/NStringUtils.isEmpty:(Ljava/lang/String;)Z
NStringUtils.isValidVarPart ( char c ) [static] : boolean
net/thevpc/nuts/util/NStringUtils.isValidVarPart:(C)Z
NStringUtils.isValidVarStart ( char c ) [static] : boolean
net/thevpc/nuts/util/NStringUtils.isValidVarStart:(C)Z
NStringUtils.normalizeString ( String value ) [static] : String
net/thevpc/nuts/util/NStringUtils.normalizeString:(Ljava/lang/String;)Ljava/lang/String;
NStringUtils.parseDollarPlaceHolder ( String text ) [static] : Stream<NToken>
net/thevpc/nuts/util/NStringUtils.parseDollarPlaceHolder:(Ljava/lang/String;)Ljava/util/stream/Stream;
NStringUtils.parsePlaceHolder ( String text, Pattern pattern, String patternVarName ) [static] : Stream<NToken>
net/thevpc/nuts/util/NStringUtils.parsePlaceHolder:(Ljava/lang/String;Ljava/util/regex/Pattern;Ljava/lang/String;)Ljava/util/stream/Stream;
NStringUtils.parsePropertyIdList ( String s ) [static] : NOptional<List<String>>
net/thevpc/nuts/util/NStringUtils.parsePropertyIdList:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NStringUtils.parsePropertyStringList ( String s ) [static] : List<String>
net/thevpc/nuts/util/NStringUtils.parsePropertyStringList:(Ljava/lang/String;)Ljava/util/List;
NStringUtils.repeat ( char c, int count ) [static] : String
net/thevpc/nuts/util/NStringUtils.repeat:(CI)Ljava/lang/String;
NStringUtils.repeat ( String str, int count ) [static] : String
net/thevpc/nuts/util/NStringUtils.repeat:(Ljava/lang/String;I)Ljava/lang/String;
NStringUtils.replaceDollarPlaceHolder ( String text, Function<String,String> mapper ) [static] : String
net/thevpc/nuts/util/NStringUtils.replaceDollarPlaceHolder:(Ljava/lang/String;Ljava/util/function/Function;)Ljava/lang/String;
NStringUtils.replacePlaceholder ( String text, Pattern regexp, String varName, Function<String,String> mapper ) [static] : String
net/thevpc/nuts/util/NStringUtils.replacePlaceholder:(Ljava/lang/String;Ljava/util/regex/Pattern;Ljava/lang/String;Ljava/util/function/Function;)Ljava/lang/String;
NStringUtils.replacePlaceholder ( String text, String regexp, Function<String,String> mapper ) [static] : String
net/thevpc/nuts/util/NStringUtils.replacePlaceholder:(Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function;)Ljava/lang/String;
NStringUtils.replacePlaceholder ( String text, String regexp, String varName, Function<String,String> mapper ) [static] : String
net/thevpc/nuts/util/NStringUtils.replacePlaceholder:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function;)Ljava/lang/String;
NStringUtils.split ( String value, String chars ) [static] : List<String>
net/thevpc/nuts/util/NStringUtils.split:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
NStringUtils.split ( String value, String chars, boolean trim, boolean ignoreEmpty ) [static] : List<String>
net/thevpc/nuts/util/NStringUtils.split:(Ljava/lang/String;Ljava/lang/String;ZZ)Ljava/util/List;
NStringUtils.toHexChar ( int nibble ) [static] : char
net/thevpc/nuts/util/NStringUtils.toHexChar:(I)C
NStringUtils.toHexString ( byte[ ] bytes ) [static] : String
net/thevpc/nuts/util/NStringUtils.toHexString:([B)Ljava/lang/String;
NStringUtils.trim ( CharSequence value ) [static] : CharSequence
net/thevpc/nuts/util/NStringUtils.trim:(Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
NStringUtils.trim ( String value ) [static] : String
net/thevpc/nuts/util/NStringUtils.trim:(Ljava/lang/String;)Ljava/lang/String;
NStringUtils.trimLeft ( CharSequence value ) [static] : CharSequence
net/thevpc/nuts/util/NStringUtils.trimLeft:(Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
NStringUtils.trimLeft ( String value ) [static] : String
net/thevpc/nuts/util/NStringUtils.trimLeft:(Ljava/lang/String;)Ljava/lang/String;
NStringUtils.trimLeftToNull ( CharSequence value ) [static] : String
net/thevpc/nuts/util/NStringUtils.trimLeftToNull:(Ljava/lang/CharSequence;)Ljava/lang/String;
NStringUtils.trimRight ( CharSequence value ) [static] : CharSequence
net/thevpc/nuts/util/NStringUtils.trimRight:(Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
NStringUtils.trimRight ( String value ) [static] : String
net/thevpc/nuts/util/NStringUtils.trimRight:(Ljava/lang/String;)Ljava/lang/String;
NStringUtils.trimRightToNull ( CharSequence value ) [static] : String
net/thevpc/nuts/util/NStringUtils.trimRightToNull:(Ljava/lang/CharSequence;)Ljava/lang/String;
NStringUtils.trimToNull ( CharSequence value ) [static] : String
net/thevpc/nuts/util/NStringUtils.trimToNull:(Ljava/lang/CharSequence;)Ljava/lang/String;
NStringUtils.trimToNull ( String value ) [static] : String
net/thevpc/nuts/util/NStringUtils.trimToNull:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.4.jar,
NStringWriter.class
package net.thevpc.nuts.text
NStringWriter.append ( Object p1 ) [abstract] : void
net/thevpc/nuts/text/NStringWriter.append:(Ljava/lang/Object;)V
NStringWriter.append ( Object p1, NTextStyle p2 ) [abstract] : void
net/thevpc/nuts/text/NStringWriter.append:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyle;)V
NStringWriter.append ( Object p1, NTextStyles p2 ) [abstract] : void
net/thevpc/nuts/text/NStringWriter.append:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyles;)V
nuts-0.8.4.jar,
NSupportLevelContext.class
package net.thevpc.nuts.spi
NSupportLevelContext.getConstraints ( ) [abstract] : T
net/thevpc/nuts/spi/NSupportLevelContext.getConstraints:()Ljava/lang/Object;
NSupportLevelContext.getConstraints ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/spi/NSupportLevelContext.getConstraints:(Ljava/lang/Class;)Ljava/lang/Object;
nuts-0.8.4.jar,
NSupportMode.class
package net.thevpc.nuts.util
NSupportMode.acceptCondition ( NSupportMode request, NSession session ) : boolean
net/thevpc/nuts/util/NSupportMode.acceptCondition:(Lnet/thevpc/nuts/util/NSupportMode;Lnet/thevpc/nuts/NSession;)Z
NSupportMode.id ( ) : String
net/thevpc/nuts/util/NSupportMode.id:()Ljava/lang/String;
NSupportMode.parse ( String value ) [static] : NOptional<NSupportMode>
net/thevpc/nuts/util/NSupportMode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NSupportMode.valueOf ( String name ) [static] : NSupportMode
net/thevpc/nuts/util/NSupportMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NSupportMode;
NSupportMode.values ( ) [static] : NSupportMode[ ]
net/thevpc/nuts/util/NSupportMode.values:()[Lnet/thevpc/nuts/util/NSupportMode;
nuts-0.8.4.jar,
NSystemTerminal.class
package net.thevpc.nuts.io
NSystemTerminal.enableRichTerm ( NSession session ) [static] : void
net/thevpc/nuts/io/NSystemTerminal.enableRichTerm:(Lnet/thevpc/nuts/NSession;)V
NSystemTerminal.err ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NSystemTerminal.err:()Lnet/thevpc/nuts/io/NPrintStream;
NSystemTerminal.getBase ( ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/io/NSystemTerminal.getBase:()Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NSystemTerminal.in ( ) [abstract] : InputStream
net/thevpc/nuts/io/NSystemTerminal.in:()Ljava/io/InputStream;
NSystemTerminal.out ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NSystemTerminal.out:()Lnet/thevpc/nuts/io/NPrintStream;
NSystemTerminal.printProgress ( float p1, NMsg p2, NSession p3 ) [abstract] : NSystemTerminal
net/thevpc/nuts/io/NSystemTerminal.printProgress:(FLnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NSystemTerminal;
NSystemTerminal.readLine ( NMsg p1, NSession p2 ) [abstract] : String
net/thevpc/nuts/io/NSystemTerminal.readLine:(Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NSystemTerminal.readPassword ( NMsg p1, NSession p2 ) [abstract] : char[ ]
net/thevpc/nuts/io/NSystemTerminal.readPassword:(Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)[C
nuts-0.8.4.jar,
NSystemTerminalBase.class
package net.thevpc.nuts.spi
NSystemTerminalBase.clearScreen ( NSession p1 ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/spi/NSystemTerminalBase.clearScreen:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NSystemTerminalBase.getAutoCompleteResolver ( ) : NCmdLineAutoCompleteResolver
net/thevpc/nuts/spi/NSystemTerminalBase.getAutoCompleteResolver:()Lnet/thevpc/nuts/cmdline/NCmdLineAutoCompleteResolver;
NSystemTerminalBase.getCommandHighlighter ( ) [abstract] : String
net/thevpc/nuts/spi/NSystemTerminalBase.getCommandHighlighter:()Ljava/lang/String;
NSystemTerminalBase.getCommandHistory ( ) [abstract] : NCmdLineHistory
net/thevpc/nuts/spi/NSystemTerminalBase.getCommandHistory:()Lnet/thevpc/nuts/cmdline/NCmdLineHistory;
NSystemTerminalBase.getErr ( ) [abstract] : NPrintStream
net/thevpc/nuts/spi/NSystemTerminalBase.getErr:()Lnet/thevpc/nuts/io/NPrintStream;
NSystemTerminalBase.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NSystemTerminalBase.getIn:()Ljava/io/InputStream;
NSystemTerminalBase.getOut ( ) [abstract] : NPrintStream
net/thevpc/nuts/spi/NSystemTerminalBase.getOut:()Lnet/thevpc/nuts/io/NPrintStream;
NSystemTerminalBase.getTerminalCursor ( NSession p1 ) [abstract] : NSystemTerminalBase.Cursor
net/thevpc/nuts/spi/NSystemTerminalBase.getTerminalCursor:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase$Cursor;
NSystemTerminalBase.getTerminalSize ( NSession p1 ) [abstract] : NSystemTerminalBase.Size
net/thevpc/nuts/spi/NSystemTerminalBase.getTerminalSize:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase$Size;
NSystemTerminalBase.isAutoCompleteSupported ( ) : boolean
net/thevpc/nuts/spi/NSystemTerminalBase.isAutoCompleteSupported:()Z
NSystemTerminalBase.readLine ( NPrintStream p1, NMsg p2, NSession p3 ) [abstract] : String
net/thevpc/nuts/spi/NSystemTerminalBase.readLine:(Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NSystemTerminalBase.readPassword ( NPrintStream p1, NMsg p2, NSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/spi/NSystemTerminalBase.readPassword:(Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)[C
NSystemTerminalBase.resetLine ( NSession p1 ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/spi/NSystemTerminalBase.resetLine:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NSystemTerminalBase.run ( NTerminalCmd p1, NPrintStream p2, NSession p3 ) [abstract] : Object
net/thevpc/nuts/spi/NSystemTerminalBase.run:(Lnet/thevpc/nuts/text/NTerminalCmd;Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NSystemTerminalBase.setCommandAutoCompleteResolver ( NCmdLineAutoCompleteResolver p1 ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/spi/NSystemTerminalBase.setCommandAutoCompleteResolver:(Lnet/thevpc/nuts/cmdline/NCmdLineAutoCompleteResolver;)Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NSystemTerminalBase.setCommandHighlighter ( String p1 ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/spi/NSystemTerminalBase.setCommandHighlighter:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NSystemTerminalBase.setCommandHistory ( NCmdLineHistory p1 ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/spi/NSystemTerminalBase.setCommandHistory:(Lnet/thevpc/nuts/cmdline/NCmdLineHistory;)Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NSystemTerminalBase.setStyles ( NTextStyles p1, NPrintStream p2, NSession p3 ) [abstract] : void
net/thevpc/nuts/spi/NSystemTerminalBase.setStyles:(Lnet/thevpc/nuts/text/NTextStyles;Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NSystemTerminalBaseImpl.class
package net.thevpc.nuts.spi
NSystemTerminalBaseImpl.clearScreen ( NSession session ) : NSystemTerminalBase
net/thevpc/nuts/spi/NSystemTerminalBaseImpl.clearScreen:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NSystemTerminalBaseImpl.getTerminalCursor ( NSession session ) : NSystemTerminalBase.Cursor
net/thevpc/nuts/spi/NSystemTerminalBaseImpl.getTerminalCursor:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase$Cursor;
NSystemTerminalBaseImpl.getTerminalSize ( NSession session ) : NSystemTerminalBase.Size
net/thevpc/nuts/spi/NSystemTerminalBaseImpl.getTerminalSize:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase$Size;
NSystemTerminalBaseImpl.NSystemTerminalBaseImpl ( )
net/thevpc/nuts/spi/NSystemTerminalBaseImpl."<init>":()V
NSystemTerminalBaseImpl.resetLine ( NSession session ) : NSystemTerminalBase
net/thevpc/nuts/spi/NSystemTerminalBaseImpl.resetLine:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase;
nuts-0.8.4.jar,
NTableBordersFormat.class
package net.thevpc.nuts.format
NTableBordersFormat.format ( NTableSeparator p1 ) [abstract] : String
net/thevpc/nuts/format/NTableBordersFormat.format:(Lnet/thevpc/nuts/format/NTableSeparator;)Ljava/lang/String;
nuts-0.8.4.jar,
NTableCell.class
package net.thevpc.nuts.format
NTableCell.getColspan ( ) [abstract] : int
net/thevpc/nuts/format/NTableCell.getColspan:()I
NTableCell.getRowspan ( ) [abstract] : int
net/thevpc/nuts/format/NTableCell.getRowspan:()I
NTableCell.getValue ( ) [abstract] : Object
net/thevpc/nuts/format/NTableCell.getValue:()Ljava/lang/Object;
NTableCell.getX ( ) [abstract] : int
net/thevpc/nuts/format/NTableCell.getX:()I
NTableCell.getY ( ) [abstract] : int
net/thevpc/nuts/format/NTableCell.getY:()I
NTableCell.setColspan ( int p1 ) [abstract] : NTableCell
net/thevpc/nuts/format/NTableCell.setColspan:(I)Lnet/thevpc/nuts/format/NTableCell;
NTableCell.setRowspan ( int p1 ) [abstract] : NTableCell
net/thevpc/nuts/format/NTableCell.setRowspan:(I)Lnet/thevpc/nuts/format/NTableCell;
NTableCell.setValue ( Object p1 ) [abstract] : NTableCell
net/thevpc/nuts/format/NTableCell.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NTableCell;
nuts-0.8.4.jar,
NTableCellFormat.class
package net.thevpc.nuts.format
NTableCellFormat.format ( int row, int col, Object value, NSession session ) : String
net/thevpc/nuts/format/NTableCellFormat.format:(IILjava/lang/Object;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NTableCellFormat.getHorizontalAlign ( int row, int col, Object value, NSession session ) : NPositionType
net/thevpc/nuts/format/NTableCellFormat.getHorizontalAlign:(IILjava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NPositionType;
NTableCellFormat.getVerticalAlign ( int row, int col, Object value, NSession session ) : NPositionType
net/thevpc/nuts/format/NTableCellFormat.getVerticalAlign:(IILjava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NPositionType;
nuts-0.8.4.jar,
NTableFormat.class
package net.thevpc.nuts.format
NTableFormat.configure ( boolean p1, String... p2 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.configure ( boolean p1, String[ ] p2 ) : NContentTypeFormat
net/thevpc/nuts/format/NTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTableFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/format/NTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NTableFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/format/NTableFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NTableFormat.getBorder ( ) [abstract] : NTableBordersFormat
net/thevpc/nuts/format/NTableFormat.getBorder:()Lnet/thevpc/nuts/format/NTableBordersFormat;
NTableFormat.getModel ( ) [abstract] : NTableModel
net/thevpc/nuts/format/NTableFormat.getModel:()Lnet/thevpc/nuts/format/NTableModel;
NTableFormat.getVisibleColumn ( int p1 ) [abstract] : Boolean
net/thevpc/nuts/format/NTableFormat.getVisibleColumn:(I)Ljava/lang/Boolean;
NTableFormat.isVisibleHeader ( ) [abstract] : boolean
net/thevpc/nuts/format/NTableFormat.isVisibleHeader:()Z
NTableFormat.of ( NSession session ) [static] : NTableFormat
net/thevpc/nuts/format/NTableFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setBorder ( NTableBordersFormat p1 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setBorder:(Lnet/thevpc/nuts/format/NTableBordersFormat;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setBorder ( String p1 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setBorder:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setCellFormat ( NTableCellFormat p1 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setCellFormat:(Lnet/thevpc/nuts/format/NTableCellFormat;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setNtf ( boolean p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NTableFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTableFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/format/NTableFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NTableFormat.setNtf ( boolean p1 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setSession ( NSession p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NTableFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTableFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/format/NTableFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NTableFormat.setSession ( NSession p1 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setValue ( Object p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTableFormat.setValue ( Object p1 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setVisibleColumn ( int p1, Boolean p2 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setVisibleColumn:(ILjava/lang/Boolean;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setVisibleHeader ( boolean p1 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setVisibleHeader:(Z)Lnet/thevpc/nuts/format/NTableFormat;
nuts-0.8.4.jar,
NTableModel.class
package net.thevpc.nuts.format
NTableModel.getCellColSpan ( int row, int column ) : int
net/thevpc/nuts/format/NTableModel.getCellColSpan:(II)I
NTableModel.getCellRowSpan ( int row, int column ) : int
net/thevpc/nuts/format/NTableModel.getCellRowSpan:(II)I
NTableModel.getCellValue ( int p1, int p2 ) [abstract] : Object
net/thevpc/nuts/format/NTableModel.getCellValue:(II)Ljava/lang/Object;
NTableModel.getColumnsCount ( ) [abstract] : int
net/thevpc/nuts/format/NTableModel.getColumnsCount:()I
NTableModel.getHeaderColSpan ( int column ) : int
net/thevpc/nuts/format/NTableModel.getHeaderColSpan:(I)I
NTableModel.getHeaderValue ( int column ) : Object
net/thevpc/nuts/format/NTableModel.getHeaderValue:(I)Ljava/lang/Object;
NTableModel.getRowsCount ( ) [abstract] : int
net/thevpc/nuts/format/NTableModel.getRowsCount:()I
NTableModel.of ( NSession session ) [static] : NMutableTableModel
net/thevpc/nuts/format/NTableModel.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NMutableTableModel;
nuts-0.8.4.jar,
NTableSeparator.class
package net.thevpc.nuts.format
NTableSeparator.id ( ) : String
net/thevpc/nuts/format/NTableSeparator.id:()Ljava/lang/String;
NTableSeparator.parse ( String value ) [static] : NOptional<NTableSeparator>
net/thevpc/nuts/format/NTableSeparator.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTableSeparator.valueOf ( String name ) [static] : NTableSeparator
net/thevpc/nuts/format/NTableSeparator.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NTableSeparator;
NTableSeparator.values ( ) [static] : NTableSeparator[ ]
net/thevpc/nuts/format/NTableSeparator.values:()[Lnet/thevpc/nuts/format/NTableSeparator;
nuts-0.8.4.jar,
NTerminalCmd.class
package net.thevpc.nuts.text
NTerminalCmd.equals ( Object o ) : boolean
net/thevpc/nuts/text/NTerminalCmd.equals:(Ljava/lang/Object;)Z
NTerminalCmd.getArgs ( ) : List<String>
net/thevpc/nuts/text/NTerminalCmd.getArgs:()Ljava/util/List;
NTerminalCmd.getName ( ) : String
net/thevpc/nuts/text/NTerminalCmd.getName:()Ljava/lang/String;
NTerminalCmd.hashCode ( ) : int
net/thevpc/nuts/text/NTerminalCmd.hashCode:()I
NTerminalCmd.MOVE_DOWN ( int count ) [static] : NTerminalCmd
net/thevpc/nuts/text/NTerminalCmd.MOVE_DOWN:(I)Lnet/thevpc/nuts/text/NTerminalCmd;
NTerminalCmd.MOVE_LEFT ( int count ) [static] : NTerminalCmd
net/thevpc/nuts/text/NTerminalCmd.MOVE_LEFT:(I)Lnet/thevpc/nuts/text/NTerminalCmd;
NTerminalCmd.MOVE_RIGHT ( int count ) [static] : NTerminalCmd
net/thevpc/nuts/text/NTerminalCmd.MOVE_RIGHT:(I)Lnet/thevpc/nuts/text/NTerminalCmd;
NTerminalCmd.MOVE_TO ( int row, int col ) [static] : NTerminalCmd
net/thevpc/nuts/text/NTerminalCmd.MOVE_TO:(II)Lnet/thevpc/nuts/text/NTerminalCmd;
NTerminalCmd.MOVE_UP ( int count ) [static] : NTerminalCmd
net/thevpc/nuts/text/NTerminalCmd.MOVE_UP:(I)Lnet/thevpc/nuts/text/NTerminalCmd;
NTerminalCmd.NTerminalCmd ( String name )
net/thevpc/nuts/text/NTerminalCmd."<init>":(Ljava/lang/String;)V
NTerminalCmd.NTerminalCmd ( String name, List<String> args )
net/thevpc/nuts/text/NTerminalCmd."<init>":(Ljava/lang/String;Ljava/util/List;)V
NTerminalCmd.of ( String name ) [static] : NTerminalCmd
net/thevpc/nuts/text/NTerminalCmd.of:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTerminalCmd;
NTerminalCmd.of ( String name, String... args ) [static] : NTerminalCmd
net/thevpc/nuts/text/NTerminalCmd.of:(Ljava/lang/String;[Ljava/lang/String;)Lnet/thevpc/nuts/text/NTerminalCmd;
NTerminalCmd.toString ( ) : String
net/thevpc/nuts/text/NTerminalCmd.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NTerminalMode.class
package net.thevpc.nuts.io
NTerminalMode.id ( ) : String
net/thevpc/nuts/io/NTerminalMode.id:()Ljava/lang/String;
NTerminalMode.parse ( String value ) [static] : NOptional<NTerminalMode>
net/thevpc/nuts/io/NTerminalMode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTerminalMode.valueOf ( String name ) [static] : NTerminalMode
net/thevpc/nuts/io/NTerminalMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NTerminalMode;
NTerminalMode.values ( ) [static] : NTerminalMode[ ]
net/thevpc/nuts/io/NTerminalMode.values:()[Lnet/thevpc/nuts/io/NTerminalMode;
nuts-0.8.4.jar,
NTerminalSpec.class
package net.thevpc.nuts.spi
NTerminalSpec.get ( String p1 ) [abstract] : Object
net/thevpc/nuts/spi/NTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NTerminalSpec.getAutoComplete ( ) [abstract] : Boolean
net/thevpc/nuts/spi/NTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NTerminalSpec.getParent ( ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/spi/NTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NTerminalSpec.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/spi/NTerminalSpec.getProperties:()Ljava/util/Map;
NTerminalSpec.setAll ( Map<String,Object> p1 ) [abstract] : NTerminalSpec
net/thevpc/nuts/spi/NTerminalSpec.setAll:(Ljava/util/Map;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NTerminalSpec.setAll ( NTerminalSpec p1 ) [abstract] : NTerminalSpec
net/thevpc/nuts/spi/NTerminalSpec.setAll:(Lnet/thevpc/nuts/spi/NTerminalSpec;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NTerminalSpec.setAutoComplete ( Boolean p1 ) [abstract] : NTerminalSpec
net/thevpc/nuts/spi/NTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NTerminalSpec.setParent ( NSystemTerminalBase p1 ) [abstract] : NTerminalSpec
net/thevpc/nuts/spi/NTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NSystemTerminalBase;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NTerminalSpec.setProperty ( String p1, Object p2 ) [abstract] : NTerminalSpec
net/thevpc/nuts/spi/NTerminalSpec.setProperty:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NTerminalSpec;
nuts-0.8.4.jar,
NText.class
package net.thevpc.nuts.text
NText.getType ( ) [abstract] : NTextType
net/thevpc/nuts/text/NText.getType:()Lnet/thevpc/nuts/text/NTextType;
NText.parse ( String str, NSession session ) [static] : NString
net/thevpc/nuts/text/NText.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NString;
nuts-0.8.4.jar,
NTextAnchor.class
package net.thevpc.nuts.text
NTextAnchor.getSeparator ( ) [abstract] : String
net/thevpc/nuts/text/NTextAnchor.getSeparator:()Ljava/lang/String;
NTextAnchor.getValue ( ) [abstract] : String
net/thevpc/nuts/text/NTextAnchor.getValue:()Ljava/lang/String;
nuts-0.8.4.jar,
NTextBuilder.class
package net.thevpc.nuts.text
NTextBuilder.append ( NText p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.append:(Lnet/thevpc/nuts/text/NText;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.append ( Object p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.append:(Ljava/lang/Object;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.append ( Object p1, NTextStyle p2 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.append:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.append ( Object p1, NTextStyles p2 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.append:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.appendAll ( Collection<?> p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.appendAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.appendCode ( String p1, String p2 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.appendCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.appendCommand ( NTerminalCmd p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.appendCommand:(Lnet/thevpc/nuts/text/NTerminalCmd;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.appendHash ( Object p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.appendHash:(Ljava/lang/Object;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.appendHash ( Object p1, Object p2 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.appendHash:(Ljava/lang/Object;Ljava/lang/Object;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.appendJoined ( Object p1, Collection<?> p2 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.appendJoined:(Ljava/lang/Object;Ljava/util/Collection;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.appendRandom ( Object p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.appendRandom:(Ljava/lang/Object;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.build ( ) [abstract] : NText
net/thevpc/nuts/text/NTextBuilder.build:()Lnet/thevpc/nuts/text/NText;
NTextBuilder.flatten ( ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.flatten:()Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.get ( int p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextBuilder.get:(I)Lnet/thevpc/nuts/text/NText;
NTextBuilder.getChildren ( ) [abstract] : List<NText>
net/thevpc/nuts/text/NTextBuilder.getChildren:()Ljava/util/List;
NTextBuilder.getStyleGenerator ( ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextBuilder.getStyleGenerator:()Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextBuilder.insert ( int p1, NText... p2 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.insert:(I[Lnet/thevpc/nuts/text/NText;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.items ( ) [abstract] : Iterable<NText>
net/thevpc/nuts/text/NTextBuilder.items:()Ljava/lang/Iterable;
NTextBuilder.lines ( ) [abstract] : NStream<NTextBuilder>
net/thevpc/nuts/text/NTextBuilder.lines:()Lnet/thevpc/nuts/util/NStream;
NTextBuilder.of ( NSession session ) [static] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.readLine ( ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.readLine:()Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.removeAt ( int p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.removeAt:(I)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.replace ( int p1, int p2, NText... p3 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.replace:(II[Lnet/thevpc/nuts/text/NText;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.replaceChildren ( int p1, int p2, NText... p3 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.replaceChildren:(II[Lnet/thevpc/nuts/text/NText;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.setStyleGenerator ( NTextStyleGenerator p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.setStyleGenerator:(Lnet/thevpc/nuts/text/NTextStyleGenerator;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.size ( ) [abstract] : int
net/thevpc/nuts/text/NTextBuilder.size:()I
NTextBuilder.subChildren ( int p1, int p2 ) [abstract] : NText
net/thevpc/nuts/text/NTextBuilder.subChildren:(II)Lnet/thevpc/nuts/text/NText;
NTextBuilder.substring ( int p1, int p2 ) [abstract] : NText
net/thevpc/nuts/text/NTextBuilder.substring:(II)Lnet/thevpc/nuts/text/NText;
NTextBuilder.toString ( ) [abstract] : String
net/thevpc/nuts/text/NTextBuilder.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NTextCmd.class
package net.thevpc.nuts.text
NTextCmd.getCommand ( ) [abstract] : NTerminalCmd
net/thevpc/nuts/text/NTextCmd.getCommand:()Lnet/thevpc/nuts/text/NTerminalCmd;
nuts-0.8.4.jar,
NTextCode.class
package net.thevpc.nuts.text
NTextCode.getQualifier ( ) [abstract] : String
net/thevpc/nuts/text/NTextCode.getQualifier:()Ljava/lang/String;
NTextCode.getSeparator ( ) [abstract] : String
net/thevpc/nuts/text/NTextCode.getSeparator:()Ljava/lang/String;
NTextCode.getText ( ) [abstract] : String
net/thevpc/nuts/text/NTextCode.getText:()Ljava/lang/String;
NTextCode.highlight ( NSession p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextCode.highlight:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
nuts-0.8.4.jar,
NTextFormat.class
package net.thevpc.nuts.text
NTextFormat<T>.of ( NSession session, String type, Class<T> expectedType, String pattern ) [static] : NOptional<NTextFormat<T>>
net/thevpc/nuts/text/NTextFormat.of:(Lnet/thevpc/nuts/NSession;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTextFormat<T>.toString ( T object, NSession session ) : String
net/thevpc/nuts/text/NTextFormat.toString:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NTextFormat<T>.toText ( T p1, NSession p2 ) [abstract] : NText
net/thevpc/nuts/text/NTextFormat.toText:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
nuts-0.8.4.jar,
NTextFormatTheme.class
package net.thevpc.nuts.text
NTextFormatTheme.getName ( ) [abstract] : String
net/thevpc/nuts/text/NTextFormatTheme.getName:()Ljava/lang/String;
NTextFormatTheme.toBasicStyles ( NTextStyles p1, NSession p2 ) [abstract] : NTextStyles
net/thevpc/nuts/text/NTextFormatTheme.toBasicStyles:(Lnet/thevpc/nuts/text/NTextStyles;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NTextStyles;
nuts-0.8.4.jar,
NTextFormatType.class
package net.thevpc.nuts.text
NTextFormatType.id ( ) : String
net/thevpc/nuts/text/NTextFormatType.id:()Ljava/lang/String;
NTextFormatType.parse ( String value ) [static] : NOptional<NTextFormatType>
net/thevpc/nuts/text/NTextFormatType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTextFormatType.valueOf ( String name ) [static] : NTextFormatType
net/thevpc/nuts/text/NTextFormatType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextFormatType;
NTextFormatType.values ( ) [static] : NTextFormatType[ ]
net/thevpc/nuts/text/NTextFormatType.values:()[Lnet/thevpc/nuts/text/NTextFormatType;
nuts-0.8.4.jar,
NTextInclude.class
package net.thevpc.nuts.text
NTextInclude.getSeparator ( ) [abstract] : String
net/thevpc/nuts/text/NTextInclude.getSeparator:()Ljava/lang/String;
NTextInclude.getText ( ) [abstract] : String
net/thevpc/nuts/text/NTextInclude.getText:()Ljava/lang/String;
nuts-0.8.4.jar,
NTextLink.class
package net.thevpc.nuts.text
NTextLink.getSeparator ( ) [abstract] : String
net/thevpc/nuts/text/NTextLink.getSeparator:()Ljava/lang/String;
NTextLink.getText ( ) [abstract] : String
net/thevpc/nuts/text/NTextLink.getText:()Ljava/lang/String;
nuts-0.8.4.jar,
NTextList.class
package net.thevpc.nuts.text
NTextList.get ( int p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextList.get:(I)Lnet/thevpc/nuts/text/NText;
NTextList.getChildren ( ) [abstract] : List<NText>
net/thevpc/nuts/text/NTextList.getChildren:()Ljava/util/List;
NTextList.simplify ( ) [abstract] : NText
net/thevpc/nuts/text/NTextList.simplify:()Lnet/thevpc/nuts/text/NText;
NTextList.size ( ) [abstract] : int
net/thevpc/nuts/text/NTextList.size:()I
nuts-0.8.4.jar,
NTextParser.class
package net.thevpc.nuts.text
NTextParser.isIncomplete ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextParser.isIncomplete:()Z
NTextParser.of ( NSession session ) [static] : NTextParser
net/thevpc/nuts/text/NTextParser.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NTextParser;
NTextParser.offer ( char p1 ) [abstract] : void
net/thevpc/nuts/text/NTextParser.offer:(C)V
NTextParser.offer ( char[ ] p1 ) [abstract] : void
net/thevpc/nuts/text/NTextParser.offer:([C)V
NTextParser.offer ( char[ ] p1, int p2, int p3 ) [abstract] : void
net/thevpc/nuts/text/NTextParser.offer:([CII)V
NTextParser.offer ( String p1 ) [abstract] : void
net/thevpc/nuts/text/NTextParser.offer:(Ljava/lang/String;)V
NTextParser.parse ( File p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parse:(Ljava/io/File;)Lnet/thevpc/nuts/text/NText;
NTextParser.parse ( InputStream p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/text/NText;
NTextParser.parse ( InputStream p1, NTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parse:(Ljava/io/InputStream;Lnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parse ( NInputSource p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parse:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/text/NText;
NTextParser.parse ( Path p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/text/NText;
NTextParser.parse ( Reader p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/text/NText;
NTextParser.parse ( Reader p1, NTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parse:(Ljava/io/Reader;Lnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parse ( URL p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/text/NText;
NTextParser.parseIncremental ( byte[ ] p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parseIncremental:([B)Lnet/thevpc/nuts/text/NText;
NTextParser.parseIncremental ( byte[ ] p1, int p2, int p3 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parseIncremental:([BII)Lnet/thevpc/nuts/text/NText;
NTextParser.parseIncremental ( byte[ ] p1, int p2, int p3, NTextVisitor p4 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parseIncremental:([BIILnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parseIncremental ( byte[ ] p1, NTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parseIncremental:([BLnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parseIncremental ( char p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parseIncremental:(C)Lnet/thevpc/nuts/text/NText;
NTextParser.parseIncremental ( char p1, NTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parseIncremental:(CLnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parseIncremental ( char[ ] p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parseIncremental:([C)Lnet/thevpc/nuts/text/NText;
NTextParser.parseIncremental ( char[ ] p1, int p2, int p3 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parseIncremental:([CII)Lnet/thevpc/nuts/text/NText;
NTextParser.parseIncremental ( char[ ] p1, int p2, int p3, NTextVisitor p4 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parseIncremental:([CIILnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parseIncremental ( char[ ] p1, NTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parseIncremental:([CLnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parseIncremental ( String p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parseIncremental:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NText;
NTextParser.parseIncremental ( String p1, NTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parseIncremental:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parseRemaining ( ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parseRemaining:()Lnet/thevpc/nuts/text/NText;
NTextParser.parseRemaining ( NTextVisitor p1 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parseRemaining:(Lnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.read ( ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.read:()Lnet/thevpc/nuts/text/NText;
NTextParser.readFully ( ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.readFully:()Lnet/thevpc/nuts/text/NText;
NTextParser.reset ( ) [abstract] : void
net/thevpc/nuts/text/NTextParser.reset:()V
nuts-0.8.4.jar,
NTextPlain.class
package net.thevpc.nuts.text
NTextPlain.getText ( ) [abstract] : String
net/thevpc/nuts/text/NTextPlain.getText:()Ljava/lang/String;
nuts-0.8.4.jar,
NTexts.class
package net.thevpc.nuts.text
NTexts.addCodeHighlighter ( NCodeHighlighter p1 ) [abstract] : NTexts
net/thevpc/nuts/text/NTexts.addCodeHighlighter:(Lnet/thevpc/nuts/NCodeHighlighter;)Lnet/thevpc/nuts/text/NTexts;
NTexts.createFormat ( NFormatSPI p1 ) [abstract] : NFormat
net/thevpc/nuts/text/NTexts.createFormat:(Lnet/thevpc/nuts/spi/NFormatSPI;)Lnet/thevpc/nuts/format/NFormat;
NTexts.createFormat ( T p1, NTextFormat<T> p2 ) [abstract] : NFormat
net/thevpc/nuts/text/NTexts.createFormat:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextFormat;)Lnet/thevpc/nuts/format/NFormat;
NTexts.createNumberStringFormat ( String p1, String p2 ) [abstract] : NOptional<NStringFormat<Number>>
net/thevpc/nuts/text/NTexts.createNumberStringFormat:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTexts.createNumberTextFormat ( String p1, String p2 ) [abstract] : NOptional<NTextFormat<Number>>
net/thevpc/nuts/text/NTexts.createNumberTextFormat:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTexts.createStringFormat ( String p1, String p2, Class<T> p3 ) [abstract] : NOptional<NStringFormat<T>>
net/thevpc/nuts/text/NTexts.createStringFormat:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NTexts.createTextFormat ( String p1, String p2, Class<T> p3 ) [abstract] : NOptional<NTextFormat<T>>
net/thevpc/nuts/text/NTexts.createTextFormat:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NTexts.escapeText ( String p1 ) [abstract] : String
net/thevpc/nuts/text/NTexts.escapeText:(Ljava/lang/String;)Ljava/lang/String;
NTexts.filterText ( String p1 ) [abstract] : String
net/thevpc/nuts/text/NTexts.filterText:(Ljava/lang/String;)Ljava/lang/String;
NTexts.flatten ( NText p1 ) [abstract] : NStream<NText>
net/thevpc/nuts/text/NTexts.flatten:(Lnet/thevpc/nuts/text/NText;)Lnet/thevpc/nuts/util/NStream;
NTexts.flatten ( NText p1, NTextTransformConfig p2 ) [abstract] : NStream<NText>
net/thevpc/nuts/text/NTexts.flatten:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextTransformConfig;)Lnet/thevpc/nuts/util/NStream;
NTexts.flatten ( NText p1, NTextTransformer p2, NTextTransformConfig p3 ) [abstract] : NStream<NText>
net/thevpc/nuts/text/NTexts.flatten:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextTransformer;Lnet/thevpc/nuts/text/NTextTransformConfig;)Lnet/thevpc/nuts/util/NStream;
NTexts.getCodeHighlighter ( String p1 ) [abstract] : NCodeHighlighter
net/thevpc/nuts/text/NTexts.getCodeHighlighter:(Ljava/lang/String;)Lnet/thevpc/nuts/NCodeHighlighter;
NTexts.getCodeHighlighters ( ) [abstract] : List<NCodeHighlighter>
net/thevpc/nuts/text/NTexts.getCodeHighlighters:()Ljava/util/List;
NTexts.getTheme ( ) [abstract] : NTextFormatTheme
net/thevpc/nuts/text/NTexts.getTheme:()Lnet/thevpc/nuts/text/NTextFormatTheme;
NTexts.of ( NSession session ) [static] : NTexts
net/thevpc/nuts/text/NTexts.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NTexts;
NTexts.ofAnchor ( String p1 ) [abstract] : NTextAnchor
net/thevpc/nuts/text/NTexts.ofAnchor:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextAnchor;
NTexts.ofAnchor ( String p1, char p2 ) [abstract] : NTextAnchor
net/thevpc/nuts/text/NTexts.ofAnchor:(Ljava/lang/String;C)Lnet/thevpc/nuts/text/NTextAnchor;
NTexts.ofBlank ( ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofBlank:()Lnet/thevpc/nuts/text/NText;
NTexts.ofBuilder ( ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTexts.ofBuilder:()Lnet/thevpc/nuts/text/NTextBuilder;
NTexts.ofCode ( String p1, String p2 ) [abstract] : NTextCode
net/thevpc/nuts/text/NTexts.ofCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextCode;
NTexts.ofCode ( String p1, String p2, char p3 ) [abstract] : NTextCode
net/thevpc/nuts/text/NTexts.ofCode:(Ljava/lang/String;Ljava/lang/String;C)Lnet/thevpc/nuts/text/NTextCode;
NTexts.ofCodeOrCommand ( String p1 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofCodeOrCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NText;
NTexts.ofCodeOrCommand ( String p1, String p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofCodeOrCommand:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/text/NText;
NTexts.ofCodeOrCommand ( String p1, String p2, char p3 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofCodeOrCommand:(Ljava/lang/String;Ljava/lang/String;C)Lnet/thevpc/nuts/text/NText;
NTexts.ofCommand ( NTerminalCmd p1 ) [abstract] : NTextCmd
net/thevpc/nuts/text/NTexts.ofCommand:(Lnet/thevpc/nuts/text/NTerminalCmd;)Lnet/thevpc/nuts/text/NTextCmd;
NTexts.ofInclude ( String p1 ) [abstract] : NTextInclude
net/thevpc/nuts/text/NTexts.ofInclude:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextInclude;
NTexts.ofInclude ( String p1, char p2 ) [abstract] : NTextInclude
net/thevpc/nuts/text/NTexts.ofInclude:(Ljava/lang/String;C)Lnet/thevpc/nuts/text/NTextInclude;
NTexts.ofLink ( String p1 ) [abstract] : NTextLink
net/thevpc/nuts/text/NTexts.ofLink:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextLink;
NTexts.ofLink ( String p1, char p2 ) [abstract] : NTextLink
net/thevpc/nuts/text/NTexts.ofLink:(Ljava/lang/String;C)Lnet/thevpc/nuts/text/NTextLink;
NTexts.ofList ( Collection<NText> p1 ) [abstract] : NTextList
net/thevpc/nuts/text/NTexts.ofList:(Ljava/util/Collection;)Lnet/thevpc/nuts/text/NTextList;
NTexts.ofList ( NText... p1 ) [abstract] : NTextList
net/thevpc/nuts/text/NTexts.ofList:([Lnet/thevpc/nuts/text/NText;)Lnet/thevpc/nuts/text/NTextList;
NTexts.ofNumbering ( ) [abstract] : NTitleSequence
net/thevpc/nuts/text/NTexts.ofNumbering:()Lnet/thevpc/nuts/text/NTitleSequence;
NTexts.ofNumbering ( String p1 ) [abstract] : NTitleSequence
net/thevpc/nuts/text/NTexts.ofNumbering:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTitleSequence;
NTexts.ofPlain ( String p1 ) [abstract] : NTextPlain
net/thevpc/nuts/text/NTexts.ofPlain:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextPlain;
NTexts.ofStyled ( NMsg p1, NTextStyle p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NText;
NTexts.ofStyled ( NMsg p1, NTextStyles p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/text/NText;
NTexts.ofStyled ( NString p1, NTextStyle p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Lnet/thevpc/nuts/text/NString;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NText;
NTexts.ofStyled ( NString p1, NTextStyles p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Lnet/thevpc/nuts/text/NString;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/text/NText;
NTexts.ofStyled ( NText p1, NTextStyle p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NText;
NTexts.ofStyled ( NText p1, NTextStyles p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/text/NText;
NTexts.ofStyled ( String p1, NTextStyle p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NText;
NTexts.ofStyled ( String p1, NTextStyles p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/text/NText;
NTexts.ofText ( Object p1 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofText:(Ljava/lang/Object;)Lnet/thevpc/nuts/text/NText;
NTexts.ofTitle ( NString p1, int p2 ) [abstract] : NTextTitle
net/thevpc/nuts/text/NTexts.ofTitle:(Lnet/thevpc/nuts/text/NString;I)Lnet/thevpc/nuts/text/NTextTitle;
NTexts.ofTitle ( NText p1, int p2 ) [abstract] : NTextTitle
net/thevpc/nuts/text/NTexts.ofTitle:(Lnet/thevpc/nuts/text/NText;I)Lnet/thevpc/nuts/text/NTextTitle;
NTexts.ofTitle ( String p1, int p2 ) [abstract] : NTextTitle
net/thevpc/nuts/text/NTexts.ofTitle:(Ljava/lang/String;I)Lnet/thevpc/nuts/text/NTextTitle;
NTexts.parse ( String p1 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NText;
NTexts.parser ( ) [abstract] : NTextParser
net/thevpc/nuts/text/NTexts.parser:()Lnet/thevpc/nuts/text/NTextParser;
NTexts.removeCodeHighlighter ( String p1 ) [abstract] : NTexts
net/thevpc/nuts/text/NTexts.removeCodeHighlighter:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTexts;
NTexts.setTheme ( NTextFormatTheme p1 ) [abstract] : NTexts
net/thevpc/nuts/text/NTexts.setTheme:(Lnet/thevpc/nuts/text/NTextFormatTheme;)Lnet/thevpc/nuts/text/NTexts;
NTexts.setTheme ( String p1 ) [abstract] : NTexts
net/thevpc/nuts/text/NTexts.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTexts;
NTexts.transform ( NText p1, NTextTransformConfig p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.transform:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextTransformConfig;)Lnet/thevpc/nuts/text/NText;
NTexts.transform ( NText p1, NTextTransformer p2, NTextTransformConfig p3 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.transform:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextTransformer;Lnet/thevpc/nuts/text/NTextTransformConfig;)Lnet/thevpc/nuts/text/NText;
NTexts.traverseBFS ( NText p1, NTextVisitor p2 ) [abstract] : void
net/thevpc/nuts/text/NTexts.traverseBFS:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextVisitor;)V
NTexts.traverseDFS ( NText p1, NTextVisitor p2 ) [abstract] : void
net/thevpc/nuts/text/NTexts.traverseDFS:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextVisitor;)V
nuts-0.8.4.jar,
NTextStyle.class
package net.thevpc.nuts.text
NTextStyle.append ( NTextStyle other ) : NTextStyles
net/thevpc/nuts/text/NTextStyle.append:(Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyle.append ( NTextStyles other ) : NTextStyles
net/thevpc/nuts/text/NTextStyle.append:(Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyle.backgroundColor ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.backgroundColor:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.backgroundTrueColor ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.backgroundTrueColor:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.blink ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.blink:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.bold ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.bold:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.bool ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.bool:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.bool ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.bool:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.comments ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.comments:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.comments ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.comments:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.config ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.config:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.config ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.config:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.danger ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.danger:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.danger ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.danger:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.date ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.date:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.date ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.date:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.equals ( Object o ) : boolean
net/thevpc/nuts/text/NTextStyle.equals:(Ljava/lang/Object;)Z
NTextStyle.error ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.error:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.error ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.error:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.fail ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.fail:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.fail ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.fail:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.foregroundColor ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.foregroundColor:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.foregroundTrueColor ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.foregroundTrueColor:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.getType ( ) : NTextStyleType
net/thevpc/nuts/text/NTextStyle.getType:()Lnet/thevpc/nuts/text/NTextStyleType;
NTextStyle.getVariant ( ) : int
net/thevpc/nuts/text/NTextStyle.getVariant:()I
NTextStyle.hashCode ( ) : int
net/thevpc/nuts/text/NTextStyle.hashCode:()I
NTextStyle.id ( ) : String
net/thevpc/nuts/text/NTextStyle.id:()Ljava/lang/String;
NTextStyle.info ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.info:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.info ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.info:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.input ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.input:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.input ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.input:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.italic ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.italic:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.italic ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.italic:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.keyword ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.keyword:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.keyword ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.keyword:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.NTextStyle ( NTextStyleType type, int variant )
net/thevpc/nuts/text/NTextStyle."<init>":(Lnet/thevpc/nuts/text/NTextStyleType;I)V
NTextStyle.number ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.number:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.number ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.number:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.of ( NTextStyleType style ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.of:(Lnet/thevpc/nuts/text/NTextStyleType;)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.of ( NTextStyleType style, int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.of:(Lnet/thevpc/nuts/text/NTextStyleType;I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.operator ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.operator:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.operator ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.operator:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.option ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.option:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.option ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.option:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.pale ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.pale:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.pale ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.pale:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.parse ( String value ) [static] : NOptional<NTextStyle>
net/thevpc/nuts/text/NTextStyle.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTextStyle.path ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.path:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.path ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.path:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary1 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary1:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary2 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary2:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary3 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary3:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary4 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary4:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary5 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary5:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary6 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary6:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary7 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary7:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary8 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary8:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary9 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary9:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.reversed ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.reversed:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.reversed ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.reversed:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.secondary ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.secondary:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.separator ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.separator:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.separator ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.separator:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.striked ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.striked:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.striked ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.striked:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.string ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.string:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.string ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.string:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.success ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.success:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.success ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.success:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.title ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.title:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.toString ( ) : String
net/thevpc/nuts/text/NTextStyle.toString:()Ljava/lang/String;
NTextStyle.underlined ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.underlined:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.variable ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.variable:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.variable ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.variable:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.version ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.version:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.version ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.version:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.warn ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.warn:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.warn ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.warn:(I)Lnet/thevpc/nuts/text/NTextStyle;
nuts-0.8.4.jar,
NTextStyled.class
package net.thevpc.nuts.text
NTextStyled.getChild ( ) [abstract] : NText
net/thevpc/nuts/text/NTextStyled.getChild:()Lnet/thevpc/nuts/text/NText;
NTextStyled.getStyles ( ) [abstract] : NTextStyles
net/thevpc/nuts/text/NTextStyled.getStyles:()Lnet/thevpc/nuts/text/NTextStyles;
NTextStyled.of ( NString str, NTextStyle style, NSession session ) [static] : NText
net/thevpc/nuts/text/NTextStyled.of:(Lnet/thevpc/nuts/text/NString;Lnet/thevpc/nuts/text/NTextStyle;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
NTextStyled.of ( NString str, NTextStyles styles, NSession session ) [static] : NText
net/thevpc/nuts/text/NTextStyled.of:(Lnet/thevpc/nuts/text/NString;Lnet/thevpc/nuts/text/NTextStyles;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
NTextStyled.of ( NText str, NTextStyle style, NSession session ) [static] : NText
net/thevpc/nuts/text/NTextStyled.of:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextStyle;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
NTextStyled.of ( NText str, NTextStyles styles, NSession session ) [static] : NText
net/thevpc/nuts/text/NTextStyled.of:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextStyles;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
NTextStyled.of ( String str, NTextStyle style, NSession session ) [static] : NText
net/thevpc/nuts/text/NTextStyled.of:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextStyle;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
NTextStyled.of ( String str, NTextStyles styles, NSession session ) [static] : NText
net/thevpc/nuts/text/NTextStyled.of:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextStyles;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
nuts-0.8.4.jar,
NTextStyleGenerator.class
package net.thevpc.nuts.text
NTextStyleGenerator.hash ( int p1 ) [abstract] : NTextStyles
net/thevpc/nuts/text/NTextStyleGenerator.hash:(I)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyleGenerator.hash ( Object p1 ) [abstract] : NTextStyles
net/thevpc/nuts/text/NTextStyleGenerator.hash:(Ljava/lang/Object;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyleGenerator.isIncludeBackground ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeBackground:()Z
NTextStyleGenerator.isIncludeBlink ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeBlink:()Z
NTextStyleGenerator.isIncludeBold ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeBold:()Z
NTextStyleGenerator.isIncludeForeground ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeForeground:()Z
NTextStyleGenerator.isIncludeItalic ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeItalic:()Z
NTextStyleGenerator.isIncludePlain ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludePlain:()Z
NTextStyleGenerator.isIncludeReversed ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeReversed:()Z
NTextStyleGenerator.isIncludeStriked ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeStriked:()Z
NTextStyleGenerator.isIncludeUnderlined ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeUnderlined:()Z
NTextStyleGenerator.isUsePaletteColors ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isUsePaletteColors:()Z
NTextStyleGenerator.isUseThemeColors ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isUseThemeColors:()Z
NTextStyleGenerator.isUseTrueColors ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isUseTrueColors:()Z
NTextStyleGenerator.random ( ) [abstract] : NTextStyles
net/thevpc/nuts/text/NTextStyleGenerator.random:()Lnet/thevpc/nuts/text/NTextStyles;
NTextStyleGenerator.setIncludeBackground ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeBackground:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludeBlink ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeBlink:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludeBold ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeBold:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludeForeground ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeForeground:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludeItalic ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeItalic:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludePlain ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludePlain:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludeReversed ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeReversed:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludeStriked ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeStriked:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludeUnderlined ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeUnderlined:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setUsePaletteColors ( ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setUsePaletteColors:()Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setUseThemeColors ( ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setUseThemeColors:()Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setUseTrueColors ( ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setUseTrueColors:()Lnet/thevpc/nuts/text/NTextStyleGenerator;
nuts-0.8.4.jar,
NTextStyles.class
package net.thevpc.nuts.text
NTextStyles.append ( NTextStyle other ) : NTextStyles
net/thevpc/nuts/text/NTextStyles.append:(Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyles.append ( NTextStyle... others ) : NTextStyles
net/thevpc/nuts/text/NTextStyles.append:([Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyles.append ( NTextStyles other ) : NTextStyles
net/thevpc/nuts/text/NTextStyles.append:(Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyles.equals ( Object o ) : boolean
net/thevpc/nuts/text/NTextStyles.equals:(Ljava/lang/Object;)Z
NTextStyles.get ( int index ) : NTextStyle
net/thevpc/nuts/text/NTextStyles.get:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyles.hashCode ( ) : int
net/thevpc/nuts/text/NTextStyles.hashCode:()I
NTextStyles.id ( ) : String
net/thevpc/nuts/text/NTextStyles.id:()Ljava/lang/String;
NTextStyles.isPlain ( ) : boolean
net/thevpc/nuts/text/NTextStyles.isPlain:()Z
NTextStyles.iterator ( ) : Iterator<NTextStyle>
net/thevpc/nuts/text/NTextStyles.iterator:()Ljava/util/Iterator;
NTextStyles.of ( NTextStyle other ) [static] : NTextStyles
net/thevpc/nuts/text/NTextStyles.of:(Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyles.of ( NTextStyle... others ) [static] : NTextStyles
net/thevpc/nuts/text/NTextStyles.of:([Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyles.parse ( String value ) [static] : NOptional<NTextStyles>
net/thevpc/nuts/text/NTextStyles.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTextStyles.removeFirst ( ) : NTextStyles
net/thevpc/nuts/text/NTextStyles.removeFirst:()Lnet/thevpc/nuts/text/NTextStyles;
NTextStyles.removeLast ( ) : NTextStyles
net/thevpc/nuts/text/NTextStyles.removeLast:()Lnet/thevpc/nuts/text/NTextStyles;
NTextStyles.size ( ) : int
net/thevpc/nuts/text/NTextStyles.size:()I
NTextStyles.toArray ( ) : NTextStyle[ ]
net/thevpc/nuts/text/NTextStyles.toArray:()[Lnet/thevpc/nuts/text/NTextStyle;
NTextStyles.toList ( ) : List<NTextStyle>
net/thevpc/nuts/text/NTextStyles.toList:()Ljava/util/List;
NTextStyles.toString ( ) : String
net/thevpc/nuts/text/NTextStyles.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NTextStyleType.class
package net.thevpc.nuts.text
NTextStyleType.basic ( ) : boolean
net/thevpc/nuts/text/NTextStyleType.basic:()Z
NTextStyleType.id ( ) : String
net/thevpc/nuts/text/NTextStyleType.id:()Ljava/lang/String;
NTextStyleType.parse ( String value ) [static] : NOptional<NTextStyleType>
net/thevpc/nuts/text/NTextStyleType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTextStyleType.valueOf ( String name ) [static] : NTextStyleType
net/thevpc/nuts/text/NTextStyleType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextStyleType;
NTextStyleType.values ( ) [static] : NTextStyleType[ ]
net/thevpc/nuts/text/NTextStyleType.values:()[Lnet/thevpc/nuts/text/NTextStyleType;
nuts-0.8.4.jar,
NTextTitle.class
package net.thevpc.nuts.text
NTextTitle.getChild ( ) [abstract] : NText
net/thevpc/nuts/text/NTextTitle.getChild:()Lnet/thevpc/nuts/text/NText;
NTextTitle.getLevel ( ) [abstract] : int
net/thevpc/nuts/text/NTextTitle.getLevel:()I
nuts-0.8.4.jar,
NTextTransformConfig.class
package net.thevpc.nuts.text
NTextTransformConfig.clone ( ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.clone:()Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.clone ( ) : Object
net/thevpc/nuts/text/NTextTransformConfig.clone:()Ljava/lang/Object;
NTextTransformConfig.copy ( ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.copy:()Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.equals ( Object o ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.equals:(Ljava/lang/Object;)Z
NTextTransformConfig.getAnchor ( ) : String
net/thevpc/nuts/text/NTextTransformConfig.getAnchor:()Ljava/lang/String;
NTextTransformConfig.getCurrentDir ( ) : NPath
net/thevpc/nuts/text/NTextTransformConfig.getCurrentDir:()Lnet/thevpc/nuts/io/NPath;
NTextTransformConfig.getImportClassLoader ( ) : ClassLoader
net/thevpc/nuts/text/NTextTransformConfig.getImportClassLoader:()Ljava/lang/ClassLoader;
NTextTransformConfig.getRootLevel ( ) : Integer
net/thevpc/nuts/text/NTextTransformConfig.getRootLevel:()Ljava/lang/Integer;
NTextTransformConfig.getTitleNumberSequence ( ) : NTitleSequence
net/thevpc/nuts/text/NTextTransformConfig.getTitleNumberSequence:()Lnet/thevpc/nuts/text/NTitleSequence;
NTextTransformConfig.getVarProvider ( ) : Function<String,String>
net/thevpc/nuts/text/NTextTransformConfig.getVarProvider:()Ljava/util/function/Function;
NTextTransformConfig.hashCode ( ) : int
net/thevpc/nuts/text/NTextTransformConfig.hashCode:()I
NTextTransformConfig.isBlank ( ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.isBlank:()Z
NTextTransformConfig.isFiltered ( ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.isFiltered:()Z
NTextTransformConfig.isFlatten ( ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.isFlatten:()Z
NTextTransformConfig.isNormalize ( ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.isNormalize:()Z
NTextTransformConfig.isProcessIncludes ( ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.isProcessIncludes:()Z
NTextTransformConfig.isProcessTitleNumbers ( ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.isProcessTitleNumbers:()Z
NTextTransformConfig.isProcessVars ( ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.isProcessVars:()Z
NTextTransformConfig.NTextTransformConfig ( )
net/thevpc/nuts/text/NTextTransformConfig."<init>":()V
NTextTransformConfig.setAnchor ( String anchor ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setAnchor:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setCurrentDir ( NPath currentDir ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setCurrentDir:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setFiltered ( boolean filtered ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setFiltered:(Z)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setFlatten ( boolean flatten ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setFlatten:(Z)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setImportClassLoader ( ClassLoader importClassLoader ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setImportClassLoader:(Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setNormalize ( boolean normalize ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setNormalize:(Z)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setProcessAll ( boolean enable ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setProcessAll:(Z)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setProcessIncludes ( boolean processIncludes ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setProcessIncludes:(Z)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setProcessTitleNumbers ( boolean processTitleNumbers ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setProcessTitleNumbers:(Z)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setProcessVars ( boolean processVars ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setProcessVars:(Z)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setRootLevel ( Integer rootLevel ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setRootLevel:(Ljava/lang/Integer;)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setTitleNumberSequence ( NTitleSequence titleNumberSequence ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setTitleNumberSequence:(Lnet/thevpc/nuts/text/NTitleSequence;)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setVarProvider ( Function<String,String> varProvider ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setVarProvider:(Ljava/util/function/Function;)Lnet/thevpc/nuts/text/NTextTransformConfig;
nuts-0.8.4.jar,
NTextTransformer.class
package net.thevpc.nuts.text
NTextTransformer.postTransform ( NText p1, NTextTransformerContext p2 ) [abstract] : NText
net/thevpc/nuts/text/NTextTransformer.postTransform:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextTransformerContext;)Lnet/thevpc/nuts/text/NText;
NTextTransformer.preTransform ( NText text, NTextTransformerContext context ) : NText
net/thevpc/nuts/text/NTextTransformer.preTransform:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextTransformerContext;)Lnet/thevpc/nuts/text/NText;
nuts-0.8.4.jar,
NTextTransformerContext.class
package net.thevpc.nuts.text
NTextTransformerContext.copy ( ) [abstract] : NTextTransformerContext
net/thevpc/nuts/text/NTextTransformerContext.copy:()Lnet/thevpc/nuts/text/NTextTransformerContext;
NTextTransformerContext.getDefaultTransformer ( ) [abstract] : NTextTransformer
net/thevpc/nuts/text/NTextTransformerContext.getDefaultTransformer:()Lnet/thevpc/nuts/text/NTextTransformer;
NTextTransformerContext.getTitleSequence ( ) [abstract] : NTitleSequence
net/thevpc/nuts/text/NTextTransformerContext.getTitleSequence:()Lnet/thevpc/nuts/text/NTitleSequence;
NTextTransformerContext.setDefaultTransformer ( NTextTransformer p1 ) [abstract] : NTextTransformerContext
net/thevpc/nuts/text/NTextTransformerContext.setDefaultTransformer:(Lnet/thevpc/nuts/text/NTextTransformer;)Lnet/thevpc/nuts/text/NTextTransformerContext;
NTextTransformerContext.setTitleSequence ( NTitleSequence p1 ) [abstract] : NTextTransformerContext
net/thevpc/nuts/text/NTextTransformerContext.setTitleSequence:(Lnet/thevpc/nuts/text/NTitleSequence;)Lnet/thevpc/nuts/text/NTextTransformerContext;
nuts-0.8.4.jar,
NTextType.class
package net.thevpc.nuts.text
NTextType.id ( ) : String
net/thevpc/nuts/text/NTextType.id:()Ljava/lang/String;
NTextType.parse ( String value ) [static] : NOptional<NTextType>
net/thevpc/nuts/text/NTextType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTextType.valueOf ( String name ) [static] : NTextType
net/thevpc/nuts/text/NTextType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextType;
NTextType.values ( ) [static] : NTextType[ ]
net/thevpc/nuts/text/NTextType.values:()[Lnet/thevpc/nuts/text/NTextType;
nuts-0.8.4.jar,
NTextVisitor.class
package net.thevpc.nuts.text
NTextVisitor.visit ( NText p1 ) [abstract] : void
net/thevpc/nuts/text/NTextVisitor.visit:(Lnet/thevpc/nuts/text/NText;)V
nuts-0.8.4.jar,
NTitleNumber.class
package net.thevpc.nuts.text
NTitleNumber.first ( ) [abstract] : NTitleNumber
net/thevpc/nuts/text/NTitleNumber.first:()Lnet/thevpc/nuts/text/NTitleNumber;
NTitleNumber.isBullet ( ) [abstract] : boolean
net/thevpc/nuts/text/NTitleNumber.isBullet:()Z
NTitleNumber.isNone ( ) [abstract] : boolean
net/thevpc/nuts/text/NTitleNumber.isNone:()Z
NTitleNumber.next ( ) [abstract] : NTitleNumber
net/thevpc/nuts/text/NTitleNumber.next:()Lnet/thevpc/nuts/text/NTitleNumber;
NTitleNumber.none ( ) [abstract] : NTitleNumber
net/thevpc/nuts/text/NTitleNumber.none:()Lnet/thevpc/nuts/text/NTitleNumber;
NTitleNumber.toString ( ) [abstract] : String
net/thevpc/nuts/text/NTitleNumber.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NTitleSequence.class
package net.thevpc.nuts.text
NTitleSequence.getNumber ( int p1 ) [abstract] : NTitleNumber
net/thevpc/nuts/text/NTitleSequence.getNumber:(I)Lnet/thevpc/nuts/text/NTitleNumber;
NTitleSequence.next ( int p1 ) [abstract] : NTitleSequence
net/thevpc/nuts/text/NTitleSequence.next:(I)Lnet/thevpc/nuts/text/NTitleSequence;
NTitleSequence.size ( ) [abstract] : int
net/thevpc/nuts/text/NTitleSequence.size:()I
NTitleSequence.toString ( ) [abstract] : String
net/thevpc/nuts/text/NTitleSequence.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NToken.class
package net.thevpc.nuts.expr
NToken.NToken ( int ttype, String sval, Number nval, int lineno, String image, String ttypeString )
net/thevpc/nuts/expr/NToken."<init>":(ILjava/lang/String;Ljava/lang/Number;ILjava/lang/String;Ljava/lang/String;)V
NToken.of ( int ttype, String sval, Number nval, int lineno, String image, String ttypeString ) [static] : NToken
net/thevpc/nuts/expr/NToken.of:(ILjava/lang/String;Ljava/lang/Number;ILjava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/expr/NToken;
NToken.ofChar ( char ttype, int lineno ) [static] : NToken
net/thevpc/nuts/expr/NToken.ofChar:(CI)Lnet/thevpc/nuts/expr/NToken;
NToken.ofSpecial ( int ttype, String sval, int lineno ) [static] : NToken
net/thevpc/nuts/expr/NToken.ofSpecial:(ILjava/lang/String;I)Lnet/thevpc/nuts/expr/NToken;
NToken.ofStr ( int ttype, String sval, String ttypeString, int lineno ) [static] : NToken
net/thevpc/nuts/expr/NToken.ofStr:(ILjava/lang/String;Ljava/lang/String;I)Lnet/thevpc/nuts/expr/NToken;
NToken.toString ( ) : String
net/thevpc/nuts/expr/NToken.toString:()Ljava/lang/String;
NToken.typeString ( int ttype ) [static] : String
net/thevpc/nuts/expr/NToken.typeString:(I)Ljava/lang/String;
nuts-0.8.4.jar,
NTooManyElementsException.class
package net.thevpc.nuts
NTooManyElementsException.NTooManyElementsException ( NSession session )
net/thevpc/nuts/NTooManyElementsException."<init>":(Lnet/thevpc/nuts/NSession;)V
NTooManyElementsException.NTooManyElementsException ( NSession session, NMsg message )
net/thevpc/nuts/NTooManyElementsException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NTooManyElementsException.NTooManyElementsException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NTooManyElementsException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NTooManyElementsException.NTooManyElementsException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NTooManyElementsException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NToStringBuilder.class
package net.thevpc.nuts.util
NToStringBuilder.add ( String key, Object value ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.add:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.add ( String key, String value ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.add:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.addIf ( String key, T value, Predicate<T> condition ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.addIf:(Ljava/lang/String;Ljava/lang/Object;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.addIfNonBlank ( String key, Object value ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.addIfNonBlank:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.addIfNonEmpty ( String key, Collection<?> value ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.addIfNonEmpty:(Ljava/lang/String;Ljava/util/Collection;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.addIfNonEmpty ( String key, Map<?,?> value ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.addIfNonEmpty:(Ljava/lang/String;Ljava/util/Map;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.addIfNonEmpty ( String key, String value ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.addIfNonEmpty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.addIfNonNull ( String key, Object value ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.addIfNonNull:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.build ( ) : String
net/thevpc/nuts/util/NToStringBuilder.build:()Ljava/lang/String;
NToStringBuilder.getIndentString ( ) : String
net/thevpc/nuts/util/NToStringBuilder.getIndentString:()Ljava/lang/String;
NToStringBuilder.getName ( ) : String
net/thevpc/nuts/util/NToStringBuilder.getName:()Ljava/lang/String;
NToStringBuilder.getRowSize ( ) : int
net/thevpc/nuts/util/NToStringBuilder.getRowSize:()I
NToStringBuilder.NToStringBuilder ( )
net/thevpc/nuts/util/NToStringBuilder."<init>":()V
NToStringBuilder.NToStringBuilder ( String name )
net/thevpc/nuts/util/NToStringBuilder."<init>":(Ljava/lang/String;)V
NToStringBuilder.setIndentString ( String indentString ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.setIndentString:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.setRowSize ( int rowSize ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.setRowSize:(I)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.toString ( ) : String
net/thevpc/nuts/util/NToStringBuilder.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NTreeFormat.class
package net.thevpc.nuts.format
NTreeFormat.configure ( boolean p1, String... p2 ) [abstract] : NTreeFormat
net/thevpc/nuts/format/NTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NTreeFormat;
NTreeFormat.configure ( boolean p1, String[ ] p2 ) : NContentTypeFormat
net/thevpc/nuts/format/NTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTreeFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/format/NTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NTreeFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/format/NTreeFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NTreeFormat.getLinkFormat ( ) [abstract] : NTreeLinkFormat
net/thevpc/nuts/format/NTreeFormat.getLinkFormat:()Lnet/thevpc/nuts/format/NTreeLinkFormat;
NTreeFormat.getModel ( ) [abstract] : NTreeModel
net/thevpc/nuts/format/NTreeFormat.getModel:()Lnet/thevpc/nuts/format/NTreeModel;
NTreeFormat.getNodeFormat ( ) [abstract] : NTreeNodeFormat
net/thevpc/nuts/format/NTreeFormat.getNodeFormat:()Lnet/thevpc/nuts/format/NTreeNodeFormat;
NTreeFormat.of ( NSession session ) [static] : NTreeFormat
net/thevpc/nuts/format/NTreeFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTreeFormat;
NTreeFormat.setLinkFormat ( NTreeLinkFormat p1 ) [abstract] : NTreeFormat
net/thevpc/nuts/format/NTreeFormat.setLinkFormat:(Lnet/thevpc/nuts/format/NTreeLinkFormat;)Lnet/thevpc/nuts/format/NTreeFormat;
NTreeFormat.setNodeFormat ( NTreeNodeFormat p1 ) [abstract] : NTreeFormat
net/thevpc/nuts/format/NTreeFormat.setNodeFormat:(Lnet/thevpc/nuts/format/NTreeNodeFormat;)Lnet/thevpc/nuts/format/NTreeFormat;
NTreeFormat.setNtf ( boolean p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTreeFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/format/NTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NTreeFormat.setNtf ( boolean p1 ) [abstract] : NTreeFormat
net/thevpc/nuts/format/NTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NTreeFormat;
NTreeFormat.setSession ( NSession p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NTreeFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTreeFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/format/NTreeFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NTreeFormat.setSession ( NSession p1 ) [abstract] : NTreeFormat
net/thevpc/nuts/format/NTreeFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTreeFormat;
NTreeFormat.setValue ( Object p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTreeFormat.setValue ( Object p1 ) [abstract] : NTreeFormat
net/thevpc/nuts/format/NTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NTreeFormat;
nuts-0.8.4.jar,
NTreeLinkFormat.class
package net.thevpc.nuts.format
NTreeLinkFormat.formatChild ( NPositionType p1 ) [abstract] : String
net/thevpc/nuts/format/NTreeLinkFormat.formatChild:(Lnet/thevpc/nuts/format/NPositionType;)Ljava/lang/String;
NTreeLinkFormat.formatMain ( NPositionType p1 ) [abstract] : String
net/thevpc/nuts/format/NTreeLinkFormat.formatMain:(Lnet/thevpc/nuts/format/NPositionType;)Ljava/lang/String;
nuts-0.8.4.jar,
NTreeModel.class
package net.thevpc.nuts.format
NTreeModel.getChildren ( Object p1 ) [abstract] : List<T>
net/thevpc/nuts/format/NTreeModel.getChildren:(Ljava/lang/Object;)Ljava/util/List;
NTreeModel.getRoot ( ) [abstract] : Object
net/thevpc/nuts/format/NTreeModel.getRoot:()Ljava/lang/Object;
nuts-0.8.4.jar,
NTreeNodeFormat.class
package net.thevpc.nuts.format
NTreeNodeFormat.format ( Object p1, int p2, NSession p3 ) [abstract] : NString
net/thevpc/nuts/format/NTreeNodeFormat.format:(Ljava/lang/Object;ILnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NString;
nuts-0.8.4.jar,
NTreeVisitor.class
package net.thevpc.nuts.format
NTreeVisitor<T>.postVisitDirectory ( T dir, Exception exc, NSession session ) : NTreeVisitResult
net/thevpc/nuts/format/NTreeVisitor.postVisitDirectory:(Ljava/lang/Object;Ljava/lang/Exception;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTreeVisitResult;
NTreeVisitor<T>.preVisitDirectory ( T dir, NSession session ) : NTreeVisitResult
net/thevpc/nuts/format/NTreeVisitor.preVisitDirectory:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTreeVisitResult;
NTreeVisitor<T>.visitFile ( T file, NSession session ) : NTreeVisitResult
net/thevpc/nuts/format/NTreeVisitor.visitFile:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTreeVisitResult;
NTreeVisitor<T>.visitFileFailed ( T file, Exception exc, NSession session ) : NTreeVisitResult
net/thevpc/nuts/format/NTreeVisitor.visitFileFailed:(Ljava/lang/Object;Ljava/lang/Exception;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTreeVisitResult;
nuts-0.8.4.jar,
NTreeVisitResult.class
package net.thevpc.nuts.format
NTreeVisitResult.id ( ) : String
net/thevpc/nuts/format/NTreeVisitResult.id:()Ljava/lang/String;
NTreeVisitResult.parse ( String value ) [static] : NOptional<NTreeVisitResult>
net/thevpc/nuts/format/NTreeVisitResult.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTreeVisitResult.valueOf ( String name ) [static] : NTreeVisitResult
net/thevpc/nuts/format/NTreeVisitResult.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NTreeVisitResult;
NTreeVisitResult.values ( ) [static] : NTreeVisitResult[ ]
net/thevpc/nuts/format/NTreeVisitResult.values:()[Lnet/thevpc/nuts/format/NTreeVisitResult;
nuts-0.8.4.jar,
NTypedFilters.class
package net.thevpc.nuts
NTypedFilters<T>.all ( NFilter... p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.all:([Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.always ( ) [abstract] : T
net/thevpc/nuts/NTypedFilters.always:()Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.any ( NFilter... p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.any:([Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.as ( NFilter p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.as:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.from ( NFilter p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.from:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.never ( ) [abstract] : T
net/thevpc/nuts/NTypedFilters.never:()Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.none ( NFilter... p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.none:([Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.nonnull ( NFilter p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.nonnull:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.not ( NFilter p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.not:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.parse ( String p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NFilter;
nuts-0.8.4.jar,
NUncompress.class
package net.thevpc.nuts.io
NUncompress.addOptions ( NPathOption... p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.addOptions:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.clearOptions ( ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.clearOptions:()Lnet/thevpc/nuts/io/NUncompress;
NUncompress.from ( File p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.from:(Ljava/io/File;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.from ( InputStream p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.from ( NPath p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.from:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.from ( Path p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.from ( URL p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.from:(Ljava/net/URL;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/io/NUncompress.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NUncompress.getOptions ( ) [abstract] : Set<NPathOption>
net/thevpc/nuts/io/NUncompress.getOptions:()Ljava/util/Set;
NUncompress.getPackaging ( ) [abstract] : String
net/thevpc/nuts/io/NUncompress.getPackaging:()Ljava/lang/String;
NUncompress.getProgressFactory ( ) [abstract] : NProgressFactory
net/thevpc/nuts/io/NUncompress.getProgressFactory:()Lnet/thevpc/nuts/time/NProgressFactory;
NUncompress.getSource ( ) [abstract] : NInputSource
net/thevpc/nuts/io/NUncompress.getSource:()Lnet/thevpc/nuts/io/NInputSource;
NUncompress.getTarget ( ) [abstract] : NOutputTarget
net/thevpc/nuts/io/NUncompress.getTarget:()Lnet/thevpc/nuts/io/NOutputTarget;
NUncompress.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/io/NUncompress.isSafe:()Z
NUncompress.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/io/NUncompress.isSkipRoot:()Z
NUncompress.of ( NSession session ) [static] : NUncompress
net/thevpc/nuts/io/NUncompress.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.progressMonitor ( NProgressListener p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.progressMonitor:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.removeOptions ( NPathOption... p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.removeOptions:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.run ( ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.run:()Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setFormatOption ( String p1, Object p2 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setPackaging ( String p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setProgressFactory ( NProgressFactory p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setProgressFactory:(Lnet/thevpc/nuts/time/NProgressFactory;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setProgressMonitor ( NProgressListener p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setProgressMonitor:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSafe ( boolean p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSafe:(Z)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSession ( NSession p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSkipRoot ( boolean p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSkipRoot:(Z)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSource ( File p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSource ( InputStream p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSource ( NInputSource p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSource:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSource ( NPath p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSource:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSource ( Path p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSource ( URL p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setTarget ( File p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setTarget ( NOutputTarget p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setTarget:(Lnet/thevpc/nuts/io/NOutputTarget;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setTarget ( NPath p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setTarget:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setTarget ( Path p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.to ( File p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.to:(Ljava/io/File;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.to ( NPath p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.to:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.to ( Path p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.visit ( NUncompressVisitor p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.visit:(Lnet/thevpc/nuts/io/NUncompressVisitor;)Lnet/thevpc/nuts/io/NUncompress;
nuts-0.8.4.jar,
NUncompressPackaging.class
package net.thevpc.nuts.spi
NUncompressPackaging.uncompressPackage ( NUncompress p1, NInputSource p2 ) [abstract] : void
net/thevpc/nuts/spi/NUncompressPackaging.uncompressPackage:(Lnet/thevpc/nuts/io/NUncompress;Lnet/thevpc/nuts/io/NInputSource;)V
NUncompressPackaging.visitPackage ( NUncompress p1, NInputSource p2, NUncompressVisitor p3 ) [abstract] : void
net/thevpc/nuts/spi/NUncompressPackaging.visitPackage:(Lnet/thevpc/nuts/io/NUncompress;Lnet/thevpc/nuts/io/NInputSource;Lnet/thevpc/nuts/io/NUncompressVisitor;)V
nuts-0.8.4.jar,
NUncompressVisitor.class
package net.thevpc.nuts.io
NUncompressVisitor.visitFile ( String p1, InputStream p2 ) [abstract] : boolean
net/thevpc/nuts/io/NUncompressVisitor.visitFile:(Ljava/lang/String;Ljava/io/InputStream;)Z
NUncompressVisitor.visitFolder ( String p1 ) [abstract] : boolean
net/thevpc/nuts/io/NUncompressVisitor.visitFolder:(Ljava/lang/String;)Z
nuts-0.8.4.jar,
NUndeployCmd.class
package net.thevpc.nuts
NUndeployCmd.addId ( NId p1 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.addId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.addId ( String p1 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.addIds ( NId... p1 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.addIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.addIds ( String... p1 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.clearIds ( ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.clearIds:()Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.configure ( boolean p1, String... p2 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NUndeployCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUndeployCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NUndeployCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NUndeployCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NUndeployCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUndeployCmd.copySession ( ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.copySession:()Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.getIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NUndeployCmd.getIds:()Ljava/util/List;
NUndeployCmd.getRepository ( ) [abstract] : String
net/thevpc/nuts/NUndeployCmd.getRepository:()Ljava/lang/String;
NUndeployCmd.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/NUndeployCmd.isOffline:()Z
NUndeployCmd.of ( NSession session ) [static] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NUndeployCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUndeployCmd.run ( ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.run:()Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.setOffline ( boolean p1 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.setOffline:(Z)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.setRepository ( String p1 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NUndeployCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUndeployCmd.setSession ( NSession p1 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUndeployCmd;
nuts-0.8.4.jar,
NUnexpectedException.class
package net.thevpc.nuts
NUnexpectedException.NUnexpectedException ( NSession session )
net/thevpc/nuts/NUnexpectedException."<init>":(Lnet/thevpc/nuts/NSession;)V
NUnexpectedException.NUnexpectedException ( NSession session, NMsg message )
net/thevpc/nuts/NUnexpectedException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NUnexpectedException.NUnexpectedException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NUnexpectedException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NUnexpectedException.NUnexpectedException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NUnexpectedException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NUninstallCmd.class
package net.thevpc.nuts
NUninstallCmd.addArg ( String p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.addArgs ( Collection<String> p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.addArgs ( String... p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.addId ( NId p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.addId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.addId ( String p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.addIds ( NId... p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.addIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.addIds ( String... p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.clearArgs ( ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.clearArgs:()Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.clearIds ( ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.clearIds:()Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.configure ( boolean p1, String... p2 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NUninstallCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUninstallCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NUninstallCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NUninstallCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NUninstallCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUninstallCmd.copySession ( ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.copySession:()Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.getArgs ( ) [abstract] : List<String>
net/thevpc/nuts/NUninstallCmd.getArgs:()Ljava/util/List;
NUninstallCmd.getIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NUninstallCmd.getIds:()Ljava/util/List;
NUninstallCmd.isErase ( ) [abstract] : boolean
net/thevpc/nuts/NUninstallCmd.isErase:()Z
NUninstallCmd.of ( NSession session ) [static] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.removeId ( NId p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.removeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.removeId ( String p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NUninstallCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUninstallCmd.run ( ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.run:()Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.setErase ( boolean p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.setErase:(Z)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NUninstallCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUninstallCmd.setSession ( NSession p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUninstallCmd;
nuts-0.8.4.jar,
NUninstallException.class
package net.thevpc.nuts
NUninstallException.NUninstallException ( NSession session, NId id )
net/thevpc/nuts/NUninstallException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NUninstallException.NUninstallException ( NSession session, NId id, NMsg msg, Throwable ex )
net/thevpc/nuts/NUninstallException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NUnsafeCallable.class
package net.thevpc.nuts.util
NUnsafeCallable<T>.call ( NSession p1 ) [abstract] : T
net/thevpc/nuts/util/NUnsafeCallable.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NUnsafeCallable<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/util/NUnsafeCallable.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeCallable<T>.of ( Callable<T> o ) [static] : NUnsafeCallable<T>
net/thevpc/nuts/util/NUnsafeCallable.of:(Ljava/util/concurrent/Callable;)Lnet/thevpc/nuts/util/NUnsafeCallable;
NUnsafeCallable<T>.of ( NCallable<T> o ) [static] : NUnsafeCallable<T>
net/thevpc/nuts/util/NUnsafeCallable.of:(Lnet/thevpc/nuts/util/NCallable;)Lnet/thevpc/nuts/util/NUnsafeCallable;
NUnsafeCallable<T>.withDesc ( NEDesc description ) : NUnsafeCallable<T>
net/thevpc/nuts/util/NUnsafeCallable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NUnsafeCallable;
NUnsafeCallable<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NUnsafeCallable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NUnsafeCallableBase.class
package net.thevpc.nuts.spi.base
NUnsafeCallableBase<T>.NUnsafeCallableBase<T> ( )
net/thevpc/nuts/spi/base/NUnsafeCallableBase."<init>":()V
NUnsafeCallableBase<T>.withDesc ( NEDesc description ) : NUnsafeCallable<T>
net/thevpc/nuts/spi/base/NUnsafeCallableBase.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NUnsafeCallable;
NUnsafeCallableBase<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/spi/base/NUnsafeCallableBase.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NUnsafeCallableBaseFromJavaCallable.class
package net.thevpc.nuts.reserved.util
NUnsafeCallableBaseFromJavaCallable<T>.call ( NSession session ) : T
net/thevpc/nuts/reserved/util/NUnsafeCallableBaseFromJavaCallable.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NUnsafeCallableBaseFromJavaCallable<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NUnsafeCallableBaseFromJavaCallable.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeCallableBaseFromJavaCallable<T>.NUnsafeCallableBaseFromJavaCallable<T> ( Callable<T> base )
net/thevpc/nuts/reserved/util/NUnsafeCallableBaseFromJavaCallable."<init>":(Ljava/util/concurrent/Callable;)V
nuts-0.8.4.jar,
NUnsafeCallableFromCallable.class
package net.thevpc.nuts.reserved.util
NUnsafeCallableFromCallable<T>.call ( NSession session ) : T
net/thevpc/nuts/reserved/util/NUnsafeCallableFromCallable.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NUnsafeCallableFromCallable<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NUnsafeCallableFromCallable.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeCallableFromCallable<T>.NUnsafeCallableFromCallable<T> ( NCallable<T> base )
net/thevpc/nuts/reserved/util/NUnsafeCallableFromCallable."<init>":(Lnet/thevpc/nuts/util/NCallable;)V
nuts-0.8.4.jar,
NUnsafeCallableWithDescription.class
package net.thevpc.nuts.reserved.util
NUnsafeCallableWithDescription<T>.call ( NSession session ) : T
net/thevpc/nuts/reserved/util/NUnsafeCallableWithDescription.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NUnsafeCallableWithDescription<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NUnsafeCallableWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeCallableWithDescription<T>.NUnsafeCallableWithDescription<T> ( NUnsafeCallable<T> base, NEDesc description )
net/thevpc/nuts/reserved/util/NUnsafeCallableWithDescription."<init>":(Lnet/thevpc/nuts/util/NUnsafeCallable;Lnet/thevpc/nuts/elem/NEDesc;)V
NUnsafeCallableWithDescription<T>.withDesc ( NEDesc description ) : NUnsafeCallable<T>
net/thevpc/nuts/reserved/util/NUnsafeCallableWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NUnsafeCallable;
NUnsafeCallableWithDescription<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NUnsafeCallableWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NUnsafeFunction.class
package net.thevpc.nuts.util
NUnsafeFunction<T,R>.describe ( NSession session ) : NElement
net/thevpc/nuts/util/NUnsafeFunction.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeFunction<T,R>.of ( UnsafeFunction<? super T,V> o ) [static] : NUnsafeFunction<T,V>
net/thevpc/nuts/util/NUnsafeFunction.of:(Lnet/thevpc/nuts/util/UnsafeFunction;)Lnet/thevpc/nuts/util/NUnsafeFunction;
NUnsafeFunction<T,R>.withDesc ( NEDesc description ) : NUnsafeFunction<T,R>
net/thevpc/nuts/util/NUnsafeFunction.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NUnsafeFunction;
NUnsafeFunction<T,R>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NUnsafeFunction.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NUnsafeFunctionFromJavaUnsafeFunction.class
package net.thevpc.nuts.reserved.util
NUnsafeFunctionFromJavaUnsafeFunction<T,V>.apply ( T f ) : V
net/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction.apply:(Ljava/lang/Object;)Ljava/lang/Object;
NUnsafeFunctionFromJavaUnsafeFunction<T,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeFunctionFromJavaUnsafeFunction<T,V>.NUnsafeFunctionFromJavaUnsafeFunction<T,V> ( UnsafeFunction<? super T,V> base )
net/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction."<init>":(Lnet/thevpc/nuts/util/UnsafeFunction;)V
NUnsafeFunctionFromJavaUnsafeFunction<T,V>.toString ( ) : String
net/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction.toString:()Ljava/lang/String;
NUnsafeFunctionFromJavaUnsafeFunction<T,V>.withDesc ( NEDesc description ) : NUnsafeFunctionFromJavaUnsafeFunction<T,V>
net/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction;
NUnsafeFunctionFromJavaUnsafeFunction<T,V>.withDesc ( NEDesc p1 ) : NUnsafeFunction
net/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NUnsafeFunction;
NUnsafeFunctionFromJavaUnsafeFunction<T,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NUnsafeFunctionWithDescription.class
package net.thevpc.nuts.reserved.util
NUnsafeFunctionWithDescription<T,V>.apply ( T f ) : V
net/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription.apply:(Ljava/lang/Object;)Ljava/lang/Object;
NUnsafeFunctionWithDescription<T,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeFunctionWithDescription<T,V>.NUnsafeFunctionWithDescription<T,V> ( NUnsafeFunction<? super T,V> base, NEDesc description )
net/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription."<init>":(Lnet/thevpc/nuts/util/NUnsafeFunction;Lnet/thevpc/nuts/elem/NEDesc;)V
NUnsafeFunctionWithDescription<T,V>.toString ( ) : String
net/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription.toString:()Ljava/lang/String;
NUnsafeFunctionWithDescription<T,V>.withDesc ( NEDesc description ) : NUnsafeFunctionWithDescription<T,V>
net/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription;
NUnsafeFunctionWithDescription<T,V>.withDesc ( NEDesc p1 ) : NUnsafeFunction
net/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NUnsafeFunction;
NUnsafeFunctionWithDescription<T,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NUnsafeRunnable.class
package net.thevpc.nuts.util
NUnsafeRunnable.describe ( NSession session ) : NElement
net/thevpc/nuts/util/NUnsafeRunnable.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeRunnable.of ( NUnsafeRunnable o ) [static] : NUnsafeRunnable
net/thevpc/nuts/util/NUnsafeRunnable.of:(Lnet/thevpc/nuts/util/NUnsafeRunnable;)Lnet/thevpc/nuts/util/NUnsafeRunnable;
NUnsafeRunnable.run ( NSession p1 ) [abstract] : void
net/thevpc/nuts/util/NUnsafeRunnable.run:(Lnet/thevpc/nuts/NSession;)V
NUnsafeRunnable.withDesc ( NEDesc description ) : NUnsafeRunnable
net/thevpc/nuts/util/NUnsafeRunnable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NUnsafeRunnable;
NUnsafeRunnable.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NUnsafeRunnable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NUnsafeRunnableWithDescription.class
package net.thevpc.nuts.reserved.util
NUnsafeRunnableWithDescription.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NUnsafeRunnableWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeRunnableWithDescription.NUnsafeRunnableWithDescription ( NUnsafeRunnable base, NEDesc nfo )
net/thevpc/nuts/reserved/util/NUnsafeRunnableWithDescription."<init>":(Lnet/thevpc/nuts/util/NUnsafeRunnable;Lnet/thevpc/nuts/elem/NEDesc;)V
NUnsafeRunnableWithDescription.run ( NSession session ) : void
net/thevpc/nuts/reserved/util/NUnsafeRunnableWithDescription.run:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NUnsatisfiedRequirementsException.class
package net.thevpc.nuts
NUnsatisfiedRequirementsException.NUnsatisfiedRequirementsException ( )
net/thevpc/nuts/NUnsatisfiedRequirementsException."<init>":()V
NUnsatisfiedRequirementsException.NUnsatisfiedRequirementsException ( NMsg message )
net/thevpc/nuts/NUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/util/NMsg;)V
nuts-0.8.4.jar,
NUnsupportedArgumentException.class
package net.thevpc.nuts
NUnsupportedArgumentException.NUnsupportedArgumentException ( NSession session, NMsg message )
net/thevpc/nuts/NUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NUnsupportedArgumentException.NUnsupportedArgumentException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NUnsupportedArgumentException.NUnsupportedArgumentException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NUnsupportedEnumException.class
package net.thevpc.nuts
NUnsupportedEnumException.getEnumValue ( ) : Enum
net/thevpc/nuts/NUnsupportedEnumException.getEnumValue:()Ljava/lang/Enum;
NUnsupportedEnumException.NUnsupportedEnumException ( NSession session, Enum enumValue )
net/thevpc/nuts/NUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/Enum;)V
NUnsupportedEnumException.NUnsupportedEnumException ( NSession session, NMsg message, Enum enumValue )
net/thevpc/nuts/NUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Enum;)V
NUnsupportedEnumException.NUnsupportedEnumException ( NSession session, NMsg message, String stringValue, Enum enumValue )
net/thevpc/nuts/NUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/String;Ljava/lang/Enum;)V
nuts-0.8.4.jar,
NUnsupportedOperationException.class
package net.thevpc.nuts
NUnsupportedOperationException.NUnsupportedOperationException ( NSession session )
net/thevpc/nuts/NUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NSession;)V
NUnsupportedOperationException.NUnsupportedOperationException ( NSession session, NMsg message )
net/thevpc/nuts/NUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NUnsupportedOperationException.NUnsupportedOperationException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NUnsupportedOperationException.NUnsupportedOperationException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NUpdateCmd.class
package net.thevpc.nuts
NUpdateCmd.addArg ( String p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addArgs ( Collection<String> p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addArgs ( String... p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addId ( NId p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addId ( String p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addIds ( NId... p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addIds ( String... p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addLockedId ( NId p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addLockedId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addLockedId ( String p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addLockedIds ( NId... p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addLockedIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addLockedIds ( String... p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addScope ( NDependencyScope p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addScopes ( Collection<NDependencyScope> p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addScopes:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addScopes ( NDependencyScope... p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addScopes:([Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.checkUpdates ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.checkUpdates:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.checkUpdates ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.checkUpdates:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.clearArgs ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.clearArgs:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.clearIds ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.clearIds:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.clearLockedIds ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.clearLockedIds:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.clearScopes ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.clearScopes:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.configure ( boolean p1, String... p2 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NUpdateCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NUpdateCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateCmd.copySession ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.copySession:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.getApiVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NUpdateCmd.getApiVersion:()Lnet/thevpc/nuts/NVersion;
NUpdateCmd.getArgs ( ) [abstract] : List<String>
net/thevpc/nuts/NUpdateCmd.getArgs:()Ljava/util/List;
NUpdateCmd.getIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NUpdateCmd.getIds:()Ljava/util/List;
NUpdateCmd.getLockedIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NUpdateCmd.getLockedIds:()Ljava/util/List;
NUpdateCmd.getRepositoryFilter ( ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NUpdateCmd.getRepositoryFilter:()Lnet/thevpc/nuts/NRepositoryFilter;
NUpdateCmd.getResult ( ) [abstract] : NWorkspaceUpdateResult
net/thevpc/nuts/NUpdateCmd.getResult:()Lnet/thevpc/nuts/NWorkspaceUpdateResult;
NUpdateCmd.getResultCount ( ) [abstract] : int
net/thevpc/nuts/NUpdateCmd.getResultCount:()I
NUpdateCmd.isApi ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateCmd.isApi:()Z
NUpdateCmd.isCompanions ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateCmd.isCompanions:()Z
NUpdateCmd.isEnableInstall ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateCmd.isEnableInstall:()Z
NUpdateCmd.isExtensions ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateCmd.isExtensions:()Z
NUpdateCmd.isInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateCmd.isInstalled:()Z
NUpdateCmd.isOptional ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateCmd.isOptional:()Z
NUpdateCmd.isRuntime ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateCmd.isRuntime:()Z
NUpdateCmd.of ( NSession session ) [static] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.removeId ( NId p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.removeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.removeId ( String p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateCmd.run ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.run:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setAll ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setAll:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setApi ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setApi:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setApiVersion ( NVersion p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setApiVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setCompanions ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setCompanions:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setEnableInstall ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setEnableInstall:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setExtensions ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setExtensions:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setInstalled ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setInstalled:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setOptional ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setOptional:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setRepositoryFilter ( NRepositoryFilter p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setRepositoryFilter:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setRuntime ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setRuntime:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateCmd.setSession ( NSession p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.update ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.update:()Lnet/thevpc/nuts/NUpdateCmd;
nuts-0.8.4.jar,
NUpdateEvent.class
package net.thevpc.nuts
NUpdateEvent.getNewValue ( ) [abstract] : NDefinition
net/thevpc/nuts/NUpdateEvent.getNewValue:()Lnet/thevpc/nuts/NDefinition;
NUpdateEvent.getOldValue ( ) [abstract] : NDefinition
net/thevpc/nuts/NUpdateEvent.getOldValue:()Lnet/thevpc/nuts/NDefinition;
NUpdateEvent.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NUpdateEvent.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NUpdateEvent.isForce ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateEvent.isForce:()Z
nuts-0.8.4.jar,
NUpdateOptions.class
package net.thevpc.nuts
NUpdateOptions.getSession ( ) : NSession
net/thevpc/nuts/NUpdateOptions.getSession:()Lnet/thevpc/nuts/NSession;
NUpdateOptions.NUpdateOptions ( )
net/thevpc/nuts/NUpdateOptions."<init>":()V
NUpdateOptions.NUpdateOptions ( NSession session )
net/thevpc/nuts/NUpdateOptions."<init>":(Lnet/thevpc/nuts/NSession;)V
NUpdateOptions.setSession ( NSession session ) : NUpdateOptions
net/thevpc/nuts/NUpdateOptions.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUpdateOptions;
nuts-0.8.4.jar,
NUpdateRepositoryStatsCmd.class
package net.thevpc.nuts.spi
NUpdateRepositoryStatsCmd.configure ( boolean p1, String... p2 ) [abstract] : NUpdateRepositoryStatsCmd
net/thevpc/nuts/spi/NUpdateRepositoryStatsCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NUpdateRepositoryStatsCmd;
NUpdateRepositoryStatsCmd.configure ( boolean p1, String[ ] p2 ) : NRepositoryCmd
net/thevpc/nuts/spi/NUpdateRepositoryStatsCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NUpdateRepositoryStatsCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/spi/NUpdateRepositoryStatsCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NUpdateRepositoryStatsCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NUpdateRepositoryStatsCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NUpdateRepositoryStatsCmd.run ( ) [abstract] : NUpdateRepositoryStatsCmd
net/thevpc/nuts/spi/NUpdateRepositoryStatsCmd.run:()Lnet/thevpc/nuts/spi/NUpdateRepositoryStatsCmd;
NUpdateRepositoryStatsCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NUpdateRepositoryStatsCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NUpdateRepositoryStatsCmd.setSession ( NSession p1 ) [abstract] : NUpdateRepositoryStatsCmd
net/thevpc/nuts/spi/NUpdateRepositoryStatsCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NUpdateRepositoryStatsCmd;
nuts-0.8.4.jar,
NUpdateResult.class
package net.thevpc.nuts
NUpdateResult.getAvailable ( ) [abstract] : NDefinition
net/thevpc/nuts/NUpdateResult.getAvailable:()Lnet/thevpc/nuts/NDefinition;
NUpdateResult.getDependencies ( ) [abstract] : List<NId>
net/thevpc/nuts/NUpdateResult.getDependencies:()Ljava/util/List;
NUpdateResult.getId ( ) [abstract] : NId
net/thevpc/nuts/NUpdateResult.getId:()Lnet/thevpc/nuts/NId;
NUpdateResult.getInstalled ( ) [abstract] : NDefinition
net/thevpc/nuts/NUpdateResult.getInstalled:()Lnet/thevpc/nuts/NDefinition;
NUpdateResult.isInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateResult.isInstalled:()Z
NUpdateResult.isUpdatable ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateResult.isUpdatable:()Z
NUpdateResult.isUpdateApplied ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateResult.isUpdateApplied:()Z
NUpdateResult.isUpdateForced ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateResult.isUpdateForced:()Z
NUpdateResult.isUpdateStatusAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateResult.isUpdateStatusAvailable:()Z
NUpdateResult.isUpdateVersionAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateResult.isUpdateVersionAvailable:()Z
nuts-0.8.4.jar,
NUpdateStatsCmd.class
package net.thevpc.nuts
NUpdateStatsCmd.add ( String p1 ) [abstract] : void
net/thevpc/nuts/NUpdateStatsCmd.add:(Ljava/lang/String;)V
NUpdateStatsCmd.addPath ( Path p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.addPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.addPaths ( Collection<Path> p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.addPaths:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.addPaths ( Path... p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.addPaths:([Ljava/nio/file/Path;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.addRepo ( String p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.addRepo:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.addRepos ( Collection<String> p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.addRepos:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.addRepos ( String... p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.addRepos:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.clearPaths ( ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.clearPaths:()Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.clearRepos ( ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.clearRepos:()Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.configure ( boolean p1, String... p2 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateStatsCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateStatsCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NUpdateStatsCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NUpdateStatsCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateStatsCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateStatsCmd.copySession ( ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.copySession:()Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.of ( NSession session ) [static] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.removePath ( Path p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.removePath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.removeRepo ( String p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.removeRepo:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateStatsCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateStatsCmd.run ( ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.run:()Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateStatsCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateStatsCmd.setSession ( NSession p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUpdateStatsCmd;
nuts-0.8.4.jar,
NUpdateUserCmd.class
package net.thevpc.nuts
NUpdateUserCmd.addGroup ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.addGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.addGroups ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.addGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.addGroups ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.addGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.addPermission ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.addPermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.addPermissions ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.addPermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.addPermissions ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.addPermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.configure ( boolean p1, String... p2 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateUserCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateUserCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NUpdateUserCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NUpdateUserCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateUserCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateUserCmd.copySession ( ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.copySession:()Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.credentials ( char[ ] p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.credentials:([C)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.getAddGroups ( ) [abstract] : List<String>
net/thevpc/nuts/NUpdateUserCmd.getAddGroups:()Ljava/util/List;
NUpdateUserCmd.getAddPermissions ( ) [abstract] : List<String>
net/thevpc/nuts/NUpdateUserCmd.getAddPermissions:()Ljava/util/List;
NUpdateUserCmd.getCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NUpdateUserCmd.getCredentials:()[C
NUpdateUserCmd.getOldCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NUpdateUserCmd.getOldCredentials:()[C
NUpdateUserCmd.getRemoteCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NUpdateUserCmd.getRemoteCredentials:()[C
NUpdateUserCmd.getRemoteIdentity ( ) [abstract] : String
net/thevpc/nuts/NUpdateUserCmd.getRemoteIdentity:()Ljava/lang/String;
NUpdateUserCmd.getRemoveGroups ( ) [abstract] : List<String>
net/thevpc/nuts/NUpdateUserCmd.getRemoveGroups:()Ljava/util/List;
NUpdateUserCmd.getRemovePermissions ( ) [abstract] : List<String>
net/thevpc/nuts/NUpdateUserCmd.getRemovePermissions:()Ljava/util/List;
NUpdateUserCmd.getRepository ( ) [abstract] : NRepository
net/thevpc/nuts/NUpdateUserCmd.getRepository:()Lnet/thevpc/nuts/NRepository;
NUpdateUserCmd.getUsername ( ) [abstract] : String
net/thevpc/nuts/NUpdateUserCmd.getUsername:()Ljava/lang/String;
NUpdateUserCmd.isResetGroups ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateUserCmd.isResetGroups:()Z
NUpdateUserCmd.isResetPermissions ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateUserCmd.isResetPermissions:()Z
NUpdateUserCmd.of ( NSession session ) [static] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.oldCredentials ( char[ ] p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.oldCredentials:([C)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.remoteCredentials ( char[ ] p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.remoteCredentials:([C)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.remoteIdentity ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.remoteIdentity:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.removeGroup ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.removeGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.removeGroups ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.removeGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.removeGroups ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.removeGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.removePermission ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.removePermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.removePermissions ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.removePermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.removePermissions ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.removePermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.resetGroups ( ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.resetGroups:()Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.resetGroups ( boolean p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.resetGroups:(Z)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.resetPermissions ( ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.resetPermissions:()Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.resetPermissions ( boolean p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.resetPermissions:(Z)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateUserCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateUserCmd.run ( ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.run:()Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setCredentials ( char[ ] p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setCredentials:([C)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setOldCredentials ( char[ ] p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setOldCredentials:([C)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setRemoteCredentials ( char[ ] p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setRemoteCredentials:([C)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setRemoteIdentity ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setRemoteIdentity:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setRepository ( NRepository p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setRepository:(Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setResetGroups ( boolean p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setResetGroups:(Z)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setResetPermissions ( boolean p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setResetPermissions:(Z)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateUserCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateUserCmd.setSession ( NSession p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setUsername ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoAddGroup ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoAddGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoAddGroups ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoAddGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoAddGroups ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoAddGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoAddPermission ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoAddPermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoAddPermissions ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoAddPermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoAddPermissions ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoAddPermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoRemoveGroups ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoRemoveGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoRemoveGroups ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoRemoveGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoRemovePermissions ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoRemovePermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoRemovePermissions ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoRemovePermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
nuts-0.8.4.jar,
NUser.class
package net.thevpc.nuts
NUser.getGroups ( ) [abstract] : List<String>
net/thevpc/nuts/NUser.getGroups:()Ljava/util/List;
NUser.getInheritedPermissions ( ) [abstract] : List<String>
net/thevpc/nuts/NUser.getInheritedPermissions:()Ljava/util/List;
NUser.getPermissions ( ) [abstract] : List<String>
net/thevpc/nuts/NUser.getPermissions:()Ljava/util/List;
NUser.getRemoteIdentity ( ) [abstract] : String
net/thevpc/nuts/NUser.getRemoteIdentity:()Ljava/lang/String;
NUser.getUser ( ) [abstract] : String
net/thevpc/nuts/NUser.getUser:()Ljava/lang/String;
NUser.hasCredentials ( ) [abstract] : boolean
net/thevpc/nuts/NUser.hasCredentials:()Z
nuts-0.8.4.jar,
NUserConfig.class
package net.thevpc.nuts
NUserConfig.equals ( Object o ) : boolean
net/thevpc/nuts/NUserConfig.equals:(Ljava/lang/Object;)Z
NUserConfig.getCredentials ( ) : String
net/thevpc/nuts/NUserConfig.getCredentials:()Ljava/lang/String;
NUserConfig.getGroups ( ) : List<String>
net/thevpc/nuts/NUserConfig.getGroups:()Ljava/util/List;
NUserConfig.getPermissions ( ) : List<String>
net/thevpc/nuts/NUserConfig.getPermissions:()Ljava/util/List;
NUserConfig.getRemoteCredentials ( ) : String
net/thevpc/nuts/NUserConfig.getRemoteCredentials:()Ljava/lang/String;
NUserConfig.getRemoteIdentity ( ) : String
net/thevpc/nuts/NUserConfig.getRemoteIdentity:()Ljava/lang/String;
NUserConfig.getUser ( ) : String
net/thevpc/nuts/NUserConfig.getUser:()Ljava/lang/String;
NUserConfig.hashCode ( ) : int
net/thevpc/nuts/NUserConfig.hashCode:()I
NUserConfig.NUserConfig ( )
net/thevpc/nuts/NUserConfig."<init>":()V
NUserConfig.NUserConfig ( NUserConfig other )
net/thevpc/nuts/NUserConfig."<init>":(Lnet/thevpc/nuts/NUserConfig;)V
NUserConfig.NUserConfig ( String user, String credentials, List<String> groups, List<String> permissions )
net/thevpc/nuts/NUserConfig."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V
NUserConfig.setCredentials ( String credentials ) : void
net/thevpc/nuts/NUserConfig.setCredentials:(Ljava/lang/String;)V
NUserConfig.setGroups ( List<String> groups ) : void
net/thevpc/nuts/NUserConfig.setGroups:(Ljava/util/List;)V
NUserConfig.setPermissions ( List<String> permissions ) : void
net/thevpc/nuts/NUserConfig.setPermissions:(Ljava/util/List;)V
NUserConfig.setRemoteCredentials ( String remoteCredentials ) : void
net/thevpc/nuts/NUserConfig.setRemoteCredentials:(Ljava/lang/String;)V
NUserConfig.setRemoteIdentity ( String remoteIdentity ) : void
net/thevpc/nuts/NUserConfig.setRemoteIdentity:(Ljava/lang/String;)V
NUserConfig.setUser ( String user ) : void
net/thevpc/nuts/NUserConfig.setUser:(Ljava/lang/String;)V
NUserConfig.toString ( ) : String
net/thevpc/nuts/NUserConfig.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NUtils.class
package net.thevpc.nuts.util
NUtils.firstNonNull ( List<T> values ) [static] : T
net/thevpc/nuts/util/NUtils.firstNonNull:(Ljava/util/List;)Ljava/lang/Object;
NUtils.firstNonNull ( T a, T b ) [static] : T
net/thevpc/nuts/util/NUtils.firstNonNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
NUtils.firstNonNull ( T... values ) [static] : T
net/thevpc/nuts/util/NUtils.firstNonNull:([Ljava/lang/Object;)Ljava/lang/Object;
NUtils.NUtils ( )
net/thevpc/nuts/util/NUtils."<init>":()V
nuts-0.8.4.jar,
Nuts.class
package net.thevpc.nuts
Nuts.getApiId ( ) [static] : NId
net/thevpc/nuts/Nuts.getApiId:()Lnet/thevpc/nuts/NId;
Nuts.getVersion ( ) [static] : NVersion
net/thevpc/nuts/Nuts.getVersion:()Lnet/thevpc/nuts/NVersion;
Nuts.openInheritedWorkspace ( NWorkspaceTerminalOptions term, String[ ] overriddenNutsArgs, String... appArgs ) [static] : NSession
net/thevpc/nuts/Nuts.openInheritedWorkspace:(Lnet/thevpc/nuts/NWorkspaceTerminalOptions;[Ljava/lang/String;[Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
Nuts.openInheritedWorkspace ( String[ ] overriddenNutsArgs, String... appArgs ) [static] : NSession
net/thevpc/nuts/Nuts.openInheritedWorkspace:([Ljava/lang/String;[Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
Nuts.openWorkspace ( ) [static] : NSession
net/thevpc/nuts/Nuts.openWorkspace:()Lnet/thevpc/nuts/NSession;
Nuts.openWorkspace ( NWorkspaceOptions options ) [static] : NSession
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NSession;
Nuts.openWorkspace ( NWorkspaceTerminalOptions term, String... args ) [static] : NSession
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NWorkspaceTerminalOptions;[Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
Nuts.openWorkspace ( String... args ) [static] : NSession
net/thevpc/nuts/Nuts.openWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
Nuts.runWorkspace ( NWorkspaceTerminalOptions term, String... args ) [static] : NSession
net/thevpc/nuts/Nuts.runWorkspace:(Lnet/thevpc/nuts/NWorkspaceTerminalOptions;[Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
Nuts.runWorkspace ( String... args ) [static] : NSession
net/thevpc/nuts/Nuts.runWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
nuts-0.8.4.jar,
NValidationException.class
package net.thevpc.nuts
NValidationException.NValidationException ( NSession session )
net/thevpc/nuts/NValidationException."<init>":(Lnet/thevpc/nuts/NSession;)V
NValidationException.NValidationException ( NSession session, NMsg message )
net/thevpc/nuts/NValidationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NValidationException.NValidationException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NValidationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NValidationException.NValidationException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NValidationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NVersion.class
package net.thevpc.nuts
NVersion.asSingleValue ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NVersion.asSingleValue:()Lnet/thevpc/nuts/util/NOptional;
NVersion.compareTo ( NVersion p1 ) [abstract] : int
net/thevpc/nuts/NVersion.compareTo:(Lnet/thevpc/nuts/NVersion;)I
NVersion.compareTo ( Object p1 ) : int
net/thevpc/nuts/NVersion.compareTo:(Ljava/lang/Object;)I
NVersion.compareTo ( String p1 ) [abstract] : int
net/thevpc/nuts/NVersion.compareTo:(Ljava/lang/String;)I
NVersion.compatNewer ( ) [abstract] : NVersion
net/thevpc/nuts/NVersion.compatNewer:()Lnet/thevpc/nuts/NVersion;
NVersion.compatOlder ( ) [abstract] : NVersion
net/thevpc/nuts/NVersion.compatOlder:()Lnet/thevpc/nuts/NVersion;
NVersion.filter ( NSession p1 ) [abstract] : NVersionFilter
net/thevpc/nuts/NVersion.filter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NVersionFilter;
NVersion.get ( int p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NVersion.get:(I)Lnet/thevpc/nuts/util/NOptional;
NVersion.getNumber ( int p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NVersion.getNumber:(I)Lnet/thevpc/nuts/util/NOptional;
NVersion.getValue ( ) [abstract] : String
net/thevpc/nuts/NVersion.getValue:()Ljava/lang/String;
NVersion.inc ( ) [abstract] : NVersion
net/thevpc/nuts/NVersion.inc:()Lnet/thevpc/nuts/NVersion;
NVersion.inc ( int p1 ) [abstract] : NVersion
net/thevpc/nuts/NVersion.inc:(I)Lnet/thevpc/nuts/NVersion;
NVersion.inc ( int p1, BigInteger p2 ) [abstract] : NVersion
net/thevpc/nuts/NVersion.inc:(ILjava/math/BigInteger;)Lnet/thevpc/nuts/NVersion;
NVersion.inc ( int p1, long p2 ) [abstract] : NVersion
net/thevpc/nuts/NVersion.inc:(IJ)Lnet/thevpc/nuts/NVersion;
NVersion.intervals ( ) [abstract] : NOptional<List<NVersionInterval>>
net/thevpc/nuts/NVersion.intervals:()Lnet/thevpc/nuts/util/NOptional;
NVersion.isFilter ( ) [abstract] : boolean
net/thevpc/nuts/NVersion.isFilter:()Z
NVersion.isLatestVersion ( ) [abstract] : boolean
net/thevpc/nuts/NVersion.isLatestVersion:()Z
NVersion.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NVersion.isNull:()Z
NVersion.isReleaseVersion ( ) [abstract] : boolean
net/thevpc/nuts/NVersion.isReleaseVersion:()Z
NVersion.isSingleValue ( ) [abstract] : boolean
net/thevpc/nuts/NVersion.isSingleValue:()Z
NVersion.isSnapshotVersion ( ) [abstract] : boolean
net/thevpc/nuts/NVersion.isSnapshotVersion:()Z
NVersion.numberSize ( ) [abstract] : int
net/thevpc/nuts/NVersion.numberSize:()I
NVersion.of ( String version ) [static] : NOptional<NVersion>
net/thevpc/nuts/NVersion.of:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NVersion.size ( ) [abstract] : int
net/thevpc/nuts/NVersion.size:()I
NVersion.split ( ) [abstract] : NLiteral[ ]
net/thevpc/nuts/NVersion.split:()[Lnet/thevpc/nuts/util/NLiteral;
nuts-0.8.4.jar,
NVersionFilter.class
package net.thevpc.nuts
NVersionFilter.acceptSearchId ( NSearchId sid, NSession session ) : boolean
net/thevpc/nuts/NVersionFilter.acceptSearchId:(Lnet/thevpc/nuts/NSearchId;Lnet/thevpc/nuts/NSession;)Z
NVersionFilter.acceptVersion ( NVersion p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NVersionFilter.acceptVersion:(Lnet/thevpc/nuts/NVersion;Lnet/thevpc/nuts/NSession;)Z
NVersionFilter.and ( NVersionFilter p1 ) [abstract] : NVersionFilter
net/thevpc/nuts/NVersionFilter.and:(Lnet/thevpc/nuts/NVersionFilter;)Lnet/thevpc/nuts/NVersionFilter;
NVersionFilter.describe ( NSession session ) : NElement
net/thevpc/nuts/NVersionFilter.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NVersionFilter.intervals ( ) [abstract] : NOptional<List<NVersionInterval>>
net/thevpc/nuts/NVersionFilter.intervals:()Lnet/thevpc/nuts/util/NOptional;
NVersionFilter.neg ( ) : NFilter
net/thevpc/nuts/NVersionFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
NVersionFilter.neg ( ) [abstract] : NVersionFilter
net/thevpc/nuts/NVersionFilter.neg:()Lnet/thevpc/nuts/NVersionFilter;
NVersionFilter.or ( NVersionFilter p1 ) [abstract] : NVersionFilter
net/thevpc/nuts/NVersionFilter.or:(Lnet/thevpc/nuts/NVersionFilter;)Lnet/thevpc/nuts/NVersionFilter;
NVersionFilter.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/NVersionFilter.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
NVersionFilter.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/NVersionFilter.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NVersionFilterDelegate.class
package net.thevpc.nuts.spi.base
NVersionFilterDelegate.acceptSearchId ( NSearchId sid, NSession session ) : boolean
net/thevpc/nuts/spi/base/NVersionFilterDelegate.acceptSearchId:(Lnet/thevpc/nuts/NSearchId;Lnet/thevpc/nuts/NSession;)Z
NVersionFilterDelegate.acceptVersion ( NVersion version, NSession session ) : boolean
net/thevpc/nuts/spi/base/NVersionFilterDelegate.acceptVersion:(Lnet/thevpc/nuts/NVersion;Lnet/thevpc/nuts/NSession;)Z
NVersionFilterDelegate.baseVersionFilter ( ) [abstract] : NVersionFilter
net/thevpc/nuts/spi/base/NVersionFilterDelegate.baseVersionFilter:()Lnet/thevpc/nuts/NVersionFilter;
NVersionFilterDelegate.describe ( NSession session ) : NElement
net/thevpc/nuts/spi/base/NVersionFilterDelegate.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NVersionFilterDelegate.getFilterOp ( ) : NFilterOp
net/thevpc/nuts/spi/base/NVersionFilterDelegate.getFilterOp:()Lnet/thevpc/nuts/util/NFilterOp;
NVersionFilterDelegate.getFilterType ( ) : Class<?>
net/thevpc/nuts/spi/base/NVersionFilterDelegate.getFilterType:()Ljava/lang/Class;
NVersionFilterDelegate.getSession ( ) : NSession
net/thevpc/nuts/spi/base/NVersionFilterDelegate.getSession:()Lnet/thevpc/nuts/NSession;
NVersionFilterDelegate.getSubFilters ( ) : List<NFilter>
net/thevpc/nuts/spi/base/NVersionFilterDelegate.getSubFilters:()Ljava/util/List;
NVersionFilterDelegate.intervals ( ) : NOptional<List<NVersionInterval>>
net/thevpc/nuts/spi/base/NVersionFilterDelegate.intervals:()Lnet/thevpc/nuts/util/NOptional;
NVersionFilterDelegate.NVersionFilterDelegate ( NSession session )
net/thevpc/nuts/spi/base/NVersionFilterDelegate."<init>":(Lnet/thevpc/nuts/NSession;)V
NVersionFilterDelegate.simplify ( ) : NFilter
net/thevpc/nuts/spi/base/NVersionFilterDelegate.simplify:()Lnet/thevpc/nuts/util/NFilter;
NVersionFilterDelegate.simplify ( ) : NVersionFilter
net/thevpc/nuts/spi/base/NVersionFilterDelegate.simplify:()Lnet/thevpc/nuts/NVersionFilter;
NVersionFilterDelegate.simplify ( ) : Object
net/thevpc/nuts/spi/base/NVersionFilterDelegate.simplify:()Ljava/lang/Object;
NVersionFilterDelegate.simplify ( Class<T> type ) : NFilter
net/thevpc/nuts/spi/base/NVersionFilterDelegate.simplify:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
NVersionFilterDelegate.to ( Class<T> type ) : T
net/thevpc/nuts/spi/base/NVersionFilterDelegate.to:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
NVersionFilterDelegate.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/spi/base/NVersionFilterDelegate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
NVersionFilterDelegate.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/spi/base/NVersionFilterDelegate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NVersionFilters.class
package net.thevpc.nuts
NVersionFilters.byValue ( String p1 ) [abstract] : NOptional<NVersionFilter>
net/thevpc/nuts/NVersionFilters.byValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NVersionFilters.of ( NSession session ) [static] : NVersionFilters
net/thevpc/nuts/NVersionFilters.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NVersionFilters;
nuts-0.8.4.jar,
NVersionFilterWithDescription.class
package net.thevpc.nuts.reserved.util
NVersionFilterWithDescription.baseVersionFilter ( ) : NVersionFilter
net/thevpc/nuts/reserved/util/NVersionFilterWithDescription.baseVersionFilter:()Lnet/thevpc/nuts/NVersionFilter;
NVersionFilterWithDescription.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NVersionFilterWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NVersionFilterWithDescription.NVersionFilterWithDescription ( NVersionFilter baseVersionFilter, NEDesc description )
net/thevpc/nuts/reserved/util/NVersionFilterWithDescription."<init>":(Lnet/thevpc/nuts/NVersionFilter;Lnet/thevpc/nuts/elem/NEDesc;)V
NVersionFilterWithDescription.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/reserved/util/NVersionFilterWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
NVersionFilterWithDescription.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NVersionFilterWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NVersionFormat.class
package net.thevpc.nuts
NVersionFormat.addProperties ( Map<String,String> p1 ) [abstract] : NVersionFormat
net/thevpc/nuts/NVersionFormat.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NVersionFormat;
NVersionFormat.addProperty ( String p1, String p2 ) [abstract] : NVersionFormat
net/thevpc/nuts/NVersionFormat.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NVersionFormat;
NVersionFormat.getVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NVersionFormat.getVersion:()Lnet/thevpc/nuts/NVersion;
NVersionFormat.isWorkspaceVersion ( ) [abstract] : boolean
net/thevpc/nuts/NVersionFormat.isWorkspaceVersion:()Z
NVersionFormat.of ( NSession session ) [static] : NVersionFormat
net/thevpc/nuts/NVersionFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NVersionFormat;
NVersionFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/NVersionFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NVersionFormat.setNtf ( boolean p1 ) [abstract] : NVersionFormat
net/thevpc/nuts/NVersionFormat.setNtf:(Z)Lnet/thevpc/nuts/NVersionFormat;
NVersionFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/NVersionFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NVersionFormat.setSession ( NSession p1 ) [abstract] : NVersionFormat
net/thevpc/nuts/NVersionFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NVersionFormat;
NVersionFormat.setVersion ( NVersion p1 ) [abstract] : NVersionFormat
net/thevpc/nuts/NVersionFormat.setVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NVersionFormat;
nuts-0.8.4.jar,
NVersionInterval.class
package net.thevpc.nuts
NVersionInterval.acceptVersion ( NVersion p1 ) [abstract] : boolean
net/thevpc/nuts/NVersionInterval.acceptVersion:(Lnet/thevpc/nuts/NVersion;)Z
NVersionInterval.getLowerBound ( ) [abstract] : String
net/thevpc/nuts/NVersionInterval.getLowerBound:()Ljava/lang/String;
NVersionInterval.getUpperBound ( ) [abstract] : String
net/thevpc/nuts/NVersionInterval.getUpperBound:()Ljava/lang/String;
NVersionInterval.isFixedValue ( ) [abstract] : boolean
net/thevpc/nuts/NVersionInterval.isFixedValue:()Z
NVersionInterval.isIncludeLowerBound ( ) [abstract] : boolean
net/thevpc/nuts/NVersionInterval.isIncludeLowerBound:()Z
NVersionInterval.isIncludeUpperBound ( ) [abstract] : boolean
net/thevpc/nuts/NVersionInterval.isIncludeUpperBound:()Z
NVersionInterval.of ( String s ) [static] : NOptional<NVersionInterval>
net/thevpc/nuts/NVersionInterval.of:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NVersionInterval.ofList ( String s ) [static] : NOptional<List<NVersionInterval>>
net/thevpc/nuts/NVersionInterval.ofList:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NVisitResult.class
package net.thevpc.nuts.format
NVisitResult.id ( ) : String
net/thevpc/nuts/format/NVisitResult.id:()Ljava/lang/String;
NVisitResult.parse ( String value ) [static] : NOptional<NVisitResult>
net/thevpc/nuts/format/NVisitResult.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NVisitResult.valueOf ( String name ) [static] : NVisitResult
net/thevpc/nuts/format/NVisitResult.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NVisitResult;
NVisitResult.values ( ) [static] : NVisitResult[ ]
net/thevpc/nuts/format/NVisitResult.values:()[Lnet/thevpc/nuts/format/NVisitResult;
nuts-0.8.4.jar,
NWebCli.class
package net.thevpc.nuts.web
NWebCli.connect ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.connect:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.delete ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.delete:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.get ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.get:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.getConnectTimeout ( ) [abstract] : Integer
net/thevpc/nuts/web/NWebCli.getConnectTimeout:()Ljava/lang/Integer;
NWebCli.getPrefix ( ) [abstract] : String
net/thevpc/nuts/web/NWebCli.getPrefix:()Ljava/lang/String;
NWebCli.getReadTimeout ( ) [abstract] : Integer
net/thevpc/nuts/web/NWebCli.getReadTimeout:()Ljava/lang/Integer;
NWebCli.getResponsePostProcessor ( ) [abstract] : Function<NWebResponse,NWebResponse>
net/thevpc/nuts/web/NWebCli.getResponsePostProcessor:()Ljava/util/function/Function;
NWebCli.head ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.head:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.of ( NSession session ) [static] : NWebCli
net/thevpc/nuts/web/NWebCli.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/web/NWebCli;
NWebCli.options ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.options:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.patch ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.patch:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.post ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.post:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.put ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.put:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.req ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.req:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.req ( NHttpMethod p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.req:(Lnet/thevpc/nuts/web/NHttpMethod;)Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.setConnectTimeout ( Integer p1 ) [abstract] : NWebCli
net/thevpc/nuts/web/NWebCli.setConnectTimeout:(Ljava/lang/Integer;)Lnet/thevpc/nuts/web/NWebCli;
NWebCli.setPrefix ( String p1 ) [abstract] : NWebCli
net/thevpc/nuts/web/NWebCli.setPrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebCli;
NWebCli.setReadTimeout ( Integer p1 ) [abstract] : NWebCli
net/thevpc/nuts/web/NWebCli.setReadTimeout:(Ljava/lang/Integer;)Lnet/thevpc/nuts/web/NWebCli;
NWebCli.setResponsePostProcessor ( Function<NWebResponse,NWebResponse> p1 ) [abstract] : NWebCli
net/thevpc/nuts/web/NWebCli.setResponsePostProcessor:(Ljava/util/function/Function;)Lnet/thevpc/nuts/web/NWebCli;
NWebCli.trace ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.trace:()Lnet/thevpc/nuts/web/NWebRequest;
nuts-0.8.4.jar,
NWebRequest.class
package net.thevpc.nuts.web
NWebRequest.addHeader ( String p1, String p2 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addHeader:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addHeaders ( Map<String,List<String>> p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addHeaders:(Ljava/util/Map;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addJsonFileHeaders ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addJsonFileHeaders:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addJsonFileParameters ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addJsonFileParameters:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addParameter ( String p1, String p2 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addParameter:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addParameters ( Map<String,List<String>> p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addParameters:(Ljava/util/Map;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addPart ( ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequest.addPart:()Lnet/thevpc/nuts/web/NWebRequestBody;
NWebRequest.addPart ( NWebRequestBody p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addPart:(Lnet/thevpc/nuts/web/NWebRequestBody;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addPart ( String p1 ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequest.addPart:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequestBody;
NWebRequest.addPart ( String p1, String p2 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addPart:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addPart ( String p1, String p2, String p3, NInputSource p4 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addPart:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addPropsFileHeaders ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addPropsFileHeaders:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addPropsFileParameters ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addPropsFileParameters:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.connect ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.connect:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.delete ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.delete:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.get ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.get:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.getAuthorization ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequest.getAuthorization:()Ljava/lang/String;
NWebRequest.getAuthorizationBearer ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequest.getAuthorizationBearer:()Ljava/lang/String;
NWebRequest.getBody ( ) [abstract] : NInputSource
net/thevpc/nuts/web/NWebRequest.getBody:()Lnet/thevpc/nuts/io/NInputSource;
NWebRequest.getConnectTimeout ( ) [abstract] : Integer
net/thevpc/nuts/web/NWebRequest.getConnectTimeout:()Ljava/lang/Integer;
NWebRequest.getContentLanguage ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequest.getContentLanguage:()Ljava/lang/String;
NWebRequest.getContentType ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequest.getContentType:()Ljava/lang/String;
NWebRequest.getEffectiveUrl ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequest.getEffectiveUrl:()Ljava/lang/String;
NWebRequest.getHeader ( String p1 ) [abstract] : String
net/thevpc/nuts/web/NWebRequest.getHeader:(Ljava/lang/String;)Ljava/lang/String;
NWebRequest.getHeaders ( ) [abstract] : Map<String,List<String>>
net/thevpc/nuts/web/NWebRequest.getHeaders:()Ljava/util/Map;
NWebRequest.getHeaders ( String p1 ) [abstract] : List<String>
net/thevpc/nuts/web/NWebRequest.getHeaders:(Ljava/lang/String;)Ljava/util/List;
NWebRequest.getMethod ( ) [abstract] : NHttpMethod
net/thevpc/nuts/web/NWebRequest.getMethod:()Lnet/thevpc/nuts/web/NHttpMethod;
NWebRequest.getParameters ( ) [abstract] : Map<String,List<String>>
net/thevpc/nuts/web/NWebRequest.getParameters:()Ljava/util/Map;
NWebRequest.getParts ( ) [abstract] : List<NWebRequestBody>
net/thevpc/nuts/web/NWebRequest.getParts:()Ljava/util/List;
NWebRequest.getReadTimeout ( ) [abstract] : Integer
net/thevpc/nuts/web/NWebRequest.getReadTimeout:()Ljava/lang/Integer;
NWebRequest.getUrl ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequest.getUrl:()Ljava/lang/String;
NWebRequest.head ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.head:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.isOneWay ( ) [abstract] : boolean
net/thevpc/nuts/web/NWebRequest.isOneWay:()Z
NWebRequest.options ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.options:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.patch ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.patch:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.post ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.post:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.put ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.put:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.run ( ) [abstract] : NWebResponse
net/thevpc/nuts/web/NWebRequest.run:()Lnet/thevpc/nuts/web/NWebResponse;
NWebRequest.setAuthorization ( String p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setAuthorization:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setAuthorizationBearer ( String p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setAuthorizationBearer:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setBody ( byte[ ] p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setBody:([B)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setBody ( NInputSource p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setBody:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setConnectTimeout ( Integer p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setConnectTimeout:(Ljava/lang/Integer;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setContentLanguage ( String p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setContentLanguage:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setContentType ( String p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setContentType:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setContentTypeFormUrlEncoded ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setContentTypeFormUrlEncoded:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setFormUrlEncoded ( Map<String,String> p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setFormUrlEncoded:(Ljava/util/Map;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setHeader ( String p1, String p2 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setHeader:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setHeaders ( Map<String,List<String>> p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setHeaders:(Ljava/util/Map;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setJsonBody ( Object p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setJsonBody:(Ljava/lang/Object;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setJsonFileHeaders ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setJsonFileHeaders:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setJsonFileParameters ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setJsonFileParameters:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setMethod ( NHttpMethod p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setMethod:(Lnet/thevpc/nuts/web/NHttpMethod;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setOneWay ( boolean p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setOneWay:(Z)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setParameter ( String p1, String p2 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setParameter:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setParameters ( Map<String,List<String>> p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setParameters:(Ljava/util/Map;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setPropsFileHeaders ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setPropsFileHeaders:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setPropsFileParameters ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setPropsFileParameters:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setReadTimeout ( Integer p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setReadTimeout:(Ljava/lang/Integer;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setUrl ( String p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setUrl ( String p1, Object... p2 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setUrl:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/web/NWebRequest;
nuts-0.8.4.jar,
NWebRequestBody.class
package net.thevpc.nuts.web
NWebRequestBody.end ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequestBody.end:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequestBody.getBody ( ) [abstract] : NInputSource
net/thevpc/nuts/web/NWebRequestBody.getBody:()Lnet/thevpc/nuts/io/NInputSource;
NWebRequestBody.getContentDisposition ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequestBody.getContentDisposition:()Ljava/lang/String;
NWebRequestBody.getContentType ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequestBody.getContentType:()Ljava/lang/String;
NWebRequestBody.getEncoding ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequestBody.getEncoding:()Ljava/lang/String;
NWebRequestBody.getFileName ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequestBody.getFileName:()Ljava/lang/String;
NWebRequestBody.getName ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequestBody.getName:()Ljava/lang/String;
NWebRequestBody.getStringValue ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequestBody.getStringValue:()Ljava/lang/String;
NWebRequestBody.setBody ( NInputSource p1 ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequestBody.setBody:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/web/NWebRequestBody;
NWebRequestBody.setContentType ( String p1 ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequestBody.setContentType:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequestBody;
NWebRequestBody.setEncoding ( String p1 ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequestBody.setEncoding:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequestBody;
NWebRequestBody.setFileName ( String p1 ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequestBody.setFileName:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequestBody;
NWebRequestBody.setName ( String p1 ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequestBody.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequestBody;
NWebRequestBody.setStringValue ( String p1 ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequestBody.setStringValue:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequestBody;
nuts-0.8.4.jar,
NWebResponse.class
package net.thevpc.nuts.web
NWebResponse.failFast ( ) [abstract] : NWebResponse
net/thevpc/nuts/web/NWebResponse.failFast:()Lnet/thevpc/nuts/web/NWebResponse;
NWebResponse.getCode ( ) [abstract] : int
net/thevpc/nuts/web/NWebResponse.getCode:()I
NWebResponse.getContent ( ) [abstract] : NInputSource
net/thevpc/nuts/web/NWebResponse.getContent:()Lnet/thevpc/nuts/io/NInputSource;
NWebResponse.getContentArrayAsJson ( ) [abstract] : List<T>
net/thevpc/nuts/web/NWebResponse.getContentArrayAsJson:()Ljava/util/List;
NWebResponse.getContentAsBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/web/NWebResponse.getContentAsBytes:()[B
NWebResponse.getContentAsJson ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/web/NWebResponse.getContentAsJson:(Ljava/lang/Class;)Ljava/lang/Object;
NWebResponse.getContentAsJsonList ( ) [abstract] : List<?>
net/thevpc/nuts/web/NWebResponse.getContentAsJsonList:()Ljava/util/List;
NWebResponse.getContentAsJsonMap ( ) [abstract] : Map<?,?>
net/thevpc/nuts/web/NWebResponse.getContentAsJsonMap:()Ljava/util/Map;
NWebResponse.getContentAsString ( ) [abstract] : String
net/thevpc/nuts/web/NWebResponse.getContentAsString:()Ljava/lang/String;
NWebResponse.getContentListAsJson ( ) [abstract] : List<K>
net/thevpc/nuts/web/NWebResponse.getContentListAsJson:()Ljava/util/List;
NWebResponse.getContentMapAsJson ( ) [abstract] : Map<K,V>
net/thevpc/nuts/web/NWebResponse.getContentMapAsJson:()Ljava/util/Map;
NWebResponse.getContentType ( ) [abstract] : String
net/thevpc/nuts/web/NWebResponse.getContentType:()Ljava/lang/String;
NWebResponse.getHeaders ( ) [abstract] : Map<String,List<String>>
net/thevpc/nuts/web/NWebResponse.getHeaders:()Ljava/util/Map;
NWebResponse.getMsg ( ) [abstract] : NMsg
net/thevpc/nuts/web/NWebResponse.getMsg:()Lnet/thevpc/nuts/util/NMsg;
NWebResponse.getUserMessage ( ) [abstract] : NMsg
net/thevpc/nuts/web/NWebResponse.getUserMessage:()Lnet/thevpc/nuts/util/NMsg;
NWebResponse.isError ( ) [abstract] : boolean
net/thevpc/nuts/web/NWebResponse.isError:()Z
NWebResponse.setUserMessage ( NMsg p1 ) [abstract] : NWebResponse
net/thevpc/nuts/web/NWebResponse.setUserMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/web/NWebResponse;
nuts-0.8.4.jar,
NWebResponseException.class
package net.thevpc.nuts.web
NWebResponseException.getCode ( ) : int
net/thevpc/nuts/web/NWebResponseException.getCode:()I
NWebResponseException.getResponseMessage ( ) : NMsg
net/thevpc/nuts/web/NWebResponseException.getResponseMessage:()Lnet/thevpc/nuts/util/NMsg;
NWebResponseException.getUserMessage ( ) : NMsg
net/thevpc/nuts/web/NWebResponseException.getUserMessage:()Lnet/thevpc/nuts/util/NMsg;
NWebResponseException.NWebResponseException ( NSession session, NMsg message, NMsg userMessage, int code )
net/thevpc/nuts/web/NWebResponseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/util/NMsg;I)V
NWebResponseException.NWebResponseException ( NSession session, NMsg message, NMsg userMessage, int code, Throwable cause )
net/thevpc/nuts/web/NWebResponseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/util/NMsg;ILjava/lang/Throwable;)V
NWebResponseException.NWebResponseException ( NSession session, NMsg message, NMsg userMessage, int code, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/web/NWebResponseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/util/NMsg;ILjava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NWordFormat.class
package net.thevpc.nuts.util
NWordFormat.formatWord ( String value ) : String
net/thevpc/nuts/util/NWordFormat.formatWord:(Ljava/lang/String;)Ljava/lang/String;
NWordFormat.valueOf ( String name ) [static] : NWordFormat
net/thevpc/nuts/util/NWordFormat.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NWordFormat;
NWordFormat.values ( ) [static] : NWordFormat[ ]
net/thevpc/nuts/util/NWordFormat.values:()[Lnet/thevpc/nuts/util/NWordFormat;
nuts-0.8.4.jar,
NWorkspace.class
package net.thevpc.nuts
NWorkspace.createSession ( ) [abstract] : NSession
net/thevpc/nuts/NWorkspace.createSession:()Lnet/thevpc/nuts/NSession;
NWorkspace.getApiId ( ) [abstract] : NId
net/thevpc/nuts/NWorkspace.getApiId:()Lnet/thevpc/nuts/NId;
NWorkspace.getApiVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NWorkspace.getApiVersion:()Lnet/thevpc/nuts/NVersion;
NWorkspace.getHashName ( ) [abstract] : String
net/thevpc/nuts/NWorkspace.getHashName:()Ljava/lang/String;
NWorkspace.getLocation ( ) [abstract] : NPath
net/thevpc/nuts/NWorkspace.getLocation:()Lnet/thevpc/nuts/io/NPath;
NWorkspace.getName ( ) [abstract] : String
net/thevpc/nuts/NWorkspace.getName:()Ljava/lang/String;
NWorkspace.getRuntimeId ( ) [abstract] : NId
net/thevpc/nuts/NWorkspace.getRuntimeId:()Lnet/thevpc/nuts/NId;
NWorkspace.getUuid ( ) [abstract] : String
net/thevpc/nuts/NWorkspace.getUuid:()Ljava/lang/String;
nuts-0.8.4.jar,
NWorkspaceAlreadyExistsException.class
package net.thevpc.nuts
NWorkspaceAlreadyExistsException.getWorkspaceLocation ( ) : String
net/thevpc/nuts/NWorkspaceAlreadyExistsException.getWorkspaceLocation:()Ljava/lang/String;
NWorkspaceAlreadyExistsException.NWorkspaceAlreadyExistsException ( String workspaceLocation )
net/thevpc/nuts/NWorkspaceAlreadyExistsException."<init>":(Ljava/lang/String;)V
NWorkspaceAlreadyExistsException.NWorkspaceAlreadyExistsException ( String workspaceLocation, Throwable err )
net/thevpc/nuts/NWorkspaceAlreadyExistsException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NWorkspaceArchetypeComponent.class
package net.thevpc.nuts.spi
NWorkspaceArchetypeComponent.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NWorkspaceArchetypeComponent.getName:()Ljava/lang/String;
NWorkspaceArchetypeComponent.initializeWorkspace ( NSession p1 ) [abstract] : void
net/thevpc/nuts/spi/NWorkspaceArchetypeComponent.initializeWorkspace:(Lnet/thevpc/nuts/NSession;)V
NWorkspaceArchetypeComponent.startWorkspace ( NSession p1 ) [abstract] : void
net/thevpc/nuts/spi/NWorkspaceArchetypeComponent.startWorkspace:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NWorkspaceBootConfig.class
package net.thevpc.nuts
NWorkspaceBootConfig.getBootPath ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getBootPath:()Ljava/lang/String;
NWorkspaceBootConfig.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getBootRepositories:()Ljava/lang/String;
NWorkspaceBootConfig.getEffectiveWorkspace ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getEffectiveWorkspace:()Ljava/lang/String;
NWorkspaceBootConfig.getEffectiveWorkspaceName ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getEffectiveWorkspaceName:()Ljava/lang/String;
NWorkspaceBootConfig.getExtensions ( ) [abstract] : List<NWorkspaceBootConfig.Extension>
net/thevpc/nuts/NWorkspaceBootConfig.getExtensions:()Ljava/util/List;
NWorkspaceBootConfig.getHomeLocation ( NHomeLocation p1 ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;)Ljava/lang/String;
NWorkspaceBootConfig.getHomeLocation ( NStoreType p1 ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NStoreType;)Ljava/lang/String;
NWorkspaceBootConfig.getHomeLocations ( ) [abstract] : Map<NHomeLocation,String>
net/thevpc/nuts/NWorkspaceBootConfig.getHomeLocations:()Ljava/util/Map;
NWorkspaceBootConfig.getName ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getName:()Ljava/lang/String;
NWorkspaceBootConfig.getRepositoryStoreStrategy ( ) [abstract] : NStoreStrategy
net/thevpc/nuts/NWorkspaceBootConfig.getRepositoryStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NWorkspaceBootConfig.getStoreLayout ( ) [abstract] : NOsFamily
net/thevpc/nuts/NWorkspaceBootConfig.getStoreLayout:()Lnet/thevpc/nuts/env/NOsFamily;
NWorkspaceBootConfig.getStoreLocation ( NId p1, NStoreType p2 ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NStoreType;)Ljava/lang/String;
NWorkspaceBootConfig.getStoreLocation ( NStoreType p1 ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NStoreType;)Ljava/lang/String;
NWorkspaceBootConfig.getStoreLocations ( ) [abstract] : Map<NStoreType,String>
net/thevpc/nuts/NWorkspaceBootConfig.getStoreLocations:()Ljava/util/Map;
NWorkspaceBootConfig.getStoreStrategy ( ) [abstract] : NStoreStrategy
net/thevpc/nuts/NWorkspaceBootConfig.getStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NWorkspaceBootConfig.getUuid ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getUuid:()Ljava/lang/String;
NWorkspaceBootConfig.getWorkspace ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getWorkspace:()Ljava/lang/String;
NWorkspaceBootConfig.isImmediateLocation ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceBootConfig.isImmediateLocation:()Z
NWorkspaceBootConfig.isSystem ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceBootConfig.isSystem:()Z
nuts-0.8.4.jar,
NWorkspaceCmd.class
package net.thevpc.nuts
NWorkspaceCmd.configure ( boolean p1, String... p2 ) [abstract] : NWorkspaceCmd
net/thevpc/nuts/NWorkspaceCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NWorkspaceCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NWorkspaceCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NWorkspaceCmd.copySession ( ) [abstract] : NWorkspaceCmd
net/thevpc/nuts/NWorkspaceCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NWorkspaceCmd.run ( ) [abstract] : NWorkspaceCmd
net/thevpc/nuts/NWorkspaceCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NWorkspaceCmd.setSession ( NSession p1 ) [abstract] : NWorkspaceCmd
net/thevpc/nuts/NWorkspaceCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
nuts-0.8.4.jar,
NWorkspaceCmdFactory.class
package net.thevpc.nuts
NWorkspaceCmdFactory.configure ( NCommandFactoryConfig p1 ) [abstract] : void
net/thevpc/nuts/NWorkspaceCmdFactory.configure:(Lnet/thevpc/nuts/NCommandFactoryConfig;)V
NWorkspaceCmdFactory.findCommand ( String p1, NSession p2 ) [abstract] : NCommandConfig
net/thevpc/nuts/NWorkspaceCmdFactory.findCommand:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NCommandConfig;
NWorkspaceCmdFactory.findCommands ( NSession p1 ) [abstract] : List<NCommandConfig>
net/thevpc/nuts/NWorkspaceCmdFactory.findCommands:(Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NWorkspaceCmdFactory.getFactoryId ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceCmdFactory.getFactoryId:()Ljava/lang/String;
NWorkspaceCmdFactory.getPriority ( ) [abstract] : int
net/thevpc/nuts/NWorkspaceCmdFactory.getPriority:()I
nuts-0.8.4.jar,
NWorkspaceCmdLineParser.class
package net.thevpc.nuts.boot
NWorkspaceCmdLineParser.nextNutsArgument ( NCmdLine cmdLine, NWorkspaceOptionsBuilder options, NSession session ) [static] : NOptional<List<NArg>>
net/thevpc/nuts/boot/NWorkspaceCmdLineParser.nextNutsArgument:(Lnet/thevpc/nuts/cmdline/NCmdLine;Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NWorkspaceCmdLineParser.parseNutsArguments ( String[ ] bootArguments, NWorkspaceOptionsBuilder options, NSession session ) [static] : void
net/thevpc/nuts/boot/NWorkspaceCmdLineParser.parseNutsArguments:([Ljava/lang/String;Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NWorkspaceEvent.class
package net.thevpc.nuts
NWorkspaceEvent.getPropertyName ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceEvent.getPropertyName:()Ljava/lang/String;
NWorkspaceEvent.getPropertyOldValue ( ) [abstract] : Object
net/thevpc/nuts/NWorkspaceEvent.getPropertyOldValue:()Ljava/lang/Object;
NWorkspaceEvent.getPropertyValue ( ) [abstract] : Object
net/thevpc/nuts/NWorkspaceEvent.getPropertyValue:()Ljava/lang/Object;
NWorkspaceEvent.getRepository ( ) [abstract] : NRepository
net/thevpc/nuts/NWorkspaceEvent.getRepository:()Lnet/thevpc/nuts/NRepository;
NWorkspaceEvent.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NWorkspaceEvent.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
nuts-0.8.4.jar,
NWorkspaceException.class
package net.thevpc.nuts
NWorkspaceException.NWorkspaceException ( NSession session, NMsg message, Throwable ex )
net/thevpc/nuts/NWorkspaceException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NWorkspaceExtension.class
package net.thevpc.nuts
NWorkspaceExtension.getConfigId ( ) [abstract] : NId
net/thevpc/nuts/NWorkspaceExtension.getConfigId:()Lnet/thevpc/nuts/NId;
NWorkspaceExtension.getId ( ) [abstract] : NId
net/thevpc/nuts/NWorkspaceExtension.getId:()Lnet/thevpc/nuts/NId;
NWorkspaceExtension.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceExtension.isEnabled:()Z
nuts-0.8.4.jar,
NWorkspaceList.class
package net.thevpc.nuts
NWorkspaceList.addWorkspace ( String p1, NSession p2 ) [abstract] : NSession
net/thevpc/nuts/NWorkspaceList.addWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NSession;
NWorkspaceList.getConfig ( ) [abstract] : NWorkspaceListConfig
net/thevpc/nuts/NWorkspaceList.getConfig:()Lnet/thevpc/nuts/NWorkspaceListConfig;
NWorkspaceList.getName ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceList.getName:()Ljava/lang/String;
NWorkspaceList.getWorkspaceLocation ( String p1 ) [abstract] : NWorkspaceLocation
net/thevpc/nuts/NWorkspaceList.getWorkspaceLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceLocation;
NWorkspaceList.getWorkspaces ( ) [abstract] : List<NWorkspaceLocation>
net/thevpc/nuts/NWorkspaceList.getWorkspaces:()Ljava/util/List;
NWorkspaceList.of ( NSession session ) [static] : NWorkspaceList
net/thevpc/nuts/NWorkspaceList.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceList;
NWorkspaceList.removeWorkspace ( String p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceList.removeWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Z
NWorkspaceList.save ( NSession p1 ) [abstract] : void
net/thevpc/nuts/NWorkspaceList.save:(Lnet/thevpc/nuts/NSession;)V
NWorkspaceList.setConfig ( NWorkspaceListConfig p1 ) [abstract] : NWorkspaceList
net/thevpc/nuts/NWorkspaceList.setConfig:(Lnet/thevpc/nuts/NWorkspaceListConfig;)Lnet/thevpc/nuts/NWorkspaceList;
NWorkspaceList.setName ( String p1 ) [abstract] : NWorkspaceList
net/thevpc/nuts/NWorkspaceList.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceList;
nuts-0.8.4.jar,
NWorkspaceListConfig.class
package net.thevpc.nuts
NWorkspaceListConfig.getName ( ) : String
net/thevpc/nuts/NWorkspaceListConfig.getName:()Ljava/lang/String;
NWorkspaceListConfig.getUuid ( ) : String
net/thevpc/nuts/NWorkspaceListConfig.getUuid:()Ljava/lang/String;
NWorkspaceListConfig.getWorkspaces ( ) : List<NWorkspaceLocation>
net/thevpc/nuts/NWorkspaceListConfig.getWorkspaces:()Ljava/util/List;
NWorkspaceListConfig.NWorkspaceListConfig ( )
net/thevpc/nuts/NWorkspaceListConfig."<init>":()V
NWorkspaceListConfig.NWorkspaceListConfig ( NWorkspaceListConfig other )
net/thevpc/nuts/NWorkspaceListConfig."<init>":(Lnet/thevpc/nuts/NWorkspaceListConfig;)V
NWorkspaceListConfig.NWorkspaceListConfig ( String uuid, String name )
net/thevpc/nuts/NWorkspaceListConfig."<init>":(Ljava/lang/String;Ljava/lang/String;)V
NWorkspaceListConfig.setName ( String name ) : NWorkspaceListConfig
net/thevpc/nuts/NWorkspaceListConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceListConfig;
NWorkspaceListConfig.setUuid ( String uuid ) : NWorkspaceListConfig
net/thevpc/nuts/NWorkspaceListConfig.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceListConfig;
NWorkspaceListConfig.setWorkspaces ( List<NWorkspaceLocation> workspaces ) : void
net/thevpc/nuts/NWorkspaceListConfig.setWorkspaces:(Ljava/util/List;)V
NWorkspaceListConfig.toString ( ) : String
net/thevpc/nuts/NWorkspaceListConfig.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NWorkspaceListener.class
package net.thevpc.nuts
NWorkspaceListener.onAddRepository ( NWorkspaceEvent event ) : void
net/thevpc/nuts/NWorkspaceListener.onAddRepository:(Lnet/thevpc/nuts/NWorkspaceEvent;)V
NWorkspaceListener.onConfigurationChanged ( NWorkspaceEvent event ) : void
net/thevpc/nuts/NWorkspaceListener.onConfigurationChanged:(Lnet/thevpc/nuts/NWorkspaceEvent;)V
NWorkspaceListener.onCreateWorkspace ( NWorkspaceEvent event ) : void
net/thevpc/nuts/NWorkspaceListener.onCreateWorkspace:(Lnet/thevpc/nuts/NWorkspaceEvent;)V
NWorkspaceListener.onReloadWorkspace ( NWorkspaceEvent event ) : void
net/thevpc/nuts/NWorkspaceListener.onReloadWorkspace:(Lnet/thevpc/nuts/NWorkspaceEvent;)V
NWorkspaceListener.onRemoveRepository ( NWorkspaceEvent event ) : void
net/thevpc/nuts/NWorkspaceListener.onRemoveRepository:(Lnet/thevpc/nuts/NWorkspaceEvent;)V
NWorkspaceListener.onUpdateProperty ( NWorkspaceEvent event ) : void
net/thevpc/nuts/NWorkspaceListener.onUpdateProperty:(Lnet/thevpc/nuts/NWorkspaceEvent;)V
nuts-0.8.4.jar,
NWorkspaceLocation.class
package net.thevpc.nuts
NWorkspaceLocation.copy ( ) : NWorkspaceLocation
net/thevpc/nuts/NWorkspaceLocation.copy:()Lnet/thevpc/nuts/NWorkspaceLocation;
NWorkspaceLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NWorkspaceLocation.equals:(Ljava/lang/Object;)Z
NWorkspaceLocation.getLocation ( ) : String
net/thevpc/nuts/NWorkspaceLocation.getLocation:()Ljava/lang/String;
NWorkspaceLocation.getName ( ) : String
net/thevpc/nuts/NWorkspaceLocation.getName:()Ljava/lang/String;
NWorkspaceLocation.getUuid ( ) : String
net/thevpc/nuts/NWorkspaceLocation.getUuid:()Ljava/lang/String;
NWorkspaceLocation.hashCode ( ) : int
net/thevpc/nuts/NWorkspaceLocation.hashCode:()I
NWorkspaceLocation.isEnabled ( ) : boolean
net/thevpc/nuts/NWorkspaceLocation.isEnabled:()Z
NWorkspaceLocation.NWorkspaceLocation ( )
net/thevpc/nuts/NWorkspaceLocation."<init>":()V
NWorkspaceLocation.NWorkspaceLocation ( NWorkspaceLocation other )
net/thevpc/nuts/NWorkspaceLocation."<init>":(Lnet/thevpc/nuts/NWorkspaceLocation;)V
NWorkspaceLocation.NWorkspaceLocation ( String uuid, String name, String location )
net/thevpc/nuts/NWorkspaceLocation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
NWorkspaceLocation.setEnabled ( boolean enabled ) : NWorkspaceLocation
net/thevpc/nuts/NWorkspaceLocation.setEnabled:(Z)Lnet/thevpc/nuts/NWorkspaceLocation;
NWorkspaceLocation.setLocation ( String location ) : NWorkspaceLocation
net/thevpc/nuts/NWorkspaceLocation.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceLocation;
NWorkspaceLocation.setName ( String name ) : NWorkspaceLocation
net/thevpc/nuts/NWorkspaceLocation.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceLocation;
NWorkspaceLocation.setUuid ( String uuid ) : NWorkspaceLocation
net/thevpc/nuts/NWorkspaceLocation.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceLocation;
NWorkspaceLocation.toString ( ) : String
net/thevpc/nuts/NWorkspaceLocation.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NWorkspaceNotFoundException.class
package net.thevpc.nuts
NWorkspaceNotFoundException.getWorkspaceLocation ( ) : String
net/thevpc/nuts/NWorkspaceNotFoundException.getWorkspaceLocation:()Ljava/lang/String;
NWorkspaceNotFoundException.NWorkspaceNotFoundException ( String workspaceLocation )
net/thevpc/nuts/NWorkspaceNotFoundException."<init>":(Ljava/lang/String;)V
nuts-0.8.4.jar,
NWorkspaceOptions.class
package net.thevpc.nuts
NWorkspaceOptions.builder ( ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptions.builder:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptions.getApiVersion ( ) [abstract] : NOptional<NVersion>
net/thevpc/nuts/NWorkspaceOptions.getApiVersion:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getApplicationArguments ( ) [abstract] : NOptional<List<String>>
net/thevpc/nuts/NWorkspaceOptions.getApplicationArguments:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getArchetype ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getArchetype:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getBot ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getBot:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getCached ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getCached:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getClassLoaderSupplier ( ) [abstract] : NOptional<Supplier<ClassLoader>>
net/thevpc/nuts/NWorkspaceOptions.getClassLoaderSupplier:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getCommandHelp ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getCommandHelp:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getCommandVersion ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getCommandVersion:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getConfirm ( ) [abstract] : NOptional<NConfirmationMode>
net/thevpc/nuts/NWorkspaceOptions.getConfirm:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getCreationTime ( ) [abstract] : NOptional<Instant>
net/thevpc/nuts/NWorkspaceOptions.getCreationTime:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getCredentials ( ) [abstract] : NOptional<char[ ]>
net/thevpc/nuts/NWorkspaceOptions.getCredentials:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getCustomOptions ( ) [abstract] : NOptional<List<String>>
net/thevpc/nuts/NWorkspaceOptions.getCustomOptions:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getDebug ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getDebug:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getDependencySolver ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getDependencySolver:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getDesktopLauncher ( ) [abstract] : NOptional<NSupportMode>
net/thevpc/nuts/NWorkspaceOptions.getDesktopLauncher:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getDry ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getDry:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getErrLinePrefix ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getErrLinePrefix:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getErrors ( ) [abstract] : NOptional<List<NMsg>>
net/thevpc/nuts/NWorkspaceOptions.getErrors:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getExcludedExtensions ( ) [abstract] : NOptional<List<String>>
net/thevpc/nuts/NWorkspaceOptions.getExcludedExtensions:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getExecutionType ( ) [abstract] : NOptional<NExecutionType>
net/thevpc/nuts/NWorkspaceOptions.getExecutionType:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getExecutorOptions ( ) [abstract] : NOptional<List<String>>
net/thevpc/nuts/NWorkspaceOptions.getExecutorOptions:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getExecutorService ( ) [abstract] : NOptional<ExecutorService>
net/thevpc/nuts/NWorkspaceOptions.getExecutorService:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getExpireTime ( ) [abstract] : NOptional<Instant>
net/thevpc/nuts/NWorkspaceOptions.getExpireTime:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getFetchStrategy ( ) [abstract] : NOptional<NFetchStrategy>
net/thevpc/nuts/NWorkspaceOptions.getFetchStrategy:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getGui ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getGui:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getHomeLocation ( NHomeLocation p1 ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;)Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getHomeLocations ( ) [abstract] : NOptional<Map<NHomeLocation,String>>
net/thevpc/nuts/NWorkspaceOptions.getHomeLocations:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getIndexed ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getIndexed:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getInherited ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getInherited:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getInitJava ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getInitJava:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getInitLaunchers ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getInitLaunchers:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getInitPlatforms ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getInitPlatforms:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getInitScripts ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getInitScripts:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getInstallCompanions ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getInstallCompanions:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getIsolationLevel ( ) [abstract] : NOptional<NIsolationLevel>
net/thevpc/nuts/NWorkspaceOptions.getIsolationLevel:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getJavaCommand ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getJavaCommand:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getJavaOptions ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getJavaOptions:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getLocale ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getLocale:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getLogConfig ( ) [abstract] : NOptional<NLogConfig>
net/thevpc/nuts/NWorkspaceOptions.getLogConfig:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getMenuLauncher ( ) [abstract] : NOptional<NSupportMode>
net/thevpc/nuts/NWorkspaceOptions.getMenuLauncher:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getName ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getName:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getOpenMode ( ) [abstract] : NOptional<NOpenMode>
net/thevpc/nuts/NWorkspaceOptions.getOpenMode:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getOutLinePrefix ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getOutLinePrefix:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getOutputFormat ( ) [abstract] : NOptional<NContentType>
net/thevpc/nuts/NWorkspaceOptions.getOutputFormat:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getOutputFormatOptions ( ) [abstract] : NOptional<List<String>>
net/thevpc/nuts/NWorkspaceOptions.getOutputFormatOptions:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getProgressOptions ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getProgressOptions:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getReadOnly ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getReadOnly:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getRecover ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getRecover:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getRepositories ( ) [abstract] : NOptional<List<String>>
net/thevpc/nuts/NWorkspaceOptions.getRepositories:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getRepositoryStoreStrategy ( ) [abstract] : NOptional<NStoreStrategy>
net/thevpc/nuts/NWorkspaceOptions.getRepositoryStoreStrategy:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getReset ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getReset:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getRunAs ( ) [abstract] : NOptional<NRunAs>
net/thevpc/nuts/NWorkspaceOptions.getRunAs:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getRuntimeId ( ) [abstract] : NOptional<NId>
net/thevpc/nuts/NWorkspaceOptions.getRuntimeId:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getShowStacktrace ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getShowStacktrace:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getSkipBoot ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getSkipBoot:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getSkipErrors ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getSkipErrors:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getSkipWelcome ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getSkipWelcome:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getStderr ( ) [abstract] : NOptional<PrintStream>
net/thevpc/nuts/NWorkspaceOptions.getStderr:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getStdin ( ) [abstract] : NOptional<InputStream>
net/thevpc/nuts/NWorkspaceOptions.getStdin:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getStdout ( ) [abstract] : NOptional<PrintStream>
net/thevpc/nuts/NWorkspaceOptions.getStdout:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getStoreLayout ( ) [abstract] : NOptional<NOsFamily>
net/thevpc/nuts/NWorkspaceOptions.getStoreLayout:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getStoreLocations ( ) [abstract] : NOptional<Map<NStoreType,String>>
net/thevpc/nuts/NWorkspaceOptions.getStoreLocations:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getStoreStrategy ( ) [abstract] : NOptional<NStoreStrategy>
net/thevpc/nuts/NWorkspaceOptions.getStoreStrategy:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getStoreType ( NStoreType p1 ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getStoreType:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getSwitchWorkspace ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getSwitchWorkspace:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getSystem ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getSystem:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getTerminalMode ( ) [abstract] : NOptional<NTerminalMode>
net/thevpc/nuts/NWorkspaceOptions.getTerminalMode:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getTheme ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getTheme:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getTrace ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getTrace:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getTransitive ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getTransitive:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getUserLauncher ( ) [abstract] : NOptional<NSupportMode>
net/thevpc/nuts/NWorkspaceOptions.getUserLauncher:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getUserName ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getUserName:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getWorkspace ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getWorkspace:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.readOnly ( ) [abstract] : NWorkspaceOptions
net/thevpc/nuts/NWorkspaceOptions.readOnly:()Lnet/thevpc/nuts/NWorkspaceOptions;
NWorkspaceOptions.toCmdLine ( ) [abstract] : NCmdLine
net/thevpc/nuts/NWorkspaceOptions.toCmdLine:()Lnet/thevpc/nuts/cmdline/NCmdLine;
NWorkspaceOptions.toCmdLine ( NWorkspaceOptionsConfig p1 ) [abstract] : NCmdLine
net/thevpc/nuts/NWorkspaceOptions.toCmdLine:(Lnet/thevpc/nuts/NWorkspaceOptionsConfig;)Lnet/thevpc/nuts/cmdline/NCmdLine;
nuts-0.8.4.jar,
NWorkspaceOptionsBuilder.class
package net.thevpc.nuts
NWorkspaceOptionsBuilder.addOutputFormatOptions ( String... p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.addOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.build ( ) [abstract] : NWorkspaceOptions
net/thevpc/nuts/NWorkspaceOptionsBuilder.build:()Lnet/thevpc/nuts/NWorkspaceOptions;
NWorkspaceOptionsBuilder.copy ( ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.copy:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.of ( ) [static] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.of:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setAll ( NWorkspaceOptions p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setAll:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setAllPresent ( NWorkspaceOptions p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setAllPresent:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setApiVersion ( NVersion p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setApiVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setApplicationArguments ( List<String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setApplicationArguments:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setArchetype ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setArchetype:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setBot ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCached ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCached:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setClassLoaderSupplier ( Supplier<ClassLoader> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setClassLoaderSupplier:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCmdLine ( String p1, NSession p2 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCmdLine:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCmdLine ( String[ ] p1, NSession p2 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCmdLine:([Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCommandHelp ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCommandHelp:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCommandVersion ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCommandVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setConfirm ( NConfirmationMode p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setConfirm:(Lnet/thevpc/nuts/NConfirmationMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCreationTime ( Instant p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCreationTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCredentials ( char[ ] p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCredentials:([C)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCustomOptions ( List<String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCustomOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setDebug ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setDebug:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setDependencySolver ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setDependencySolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setDesktopLauncher ( NSupportMode p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setDesktopLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setDry ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setErrLinePrefix ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setErrLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setErrors ( List<NMsg> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setErrors:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setExcludedExtensions ( List<String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setExcludedExtensions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setExecutionType ( NExecutionType p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setExecutionType:(Lnet/thevpc/nuts/NExecutionType;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setExecutorOptions ( List<String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setExecutorOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setExecutorService ( ExecutorService p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setExecutorService:(Ljava/util/concurrent/ExecutorService;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setExpireTime ( Instant p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setExpireTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setFetchStrategy ( NFetchStrategy p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setFetchStrategy:(Lnet/thevpc/nuts/NFetchStrategy;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setGui ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setHomeLocation ( NHomeLocation p1, String p2 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setHomeLocations ( Map<NHomeLocation,String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setHomeLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setIndexed ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setInherited ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setInherited:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setInitJava ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setInitJava:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setInitLaunchers ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setInitLaunchers:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setInitPlatforms ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setInitPlatforms:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setInitScripts ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setInitScripts:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setInstallCompanions ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setInstallCompanions:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setIsolationLevel ( NIsolationLevel p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setIsolationLevel:(Lnet/thevpc/nuts/NIsolationLevel;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setJavaCommand ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setJavaCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setJavaOptions ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setJavaOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setLocale ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setLogConfig ( NLogConfig p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setLogConfig:(Lnet/thevpc/nuts/log/NLogConfig;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setMenuLauncher ( NSupportMode p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setMenuLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setName ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setOpenMode ( NOpenMode p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setOpenMode:(Lnet/thevpc/nuts/NOpenMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setOutLinePrefix ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setOutLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setOutputFormat ( NContentType p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setOutputFormat:(Lnet/thevpc/nuts/format/NContentType;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setOutputFormatOptions ( List<String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setOutputFormatOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setProgressOptions ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setProgressOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setReadOnly ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setReadOnly:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setRecover ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setRecover:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setRepositories ( List<String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setRepositories:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setRepositoryStoreStrategy ( NStoreStrategy p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setRepositoryStoreStrategy:(Lnet/thevpc/nuts/NStoreStrategy;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setReset ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setReset:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setRunAs ( NRunAs p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setRunAs:(Lnet/thevpc/nuts/NRunAs;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setRuntimeId ( NId p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setRuntimeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setShowStacktrace ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setShowStacktrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setSkipBoot ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setSkipBoot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setSkipErrors ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setSkipErrors:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setSkipWelcome ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setSkipWelcome:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setStderr ( PrintStream p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setStderr:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setStdin ( InputStream p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setStdin:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setStdout ( PrintStream p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setStdout:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setStoreLayout ( NOsFamily p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setStoreLayout:(Lnet/thevpc/nuts/env/NOsFamily;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setStoreLocation ( NStoreType p1, String p2 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setStoreLocation:(Lnet/thevpc/nuts/NStoreType;Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setStoreLocations ( Map<NStoreType,String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setStoreLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setStoreStrategy ( NStoreStrategy p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setStoreStrategy:(Lnet/thevpc/nuts/NStoreStrategy;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setSwitchWorkspace ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setSwitchWorkspace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setSystem ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setSystem:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setTerminalMode ( NTerminalMode p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setTerminalMode:(Lnet/thevpc/nuts/io/NTerminalMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setTheme ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setTrace ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setTransitive ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setTransitive:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setUserLauncher ( NSupportMode p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setUserLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setUserName ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setUserName:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setWorkspace ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setWorkspace:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.unsetCreationOptions ( ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.unsetCreationOptions:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.unsetExportedOptions ( ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.unsetExportedOptions:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.unsetRuntimeOptions ( ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.unsetRuntimeOptions:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
nuts-0.8.4.jar,
NWorkspaceOptionsConfig.class
package net.thevpc.nuts
NWorkspaceOptionsConfig.equals ( Object o ) : boolean
net/thevpc/nuts/NWorkspaceOptionsConfig.equals:(Ljava/lang/Object;)Z
NWorkspaceOptionsConfig.getApiVersion ( ) : NVersion
net/thevpc/nuts/NWorkspaceOptionsConfig.getApiVersion:()Lnet/thevpc/nuts/NVersion;
NWorkspaceOptionsConfig.hashCode ( ) : int
net/thevpc/nuts/NWorkspaceOptionsConfig.hashCode:()I
NWorkspaceOptionsConfig.isOmitDefaults ( ) : boolean
net/thevpc/nuts/NWorkspaceOptionsConfig.isOmitDefaults:()Z
NWorkspaceOptionsConfig.isShortOptions ( ) : boolean
net/thevpc/nuts/NWorkspaceOptionsConfig.isShortOptions:()Z
NWorkspaceOptionsConfig.isSingleArgOptions ( ) : boolean
net/thevpc/nuts/NWorkspaceOptionsConfig.isSingleArgOptions:()Z
NWorkspaceOptionsConfig.NWorkspaceOptionsConfig ( )
net/thevpc/nuts/NWorkspaceOptionsConfig."<init>":()V
NWorkspaceOptionsConfig.setApiVersion ( NVersion apiVersion ) : NWorkspaceOptionsConfig
net/thevpc/nuts/NWorkspaceOptionsConfig.setApiVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NWorkspaceOptionsConfig;
NWorkspaceOptionsConfig.setCompact ( boolean compact ) : NWorkspaceOptionsConfig
net/thevpc/nuts/NWorkspaceOptionsConfig.setCompact:(Z)Lnet/thevpc/nuts/NWorkspaceOptionsConfig;
NWorkspaceOptionsConfig.toString ( ) : String
net/thevpc/nuts/NWorkspaceOptionsConfig.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NWorkspaceSecurityManager.class
package net.thevpc.nuts
NWorkspaceSecurityManager.addUser ( String p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NWorkspaceSecurityManager.addUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NWorkspaceSecurityManager.checkAllowed ( String p1, String p2 ) [abstract] : NWorkspaceSecurityManager
net/thevpc/nuts/NWorkspaceSecurityManager.checkAllowed:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceSecurityManager;
NWorkspaceSecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 ) [abstract] : NWorkspaceSecurityManager
net/thevpc/nuts/NWorkspaceSecurityManager.checkCredentials:([C[C)Lnet/thevpc/nuts/NWorkspaceSecurityManager;
NWorkspaceSecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 ) [abstract] : char[ ]
net/thevpc/nuts/NWorkspaceSecurityManager.createCredentials:([CZ[C)[C
NWorkspaceSecurityManager.findUser ( String p1 ) [abstract] : NUser
net/thevpc/nuts/NWorkspaceSecurityManager.findUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NUser;
NWorkspaceSecurityManager.findUsers ( ) [abstract] : List<NUser>
net/thevpc/nuts/NWorkspaceSecurityManager.findUsers:()Ljava/util/List;
NWorkspaceSecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NAuthenticationAgent
net/thevpc/nuts/NWorkspaceSecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/security/NAuthenticationAgent;
NWorkspaceSecurityManager.getCredentials ( char[ ] p1 ) [abstract] : char[ ]
net/thevpc/nuts/NWorkspaceSecurityManager.getCredentials:([C)[C
NWorkspaceSecurityManager.getCurrentLoginStack ( ) [abstract] : String[ ]
net/thevpc/nuts/NWorkspaceSecurityManager.getCurrentLoginStack:()[Ljava/lang/String;
NWorkspaceSecurityManager.getCurrentUsername ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceSecurityManager.getCurrentUsername:()Ljava/lang/String;
NWorkspaceSecurityManager.isAdmin ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceSecurityManager.isAdmin:()Z
NWorkspaceSecurityManager.isAllowed ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceSecurityManager.isAllowed:(Ljava/lang/String;)Z
NWorkspaceSecurityManager.isSecure ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceSecurityManager.isSecure:()Z
NWorkspaceSecurityManager.login ( CallbackHandler p1 ) [abstract] : NWorkspaceSecurityManager
net/thevpc/nuts/NWorkspaceSecurityManager.login:(Ljavax/security/auth/callback/CallbackHandler;)Lnet/thevpc/nuts/NWorkspaceSecurityManager;
NWorkspaceSecurityManager.login ( String p1, char[ ] p2 ) [abstract] : NWorkspaceSecurityManager
net/thevpc/nuts/NWorkspaceSecurityManager.login:(Ljava/lang/String;[C)Lnet/thevpc/nuts/NWorkspaceSecurityManager;
NWorkspaceSecurityManager.logout ( ) [abstract] : NWorkspaceSecurityManager
net/thevpc/nuts/NWorkspaceSecurityManager.logout:()Lnet/thevpc/nuts/NWorkspaceSecurityManager;
NWorkspaceSecurityManager.of ( NSession session ) [static] : NWorkspaceSecurityManager
net/thevpc/nuts/NWorkspaceSecurityManager.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceSecurityManager;
NWorkspaceSecurityManager.removeCredentials ( char[ ] p1 ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceSecurityManager.removeCredentials:([C)Z
NWorkspaceSecurityManager.removeUser ( String p1 ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NWorkspaceSecurityManager.removeUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NRemoveUserCmd;
NWorkspaceSecurityManager.setAuthenticationAgent ( String p1 ) [abstract] : NWorkspaceSecurityManager
net/thevpc/nuts/NWorkspaceSecurityManager.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceSecurityManager;
NWorkspaceSecurityManager.setSecureMode ( boolean p1, char[ ] p2 ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceSecurityManager.setSecureMode:(Z[C)Z
NWorkspaceSecurityManager.updateUser ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NWorkspaceSecurityManager.updateUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
nuts-0.8.4.jar,
NWorkspaceStoredConfig.class
package net.thevpc.nuts
NWorkspaceStoredConfig.getApiId ( ) [abstract] : NId
net/thevpc/nuts/NWorkspaceStoredConfig.getApiId:()Lnet/thevpc/nuts/NId;
NWorkspaceStoredConfig.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceStoredConfig.getBootRepositories:()Ljava/lang/String;
NWorkspaceStoredConfig.getHomeLocation ( NHomeLocation p1 ) [abstract] : String
net/thevpc/nuts/NWorkspaceStoredConfig.getHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;)Ljava/lang/String;
NWorkspaceStoredConfig.getHomeLocations ( ) [abstract] : Map<NHomeLocation,String>
net/thevpc/nuts/NWorkspaceStoredConfig.getHomeLocations:()Ljava/util/Map;
NWorkspaceStoredConfig.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceStoredConfig.getJavaCommand:()Ljava/lang/String;
NWorkspaceStoredConfig.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceStoredConfig.getJavaOptions:()Ljava/lang/String;
NWorkspaceStoredConfig.getName ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceStoredConfig.getName:()Ljava/lang/String;
NWorkspaceStoredConfig.getRepositoryStoreStrategy ( ) [abstract] : NStoreStrategy
net/thevpc/nuts/NWorkspaceStoredConfig.getRepositoryStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NWorkspaceStoredConfig.getRuntimeDependencies ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceStoredConfig.getRuntimeDependencies:()Ljava/lang/String;
NWorkspaceStoredConfig.getRuntimeId ( ) [abstract] : NId
net/thevpc/nuts/NWorkspaceStoredConfig.getRuntimeId:()Lnet/thevpc/nuts/NId;
NWorkspaceStoredConfig.getStoreLayout ( ) [abstract] : NOsFamily
net/thevpc/nuts/NWorkspaceStoredConfig.getStoreLayout:()Lnet/thevpc/nuts/env/NOsFamily;
NWorkspaceStoredConfig.getStoreLocation ( NStoreType p1 ) [abstract] : String
net/thevpc/nuts/NWorkspaceStoredConfig.getStoreLocation:(Lnet/thevpc/nuts/NStoreType;)Ljava/lang/String;
NWorkspaceStoredConfig.getStoreLocations ( ) [abstract] : Map<NStoreType,String>
net/thevpc/nuts/NWorkspaceStoredConfig.getStoreLocations:()Ljava/util/Map;
NWorkspaceStoredConfig.getStoreStrategy ( ) [abstract] : NStoreStrategy
net/thevpc/nuts/NWorkspaceStoredConfig.getStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NWorkspaceStoredConfig.isSystem ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceStoredConfig.isSystem:()Z
nuts-0.8.4.jar,
NWorkspaceTerminalOptions.class
package net.thevpc.nuts
NWorkspaceTerminalOptions.equals ( Object o ) : boolean
net/thevpc/nuts/NWorkspaceTerminalOptions.equals:(Ljava/lang/Object;)Z
NWorkspaceTerminalOptions.getErr ( ) : PrintStream
net/thevpc/nuts/NWorkspaceTerminalOptions.getErr:()Ljava/io/PrintStream;
NWorkspaceTerminalOptions.getFlags ( ) : Set<String>
net/thevpc/nuts/NWorkspaceTerminalOptions.getFlags:()Ljava/util/Set;
NWorkspaceTerminalOptions.getIn ( ) : InputStream
net/thevpc/nuts/NWorkspaceTerminalOptions.getIn:()Ljava/io/InputStream;
NWorkspaceTerminalOptions.getOut ( ) : PrintStream
net/thevpc/nuts/NWorkspaceTerminalOptions.getOut:()Ljava/io/PrintStream;
NWorkspaceTerminalOptions.hashCode ( ) : int
net/thevpc/nuts/NWorkspaceTerminalOptions.hashCode:()I
NWorkspaceTerminalOptions.NWorkspaceTerminalOptions ( InputStream in, PrintStream out, PrintStream err, String... flags )
net/thevpc/nuts/NWorkspaceTerminalOptions."<init>":(Ljava/io/InputStream;Ljava/io/PrintStream;Ljava/io/PrintStream;[Ljava/lang/String;)V
NWorkspaceTerminalOptions.toString ( ) : String
net/thevpc/nuts/NWorkspaceTerminalOptions.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NWorkspaceUpdateResult.class
package net.thevpc.nuts
NWorkspaceUpdateResult.getAllResults ( ) [abstract] : List<NUpdateResult>
net/thevpc/nuts/NWorkspaceUpdateResult.getAllResults:()Ljava/util/List;
NWorkspaceUpdateResult.getApi ( ) [abstract] : NUpdateResult
net/thevpc/nuts/NWorkspaceUpdateResult.getApi:()Lnet/thevpc/nuts/NUpdateResult;
NWorkspaceUpdateResult.getArtifacts ( ) [abstract] : List<NUpdateResult>
net/thevpc/nuts/NWorkspaceUpdateResult.getArtifacts:()Ljava/util/List;
NWorkspaceUpdateResult.getExtensions ( ) [abstract] : List<NUpdateResult>
net/thevpc/nuts/NWorkspaceUpdateResult.getExtensions:()Ljava/util/List;
NWorkspaceUpdateResult.getRuntime ( ) [abstract] : NUpdateResult
net/thevpc/nuts/NWorkspaceUpdateResult.getRuntime:()Lnet/thevpc/nuts/NUpdateResult;
NWorkspaceUpdateResult.getUpdatable ( ) [abstract] : List<NUpdateResult>
net/thevpc/nuts/NWorkspaceUpdateResult.getUpdatable:()Ljava/util/List;
NWorkspaceUpdateResult.getUpdatesCount ( ) [abstract] : int
net/thevpc/nuts/NWorkspaceUpdateResult.getUpdatesCount:()I
NWorkspaceUpdateResult.isUpdatableApi ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceUpdateResult.isUpdatableApi:()Z
NWorkspaceUpdateResult.isUpdatableExtensions ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceUpdateResult.isUpdatableExtensions:()Z
NWorkspaceUpdateResult.isUpdatableRuntime ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceUpdateResult.isUpdatableRuntime:()Z
NWorkspaceUpdateResult.isUpdateAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceUpdateResult.isUpdateAvailable:()Z
nuts-0.8.4.jar,
Or.class
package net.thevpc.nuts.util
NPredicates.Or<T>.equals ( Object o ) : boolean
net/thevpc/nuts/util/NPredicates.Or.equals:(Ljava/lang/Object;)Z
NPredicates.Or<T>.hashCode ( ) : int
net/thevpc/nuts/util/NPredicates.Or.hashCode:()I
NPredicates.Or<T>.NPredicates.Or<T> ( Predicate<T> left, Predicate<? super T> right )
net/thevpc/nuts/util/NPredicates.Or."<init>":(Ljava/util/function/Predicate;Ljava/util/function/Predicate;)V
NPredicates.Or<T>.test ( T t ) : boolean
net/thevpc/nuts/util/NPredicates.Or.test:(Ljava/lang/Object;)Z
NPredicates.Or<T>.toString ( ) : String
net/thevpc/nuts/util/NPredicates.Or.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
ReservedNExprConst.class
package net.thevpc.nuts.reserved.expr
ReservedNExprConst.get ( String name, NExprDeclarations context ) : Object
net/thevpc/nuts/reserved/expr/ReservedNExprConst.get:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
ReservedNExprConst.ReservedNExprConst ( Object value )
net/thevpc/nuts/reserved/expr/ReservedNExprConst."<init>":(Ljava/lang/Object;)V
ReservedNExprConst.set ( String name, Object value, NExprDeclarations context ) : Object
net/thevpc/nuts/reserved/expr/ReservedNExprConst.set:(Ljava/lang/String;Ljava/lang/Object;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
nuts-0.8.4.jar,
ReservedNExprVar.class
package net.thevpc.nuts.reserved.expr
ReservedNExprVar.get ( String name, NExprDeclarations context ) : Object
net/thevpc/nuts/reserved/expr/ReservedNExprVar.get:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
ReservedNExprVar.ReservedNExprVar ( Object value )
net/thevpc/nuts/reserved/expr/ReservedNExprVar."<init>":(Ljava/lang/Object;)V
ReservedNExprVar.set ( String name, Object value, NExprDeclarations context ) : Object
net/thevpc/nuts/reserved/expr/ReservedNExprVar.set:(Ljava/lang/String;Ljava/lang/Object;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
nuts-0.8.4.jar,
Size.class
package net.thevpc.nuts.spi
NSystemTerminalBase.Size.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NSystemTerminalBase.Size.equals:(Ljava/lang/Object;)Z
NSystemTerminalBase.Size.getColumns ( ) : int
net/thevpc/nuts/spi/NSystemTerminalBase.Size.getColumns:()I
NSystemTerminalBase.Size.getRows ( ) : int
net/thevpc/nuts/spi/NSystemTerminalBase.Size.getRows:()I
NSystemTerminalBase.Size.hashCode ( ) : int
net/thevpc/nuts/spi/NSystemTerminalBase.Size.hashCode:()I
NSystemTerminalBase.Size.NSystemTerminalBase.Size ( int columns, int rows )
net/thevpc/nuts/spi/NSystemTerminalBase.Size."<init>":(II)V
NSystemTerminalBase.Size.toString ( ) : String
net/thevpc/nuts/spi/NSystemTerminalBase.Size.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
Support.class
package net.thevpc.nuts
NConstants.Support.NConstants.Support ( )
net/thevpc/nuts/NConstants.Support."<init>":()V
nuts-0.8.4.jar,
UncheckedException.class
package net.thevpc.nuts.util
UncheckedException.UncheckedException ( )
net/thevpc/nuts/util/UncheckedException."<init>":()V
UncheckedException.UncheckedException ( String message )
net/thevpc/nuts/util/UncheckedException."<init>":(Ljava/lang/String;)V
UncheckedException.UncheckedException ( String message, Throwable cause )
net/thevpc/nuts/util/UncheckedException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
UncheckedException.UncheckedException ( String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/util/UncheckedException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
UncheckedException.UncheckedException ( Throwable cause )
net/thevpc/nuts/util/UncheckedException."<init>":(Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
UnsafeFunction.class
package net.thevpc.nuts.util
UnsafeFunction<T,V>.andThen ( Function<? super V,?> after ) : UnsafeFunction<T,V2>
net/thevpc/nuts/util/UnsafeFunction.andThen:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/UnsafeFunction;
UnsafeFunction<T,V>.apply ( T p1 ) [abstract] : V
net/thevpc/nuts/util/UnsafeFunction.apply:(Ljava/lang/Object;)Ljava/lang/Object;
UnsafeFunction<T,V>.compose ( Function<? super V2,?> before ) : UnsafeFunction<V2,V>
net/thevpc/nuts/util/UnsafeFunction.compose:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/UnsafeFunction;
UnsafeFunction<T,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/util/UnsafeFunction.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
UnsafeFunction<T,V>.identity ( ) [static] : UnsafeFunction<T,T>
net/thevpc/nuts/util/UnsafeFunction.identity:()Lnet/thevpc/nuts/util/UnsafeFunction;
to the top
Removed Methods 4567
nuts-0.8.1.jar,
And.class
package net.thevpc.nuts
NutsPredicates.And<T>.NutsPredicates.And<T> ( Predicate<T> left, Predicate<? super T> right )
net/thevpc/nuts/NutsPredicates.And."<init>":(Ljava/util/function/Predicate;Ljava/util/function/Predicate;)V
NutsPredicates.And<T>.test ( T t ) : boolean
net/thevpc/nuts/NutsPredicates.And.test:(Ljava/lang/Object;)Z
nuts-0.8.1.jar,
ArgEntry.class
package net.thevpc.nuts
NutsExecCommandFormat.ArgEntry.getIndex ( ) [abstract] : int
net/thevpc/nuts/NutsExecCommandFormat.ArgEntry.getIndex:()I
NutsExecCommandFormat.ArgEntry.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommandFormat.ArgEntry.getValue:()Ljava/lang/String;
nuts-0.8.1.jar,
BaseOpPredicate.class
package net.thevpc.nuts
NutsPredicates.BaseOpPredicate<T>.NutsPredicates.BaseOpPredicate<T> ( )
net/thevpc/nuts/NutsPredicates.BaseOpPredicate."<init>":()V
nuts-0.8.1.jar,
BasePredicate.class
package net.thevpc.nuts
NutsPredicates.BasePredicate<T>.and ( Predicate<? super T> other ) : Predicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.and:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
NutsPredicates.BasePredicate<T>.negate ( ) : Predicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.negate:()Ljava/util/function/Predicate;
NutsPredicates.BasePredicate<T>.NutsPredicates.BasePredicate<T> ( )
net/thevpc/nuts/NutsPredicates.BasePredicate."<init>":()V
NutsPredicates.BasePredicate<T>.or ( Predicate<? super T> other ) : Predicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.or:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
nuts-0.8.1.jar,
Deps.class
package net.thevpc.nuts.boot
PrivateNutsUtils.Deps.PrivateNutsUtils.Deps ( )
net/thevpc/nuts/boot/PrivateNutsUtils.Deps."<init>":()V
nuts-0.8.1.jar,
EnvEntry.class
package net.thevpc.nuts
NutsExecCommandFormat.EnvEntry.getName ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommandFormat.EnvEntry.getName:()Ljava/lang/String;
NutsExecCommandFormat.EnvEntry.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommandFormat.EnvEntry.getValue:()Ljava/lang/String;
nuts-0.8.1.jar,
ErrorInfo.class
package net.thevpc.nuts.boot
PrivateNutsUtils.ErrorInfo.getMessage ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getMessage:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getNutsId ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getNutsId:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getRepository ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getRepository:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getThrowable ( ) : Throwable
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getThrowable:()Ljava/lang/Throwable;
PrivateNutsUtils.ErrorInfo.getUrl ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getUrl:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.PrivateNutsUtils.ErrorInfo ( String nutsId, String repository, String url, String message, Throwable throwable )
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
ErrorInfoList.class
package net.thevpc.nuts.boot
PrivateNutsUtils.ErrorInfoList.add ( PrivateNutsUtils.ErrorInfo e ) : void
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.add:(Lnet/thevpc/nuts/boot/PrivateNutsUtils$ErrorInfo;)V
PrivateNutsUtils.ErrorInfoList.list ( ) : List<PrivateNutsUtils.ErrorInfo>
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.list:()Ljava/util/List;
PrivateNutsUtils.ErrorInfoList.PrivateNutsUtils.ErrorInfoList ( )
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList."<init>":()V
PrivateNutsUtils.ErrorInfoList.removeErrorsFor ( String nutsId ) : void
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.removeErrorsFor:(Ljava/lang/String;)V
nuts-0.8.1.jar,
Extension.class
package net.thevpc.nuts
NutsWorkspaceBootConfig.Extension.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceBootConfig.Extension.getId:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceBootConfig.Extension.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceBootConfig.Extension.isEnabled:()Z
nuts-0.8.1.jar,
Mode.class
package net.thevpc.nuts
NutsRunAs.Mode.id ( ) : String
net/thevpc/nuts/NutsRunAs.Mode.id:()Ljava/lang/String;
NutsRunAs.Mode.parseLenient ( String value ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.parseLenient ( String value, NutsRunAs.Mode emptyOrErrorValue ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRunAs$Mode;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.parseLenient ( String value, NutsRunAs.Mode emptyValue, NutsRunAs.Mode errorValue ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRunAs$Mode;Lnet/thevpc/nuts/NutsRunAs$Mode;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.valueOf ( String name ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.values ( ) [static] : NutsRunAs.Mode[ ]
net/thevpc/nuts/NutsRunAs.Mode.values:()[Lnet/thevpc/nuts/NutsRunAs$Mode;
nuts-0.8.1.jar,
Not.class
package net.thevpc.nuts
NutsPredicates.Not<T>.NutsPredicates.Not<T> ( Predicate<T> base )
net/thevpc/nuts/NutsPredicates.Not."<init>":(Ljava/util/function/Predicate;)V
NutsPredicates.Not<T>.test ( T t ) : boolean
net/thevpc/nuts/NutsPredicates.Not.test:(Ljava/lang/Object;)Z
nuts-0.8.1.jar,
Nuts.class
package net.thevpc.nuts
Nuts.createOptions ( ) [static] : NutsWorkspaceOptions
net/thevpc/nuts/Nuts.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
Nuts.createOptionsBuilder ( ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/Nuts.createOptionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
Nuts.getBuildNumber ( ) [static] : String
net/thevpc/nuts/Nuts.getBuildNumber:()Ljava/lang/String;
Nuts.getPlatformHomeFolder ( NutsOsFamily storeLocationLayout, NutsStoreLocation folderType, Map<String,String> homeLocations, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/Nuts.getPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;ZLjava/lang/String;)Ljava/lang/String;
Nuts.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/Nuts.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
Nuts.getVersion ( ) [static] : String
net/thevpc/nuts/Nuts.getVersion:()Ljava/lang/String;
Nuts.openInheritedWorkspace ( String... args ) [static] : NutsSession
net/thevpc/nuts/Nuts.openInheritedWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:()Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( NutsWorkspaceOptions options ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( String... args ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
Nuts.run ( NutsSession session, String[ ] args ) [static] : void
net/thevpc/nuts/Nuts.run:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;)V
Nuts.runWorkspace ( String... args ) [static] : void
net/thevpc/nuts/Nuts.runWorkspace:([Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsActionSupport.class
package net.thevpc.nuts
NutsActionSupport.acceptCondition ( NutsActionSupportCondition request, NutsSession session ) : boolean
net/thevpc/nuts/NutsActionSupport.acceptCondition:(Lnet/thevpc/nuts/NutsActionSupportCondition;Lnet/thevpc/nuts/NutsSession;)Z
NutsActionSupport.id ( ) : String
net/thevpc/nuts/NutsActionSupport.id:()Ljava/lang/String;
NutsActionSupport.parseLenient ( String any ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyOrErrorValue ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupport;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyValue, NutsActionSupport errorValue ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupport;Lnet/thevpc/nuts/NutsActionSupport;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.valueOf ( String name ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.values ( ) [static] : NutsActionSupport[ ]
net/thevpc/nuts/NutsActionSupport.values:()[Lnet/thevpc/nuts/NutsActionSupport;
nuts-0.8.1.jar,
NutsActionSupportCondition.class
package net.thevpc.nuts
NutsActionSupportCondition.id ( ) : String
net/thevpc/nuts/NutsActionSupportCondition.id:()Ljava/lang/String;
NutsActionSupportCondition.parseLenient ( String value ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyOrErrorValue ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyValue, NutsActionSupportCondition errorValue ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupportCondition;Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.valueOf ( String name ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.values ( ) [static] : NutsActionSupportCondition[ ]
net/thevpc/nuts/NutsActionSupportCondition.values:()[Lnet/thevpc/nuts/NutsActionSupportCondition;
nuts-0.8.1.jar,
NutsAddOptions.class
package net.thevpc.nuts
NutsAddOptions.getSession ( ) : NutsSession
net/thevpc/nuts/NutsAddOptions.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsAddOptions.NutsAddOptions ( )
net/thevpc/nuts/NutsAddOptions."<init>":()V
NutsAddOptions.setSession ( NutsSession session ) : NutsAddOptions
net/thevpc/nuts/NutsAddOptions.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsAddOptions;
nuts-0.8.1.jar,
NutsAddRepositoryOptions.class
package net.thevpc.nuts
NutsAddRepositoryOptions.copy ( ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.copy:()Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.getConfig ( ) : NutsRepositoryConfig
net/thevpc/nuts/NutsAddRepositoryOptions.getConfig:()Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsAddRepositoryOptions.getDeployOrder ( ) : int
net/thevpc/nuts/NutsAddRepositoryOptions.getDeployOrder:()I
NutsAddRepositoryOptions.getLocation ( ) : String
net/thevpc/nuts/NutsAddRepositoryOptions.getLocation:()Ljava/lang/String;
NutsAddRepositoryOptions.getName ( ) : String
net/thevpc/nuts/NutsAddRepositoryOptions.getName:()Ljava/lang/String;
NutsAddRepositoryOptions.getOrder ( ) : int
net/thevpc/nuts/NutsAddRepositoryOptions.getOrder:()I
NutsAddRepositoryOptions.getRepositoryModel ( ) : NutsRepositoryModel
net/thevpc/nuts/NutsAddRepositoryOptions.getRepositoryModel:()Lnet/thevpc/nuts/NutsRepositoryModel;
NutsAddRepositoryOptions.isCreate ( ) : boolean
net/thevpc/nuts/NutsAddRepositoryOptions.isCreate:()Z
NutsAddRepositoryOptions.isEnabled ( ) : boolean
net/thevpc/nuts/NutsAddRepositoryOptions.isEnabled:()Z
NutsAddRepositoryOptions.isFailSafe ( ) : boolean
net/thevpc/nuts/NutsAddRepositoryOptions.isFailSafe:()Z
NutsAddRepositoryOptions.isTemporary ( ) : boolean
net/thevpc/nuts/NutsAddRepositoryOptions.isTemporary:()Z
NutsAddRepositoryOptions.NutsAddRepositoryOptions ( )
net/thevpc/nuts/NutsAddRepositoryOptions."<init>":()V
NutsAddRepositoryOptions.NutsAddRepositoryOptions ( NutsAddRepositoryOptions other )
net/thevpc/nuts/NutsAddRepositoryOptions."<init>":(Lnet/thevpc/nuts/NutsAddRepositoryOptions;)V
NutsAddRepositoryOptions.setConfig ( NutsRepositoryConfig value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setConfig:(Lnet/thevpc/nuts/NutsRepositoryConfig;)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setCreate ( boolean value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setCreate:(Z)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setDeployOrder ( int value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setDeployOrder:(I)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setEnabled ( boolean value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setEnabled:(Z)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setFailSafe ( boolean value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setFailSafe:(Z)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setLocation ( String value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setName ( String value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setOrder ( int order ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setOrder:(I)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setRepositoryModel ( NutsRepositoryModel repositoryModel ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setRepositoryModel:(Lnet/thevpc/nuts/NutsRepositoryModel;)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setTemporary ( boolean value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setTemporary:(Z)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
nuts-0.8.1.jar,
NutsAddUserCommand.class
package net.thevpc.nuts
NutsAddUserCommand.addGroup ( String p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.addGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.addGroups ( Collection<String> p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.addGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.addGroups ( String... p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.addGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.addPermission ( String p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.addPermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.addPermissions ( Collection<String> p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.addPermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.addPermissions ( String... p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.addPermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsAddUserCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsAddUserCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsAddUserCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsAddUserCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsAddUserCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsAddUserCommand.copySession ( ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.copySession:()Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.getCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsAddUserCommand.getCredentials:()[C
NutsAddUserCommand.getGroups ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsAddUserCommand.getGroups:()[Ljava/lang/String;
NutsAddUserCommand.getPermissions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsAddUserCommand.getPermissions:()[Ljava/lang/String;
NutsAddUserCommand.getRemoteCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsAddUserCommand.getRemoteCredentials:()[C
NutsAddUserCommand.getRemoteIdentity ( ) [abstract] : String
net/thevpc/nuts/NutsAddUserCommand.getRemoteIdentity:()Ljava/lang/String;
NutsAddUserCommand.getUsername ( ) [abstract] : String
net/thevpc/nuts/NutsAddUserCommand.getUsername:()Ljava/lang/String;
NutsAddUserCommand.removeGroups ( Collection<String> p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.removeGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.removeGroups ( String... p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.removeGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.removePermissions ( Collection<String> p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.removePermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.removePermissions ( String... p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.removePermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsAddUserCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsAddUserCommand.run ( ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.run:()Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.setCredentials ( char[ ] p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.setCredentials:([C)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.setRemoteCredentials ( char[ ] p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.setRemoteCredentials:([C)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.setRemoteIdentity ( String p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.setRemoteIdentity:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsAddUserCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsAddUserCommand.setSession ( NutsSession p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.setUsername ( String p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
nuts-0.8.1.jar,
NutsAlreadyDeployedException.class
package net.thevpc.nuts
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id, NutsMessage msg, Throwable cause )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsAlreadyInstalledException.class
package net.thevpc.nuts
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession workspace, NutsId id, NutsMessage msg, Exception cause )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsApiUtils.class
package net.thevpc.nuts.boot
NutsApiUtils.checkSession ( NutsSession session ) [static] : void
net/thevpc/nuts/boot/NutsApiUtils.checkSession:(Lnet/thevpc/nuts/NutsSession;)V
NutsApiUtils.createHomeLocationKey ( NutsOsFamily storeLocationLayout, NutsStoreLocation location ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.createHomeLocationKey:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApiUtils.createOptions ( ) [static] : NutsWorkspaceOptions
net/thevpc/nuts/boot/NutsApiUtils.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsApiUtils.createOptionsBuilder ( ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/boot/NutsApiUtils.createOptionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsApiUtils.getPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<String,String> homeLocations, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.getPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;ZLjava/lang/String;)Ljava/lang/String;
NutsApiUtils.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/boot/NutsApiUtils.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
NutsApiUtils.getSysBoolNutsProperty ( String property, boolean defaultValue ) [static] : boolean
net/thevpc/nuts/boot/NutsApiUtils.getSysBoolNutsProperty:(Ljava/lang/String;Z)Z
NutsApiUtils.isGraphicalDesktopEnvironment ( ) [static] : boolean
net/thevpc/nuts/boot/NutsApiUtils.isGraphicalDesktopEnvironment:()Z
NutsApiUtils.parseCommandLineArray ( String commandLineString ) [static] : String[ ]
net/thevpc/nuts/boot/NutsApiUtils.parseCommandLineArray:(Ljava/lang/String;)[Ljava/lang/String;
NutsApiUtils.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/boot/NutsApiUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
NutsApiUtils.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui ) [static] : int
net/thevpc/nuts/boot/NutsApiUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;ZZZ)I
NutsApiUtils.resolveNutsBuildNumber ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsBuildNumber:()Ljava/lang/String;
NutsApiUtils.resolveNutsVersionFromClassPath ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsVersionFromClassPath:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsApplication.class
package net.thevpc.nuts
NutsApplication.createApplicationContext ( NutsSession session, String[ ] args, long startTimeMillis ) : NutsApplicationContext
net/thevpc/nuts/NutsApplication.createApplicationContext:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;J)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplication.main ( Class<T> appType, String[ ] args ) [static] : void
net/thevpc/nuts/NutsApplication.main:(Ljava/lang/Class;[Ljava/lang/String;)V
NutsApplication.onInstallApplication ( NutsApplicationContext applicationContext ) : void
net/thevpc/nuts/NutsApplication.onInstallApplication:(Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplication.onUninstallApplication ( NutsApplicationContext applicationContext ) : void
net/thevpc/nuts/NutsApplication.onUninstallApplication:(Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplication.onUpdateApplication ( NutsApplicationContext applicationContext ) : void
net/thevpc/nuts/NutsApplication.onUpdateApplication:(Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplication.run ( NutsApplicationContext p1 ) [abstract] : void
net/thevpc/nuts/NutsApplication.run:(Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplication.run ( NutsSession session, String[ ] args ) : void
net/thevpc/nuts/NutsApplication.run:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;)V
NutsApplication.run ( String[ ] args ) : void
net/thevpc/nuts/NutsApplication.run:([Ljava/lang/String;)V
NutsApplication.runAndExit ( String[ ] args ) : void
net/thevpc/nuts/NutsApplication.runAndExit:([Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsApplicationContext.class
package net.thevpc.nuts
NutsApplicationContext.configure ( boolean p1, String... p2 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsApplicationContext.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplicationContext.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsApplicationContext.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsApplicationContext.configureLast ( NutsCommandLine p1 ) [abstract] : void
net/thevpc/nuts/NutsApplicationContext.configureLast:(Lnet/thevpc/nuts/NutsCommandLine;)V
NutsApplicationContext.getAppClass ( ) [abstract] : Class
net/thevpc/nuts/NutsApplicationContext.getAppClass:()Ljava/lang/Class;
NutsApplicationContext.getAppId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsApplicationContext.getAppId:()Lnet/thevpc/nuts/NutsId;
NutsApplicationContext.getAppPreviousVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsApplicationContext.getAppPreviousVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsApplicationContext.getAppsFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getAppsFolder:()Ljava/lang/String;
NutsApplicationContext.getAppVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsApplicationContext.getAppVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsApplicationContext.getAppVersionStoreLocationSupplier ( ) [abstract] : NutsAppVersionStoreLocationSupplier
net/thevpc/nuts/NutsApplicationContext.getAppVersionStoreLocationSupplier:()Lnet/thevpc/nuts/NutsAppVersionStoreLocationSupplier;
NutsApplicationContext.getArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsApplicationContext.getArguments:()[Ljava/lang/String;
NutsApplicationContext.getAutoComplete ( ) [abstract] : NutsCommandAutoComplete
net/thevpc/nuts/NutsApplicationContext.getAutoComplete:()Lnet/thevpc/nuts/NutsCommandAutoComplete;
NutsApplicationContext.getCacheFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getCacheFolder:()Ljava/lang/String;
NutsApplicationContext.getCommandLine ( ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsApplicationContext.getCommandLine:()Lnet/thevpc/nuts/NutsCommandLine;
NutsApplicationContext.getConfigFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getConfigFolder:()Ljava/lang/String;
NutsApplicationContext.getFolder ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApplicationContext.getLibFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getLibFolder:()Ljava/lang/String;
NutsApplicationContext.getLogFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getLogFolder:()Ljava/lang/String;
NutsApplicationContext.getMode ( ) [abstract] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationContext.getMode:()Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationContext.getModeArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsApplicationContext.getModeArguments:()[Ljava/lang/String;
NutsApplicationContext.getRunFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getRunFolder:()Ljava/lang/String;
NutsApplicationContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsApplicationContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsApplicationContext.getSharedAppsFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedAppsFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedConfigFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedConfigFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedFolder ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApplicationContext.getSharedLibFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedLibFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedLogFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedLogFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedRunFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedRunFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedTempFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedTempFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedVarFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedVarFolder:()Ljava/lang/String;
NutsApplicationContext.getStartTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsApplicationContext.getStartTimeMillis:()J
NutsApplicationContext.getTempFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getTempFolder:()Ljava/lang/String;
NutsApplicationContext.getVarFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getVarFolder:()Ljava/lang/String;
NutsApplicationContext.getVersionFolderFolder ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getVersionFolderFolder:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsApplicationContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsApplicationContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsApplicationContext.isExecMode ( ) [abstract] : boolean
net/thevpc/nuts/NutsApplicationContext.isExecMode:()Z
NutsApplicationContext.printHelp ( ) [abstract] : void
net/thevpc/nuts/NutsApplicationContext.printHelp:()V
NutsApplicationContext.processCommandLine ( NutsCommandLineProcessor p1 ) [abstract] : void
net/thevpc/nuts/NutsApplicationContext.processCommandLine:(Lnet/thevpc/nuts/NutsCommandLineProcessor;)V
NutsApplicationContext.setAppVersionStoreLocationSupplier ( NutsAppVersionStoreLocationSupplier p1 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsApplicationContext.setAppVersionStoreLocationSupplier:(Lnet/thevpc/nuts/NutsAppVersionStoreLocationSupplier;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplicationContext.setSession ( NutsSession p1 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsApplicationContext.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsApplicationContext;
nuts-0.8.1.jar,
NutsApplicationMode.class
package net.thevpc.nuts
NutsApplicationMode.id ( ) : String
net/thevpc/nuts/NutsApplicationMode.id:()Ljava/lang/String;
NutsApplicationMode.parseLenient ( String value ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationMode.parseLenient ( String value, NutsApplicationMode emptyOrErrorValue ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsApplicationMode;)Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationMode.parseLenient ( String value, NutsApplicationMode emptyValue, NutsApplicationMode errorValue ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsApplicationMode;Lnet/thevpc/nuts/NutsApplicationMode;)Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationMode.valueOf ( String name ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationMode.values ( ) [static] : NutsApplicationMode[ ]
net/thevpc/nuts/NutsApplicationMode.values:()[Lnet/thevpc/nuts/NutsApplicationMode;
nuts-0.8.1.jar,
NutsApplications.class
package net.thevpc.nuts
NutsApplications.createApplicationContext ( NutsApplication applicationInstance, String[ ] args, NutsSession session ) [static] : NutsApplicationContext
net/thevpc/nuts/NutsApplications.createApplicationContext:(Lnet/thevpc/nuts/NutsApplication;[Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplications.createApplicationInstance ( Class<T> appType ) [static] : T
net/thevpc/nuts/NutsApplications.createApplicationInstance:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsApplication;
NutsApplications.getSharedMap ( ) [static] : Map<String,Object>
net/thevpc/nuts/NutsApplications.getSharedMap:()Ljava/util/Map;
NutsApplications.processThrowable ( Throwable ex ) [static] : int
net/thevpc/nuts/NutsApplications.processThrowable:(Ljava/lang/Throwable;)I
NutsApplications.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/NutsApplications.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
NutsApplications.runApplication ( NutsApplication applicationInstance, String[ ] args, NutsSession session ) [static] : void
net/thevpc/nuts/NutsApplications.runApplication:(Lnet/thevpc/nuts/NutsApplication;[Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)V
NutsApplications.runApplicationAndExit ( NutsApplication application, String[ ] args ) [static] : void
net/thevpc/nuts/NutsApplications.runApplicationAndExit:(Lnet/thevpc/nuts/NutsApplication;[Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsAppVersionStoreLocationSupplier.class
package net.thevpc.nuts
NutsAppVersionStoreLocationSupplier.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsAppVersionStoreLocationSupplier.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsArchFamily.class
package net.thevpc.nuts
NutsArchFamily.getArchFamily ( ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.getArchFamily:()Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.id ( ) : String
net/thevpc/nuts/NutsArchFamily.id:()Ljava/lang/String;
NutsArchFamily.parseLenient ( String arch ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.parseLenient ( String arch, NutsArchFamily emptyOrErrorValue ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.parseLenient ( String arch, NutsArchFamily emptyValue, NutsArchFamily errorValue ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArchFamily;Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.valueOf ( String name ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.values ( ) [static] : NutsArchFamily[ ]
net/thevpc/nuts/NutsArchFamily.values:()[Lnet/thevpc/nuts/NutsArchFamily;
nuts-0.8.1.jar,
NutsArgument.class
package net.thevpc.nuts
NutsArgument.getArgumentKey ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsArgument.getArgumentKey:()Lnet/thevpc/nuts/NutsArgument;
NutsArgument.getArgumentOptionName ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsArgument.getArgumentOptionName:()Lnet/thevpc/nuts/NutsArgument;
NutsArgument.getArgumentValue ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsArgument.getArgumentValue:()Lnet/thevpc/nuts/NutsArgument;
NutsArgument.getBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.getBoolean:()Z
NutsArgument.getBoolean ( Boolean p1 ) [abstract] : Boolean
net/thevpc/nuts/NutsArgument.getBoolean:(Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsArgument.getBooleanValue ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.getBooleanValue:()Z
NutsArgument.getBooleanValue ( Boolean p1 ) [abstract] : Boolean
net/thevpc/nuts/NutsArgument.getBooleanValue:(Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsArgument.getDouble ( ) [abstract] : double
net/thevpc/nuts/NutsArgument.getDouble:()D
NutsArgument.getDouble ( double p1 ) [abstract] : double
net/thevpc/nuts/NutsArgument.getDouble:(D)D
NutsArgument.getDoubleValue ( ) [abstract] : double
net/thevpc/nuts/NutsArgument.getDoubleValue:()D
NutsArgument.getInt ( ) [abstract] : int
net/thevpc/nuts/NutsArgument.getInt:()I
NutsArgument.getInt ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsArgument.getInt:(I)I
NutsArgument.getIntValue ( ) [abstract] : int
net/thevpc/nuts/NutsArgument.getIntValue:()I
NutsArgument.getIntValue ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsArgument.getIntValue:(I)I
NutsArgument.getKeyValueSeparator ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getKeyValueSeparator:()Ljava/lang/String;
NutsArgument.getLong ( ) [abstract] : long
net/thevpc/nuts/NutsArgument.getLong:()J
NutsArgument.getLong ( long p1 ) [abstract] : long
net/thevpc/nuts/NutsArgument.getLong:(J)J
NutsArgument.getLongValue ( ) [abstract] : long
net/thevpc/nuts/NutsArgument.getLongValue:()J
NutsArgument.getString ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getString:()Ljava/lang/String;
NutsArgument.getString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsArgument.getString:(Ljava/lang/String;)Ljava/lang/String;
NutsArgument.getStringKey ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getStringKey:()Ljava/lang/String;
NutsArgument.getStringOptionName ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getStringOptionName:()Ljava/lang/String;
NutsArgument.getStringOptionPrefix ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getStringOptionPrefix:()Ljava/lang/String;
NutsArgument.getStringValue ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getStringValue:()Ljava/lang/String;
NutsArgument.getStringValue ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsArgument.getStringValue:(Ljava/lang/String;)Ljava/lang/String;
NutsArgument.isBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isBoolean:()Z
NutsArgument.isDouble ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isDouble:()Z
NutsArgument.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isEnabled:()Z
NutsArgument.isInt ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isInt:()Z
NutsArgument.isKeyValue ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isKeyValue:()Z
NutsArgument.isLong ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isLong:()Z
NutsArgument.isNegated ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isNegated:()Z
NutsArgument.isNonOption ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isNonOption:()Z
NutsArgument.isOption ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isOption:()Z
NutsArgument.of ( String value, NutsSession session ) [static] : NutsArgument
net/thevpc/nuts/NutsArgument.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgument;
NutsArgument.required ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsArgument.required:()Lnet/thevpc/nuts/NutsArgument;
nuts-0.8.1.jar,
NutsArgumentCandidate.class
package net.thevpc.nuts
NutsArgumentCandidate.getDisplay ( ) [abstract] : String
net/thevpc/nuts/NutsArgumentCandidate.getDisplay:()Ljava/lang/String;
NutsArgumentCandidate.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsArgumentCandidate.getValue:()Ljava/lang/String;
NutsArgumentCandidate.of ( String value, NutsSession session ) [static] : NutsArgumentCandidate
net/thevpc/nuts/NutsArgumentCandidate.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentCandidate;
nuts-0.8.1.jar,
NutsArgumentCandidateBuilder.class
package net.thevpc.nuts
NutsArgumentCandidateBuilder.build ( ) [abstract] : NutsArgumentCandidate
net/thevpc/nuts/NutsArgumentCandidateBuilder.build:()Lnet/thevpc/nuts/NutsArgumentCandidate;
NutsArgumentCandidateBuilder.getDisplay ( ) [abstract] : String
net/thevpc/nuts/NutsArgumentCandidateBuilder.getDisplay:()Ljava/lang/String;
NutsArgumentCandidateBuilder.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsArgumentCandidateBuilder.getValue:()Ljava/lang/String;
NutsArgumentCandidateBuilder.of ( NutsSession session ) [static] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsArgumentCandidateBuilder.setCandidate ( NutsArgumentCandidate p1 ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.setCandidate:(Lnet/thevpc/nuts/NutsArgumentCandidate;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsArgumentCandidateBuilder.setDisplay ( String p1 ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.setDisplay:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsArgumentCandidateBuilder.setValue ( String p1 ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.setValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
nuts-0.8.1.jar,
NutsArgumentName.class
package net.thevpc.nuts
NutsArgumentName.getCandidates ( NutsCommandAutoComplete p1 ) [abstract] : List<NutsArgumentCandidate>
net/thevpc/nuts/NutsArgumentName.getCandidates:(Lnet/thevpc/nuts/NutsCommandAutoComplete;)Ljava/util/List;
NutsArgumentName.getName ( ) [abstract] : String
net/thevpc/nuts/NutsArgumentName.getName:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsArgumentType.class
package net.thevpc.nuts
NutsArgumentType.id ( ) : String
net/thevpc/nuts/NutsArgumentType.id:()Ljava/lang/String;
NutsArgumentType.parseLenient ( String value ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentType;
NutsArgumentType.parseLenient ( String value, NutsArgumentType emptyOrErrorValue ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArgumentType;)Lnet/thevpc/nuts/NutsArgumentType;
NutsArgumentType.parseLenient ( String value, NutsArgumentType emptyValue, NutsArgumentType errorValue ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArgumentType;Lnet/thevpc/nuts/NutsArgumentType;)Lnet/thevpc/nuts/NutsArgumentType;
NutsArgumentType.valueOf ( String name ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentType;
NutsArgumentType.values ( ) [static] : NutsArgumentType[ ]
net/thevpc/nuts/NutsArgumentType.values:()[Lnet/thevpc/nuts/NutsArgumentType;
nuts-0.8.1.jar,
NutsArrayElement.class
package net.thevpc.nuts
NutsArrayElement.children ( ) [abstract] : Collection<NutsElement>
net/thevpc/nuts/NutsArrayElement.children:()Ljava/util/Collection;
NutsArrayElement.get ( int p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsArrayElement.get:(I)Lnet/thevpc/nuts/NutsElement;
NutsArrayElement.getArray ( int p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsArrayElement.getArray:(I)Lnet/thevpc/nuts/NutsArrayElement;
NutsArrayElement.getBoolean ( int p1 ) [abstract] : boolean
net/thevpc/nuts/NutsArrayElement.getBoolean:(I)Z
NutsArrayElement.getByte ( int p1 ) [abstract] : byte
net/thevpc/nuts/NutsArrayElement.getByte:(I)B
NutsArrayElement.getDouble ( int p1 ) [abstract] : double
net/thevpc/nuts/NutsArrayElement.getDouble:(I)D
NutsArrayElement.getFloat ( int p1 ) [abstract] : float
net/thevpc/nuts/NutsArrayElement.getFloat:(I)F
NutsArrayElement.getInstant ( int p1 ) [abstract] : Instant
net/thevpc/nuts/NutsArrayElement.getInstant:(I)Ljava/time/Instant;
NutsArrayElement.getInt ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsArrayElement.getInt:(I)I
NutsArrayElement.getLong ( int p1 ) [abstract] : long
net/thevpc/nuts/NutsArrayElement.getLong:(I)J
NutsArrayElement.getObject ( int p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsArrayElement.getObject:(I)Lnet/thevpc/nuts/NutsObjectElement;
NutsArrayElement.getShort ( int p1 ) [abstract] : short
net/thevpc/nuts/NutsArrayElement.getShort:(I)S
NutsArrayElement.getString ( int p1 ) [abstract] : String
net/thevpc/nuts/NutsArrayElement.getString:(I)Ljava/lang/String;
NutsArrayElement.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/NutsArrayElement.isEmpty:()Z
NutsArrayElement.size ( ) [abstract] : int
net/thevpc/nuts/NutsArrayElement.size:()I
NutsArrayElement.stream ( ) [abstract] : Stream<NutsElement>
net/thevpc/nuts/NutsArrayElement.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsArrayElementBuilder.class
package net.thevpc.nuts
NutsArrayElementBuilder.add ( boolean p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(Z)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( byte p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(B)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( char p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(C)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( double p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(D)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( float p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(F)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( int p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(I)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( long p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(J)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( Number p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(Ljava/lang/Number;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( NutsElement p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( String p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( boolean[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([Z)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( byte[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([B)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( char[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([C)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( double[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([D)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( float[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([F)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( int[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([I)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( long[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([J)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( NutsArrayElement p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:(Lnet/thevpc/nuts/NutsArrayElement;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( NutsArrayElementBuilder p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:(Lnet/thevpc/nuts/NutsArrayElementBuilder;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( NutsElement[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( String[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.build ( ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsArrayElementBuilder.build:()Lnet/thevpc/nuts/NutsArrayElement;
NutsArrayElementBuilder.children ( ) [abstract] : List<NutsElement>
net/thevpc/nuts/NutsArrayElementBuilder.children:()Ljava/util/List;
NutsArrayElementBuilder.clear ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.clear:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.get ( int p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsArrayElementBuilder.get:(I)Lnet/thevpc/nuts/NutsElement;
NutsArrayElementBuilder.insert ( int p1, NutsElement p2 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.insert:(ILnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.of ( NutsSession session ) [static] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.remove ( int p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.remove:(I)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.set ( int p1, NutsElement p2 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.set:(ILnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.set ( NutsArrayElement p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.set:(Lnet/thevpc/nuts/NutsArrayElement;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.set ( NutsArrayElementBuilder p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.set:(Lnet/thevpc/nuts/NutsArrayElementBuilder;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.size ( ) [abstract] : int
net/thevpc/nuts/NutsArrayElementBuilder.size:()I
nuts-0.8.1.jar,
NutsArtifactCall.class
package net.thevpc.nuts
NutsArtifactCall.getArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsArtifactCall.getArguments:()[Ljava/lang/String;
NutsArtifactCall.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsArtifactCall.getId:()Lnet/thevpc/nuts/NutsId;
NutsArtifactCall.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsArtifactCall.getProperties:()Ljava/util/Map;
nuts-0.8.1.jar,
NutsArtifactCallBuilder.class
package net.thevpc.nuts
NutsArtifactCallBuilder.build ( ) [abstract] : NutsArtifactCall
net/thevpc/nuts/NutsArtifactCallBuilder.build:()Lnet/thevpc/nuts/NutsArtifactCall;
NutsArtifactCallBuilder.clear ( ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsArtifactCallBuilder.clear:()Lnet/thevpc/nuts/NutsArtifactCallBuilder;
NutsArtifactCallBuilder.getArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsArtifactCallBuilder.getArguments:()[Ljava/lang/String;
NutsArtifactCallBuilder.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsArtifactCallBuilder.getId:()Lnet/thevpc/nuts/NutsId;
NutsArtifactCallBuilder.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsArtifactCallBuilder.getProperties:()Ljava/util/Map;
NutsArtifactCallBuilder.set ( NutsArtifactCall p1 ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsArtifactCallBuilder.set:(Lnet/thevpc/nuts/NutsArtifactCall;)Lnet/thevpc/nuts/NutsArtifactCallBuilder;
NutsArtifactCallBuilder.set ( NutsArtifactCallBuilder p1 ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsArtifactCallBuilder.set:(Lnet/thevpc/nuts/NutsArtifactCallBuilder;)Lnet/thevpc/nuts/NutsArtifactCallBuilder;
NutsArtifactCallBuilder.setArguments ( String... p1 ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsArtifactCallBuilder.setArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsArtifactCallBuilder;
NutsArtifactCallBuilder.setId ( NutsId p1 ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsArtifactCallBuilder.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsArtifactCallBuilder;
NutsArtifactCallBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsArtifactCallBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsArtifactCallBuilder;
nuts-0.8.1.jar,
NutsArtifactFilter.class
package net.thevpc.nuts
NutsArtifactFilter.acceptSearchId ( NutsSearchId p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsArtifactFilter.acceptSearchId:(Lnet/thevpc/nuts/NutsSearchId;Lnet/thevpc/nuts/NutsSession;)Z
nuts-0.8.1.jar,
NutsAuthenticationAgent.class
package net.thevpc.nuts
NutsAuthenticationAgent.checkCredentials ( char[ ] p1, char[ ] p2, Map<String,String> p3, NutsSession p4 ) [abstract] : void
net/thevpc/nuts/NutsAuthenticationAgent.checkCredentials:([C[CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)V
NutsAuthenticationAgent.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, Map<String,String> p4, NutsSession p5 ) [abstract] : char[ ]
net/thevpc/nuts/NutsAuthenticationAgent.createCredentials:([CZ[CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)[C
NutsAuthenticationAgent.getCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsAuthenticationAgent.getCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)[C
NutsAuthenticationAgent.getId ( ) [abstract] : String
net/thevpc/nuts/NutsAuthenticationAgent.getId:()Ljava/lang/String;
NutsAuthenticationAgent.removeCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsAuthenticationAgent.removeCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)Z
nuts-0.8.1.jar,
NutsBootDescriptor.class
package net.thevpc.nuts.boot
NutsBootDescriptor.getDependencies ( ) : NutsBootId[ ]
net/thevpc/nuts/boot/NutsBootDescriptor.getDependencies:()[Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootDescriptor.getId ( ) : NutsBootId
net/thevpc/nuts/boot/NutsBootDescriptor.getId:()Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootDescriptor.NutsBootDescriptor ( NutsBootId id, NutsBootId[ ] dependencies )
net/thevpc/nuts/boot/NutsBootDescriptor."<init>":(Lnet/thevpc/nuts/boot/NutsBootId;[Lnet/thevpc/nuts/boot/NutsBootId;)V
nuts-0.8.1.jar,
NutsBootException.class
package net.thevpc.nuts
NutsBootException.detectBootException ( Throwable th ) [static] : NutsBootException
net/thevpc/nuts/NutsBootException.detectBootException:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/NutsBootException;
NutsBootException.getExitCode ( ) : int
net/thevpc/nuts/NutsBootException.getExitCode:()I
NutsBootException.getFormattedMessage ( ) : NutsMessage
net/thevpc/nuts/NutsBootException.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsBootException.NutsBootException ( NutsMessage message )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;)V
NutsBootException.NutsBootException ( NutsMessage message, int exitCode )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;I)V
NutsBootException.NutsBootException ( NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsBootException.NutsBootException ( NutsMessage message, Throwable cause, int exitCode )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;I)V
nuts-0.8.1.jar,
NutsBootId.class
package net.thevpc.nuts.boot
NutsBootId.getArch ( ) : String
net/thevpc/nuts/boot/NutsBootId.getArch:()Ljava/lang/String;
NutsBootId.getArtifactId ( ) : String
net/thevpc/nuts/boot/NutsBootId.getArtifactId:()Ljava/lang/String;
NutsBootId.getGroupId ( ) : String
net/thevpc/nuts/boot/NutsBootId.getGroupId:()Ljava/lang/String;
NutsBootId.getLongName ( ) : String
net/thevpc/nuts/boot/NutsBootId.getLongName:()Ljava/lang/String;
NutsBootId.getOs ( ) : String
net/thevpc/nuts/boot/NutsBootId.getOs:()Ljava/lang/String;
NutsBootId.getShortName ( ) : String
net/thevpc/nuts/boot/NutsBootId.getShortName:()Ljava/lang/String;
NutsBootId.getVersion ( ) : NutsBootVersion
net/thevpc/nuts/boot/NutsBootId.getVersion:()Lnet/thevpc/nuts/boot/NutsBootVersion;
NutsBootId.isOptional ( ) : boolean
net/thevpc/nuts/boot/NutsBootId.isOptional:()Z
NutsBootId.NutsBootId ( String groupId, String artifactId, NutsBootVersion version, boolean optional, String os, String arch )
net/thevpc/nuts/boot/NutsBootId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/boot/NutsBootVersion;ZLjava/lang/String;Ljava/lang/String;)V
NutsBootId.parse ( String id ) [static] : NutsBootId
net/thevpc/nuts/boot/NutsBootId.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootId.parseAll ( String id ) [static] : NutsBootId[ ]
net/thevpc/nuts/boot/NutsBootId.parseAll:(Ljava/lang/String;)[Lnet/thevpc/nuts/boot/NutsBootId;
nuts-0.8.1.jar,
NutsBootManager.class
package net.thevpc.nuts
NutsBootManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsBootManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsBootManager.setSession ( NutsSession p1 ) [abstract] : NutsBootManager
net/thevpc/nuts/NutsBootManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsBootManager;
nuts-0.8.1.jar,
NutsBootVersion.class
package net.thevpc.nuts.boot
NutsBootVersion.accept ( NutsBootVersion other ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.accept:(Lnet/thevpc/nuts/boot/NutsBootVersion;)Z
NutsBootVersion.compareTo ( NutsBootVersion other ) : int
net/thevpc/nuts/boot/NutsBootVersion.compareTo:(Lnet/thevpc/nuts/boot/NutsBootVersion;)I
NutsBootVersion.compareTo ( String other ) : int
net/thevpc/nuts/boot/NutsBootVersion.compareTo:(Ljava/lang/String;)I
NutsBootVersion.getFrom ( ) : String
net/thevpc/nuts/boot/NutsBootVersion.getFrom:()Ljava/lang/String;
NutsBootVersion.getTo ( ) : String
net/thevpc/nuts/boot/NutsBootVersion.getTo:()Ljava/lang/String;
NutsBootVersion.isBlank ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isBlank:()Z
NutsBootVersion.isIncludeFrom ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isIncludeFrom:()Z
NutsBootVersion.isIncludeTo ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isIncludeTo:()Z
NutsBootVersion.isInterval ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isInterval:()Z
NutsBootVersion.isSingleValue ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isSingleValue:()Z
NutsBootVersion.parse ( String s ) [static] : NutsBootVersion
net/thevpc/nuts/boot/NutsBootVersion.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/NutsBootVersion;
nuts-0.8.1.jar,
NutsBootWorkspace.class
package net.thevpc.nuts.boot
NutsBootWorkspace.createProcessBuilder ( ) : ProcessBuilder
net/thevpc/nuts/boot/NutsBootWorkspace.createProcessBuilder:()Ljava/lang/ProcessBuilder;
NutsBootWorkspace.createProcessCommandLine ( ) : String[ ]
net/thevpc/nuts/boot/NutsBootWorkspace.createProcessCommandLine:()[Ljava/lang/String;
NutsBootWorkspace.getOptions ( ) : NutsWorkspaceOptions
net/thevpc/nuts/boot/NutsBootWorkspace.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsBootWorkspace.getRequirementsHelpString ( boolean unsatisfiedOnly ) : String
net/thevpc/nuts/boot/NutsBootWorkspace.getRequirementsHelpString:(Z)Ljava/lang/String;
NutsBootWorkspace.hasUnsatisfiedRequirements ( ) : boolean
net/thevpc/nuts/boot/NutsBootWorkspace.hasUnsatisfiedRequirements:()Z
NutsBootWorkspace.NutsBootWorkspace ( NutsWorkspaceOptions options )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
NutsBootWorkspace.NutsBootWorkspace ( String... args )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":([Ljava/lang/String;)V
NutsBootWorkspace.openWorkspace ( ) : NutsSession
net/thevpc/nuts/boot/NutsBootWorkspace.openWorkspace:()Lnet/thevpc/nuts/NutsSession;
NutsBootWorkspace.resolveBootRepositories ( ) : Set<String>
net/thevpc/nuts/boot/NutsBootWorkspace.resolveBootRepositories:()Ljava/util/Set;
NutsBootWorkspace.runWorkspace ( ) : void
net/thevpc/nuts/boot/NutsBootWorkspace.runWorkspace:()V
NutsBootWorkspace.startNewProcess ( ) : int
net/thevpc/nuts/boot/NutsBootWorkspace.startNewProcess:()I
nuts-0.8.1.jar,
NutsBootWorkspaceFactory.class
package net.thevpc.nuts.spi
NutsBootWorkspaceFactory.createWorkspace ( NutsWorkspaceInitInformation p1 ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.createWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceInitInformation;)Lnet/thevpc/nuts/NutsWorkspace;
NutsBootWorkspaceFactory.getBootSupportLevel ( NutsWorkspaceOptions p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.getBootSupportLevel:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)I
nuts-0.8.1.jar,
NutsClassifierMapping.class
package net.thevpc.nuts
NutsClassifierMapping.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getArch:()[Ljava/lang/String;
NutsClassifierMapping.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMapping.getClassifier:()Ljava/lang/String;
NutsClassifierMapping.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getOs:()[Ljava/lang/String;
NutsClassifierMapping.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getOsdist:()[Ljava/lang/String;
NutsClassifierMapping.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMapping.getPackaging:()Ljava/lang/String;
NutsClassifierMapping.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getPlatform:()[Ljava/lang/String;
nuts-0.8.1.jar,
NutsClassifierMappingBuilder.class
package net.thevpc.nuts
NutsClassifierMappingBuilder.build ( ) [abstract] : NutsClassifierMapping
net/thevpc/nuts/NutsClassifierMappingBuilder.build:()Lnet/thevpc/nuts/NutsClassifierMapping;
NutsClassifierMappingBuilder.clear ( ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.clear:()Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getArch:()[Ljava/lang/String;
NutsClassifierMappingBuilder.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMappingBuilder.getClassifier:()Ljava/lang/String;
NutsClassifierMappingBuilder.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getOs:()[Ljava/lang/String;
NutsClassifierMappingBuilder.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getOsdist:()[Ljava/lang/String;
NutsClassifierMappingBuilder.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMappingBuilder.getPackaging:()Ljava/lang/String;
NutsClassifierMappingBuilder.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getPlatform:()[Ljava/lang/String;
NutsClassifierMappingBuilder.set ( NutsClassifierMapping p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.set:(Lnet/thevpc/nuts/NutsClassifierMapping;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.set ( NutsClassifierMappingBuilder p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.set:(Lnet/thevpc/nuts/NutsClassifierMappingBuilder;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setArch ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setClassifier ( String p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setOs ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setOs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setOsdist ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setOsdist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setPackaging ( String p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setPlatform ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
nuts-0.8.1.jar,
NutsClassLoaderNode.class
package net.thevpc.nuts
NutsClassLoaderNode.getDependencies ( ) : NutsClassLoaderNode[ ]
net/thevpc/nuts/NutsClassLoaderNode.getDependencies:()[Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsClassLoaderNode.getId ( ) : String
net/thevpc/nuts/NutsClassLoaderNode.getId:()Ljava/lang/String;
NutsClassLoaderNode.getURL ( ) : URL
net/thevpc/nuts/NutsClassLoaderNode.getURL:()Ljava/net/URL;
NutsClassLoaderNode.isEnabled ( ) : boolean
net/thevpc/nuts/NutsClassLoaderNode.isEnabled:()Z
NutsClassLoaderNode.NutsClassLoaderNode ( String id, URL url, boolean enabled, NutsClassLoaderNode... dependencies )
net/thevpc/nuts/NutsClassLoaderNode."<init>":(Ljava/lang/String;Ljava/net/URL;Z[Lnet/thevpc/nuts/NutsClassLoaderNode;)V
nuts-0.8.1.jar,
NutsClassLoaderNodeBuilder.class
package net.thevpc.nuts
NutsClassLoaderNodeBuilder.addDependency ( NutsClassLoaderNode other ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.addDependency:(Lnet/thevpc/nuts/NutsClassLoaderNode;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.build ( ) : NutsClassLoaderNode
net/thevpc/nuts/NutsClassLoaderNodeBuilder.build:()Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsClassLoaderNodeBuilder.getDependencies ( ) : List<NutsClassLoaderNode>
net/thevpc/nuts/NutsClassLoaderNodeBuilder.getDependencies:()Ljava/util/List;
NutsClassLoaderNodeBuilder.getId ( ) : String
net/thevpc/nuts/NutsClassLoaderNodeBuilder.getId:()Ljava/lang/String;
NutsClassLoaderNodeBuilder.getURL ( ) : URL
net/thevpc/nuts/NutsClassLoaderNodeBuilder.getURL:()Ljava/net/URL;
NutsClassLoaderNodeBuilder.isEnabled ( ) : boolean
net/thevpc/nuts/NutsClassLoaderNodeBuilder.isEnabled:()Z
NutsClassLoaderNodeBuilder.NutsClassLoaderNodeBuilder ( )
net/thevpc/nuts/NutsClassLoaderNodeBuilder."<init>":()V
NutsClassLoaderNodeBuilder.setAll ( NutsClassLoaderNode o ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setAll:(Lnet/thevpc/nuts/NutsClassLoaderNode;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setAll ( NutsClassLoaderNodeBuilder o ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setAll:(Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setDependencies ( List<NutsClassLoaderNode> dependencies ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setId ( String id ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setUrl ( URL url ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setUrl:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
nuts-0.8.1.jar,
NutsCodeFormat.class
package net.thevpc.nuts
NutsCodeFormat.getSupportLevel ( NutsSupportLevelContext<String> p1 ) [abstract] : int
net/thevpc/nuts/NutsCodeFormat.getSupportLevel:(Lnet/thevpc/nuts/NutsSupportLevelContext;)I
NutsCodeFormat.stringToText ( String p1, NutsSession p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeFormat.stringToText:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
NutsCodeFormat.tokenToText ( String p1, String p2, NutsSession p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeFormat.tokenToText:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsCommandAutoComplete.class
package net.thevpc.nuts
NutsCommandAutoComplete.addCandidate ( NutsArgumentCandidate p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandAutoComplete.addCandidate:(Lnet/thevpc/nuts/NutsArgumentCandidate;)V
NutsCommandAutoComplete.get ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsCommandAutoComplete.get:(Ljava/lang/Class;)Ljava/lang/Object;
NutsCommandAutoComplete.getCandidates ( ) [abstract] : List<NutsArgumentCandidate>
net/thevpc/nuts/NutsCommandAutoComplete.getCandidates:()Ljava/util/List;
NutsCommandAutoComplete.getCurrentWordIndex ( ) [abstract] : int
net/thevpc/nuts/NutsCommandAutoComplete.getCurrentWordIndex:()I
NutsCommandAutoComplete.getLine ( ) [abstract] : String
net/thevpc/nuts/NutsCommandAutoComplete.getLine:()Ljava/lang/String;
NutsCommandAutoComplete.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCommandAutoComplete.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCommandAutoComplete.getWords ( ) [abstract] : List<String>
net/thevpc/nuts/NutsCommandAutoComplete.getWords:()Ljava/util/List;
NutsCommandAutoComplete.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsCommandAutoComplete.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsCommandAutoCompleteBase.class
package net.thevpc.nuts
NutsCommandAutoCompleteBase.addCandidate ( NutsArgumentCandidate value ) : void
net/thevpc/nuts/NutsCommandAutoCompleteBase.addCandidate:(Lnet/thevpc/nuts/NutsArgumentCandidate;)V
NutsCommandAutoCompleteBase.addCandidatesImpl ( NutsArgumentCandidate value ) : NutsArgumentCandidate
net/thevpc/nuts/NutsCommandAutoCompleteBase.addCandidatesImpl:(Lnet/thevpc/nuts/NutsArgumentCandidate;)Lnet/thevpc/nuts/NutsArgumentCandidate;
NutsCommandAutoCompleteBase.get ( Class<T> t ) : T
net/thevpc/nuts/NutsCommandAutoCompleteBase.get:(Ljava/lang/Class;)Ljava/lang/Object;
NutsCommandAutoCompleteBase.getCandidates ( ) : List<NutsArgumentCandidate>
net/thevpc/nuts/NutsCommandAutoCompleteBase.getCandidates:()Ljava/util/List;
NutsCommandAutoCompleteBase.getWorkspace ( ) : NutsWorkspace
net/thevpc/nuts/NutsCommandAutoCompleteBase.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsCommandAutoCompleteBase.NutsCommandAutoCompleteBase ( )
net/thevpc/nuts/NutsCommandAutoCompleteBase."<init>":()V
nuts-0.8.1.jar,
NutsCommandAutoCompleteResolver.class
package net.thevpc.nuts
NutsCommandAutoCompleteResolver.resolveCandidates ( NutsCommandLine p1, int p2, NutsSession p3 ) [abstract] : List<NutsArgumentCandidate>
net/thevpc/nuts/NutsCommandAutoCompleteResolver.resolveCandidates:(Lnet/thevpc/nuts/NutsCommandLine;ILnet/thevpc/nuts/NutsSession;)Ljava/util/List;
nuts-0.8.1.jar,
NutsCommandConfig.class
package net.thevpc.nuts
NutsCommandConfig.getCommand ( ) : String[ ]
net/thevpc/nuts/NutsCommandConfig.getCommand:()[Ljava/lang/String;
NutsCommandConfig.getExecutorOptions ( ) : String[ ]
net/thevpc/nuts/NutsCommandConfig.getExecutorOptions:()[Ljava/lang/String;
NutsCommandConfig.getFactoryId ( ) : String
net/thevpc/nuts/NutsCommandConfig.getFactoryId:()Ljava/lang/String;
NutsCommandConfig.getHelpCommand ( ) : String[ ]
net/thevpc/nuts/NutsCommandConfig.getHelpCommand:()[Ljava/lang/String;
NutsCommandConfig.getHelpText ( ) : String
net/thevpc/nuts/NutsCommandConfig.getHelpText:()Ljava/lang/String;
NutsCommandConfig.getName ( ) : String
net/thevpc/nuts/NutsCommandConfig.getName:()Ljava/lang/String;
NutsCommandConfig.getOwner ( ) : NutsId
net/thevpc/nuts/NutsCommandConfig.getOwner:()Lnet/thevpc/nuts/NutsId;
NutsCommandConfig.NutsCommandConfig ( )
net/thevpc/nuts/NutsCommandConfig."<init>":()V
NutsCommandConfig.setCommand ( String... value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setExecutorOptions ( String[ ] value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setFactoryId ( String value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setHelpCommand ( String... value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setHelpCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setHelpText ( String value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setHelpText:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setName ( String value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setOwner ( NutsId value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setOwner:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsCommandConfig;
nuts-0.8.1.jar,
NutsCommandExecOptions.class
package net.thevpc.nuts
NutsCommandExecOptions.getDirectory ( ) : String
net/thevpc/nuts/NutsCommandExecOptions.getDirectory:()Ljava/lang/String;
NutsCommandExecOptions.getEnv ( ) : Map<String,String>
net/thevpc/nuts/NutsCommandExecOptions.getEnv:()Ljava/util/Map;
NutsCommandExecOptions.getExecutionType ( ) : NutsExecutionType
net/thevpc/nuts/NutsCommandExecOptions.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsCommandExecOptions.getExecutorOptions ( ) : String[ ]
net/thevpc/nuts/NutsCommandExecOptions.getExecutorOptions:()[Ljava/lang/String;
NutsCommandExecOptions.isFailFast ( ) : boolean
net/thevpc/nuts/NutsCommandExecOptions.isFailFast:()Z
NutsCommandExecOptions.NutsCommandExecOptions ( )
net/thevpc/nuts/NutsCommandExecOptions."<init>":()V
NutsCommandExecOptions.setDirectory ( String directory ) : NutsCommandExecOptions
net/thevpc/nuts/NutsCommandExecOptions.setDirectory:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandExecOptions;
NutsCommandExecOptions.setEnv ( Map<String,String> env ) : NutsCommandExecOptions
net/thevpc/nuts/NutsCommandExecOptions.setEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsCommandExecOptions;
NutsCommandExecOptions.setExecutionType ( NutsExecutionType executionType ) : NutsCommandExecOptions
net/thevpc/nuts/NutsCommandExecOptions.setExecutionType:(Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsCommandExecOptions;
NutsCommandExecOptions.setExecutorOptions ( String[ ] executorOptions ) : NutsCommandExecOptions
net/thevpc/nuts/NutsCommandExecOptions.setExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandExecOptions;
NutsCommandExecOptions.setFailFast ( boolean failFast ) : NutsCommandExecOptions
net/thevpc/nuts/NutsCommandExecOptions.setFailFast:(Z)Lnet/thevpc/nuts/NutsCommandExecOptions;
nuts-0.8.1.jar,
NutsCommandFactoryConfig.class
package net.thevpc.nuts
NutsCommandFactoryConfig.getFactoryId ( ) : String
net/thevpc/nuts/NutsCommandFactoryConfig.getFactoryId:()Ljava/lang/String;
NutsCommandFactoryConfig.getFactoryType ( ) : String
net/thevpc/nuts/NutsCommandFactoryConfig.getFactoryType:()Ljava/lang/String;
NutsCommandFactoryConfig.getParameters ( ) : Map<String,String>
net/thevpc/nuts/NutsCommandFactoryConfig.getParameters:()Ljava/util/Map;
NutsCommandFactoryConfig.getPriority ( ) : int
net/thevpc/nuts/NutsCommandFactoryConfig.getPriority:()I
NutsCommandFactoryConfig.NutsCommandFactoryConfig ( )
net/thevpc/nuts/NutsCommandFactoryConfig."<init>":()V
NutsCommandFactoryConfig.setFactoryId ( String value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCommandFactoryConfig.setFactoryType ( String value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setFactoryType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCommandFactoryConfig.setParameters ( Map<String,String> value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setParameters:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCommandFactoryConfig.setPriority ( int value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setPriority:(I)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
nuts-0.8.1.jar,
NutsCommandHistory.class
package net.thevpc.nuts
NutsCommandHistory.add ( Instant p1, String p2 ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.add:(Ljava/time/Instant;Ljava/lang/String;)V
NutsCommandHistory.getEntry ( int p1 ) [abstract] : NutsCommandHistoryEntry
net/thevpc/nuts/NutsCommandHistory.getEntry:(I)Lnet/thevpc/nuts/NutsCommandHistoryEntry;
NutsCommandHistory.iterator ( int p1 ) [abstract] : ListIterator<NutsCommandHistoryEntry>
net/thevpc/nuts/NutsCommandHistory.iterator:(I)Ljava/util/ListIterator;
NutsCommandHistory.load ( ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.load:()V
NutsCommandHistory.load ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.load:(Ljava/io/InputStream;)V
NutsCommandHistory.purge ( ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.purge:()V
NutsCommandHistory.save ( ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.save:()V
NutsCommandHistory.save ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.save:(Ljava/io/OutputStream;)V
NutsCommandHistory.size ( ) [abstract] : int
net/thevpc/nuts/NutsCommandHistory.size:()I
nuts-0.8.1.jar,
NutsCommandHistoryBuilder.class
package net.thevpc.nuts
NutsCommandHistoryBuilder.build ( ) [abstract] : NutsCommandHistory
net/thevpc/nuts/NutsCommandHistoryBuilder.build:()Lnet/thevpc/nuts/NutsCommandHistory;
NutsCommandHistoryBuilder.setPath ( File p1 ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandHistoryBuilder.setPath:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
NutsCommandHistoryBuilder.setPath ( Path p1 ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandHistoryBuilder.setPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
nuts-0.8.1.jar,
NutsCommandHistoryEntry.class
package net.thevpc.nuts
NutsCommandHistoryEntry.getIndex ( ) [abstract] : int
net/thevpc/nuts/NutsCommandHistoryEntry.getIndex:()I
NutsCommandHistoryEntry.getLine ( ) [abstract] : String
net/thevpc/nuts/NutsCommandHistoryEntry.getLine:()Ljava/lang/String;
NutsCommandHistoryEntry.getTime ( ) [abstract] : Instant
net/thevpc/nuts/NutsCommandHistoryEntry.getTime:()Ljava/time/Instant;
nuts-0.8.1.jar,
NutsCommandLine.class
package net.thevpc.nuts
NutsCommandLine.accept ( int p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.accept:(I[Ljava/lang/String;)Z
NutsCommandLine.accept ( String... p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.accept:([Ljava/lang/String;)Z
NutsCommandLine.contains ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.contains:(Ljava/lang/String;)Z
NutsCommandLine.find ( String p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.find:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.formatter ( ) : NutsFormat
net/thevpc/nuts/NutsCommandLine.formatter:()Lnet/thevpc/nuts/NutsFormat;
NutsCommandLine.formatter ( ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLine.formatter:()Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLine.get ( int p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.get:(I)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.getAutoComplete ( ) [abstract] : NutsCommandAutoComplete
net/thevpc/nuts/NutsCommandLine.getAutoComplete:()Lnet/thevpc/nuts/NutsCommandAutoComplete;
NutsCommandLine.getCommandName ( ) [abstract] : String
net/thevpc/nuts/NutsCommandLine.getCommandName:()Ljava/lang/String;
NutsCommandLine.getSpecialSimpleOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsCommandLine.getSpecialSimpleOptions:()[Ljava/lang/String;
NutsCommandLine.getWordIndex ( ) [abstract] : int
net/thevpc/nuts/NutsCommandLine.getWordIndex:()I
NutsCommandLine.hasNext ( ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.hasNext:()Z
NutsCommandLine.indexOf ( String p1 ) [abstract] : int
net/thevpc/nuts/NutsCommandLine.indexOf:(Ljava/lang/String;)I
NutsCommandLine.isAutoCompleteMode ( ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.isAutoCompleteMode:()Z
NutsCommandLine.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.isEmpty:()Z
NutsCommandLine.isExecMode ( ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.isExecMode:()Z
NutsCommandLine.isExpandSimpleOptions ( ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.isExpandSimpleOptions:()Z
NutsCommandLine.isNonOption ( int p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.isNonOption:(I)Z
NutsCommandLine.isOption ( int p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.isOption:(I)Z
NutsCommandLine.isSpecialSimpleOption ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.isSpecialSimpleOption:(Ljava/lang/String;)Z
NutsCommandLine.length ( ) [abstract] : int
net/thevpc/nuts/NutsCommandLine.length:()I
NutsCommandLine.next ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.next:()Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.next ( NutsArgumentName p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.next:(Lnet/thevpc/nuts/NutsArgumentName;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.next ( NutsArgumentType p1, String... p2 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.next:(Lnet/thevpc/nuts/NutsArgumentType;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.next ( String... p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.next:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.nextBoolean ( String... p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.nextBoolean:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.nextNonOption ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.nextNonOption:()Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.nextNonOption ( NutsArgumentName p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.nextNonOption:(Lnet/thevpc/nuts/NutsArgumentName;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.nextRequiredNonOption ( NutsArgumentName p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.nextRequiredNonOption:(Lnet/thevpc/nuts/NutsArgumentName;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.nextString ( String... p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.nextString:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.of ( String[ ] args, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.of:([Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.parse ( String line, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.parseLine ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.parseLine:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.peek ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.peek:()Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.process ( NutsCommandLineConfigurable p1, NutsCommandLineProcessor p2 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.process:(Lnet/thevpc/nuts/NutsCommandLineConfigurable;Lnet/thevpc/nuts/NutsCommandLineProcessor;)V
NutsCommandLine.pushBack ( NutsArgument p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.pushBack:(Lnet/thevpc/nuts/NutsArgument;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.registerSpecialSimpleOption ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.registerSpecialSimpleOption:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.required ( ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.required:()Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.required ( NutsMessage p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.required:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.required ( NutsString p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.required:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.requireNonOption ( ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.requireNonOption:()Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.setArguments ( List<String> p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.setArguments:(Ljava/util/List;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.setArguments ( String[ ] p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.setArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.setAutoComplete ( NutsCommandAutoComplete p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.setAutoComplete:(Lnet/thevpc/nuts/NutsCommandAutoComplete;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.setCommandName ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.setCommandName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.setExpandSimpleOptions ( boolean p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.setExpandSimpleOptions:(Z)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.skip ( ) [abstract] : int
net/thevpc/nuts/NutsCommandLine.skip:()I
NutsCommandLine.skip ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsCommandLine.skip:(I)I
NutsCommandLine.skipAll ( ) [abstract] : int
net/thevpc/nuts/NutsCommandLine.skipAll:()I
NutsCommandLine.throwError ( NutsMessage p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.throwError:(Lnet/thevpc/nuts/NutsMessage;)V
NutsCommandLine.throwError ( NutsString p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.throwError:(Lnet/thevpc/nuts/NutsString;)V
NutsCommandLine.toArgumentArray ( ) [abstract] : NutsArgument[ ]
net/thevpc/nuts/NutsCommandLine.toArgumentArray:()[Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.toStringArray ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsCommandLine.toStringArray:()[Ljava/lang/String;
NutsCommandLine.unexpectedArgument ( ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.unexpectedArgument:()Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.unexpectedArgument ( NutsMessage p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.unexpectedArgument:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.unexpectedArgument ( NutsString p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.unexpectedArgument:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.unregisterSpecialSimpleOption ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.unregisterSpecialSimpleOption:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
nuts-0.8.1.jar,
NutsCommandLineConfigurable.class
package net.thevpc.nuts
NutsCommandLineConfigurable.configure ( boolean p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineConfigurable.configure:(ZLnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineConfigurable.configure ( boolean p1, String... p2 ) [abstract] : Object
net/thevpc/nuts/NutsCommandLineConfigurable.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsCommandLineConfigurable.configureFirst ( NutsCommandLine p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineConfigurable.configureFirst:(Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineConfigurable.configureLast ( NutsCommandLine commandLine ) : void
net/thevpc/nuts/NutsCommandLineConfigurable.configureLast:(Lnet/thevpc/nuts/NutsCommandLine;)V
nuts-0.8.1.jar,
NutsCommandlineFamily.class
package net.thevpc.nuts
NutsCommandlineFamily.getArchFamily ( ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.getArchFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.id ( ) : String
net/thevpc/nuts/NutsCommandlineFamily.id:()Ljava/lang/String;
NutsCommandlineFamily.parseLenient ( String arch ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyOrErrorValue ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyValue, NutsCommandlineFamily errorValue ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandlineFamily;Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.valueOf ( String name ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.values ( ) [static] : NutsCommandlineFamily[ ]
net/thevpc/nuts/NutsCommandlineFamily.values:()[Lnet/thevpc/nuts/NutsCommandlineFamily;
nuts-0.8.1.jar,
NutsCommandLineFormat.class
package net.thevpc.nuts
NutsCommandLineFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsCommandLineFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsCommandLineFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsCommandLineFormat.getCommandlineFamily ( ) [abstract] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandLineFormat.getCommandlineFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandLineFormat.getFormatStrategy ( ) [abstract] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormat.getFormatStrategy:()Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormat.getValue ( ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLineFormat.getValue:()Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLineFormat.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineFormat.isNtf:()Z
NutsCommandLineFormat.setCommandlineFamily ( NutsCommandlineFamily p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setCommandlineFamily:(Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.setFormatStrategy ( NutsCommandLineFormatStrategy p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandLineFormat.setFormatStrategy:(Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;)V
NutsCommandLineFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsCommandLineFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsCommandLineFormat.setNtf ( boolean p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsCommandLineFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsCommandLineFormat.setSession ( NutsSession p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.setValue ( NutsCommandLine p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setValue:(Lnet/thevpc/nuts/NutsCommandLine;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.setValue ( String p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.setValue ( String[ ] p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setValue:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLineFormat;
nuts-0.8.1.jar,
NutsCommandLineFormatStrategy.class
package net.thevpc.nuts
NutsCommandLineFormatStrategy.getArchFamily ( ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.getArchFamily:()Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.id ( ) : String
net/thevpc/nuts/NutsCommandLineFormatStrategy.id:()Ljava/lang/String;
NutsCommandLineFormatStrategy.parseLenient ( String arch ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.parseLenient ( String arch, NutsCommandLineFormatStrategy emptyValue ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.parseLenient ( String arch, NutsCommandLineFormatStrategy emptyValue, NutsCommandLineFormatStrategy errorValue ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.valueOf ( String name ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.values ( ) [static] : NutsCommandLineFormatStrategy[ ]
net/thevpc/nuts/NutsCommandLineFormatStrategy.values:()[Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
nuts-0.8.1.jar,
NutsCommandLineManager.class
package net.thevpc.nuts
NutsCommandLineManager.create ( List<String> p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLineManager.create:(Ljava/util/List;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLineManager.create ( String... p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLineManager.create:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLineManager.createArgument ( String p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLineManager.createArgument:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLineManager.createCandidate ( ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsCommandLineManager.createCandidate:()Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsCommandLineManager.createCandidate ( String value ) : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsCommandLineManager.createCandidate:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsCommandLineManager.createHistory ( ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandLineManager.createHistory:()Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
NutsCommandLineManager.createName ( String p1, String p2 ) [abstract] : NutsArgumentName
net/thevpc/nuts/NutsCommandLineManager.createName:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentName;
NutsCommandLineManager.createName ( String type ) : NutsArgumentName
net/thevpc/nuts/NutsCommandLineManager.createName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentName;
NutsCommandLineManager.formatter ( ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineManager.formatter:()Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineManager.formatter ( NutsCommandLine p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineManager.formatter:(Lnet/thevpc/nuts/NutsCommandLine;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineManager.getCommandlineFamily ( ) [abstract] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandLineManager.getCommandlineFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandLineManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCommandLineManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCommandLineManager.parse ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLineManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLineManager.setCommandlineFamily ( NutsCommandlineFamily p1 ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsCommandLineManager.setCommandlineFamily:(Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandLineManager;
NutsCommandLineManager.setSession ( NutsSession p1 ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsCommandLineManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLineManager;
nuts-0.8.1.jar,
NutsCommandLineProcessor.class
package net.thevpc.nuts
NutsCommandLineProcessor.onAutoComplete ( NutsCommandAutoComplete autoComplete ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onAutoComplete:(Lnet/thevpc/nuts/NutsCommandAutoComplete;)V
NutsCommandLineProcessor.onExec ( ) [abstract] : void
net/thevpc/nuts/NutsCommandLineProcessor.onExec:()V
NutsCommandLineProcessor.onInit ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onInit:(Lnet/thevpc/nuts/NutsCommandLine;)V
NutsCommandLineProcessor.onNextNonOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.onNextNonOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.onNextOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.onNextOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.onPrepare ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onPrepare:(Lnet/thevpc/nuts/NutsCommandLine;)V
nuts-0.8.1.jar,
NutsCommandReadHighlighter.class
package net.thevpc.nuts
NutsCommandReadHighlighter.highlight ( String p1, NutsSession p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsCommandReadHighlighter.highlight:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsComponent.class
package net.thevpc.nuts.spi
NutsComponent<CriteriaType>.getSupportLevel ( NutsSupportLevelContext<CriteriaType> p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsComponent.getSupportLevel:(Lnet/thevpc/nuts/NutsSupportLevelContext;)I
nuts-0.8.1.jar,
NutsConcurrentManager.class
package net.thevpc.nuts
NutsConcurrentManager.executorService ( ) [abstract] : ExecutorService
net/thevpc/nuts/NutsConcurrentManager.executorService:()Ljava/util/concurrent/ExecutorService;
NutsConcurrentManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsConcurrentManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsConcurrentManager.lock ( ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsConcurrentManager.lock:()Lnet/thevpc/nuts/NutsIOLockAction;
NutsConcurrentManager.setSession ( NutsSession p1 ) [abstract] : NutsConcurrentManager
net/thevpc/nuts/NutsConcurrentManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsConcurrentManager;
nuts-0.8.1.jar,
NutsConfigItem.class
package net.thevpc.nuts
NutsConfigItem.getConfigVersion ( ) : String
net/thevpc/nuts/NutsConfigItem.getConfigVersion:()Ljava/lang/String;
NutsConfigItem.NutsConfigItem ( )
net/thevpc/nuts/NutsConfigItem."<init>":()V
NutsConfigItem.setConfigVersion ( String configVersion ) : void
net/thevpc/nuts/NutsConfigItem.setConfigVersion:(Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsConfirmationMode.class
package net.thevpc.nuts
NutsConfirmationMode.id ( ) : String
net/thevpc/nuts/NutsConfirmationMode.id:()Ljava/lang/String;
NutsConfirmationMode.parseLenient ( String value ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsConfirmationMode;
NutsConfirmationMode.parseLenient ( String value, NutsConfirmationMode emptyOrErrorValue ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsConfirmationMode;
NutsConfirmationMode.parseLenient ( String value, NutsConfirmationMode emptyValue, NutsConfirmationMode errorValue ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsConfirmationMode;Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsConfirmationMode;
NutsConfirmationMode.valueOf ( String name ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsConfirmationMode;
NutsConfirmationMode.values ( ) [static] : NutsConfirmationMode[ ]
net/thevpc/nuts/NutsConfirmationMode.values:()[Lnet/thevpc/nuts/NutsConfirmationMode;
nuts-0.8.1.jar,
NutsContent.class
package net.thevpc.nuts
NutsContent.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsContent.getFilePath:()Ljava/nio/file/Path;
NutsContent.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsContent.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsContent.getPath ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsContent.getPath:()Lnet/thevpc/nuts/NutsPath;
NutsContent.getURL ( ) [abstract] : URL
net/thevpc/nuts/NutsContent.getURL:()Ljava/net/URL;
NutsContent.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NutsContent.isCached:()Z
NutsContent.isTemporary ( ) [abstract] : boolean
net/thevpc/nuts/NutsContent.isTemporary:()Z
nuts-0.8.1.jar,
NutsContentEvent.class
package net.thevpc.nuts
NutsContentEvent.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsContentEvent.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsContentEvent.getRepository ( ) [abstract] : NutsRepository
net/thevpc/nuts/NutsContentEvent.getRepository:()Lnet/thevpc/nuts/NutsRepository;
NutsContentEvent.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsContentEvent.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsContentEvent.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsContentEvent.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsContentType.class
package net.thevpc.nuts
NutsContentType.id ( ) : String
net/thevpc/nuts/NutsContentType.id:()Ljava/lang/String;
NutsContentType.parseLenient ( String value ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.parseLenient ( String value, NutsContentType emptyOrErrorValue ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.parseLenient ( String value, NutsContentType emptyValue, NutsContentType errorValue ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsContentType;Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.valueOf ( String name ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.values ( ) [static] : NutsContentType[ ]
net/thevpc/nuts/NutsContentType.values:()[Lnet/thevpc/nuts/NutsContentType;
nuts-0.8.1.jar,
NutsCustomCommandManager.class
package net.thevpc.nuts
NutsCustomCommandManager.addCommand ( NutsCommandConfig p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.addCommand:(Lnet/thevpc/nuts/NutsCommandConfig;)Z
NutsCustomCommandManager.addCommandFactory ( NutsCommandFactoryConfig p1 ) [abstract] : void
net/thevpc/nuts/NutsCustomCommandManager.addCommandFactory:(Lnet/thevpc/nuts/NutsCommandFactoryConfig;)V
NutsCustomCommandManager.commandExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.commandExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.commandFactoryExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.commandFactoryExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.findAllCommands ( ) [abstract] : List<NutsWorkspaceCustomCommand>
net/thevpc/nuts/NutsCustomCommandManager.findAllCommands:()Ljava/util/List;
NutsCustomCommandManager.findCommand ( String p1 ) [abstract] : NutsWorkspaceCustomCommand
net/thevpc/nuts/NutsCustomCommandManager.findCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCustomCommand;
NutsCustomCommandManager.findCommand ( String p1, NutsId p2, NutsId p3 ) [abstract] : NutsWorkspaceCustomCommand
net/thevpc/nuts/NutsCustomCommandManager.findCommand:(Ljava/lang/String;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsWorkspaceCustomCommand;
NutsCustomCommandManager.findCommandsByOwner ( NutsId p1 ) [abstract] : List<NutsWorkspaceCustomCommand>
net/thevpc/nuts/NutsCustomCommandManager.findCommandsByOwner:(Lnet/thevpc/nuts/NutsId;)Ljava/util/List;
NutsCustomCommandManager.getCommandFactories ( ) [abstract] : NutsCommandFactoryConfig[ ]
net/thevpc/nuts/NutsCustomCommandManager.getCommandFactories:()[Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCustomCommandManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCustomCommandManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCustomCommandManager.removeCommand ( String p1 ) [abstract] : void
net/thevpc/nuts/NutsCustomCommandManager.removeCommand:(Ljava/lang/String;)V
NutsCustomCommandManager.removeCommandFactory ( String p1 ) [abstract] : void
net/thevpc/nuts/NutsCustomCommandManager.removeCommandFactory:(Ljava/lang/String;)V
NutsCustomCommandManager.removeCommandFactoryIfExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.removeCommandFactoryIfExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.removeCommandIfExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.removeCommandIfExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.setSession ( NutsSession p1 ) [abstract] : NutsCustomCommandManager
net/thevpc/nuts/NutsCustomCommandManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCustomCommandManager;
NutsCustomCommandManager.updateCommand ( NutsCommandConfig p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.updateCommand:(Lnet/thevpc/nuts/NutsCommandConfig;)Z
nuts-0.8.1.jar,
NutsDefaultArgumentCandidate.class
package net.thevpc.nuts
NutsDefaultArgumentCandidate.getDisplay ( ) : String
net/thevpc/nuts/NutsDefaultArgumentCandidate.getDisplay:()Ljava/lang/String;
NutsDefaultArgumentCandidate.getValue ( ) : String
net/thevpc/nuts/NutsDefaultArgumentCandidate.getValue:()Ljava/lang/String;
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value )
net/thevpc/nuts/NutsDefaultArgumentCandidate."<init>":(Ljava/lang/String;)V
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value, String display )
net/thevpc/nuts/NutsDefaultArgumentCandidate."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsDefaultCommandAutoComplete.class
package net.thevpc.nuts
NutsDefaultCommandAutoComplete.getCurrentWordIndex ( ) : int
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getCurrentWordIndex:()I
NutsDefaultCommandAutoComplete.getLine ( ) : String
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getLine:()Ljava/lang/String;
NutsDefaultCommandAutoComplete.getSession ( ) : NutsSession
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDefaultCommandAutoComplete.getWords ( ) : List<String>
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getWords:()Ljava/util/List;
NutsDefaultCommandAutoComplete.NutsDefaultCommandAutoComplete ( )
net/thevpc/nuts/NutsDefaultCommandAutoComplete."<init>":()V
NutsDefaultCommandAutoComplete.setCurrentWordIndex ( int currentWordIndex ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setCurrentWordIndex:(I)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
NutsDefaultCommandAutoComplete.setLine ( String line ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setLine:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
NutsDefaultCommandAutoComplete.setSession ( NutsSession session ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
NutsDefaultCommandAutoComplete.setWords ( List<String> words ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setWords:(Ljava/util/List;)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
nuts-0.8.1.jar,
NutsDefaultContent.class
package net.thevpc.nuts
NutsDefaultContent.getFilePath ( ) : Path
net/thevpc/nuts/NutsDefaultContent.getFilePath:()Ljava/nio/file/Path;
NutsDefaultContent.getLocation ( ) : NutsPath
net/thevpc/nuts/NutsDefaultContent.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsDefaultContent.getPath ( ) : NutsPath
net/thevpc/nuts/NutsDefaultContent.getPath:()Lnet/thevpc/nuts/NutsPath;
NutsDefaultContent.getURL ( ) : URL
net/thevpc/nuts/NutsDefaultContent.getURL:()Ljava/net/URL;
NutsDefaultContent.isCached ( ) : boolean
net/thevpc/nuts/NutsDefaultContent.isCached:()Z
NutsDefaultContent.isTemporary ( ) : boolean
net/thevpc/nuts/NutsDefaultContent.isTemporary:()Z
NutsDefaultContent.NutsDefaultContent ( NutsPath location, boolean cached, boolean temporary )
net/thevpc/nuts/NutsDefaultContent."<init>":(Lnet/thevpc/nuts/NutsPath;ZZ)V
nuts-0.8.1.jar,
NutsDefaultSupportLevelContext.class
package net.thevpc.nuts
NutsDefaultSupportLevelContext<T>.getConstraints ( ) : T
net/thevpc/nuts/NutsDefaultSupportLevelContext.getConstraints:()Ljava/lang/Object;
NutsDefaultSupportLevelContext<T>.getSession ( ) : NutsSession
net/thevpc/nuts/NutsDefaultSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDefaultSupportLevelContext<T>.getWorkspace ( ) : NutsWorkspace
net/thevpc/nuts/NutsDefaultSupportLevelContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsDefaultSupportLevelContext<T>.NutsDefaultSupportLevelContext<T> ( NutsSession session, T constraints )
net/thevpc/nuts/NutsDefaultSupportLevelContext."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsDefaultTerminalSpec.class
package net.thevpc.nuts
NutsDefaultTerminalSpec.copyFrom ( NutsTerminalSpec other ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.copyFrom:(Lnet/thevpc/nuts/NutsTerminalSpec;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.get ( String name ) : Object
net/thevpc/nuts/NutsDefaultTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NutsDefaultTerminalSpec.getAutoComplete ( ) : Boolean
net/thevpc/nuts/NutsDefaultTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NutsDefaultTerminalSpec.getParent ( ) : NutsSystemTerminalBase
net/thevpc/nuts/NutsDefaultTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsDefaultTerminalSpec.getProperties ( ) : Map<String,Object>
net/thevpc/nuts/NutsDefaultTerminalSpec.getProperties:()Ljava/util/Map;
NutsDefaultTerminalSpec.NutsDefaultTerminalSpec ( )
net/thevpc/nuts/NutsDefaultTerminalSpec."<init>":()V
NutsDefaultTerminalSpec.put ( String name, Object o ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.put:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.putAll ( Map<String,Object> other ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.putAll:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.setAutoComplete ( Boolean autoComplete ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.setParent ( NutsSystemTerminalBase parent ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
nuts-0.8.1.jar,
NutsDefinition.class
package net.thevpc.nuts
NutsDefinition.compareTo ( NutsDefinition p1 ) [abstract] : int
net/thevpc/nuts/NutsDefinition.compareTo:(Lnet/thevpc/nuts/NutsDefinition;)I
NutsDefinition.compareTo ( Object p1 ) : int
net/thevpc/nuts/NutsDefinition.compareTo:(Ljava/lang/Object;)I
NutsDefinition.getApiId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDefinition.getApiId:()Lnet/thevpc/nuts/NutsId;
NutsDefinition.getContent ( ) [abstract] : NutsContent
net/thevpc/nuts/NutsDefinition.getContent:()Lnet/thevpc/nuts/NutsContent;
NutsDefinition.getDependencies ( ) [abstract] : NutsDependencies
net/thevpc/nuts/NutsDefinition.getDependencies:()Lnet/thevpc/nuts/NutsDependencies;
NutsDefinition.getDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDefinition.getDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsDefinition.getEffectiveDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDefinition.getEffectiveDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsDefinition.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDefinition.getId:()Lnet/thevpc/nuts/NutsId;
NutsDefinition.getInstallInformation ( ) [abstract] : NutsInstallInformation
net/thevpc/nuts/NutsDefinition.getInstallInformation:()Lnet/thevpc/nuts/NutsInstallInformation;
NutsDefinition.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsDefinition.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsDefinition.getPath ( ) [abstract] : Path
net/thevpc/nuts/NutsDefinition.getPath:()Ljava/nio/file/Path;
NutsDefinition.getRepositoryName ( ) [abstract] : String
net/thevpc/nuts/NutsDefinition.getRepositoryName:()Ljava/lang/String;
NutsDefinition.getRepositoryUuid ( ) [abstract] : String
net/thevpc/nuts/NutsDefinition.getRepositoryUuid:()Ljava/lang/String;
NutsDefinition.getType ( ) [abstract] : NutsIdType
net/thevpc/nuts/NutsDefinition.getType:()Lnet/thevpc/nuts/NutsIdType;
NutsDefinition.getURL ( ) [abstract] : URL
net/thevpc/nuts/NutsDefinition.getURL:()Ljava/net/URL;
NutsDefinition.isSetDependencies ( ) [abstract] : boolean
net/thevpc/nuts/NutsDefinition.isSetDependencies:()Z
NutsDefinition.isSetEffectiveDescriptor ( ) [abstract] : boolean
net/thevpc/nuts/NutsDefinition.isSetEffectiveDescriptor:()Z
nuts-0.8.1.jar,
NutsDependencies.class
package net.thevpc.nuts
NutsDependencies.all ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.all:()Ljava/util/List;
NutsDependencies.filter ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencies.filter:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencies.immediate ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.immediate:()Ljava/util/List;
NutsDependencies.mergedDependencies ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.mergedDependencies:()Ljava/util/List;
NutsDependencies.mergedNodes ( ) [abstract] : List<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.mergedNodes:()Ljava/util/List;
NutsDependencies.nodes ( ) [abstract] : List<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.nodes:()Ljava/util/List;
NutsDependencies.sourceIds ( ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsDependencies.sourceIds:()Ljava/util/List;
NutsDependencies.stream ( ) [abstract] : Stream<NutsDependency>
net/thevpc/nuts/NutsDependencies.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsDependency.class
package net.thevpc.nuts
NutsDependency.builder ( ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependency.builder:()Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependency.formatter ( ) : NutsFormat
net/thevpc/nuts/NutsDependency.formatter:()Lnet/thevpc/nuts/NutsFormat;
NutsDependency.formatter ( ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependency.formatter:()Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependency.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getArch:()Ljava/lang/String;
NutsDependency.getArtifactId ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getArtifactId:()Ljava/lang/String;
NutsDependency.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getClassifier:()Ljava/lang/String;
NutsDependency.getExclusions ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsDependency.getExclusions:()[Lnet/thevpc/nuts/NutsId;
NutsDependency.getFullName ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getFullName:()Ljava/lang/String;
NutsDependency.getGroupId ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getGroupId:()Ljava/lang/String;
NutsDependency.getLongName ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getLongName:()Ljava/lang/String;
NutsDependency.getOptional ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getOptional:()Ljava/lang/String;
NutsDependency.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getOs:()Ljava/lang/String;
NutsDependency.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsDependency.getProperties:()Ljava/util/Map;
NutsDependency.getPropertiesQuery ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getPropertiesQuery:()Ljava/lang/String;
NutsDependency.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getRepository:()Ljava/lang/String;
NutsDependency.getScope ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getScope:()Ljava/lang/String;
NutsDependency.getSimpleName ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getSimpleName:()Ljava/lang/String;
NutsDependency.getType ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getType:()Ljava/lang/String;
NutsDependency.getVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsDependency.getVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsDependency.isOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependency.isOptional:()Z
NutsDependency.toId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDependency.toId:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.1.jar,
NutsDependencyBuilder.class
package net.thevpc.nuts
NutsDependencyBuilder.addProperties ( Map<String,String> p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.addProperties ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.addProperties:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.build ( ) [abstract] : NutsDependency
net/thevpc/nuts/NutsDependencyBuilder.build:()Lnet/thevpc/nuts/NutsDependency;
NutsDependencyBuilder.clear ( ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.clear:()Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getArch:()Ljava/lang/String;
NutsDependencyBuilder.getArtifactId ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getArtifactId:()Ljava/lang/String;
NutsDependencyBuilder.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getClassifier:()Ljava/lang/String;
NutsDependencyBuilder.getExclusions ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsDependencyBuilder.getExclusions:()[Lnet/thevpc/nuts/NutsId;
NutsDependencyBuilder.getFullName ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getFullName:()Ljava/lang/String;
NutsDependencyBuilder.getGroupId ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getGroupId:()Ljava/lang/String;
NutsDependencyBuilder.getOptional ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getOptional:()Ljava/lang/String;
NutsDependencyBuilder.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getOs:()Ljava/lang/String;
NutsDependencyBuilder.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsDependencyBuilder.getProperties:()Ljava/util/Map;
NutsDependencyBuilder.getPropertiesQuery ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getPropertiesQuery:()Ljava/lang/String;
NutsDependencyBuilder.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getRepository:()Ljava/lang/String;
NutsDependencyBuilder.getScope ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getScope:()Ljava/lang/String;
NutsDependencyBuilder.getType ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getType:()Ljava/lang/String;
NutsDependencyBuilder.getVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsDependencyBuilder.getVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsDependencyBuilder.isOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyBuilder.isOptional:()Z
NutsDependencyBuilder.of ( NutsSession session ) [static] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.set ( NutsDependency p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.set:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.set ( NutsDependencyBuilder p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.set:(Lnet/thevpc/nuts/NutsDependencyBuilder;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setArch ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setArtifactId ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setArtifactId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setClassifier ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setDependency ( NutsDependency p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setDependency:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setDependency ( NutsDependencyBuilder p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setDependency:(Lnet/thevpc/nuts/NutsDependencyBuilder;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setExclusions ( NutsId[ ] p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setExclusions:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setGroupId ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setGroupId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setId ( NutsId p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setOptional ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setOptional:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setOs ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setProperties ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setProperties:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setProperty ( String p1, String p2 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setRepository ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setScope ( NutsDependencyScope p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setScope ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setScope:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setType ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setVersion ( NutsVersion p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setVersion ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.toId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDependencyBuilder.toId:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.1.jar,
NutsDependencyFilter.class
package net.thevpc.nuts
NutsDependencyFilter.acceptDependency ( NutsId p1, NutsDependency p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFilter.acceptDependency:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsDependency;Lnet/thevpc/nuts/NutsSession;)Z
NutsDependencyFilter.and ( NutsDependencyFilter p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilter.and:(Lnet/thevpc/nuts/NutsDependencyFilter;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilter.neg ( ) : NutsFilter
net/thevpc/nuts/NutsDependencyFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsDependencyFilter.neg ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilter.neg:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilter.or ( NutsDependencyFilter p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilter.or:(Lnet/thevpc/nuts/NutsDependencyFilter;)Lnet/thevpc/nuts/NutsDependencyFilter;
nuts-0.8.1.jar,
NutsDependencyFilterManager.class
package net.thevpc.nuts
NutsDependencyFilterManager.byArch ( Collection<NutsArchFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( NutsArchFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( NutsArchFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:([Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byExclude ( NutsDependencyFilter p1, String[ ] p2 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byExclude:(Lnet/thevpc/nuts/NutsDependencyFilter;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byExpression ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOptional ( Boolean p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( Collection<NutsOsFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( NutsOsFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( NutsOsFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:([Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( Collection<NutsDependencyScope> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( NutsDependencyScope p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( NutsDependencyScope... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:([Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( NutsDependencyScopePattern p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byType ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsDependencyFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsDependencyFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsDependencyFilterManager
net/thevpc/nuts/NutsDependencyFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyFilterManager;
nuts-0.8.1.jar,
NutsDependencyFormat.class
package net.thevpc.nuts
NutsDependencyFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsDependencyFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsDependencyFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsDependencyFormat.getOmitQueryProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDependencyFormat.getOmitQueryProperties:()[Ljava/lang/String;
NutsDependencyFormat.getValue ( ) [abstract] : NutsDependency
net/thevpc/nuts/NutsDependencyFormat.getValue:()Lnet/thevpc/nuts/NutsDependency;
NutsDependencyFormat.isHighlightImportedGroup ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isHighlightImportedGroup:()Z
NutsDependencyFormat.isHighlightOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isHighlightOptional:()Z
NutsDependencyFormat.isHighlightScope ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isHighlightScope:()Z
NutsDependencyFormat.isOmitClassifier ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitClassifier:()Z
NutsDependencyFormat.isOmitExclusions ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitExclusions:()Z
NutsDependencyFormat.isOmitGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitGroupId:()Z
NutsDependencyFormat.isOmitImportedGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitImportedGroupId:()Z
NutsDependencyFormat.isOmitOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitOptional:()Z
NutsDependencyFormat.isOmitOtherProperties ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitOtherProperties:()Z
NutsDependencyFormat.isOmitQueryProperty ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitQueryProperty:(Ljava/lang/String;)Z
NutsDependencyFormat.isOmitRepository ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitRepository:()Z
NutsDependencyFormat.isOmitScope ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitScope:()Z
NutsDependencyFormat.setHighlightImportedGroup ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setHighlightImportedGroup:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setHighlightOptional ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setHighlightOptional:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setHighlightScope ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setHighlightScope:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsDependencyFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsDependencyFormat.setNtf ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitClassifier ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitClassifier:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitExclusions ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitExclusions:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitGroupId ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitGroupId:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitImportedGroup ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitImportedGroup:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitOptional ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitOptional:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitOtherProperties ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitOtherProperties:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitQueryProperty ( String p1, boolean p2 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitQueryProperty:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitRepository ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitRepository:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitScope ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitScope:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsDependencyFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsDependencyFormat.setSession ( NutsSession p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setValue ( NutsDependency p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setValue:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDependencyFormat;
nuts-0.8.1.jar,
NutsDependencyManager.class
package net.thevpc.nuts
NutsDependencyManager.builder ( ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyManager.builder:()Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyManager.filter ( ) [abstract] : NutsDependencyFilterManager
net/thevpc/nuts/NutsDependencyManager.filter:()Lnet/thevpc/nuts/NutsDependencyFilterManager;
NutsDependencyManager.formatter ( ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyManager.formatter:()Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyManager.formatter ( NutsDependency p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyManager.formatter:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDependencyManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDependencyManager.parser ( ) [abstract] : NutsDependencyParser
net/thevpc/nuts/NutsDependencyManager.parser:()Lnet/thevpc/nuts/NutsDependencyParser;
NutsDependencyManager.setSession ( NutsSession p1 ) [abstract] : NutsDependencyManager
net/thevpc/nuts/NutsDependencyManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyManager;
NutsDependencyManager.toScopeSet ( NutsDependencyScopePattern p1 ) [abstract] : Set<NutsDependencyScope>
net/thevpc/nuts/NutsDependencyManager.toScopeSet:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Ljava/util/Set;
nuts-0.8.1.jar,
NutsDependencyParser.class
package net.thevpc.nuts
NutsDependencyParser.isLenient ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyParser.isLenient:()Z
NutsDependencyParser.of ( NutsSession session ) [static] : NutsDependencyParser
net/thevpc/nuts/NutsDependencyParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyParser;
NutsDependencyParser.parseDependency ( String p1 ) [abstract] : NutsDependency
net/thevpc/nuts/NutsDependencyParser.parseDependency:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependency;
NutsDependencyParser.parseOptional ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyParser.parseOptional:(Ljava/lang/String;)Z
NutsDependencyParser.parseScope ( String p1 ) [abstract] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyParser.parseScope:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyParser.setLenient ( boolean p1 ) [abstract] : NutsDependencyParser
net/thevpc/nuts/NutsDependencyParser.setLenient:(Z)Lnet/thevpc/nuts/NutsDependencyParser;
nuts-0.8.1.jar,
NutsDependencyScope.class
package net.thevpc.nuts
NutsDependencyScope.id ( ) : String
net/thevpc/nuts/NutsDependencyScope.id:()Ljava/lang/String;
NutsDependencyScope.isApi ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isApi:()Z
NutsDependencyScope.isCompile ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isCompile:()Z
NutsDependencyScope.isImplementation ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isImplementation:()Z
NutsDependencyScope.isOther ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isOther:()Z
NutsDependencyScope.isProvided ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isProvided:()Z
NutsDependencyScope.isRuntime ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isRuntime:()Z
NutsDependencyScope.isSystem ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isSystem:()Z
NutsDependencyScope.isTest ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isTest:()Z
NutsDependencyScope.parseLenient ( String value ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyScope.parseLenient ( String value, NutsDependencyScope emptyOrErrorValue ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyScope.parseLenient ( String value, NutsDependencyScope emptyValue, NutsDependencyScope errorValue ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScope;Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyScope.valueOf ( String name ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyScope.values ( ) [static] : NutsDependencyScope[ ]
net/thevpc/nuts/NutsDependencyScope.values:()[Lnet/thevpc/nuts/NutsDependencyScope;
nuts-0.8.1.jar,
NutsDependencyScopePattern.class
package net.thevpc.nuts
NutsDependencyScopePattern.id ( ) : String
net/thevpc/nuts/NutsDependencyScopePattern.id:()Ljava/lang/String;
NutsDependencyScopePattern.parseLenient ( String value ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.parseLenient ( String value, NutsDependencyScopePattern emptyOrErrorValue ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.parseLenient ( String value, NutsDependencyScopePattern emptyValue, NutsDependencyScopePattern errorValue ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScopePattern;Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.valueOf ( String name ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.values ( ) [static] : NutsDependencyScopePattern[ ]
net/thevpc/nuts/NutsDependencyScopePattern.values:()[Lnet/thevpc/nuts/NutsDependencyScopePattern;
nuts-0.8.1.jar,
NutsDependencyTreeNode.class
package net.thevpc.nuts
NutsDependencyTreeNode.getChildren ( ) [abstract] : NutsDependencyTreeNode[ ]
net/thevpc/nuts/NutsDependencyTreeNode.getChildren:()[Lnet/thevpc/nuts/NutsDependencyTreeNode;
NutsDependencyTreeNode.getDependency ( ) [abstract] : NutsDependency
net/thevpc/nuts/NutsDependencyTreeNode.getDependency:()Lnet/thevpc/nuts/NutsDependency;
NutsDependencyTreeNode.isPartial ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyTreeNode.isPartial:()Z
nuts-0.8.1.jar,
NutsDeployCommand.class
package net.thevpc.nuts
NutsDeployCommand.addId ( NutsId p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.addId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.addId ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.addIds ( NutsId... p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.addIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.addIds ( String... p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.clearIds ( ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.clearIds:()Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsDeployCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsDeployCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsDeployCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsDeployCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsDeployCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsDeployCommand.copySession ( ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.copySession:()Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.from ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.getIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsDeployCommand.getIds:()[Lnet/thevpc/nuts/NutsId;
NutsDeployCommand.getResult ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsDeployCommand.getResult:()[Lnet/thevpc/nuts/NutsId;
NutsDeployCommand.getSha1 ( ) [abstract] : String
net/thevpc/nuts/NutsDeployCommand.getSha1:()Ljava/lang/String;
NutsDeployCommand.getTargetRepository ( ) [abstract] : String
net/thevpc/nuts/NutsDeployCommand.getTargetRepository:()Ljava/lang/String;
NutsDeployCommand.removeId ( NutsId p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.removeId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.removeId ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsDeployCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsDeployCommand.run ( ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.run:()Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setContent ( File p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setContent:(Ljava/io/File;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setContent ( InputStream p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setContent:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setContent ( Path p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setContent:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setContent ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setContent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setContent ( URL p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setContent:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setDescriptor ( File p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setDescriptor:(Ljava/io/File;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setDescriptor ( InputStream p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setDescriptor:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setDescriptor ( NutsDescriptor p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setDescriptor ( Path p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setDescriptor:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setDescriptor ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setDescriptor:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setDescriptor ( URL p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setDescriptor:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setDescSha1 ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setDescSha1:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setRepository ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsDeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsDeployCommand.setSession ( NutsSession p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setSha1 ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setSha1:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setSourceRepository ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setSourceRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setTargetRepository ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setTargetRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.to ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
nuts-0.8.1.jar,
NutsDeployRepositoryCommand.class
package net.thevpc.nuts.spi
NutsDeployRepositoryCommand.getContent ( ) [abstract] : Object
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.getContent:()Ljava/lang/Object;
NutsDeployRepositoryCommand.getDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.getDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsDeployRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsDeployRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsDeployRepositoryCommand.run ( ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( File p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/io/File;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( InputStream p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/io/InputStream;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( Path p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( URL p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/net/URL;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setDescriptor ( NutsDescriptor p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsDeployRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
nuts-0.8.1.jar,
NutsDescriptor.class
package net.thevpc.nuts
NutsDescriptor.builder ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptor.builder:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptor.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getArch:()[Ljava/lang/String;
NutsDescriptor.getCategories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getCategories:()[Ljava/lang/String;
NutsDescriptor.getClassifierMappings ( ) [abstract] : NutsClassifierMapping[ ]
net/thevpc/nuts/NutsDescriptor.getClassifierMappings:()[Lnet/thevpc/nuts/NutsClassifierMapping;
NutsDescriptor.getDependencies ( ) [abstract] : NutsDependency[ ]
net/thevpc/nuts/NutsDescriptor.getDependencies:()[Lnet/thevpc/nuts/NutsDependency;
NutsDescriptor.getDescription ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptor.getDescription:()Ljava/lang/String;
NutsDescriptor.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getDesktopEnvironment:()[Ljava/lang/String;
NutsDescriptor.getExecutor ( ) [abstract] : NutsArtifactCall
net/thevpc/nuts/NutsDescriptor.getExecutor:()Lnet/thevpc/nuts/NutsArtifactCall;
NutsDescriptor.getGenericName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptor.getGenericName:()Ljava/lang/String;
NutsDescriptor.getIcons ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getIcons:()[Ljava/lang/String;
NutsDescriptor.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDescriptor.getId:()Lnet/thevpc/nuts/NutsId;
NutsDescriptor.getInstaller ( ) [abstract] : NutsArtifactCall
net/thevpc/nuts/NutsDescriptor.getInstaller:()Lnet/thevpc/nuts/NutsArtifactCall;
NutsDescriptor.getLocations ( ) [abstract] : NutsIdLocation[ ]
net/thevpc/nuts/NutsDescriptor.getLocations:()[Lnet/thevpc/nuts/NutsIdLocation;
NutsDescriptor.getName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptor.getName:()Ljava/lang/String;
NutsDescriptor.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getOs:()[Ljava/lang/String;
NutsDescriptor.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getOsdist:()[Ljava/lang/String;
NutsDescriptor.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptor.getPackaging:()Ljava/lang/String;
NutsDescriptor.getParents ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsDescriptor.getParents:()[Lnet/thevpc/nuts/NutsId;
NutsDescriptor.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getPlatform:()[Ljava/lang/String;
NutsDescriptor.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsDescriptor.getProperties:()Ljava/util/Map;
NutsDescriptor.getStandardDependencies ( ) [abstract] : NutsDependency[ ]
net/thevpc/nuts/NutsDescriptor.getStandardDependencies:()[Lnet/thevpc/nuts/NutsDependency;
NutsDescriptor.isApplication ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptor.isApplication:()Z
NutsDescriptor.isExecutable ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptor.isExecutable:()Z
nuts-0.8.1.jar,
NutsDescriptorBuilder.class
package net.thevpc.nuts
NutsDescriptorBuilder.addArch ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addClassifierMapping ( NutsClassifierMapping p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addClassifierMapping:(Lnet/thevpc/nuts/NutsClassifierMapping;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addDependencies ( NutsDependency[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addDependencies:([Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addDependency ( NutsDependency p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addDependency:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addLocation ( NutsIdLocation p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addLocation:(Lnet/thevpc/nuts/NutsIdLocation;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addOs ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addOsdist ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addOsdist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addPlatform ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addPlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addProperties ( Map<String,String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addStandardDependencies ( NutsDependency[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addStandardDependencies:([Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addStandardDependency ( NutsDependency p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addStandardDependency:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.applyParents ( NutsDescriptor[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.applyParents:([Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.applyProperties ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.applyProperties:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.applyProperties ( Map<String,String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.applyProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.build ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorBuilder.build:()Lnet/thevpc/nuts/NutsDescriptor;
NutsDescriptorBuilder.clear ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.clear:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getArch:()[Ljava/lang/String;
NutsDescriptorBuilder.getCategories ( ) [abstract] : List<String>
net/thevpc/nuts/NutsDescriptorBuilder.getCategories:()Ljava/util/List;
NutsDescriptorBuilder.getClassifierMappings ( ) [abstract] : NutsClassifierMapping[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getClassifierMappings:()[Lnet/thevpc/nuts/NutsClassifierMapping;
NutsDescriptorBuilder.getDependencies ( ) [abstract] : NutsDependency[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getDependencies:()[Lnet/thevpc/nuts/NutsDependency;
NutsDescriptorBuilder.getDescription ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorBuilder.getDescription:()Ljava/lang/String;
NutsDescriptorBuilder.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getDesktopEnvironment:()[Ljava/lang/String;
NutsDescriptorBuilder.getExecutor ( ) [abstract] : NutsArtifactCall
net/thevpc/nuts/NutsDescriptorBuilder.getExecutor:()Lnet/thevpc/nuts/NutsArtifactCall;
NutsDescriptorBuilder.getGenericName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorBuilder.getGenericName:()Ljava/lang/String;
NutsDescriptorBuilder.getIcons ( ) [abstract] : List<String>
net/thevpc/nuts/NutsDescriptorBuilder.getIcons:()Ljava/util/List;
NutsDescriptorBuilder.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDescriptorBuilder.getId:()Lnet/thevpc/nuts/NutsId;
NutsDescriptorBuilder.getInstaller ( ) [abstract] : NutsArtifactCall
net/thevpc/nuts/NutsDescriptorBuilder.getInstaller:()Lnet/thevpc/nuts/NutsArtifactCall;
NutsDescriptorBuilder.getLocations ( ) [abstract] : NutsIdLocation[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getLocations:()[Lnet/thevpc/nuts/NutsIdLocation;
NutsDescriptorBuilder.getName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorBuilder.getName:()Ljava/lang/String;
NutsDescriptorBuilder.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getOs:()[Ljava/lang/String;
NutsDescriptorBuilder.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getOsdist:()[Ljava/lang/String;
NutsDescriptorBuilder.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorBuilder.getPackaging:()Ljava/lang/String;
NutsDescriptorBuilder.getParents ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getParents:()[Lnet/thevpc/nuts/NutsId;
NutsDescriptorBuilder.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getPlatform:()[Ljava/lang/String;
NutsDescriptorBuilder.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsDescriptorBuilder.getProperties:()Ljava/util/Map;
NutsDescriptorBuilder.getStandardDependencies ( ) [abstract] : NutsDependency[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getStandardDependencies:()[Lnet/thevpc/nuts/NutsDependency;
NutsDescriptorBuilder.isApplication ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorBuilder.isApplication:()Z
NutsDescriptorBuilder.isExecutable ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorBuilder.isExecutable:()Z
NutsDescriptorBuilder.of ( NutsSession session ) [static] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeArch ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeDependency ( NutsDependency p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeDependency:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeDependency ( Predicate<NutsDependency> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeDependency:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeDesktopEnvironment ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeDesktopEnvironment:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeOs ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeOsdist ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeOsdist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removePlatform ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removePlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeStandardDependency ( NutsDependency p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeStandardDependency:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.replaceDependency ( Predicate<NutsDependency> p1, UnaryOperator<NutsDependency> p2 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.replaceDependency:(Ljava/util/function/Predicate;Ljava/util/function/UnaryOperator;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.replaceProperty ( Predicate<Map.Entry<String,String>> p1, Function<Map.Entry<String,String>,String> p2 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.replaceProperty:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.set ( NutsDescriptor p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.set:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.set ( NutsDescriptorBuilder p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.set:(Lnet/thevpc/nuts/NutsDescriptorBuilder;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setApplication ( boolean p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setApplication:(Z)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setArch ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setCategories ( List<String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setCategories:(Ljava/util/List;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setClassifierMappings ( NutsClassifierMapping[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setClassifierMappings:([Lnet/thevpc/nuts/NutsClassifierMapping;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setDependencies ( NutsDependency[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setDependencies:([Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setDescription ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setDescription:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setDesktopEnvironment ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setDesktopEnvironment:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setExecutable ( boolean p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setExecutable:(Z)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setExecutor ( NutsArtifactCall p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setExecutor:(Lnet/thevpc/nuts/NutsArtifactCall;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setGenericName ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setGenericName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setIcons ( List<String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setIcons:(Ljava/util/List;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setId ( NutsId p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setId ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setInstaller ( NutsArtifactCall p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setInstaller:(Lnet/thevpc/nuts/NutsArtifactCall;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setLocations ( NutsIdLocation[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setLocations:([Lnet/thevpc/nuts/NutsIdLocation;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setName ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setOs ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setOs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setOsdist ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setOsdist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setPackaging ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setParents ( NutsId[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setParents:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setPlatform ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setProperty ( String p1, String p2 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setStandardDependencies ( NutsDependency[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setStandardDependencies:([Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
nuts-0.8.1.jar,
NutsDescriptorContentParserComponent.class
package net.thevpc.nuts.spi
NutsDescriptorContentParserComponent.parse ( NutsDescriptorContentParserContext p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsDescriptorContentParserComponent.parse:(Lnet/thevpc/nuts/spi/NutsDescriptorContentParserContext;)Lnet/thevpc/nuts/NutsDescriptor;
nuts-0.8.1.jar,
NutsDescriptorContentParserContext.class
package net.thevpc.nuts.spi
NutsDescriptorContentParserContext.getFileExtension ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getFileExtension:()Ljava/lang/String;
NutsDescriptorContentParserContext.getFullStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getFullStream:()Ljava/io/InputStream;
NutsDescriptorContentParserContext.getHeadStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getHeadStream:()Ljava/io/InputStream;
NutsDescriptorContentParserContext.getMimeType ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getMimeType:()Ljava/lang/String;
NutsDescriptorContentParserContext.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getName:()Ljava/lang/String;
NutsDescriptorContentParserContext.getParseOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getParseOptions:()[Ljava/lang/String;
NutsDescriptorContentParserContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorContentParserContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsDescriptorFilter.class
package net.thevpc.nuts
NutsDescriptorFilter.acceptDescriptor ( NutsDescriptor p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorFilter.acceptDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;Lnet/thevpc/nuts/NutsSession;)Z
NutsDescriptorFilter.acceptSearchId ( NutsSearchId sid, NutsSession session ) : boolean
net/thevpc/nuts/NutsDescriptorFilter.acceptSearchId:(Lnet/thevpc/nuts/NutsSearchId;Lnet/thevpc/nuts/NutsSession;)Z
NutsDescriptorFilter.and ( NutsDescriptorFilter p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilter.and:(Lnet/thevpc/nuts/NutsDescriptorFilter;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilter.neg ( ) : NutsFilter
net/thevpc/nuts/NutsDescriptorFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsDescriptorFilter.neg ( ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilter.neg:()Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilter.or ( NutsDescriptorFilter p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilter.or:(Lnet/thevpc/nuts/NutsDescriptorFilter;)Lnet/thevpc/nuts/NutsDescriptorFilter;
nuts-0.8.1.jar,
NutsDescriptorFilterManager.class
package net.thevpc.nuts
NutsDescriptorFilterManager.byApiVersion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byApp ( Boolean p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byApp:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byArch ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byCompanion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byCompanion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExec ( Boolean p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExec:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExpression ( String p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExtension ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExtension:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byLockedIds ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byOsdist ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byOsdist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byPackaging ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byPackaging:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byPlatform ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byRuntime ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byRuntime:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsDescriptorFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsDescriptorFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorFilterManager
net/thevpc/nuts/NutsDescriptorFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFilterManager;
nuts-0.8.1.jar,
NutsDescriptorFormat.class
package net.thevpc.nuts
NutsDescriptorFormat.compact ( ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.compact:()Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorFormat.compact ( boolean p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.compact:(Z)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsDescriptorFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsDescriptorFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsDescriptorFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorFormat.isCompact:()Z
NutsDescriptorFormat.setCompact ( boolean p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsDescriptorFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsDescriptorFormat.setNtf ( boolean p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorFormat.setValue ( NutsDescriptor p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.setValue:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorFormat;
nuts-0.8.1.jar,
NutsDescriptorManager.class
package net.thevpc.nuts
NutsDescriptorManager.callBuilder ( ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsDescriptorManager.callBuilder:()Lnet/thevpc/nuts/NutsArtifactCallBuilder;
NutsDescriptorManager.classifierBuilder ( ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsDescriptorManager.classifierBuilder:()Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsDescriptorManager.descriptorBuilder ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorManager.descriptorBuilder:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorManager.filter ( ) [abstract] : NutsDescriptorFilterManager
net/thevpc/nuts/NutsDescriptorManager.filter:()Lnet/thevpc/nuts/NutsDescriptorFilterManager;
NutsDescriptorManager.formatter ( ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorManager.formatter:()Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorManager.formatter ( NutsDescriptor p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorManager.formatter:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDescriptorManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorManager.locationBuilder ( ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsDescriptorManager.locationBuilder:()Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsDescriptorManager.parser ( ) [abstract] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorManager.parser:()Lnet/thevpc/nuts/NutsDescriptorParser;
NutsDescriptorManager.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorManager
net/thevpc/nuts/NutsDescriptorManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorManager;
nuts-0.8.1.jar,
NutsDescriptorParser.class
package net.thevpc.nuts
NutsDescriptorParser.getDescriptorStyle ( ) [abstract] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorParser.getDescriptorStyle:()Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorParser.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDescriptorParser.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorParser.isLenient ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorParser.isLenient:()Z
NutsDescriptorParser.of ( NutsSession session ) [static] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorParser;
NutsDescriptorParser.parse ( byte[ ] p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorParser.parse:([B)Lnet/thevpc/nuts/NutsDescriptor;
NutsDescriptorParser.parse ( File p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorParser.parse:(Ljava/io/File;)Lnet/thevpc/nuts/NutsDescriptor;
NutsDescriptorParser.parse ( InputStream p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorParser.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsDescriptor;
NutsDescriptorParser.parse ( Path p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorParser.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsDescriptor;
NutsDescriptorParser.parse ( String p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorParser.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptor;
NutsDescriptorParser.parse ( URL p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorParser.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsDescriptor;
NutsDescriptorParser.setDescriptorStyle ( NutsDescriptorStyle p1 ) [abstract] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorParser.setDescriptorStyle:(Lnet/thevpc/nuts/NutsDescriptorStyle;)Lnet/thevpc/nuts/NutsDescriptorParser;
NutsDescriptorParser.setLenient ( boolean p1 ) [abstract] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorParser.setLenient:(Z)Lnet/thevpc/nuts/NutsDescriptorParser;
NutsDescriptorParser.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorParser.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorParser;
nuts-0.8.1.jar,
NutsDescriptorStyle.class
package net.thevpc.nuts
NutsDescriptorStyle.id ( ) : String
net/thevpc/nuts/NutsDescriptorStyle.id:()Ljava/lang/String;
NutsDescriptorStyle.parseLenient ( String value ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyOrErrorValue ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorStyle;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyValue, NutsDescriptorStyle errorValue ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorStyle;Lnet/thevpc/nuts/NutsDescriptorStyle;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.valueOf ( String name ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.values ( ) [static] : NutsDescriptorStyle[ ]
net/thevpc/nuts/NutsDescriptorStyle.values:()[Lnet/thevpc/nuts/NutsDescriptorStyle;
nuts-0.8.1.jar,
NutsDesktopEnvironmentFamily.class
package net.thevpc.nuts
NutsDesktopEnvironmentFamily.id ( ) : String
net/thevpc/nuts/NutsDesktopEnvironmentFamily.id:()Ljava/lang/String;
NutsDesktopEnvironmentFamily.parseLenient ( String e ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyOrErrorValue ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyValue, NutsDesktopEnvironmentFamily errorValue ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.valueOf ( String name ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.values ( ) [static] : NutsDesktopEnvironmentFamily[ ]
net/thevpc/nuts/NutsDesktopEnvironmentFamily.values:()[Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
nuts-0.8.1.jar,
NutsDesktopIntegrationItem.class
package net.thevpc.nuts
NutsDesktopIntegrationItem.id ( ) : String
net/thevpc/nuts/NutsDesktopIntegrationItem.id:()Ljava/lang/String;
NutsDesktopIntegrationItem.parseLenient ( String value ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.parseLenient ( String value, NutsDesktopIntegrationItem emptyOrErrorValue ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.parseLenient ( String value, NutsDesktopIntegrationItem emptyValue, NutsDesktopIntegrationItem errorValue ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopIntegrationItem;Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.valueOf ( String name ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.values ( ) [static] : NutsDesktopIntegrationItem[ ]
net/thevpc/nuts/NutsDesktopIntegrationItem.values:()[Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
nuts-0.8.1.jar,
NutsElement.class
package net.thevpc.nuts
NutsElement.asArray ( ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsElement.asArray:()Lnet/thevpc/nuts/NutsArrayElement;
NutsElement.asBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.asBoolean:()Z
NutsElement.asByte ( ) [abstract] : byte
net/thevpc/nuts/NutsElement.asByte:()B
NutsElement.asDouble ( ) [abstract] : double
net/thevpc/nuts/NutsElement.asDouble:()D
NutsElement.asFloat ( ) [abstract] : float
net/thevpc/nuts/NutsElement.asFloat:()F
NutsElement.asInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsElement.asInstant:()Ljava/time/Instant;
NutsElement.asInt ( ) [abstract] : int
net/thevpc/nuts/NutsElement.asInt:()I
NutsElement.asLong ( ) [abstract] : long
net/thevpc/nuts/NutsElement.asLong:()J
NutsElement.asObject ( ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsElement.asObject:()Lnet/thevpc/nuts/NutsObjectElement;
NutsElement.asPrimitive ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElement.asPrimitive:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElement.asSafeArray ( ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsElement.asSafeArray:()Lnet/thevpc/nuts/NutsArrayElement;
NutsElement.asSafeByte ( ) [abstract] : Byte
net/thevpc/nuts/NutsElement.asSafeByte:()Ljava/lang/Byte;
NutsElement.asSafeByte ( byte p1 ) [abstract] : byte
net/thevpc/nuts/NutsElement.asSafeByte:(B)B
NutsElement.asSafeDouble ( ) [abstract] : Double
net/thevpc/nuts/NutsElement.asSafeDouble:()Ljava/lang/Double;
NutsElement.asSafeDouble ( double p1 ) [abstract] : double
net/thevpc/nuts/NutsElement.asSafeDouble:(D)D
NutsElement.asSafeFloat ( ) [abstract] : Float
net/thevpc/nuts/NutsElement.asSafeFloat:()Ljava/lang/Float;
NutsElement.asSafeFloat ( float p1 ) [abstract] : float
net/thevpc/nuts/NutsElement.asSafeFloat:(F)F
NutsElement.asSafeInt ( ) [abstract] : Integer
net/thevpc/nuts/NutsElement.asSafeInt:()Ljava/lang/Integer;
NutsElement.asSafeInt ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsElement.asSafeInt:(I)I
NutsElement.asSafeLong ( ) [abstract] : Long
net/thevpc/nuts/NutsElement.asSafeLong:()Ljava/lang/Long;
NutsElement.asSafeLong ( long p1 ) [abstract] : long
net/thevpc/nuts/NutsElement.asSafeLong:(J)J
NutsElement.asSafeObject ( ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsElement.asSafeObject:()Lnet/thevpc/nuts/NutsObjectElement;
NutsElement.asSafeShort ( ) [abstract] : Short
net/thevpc/nuts/NutsElement.asSafeShort:()Ljava/lang/Short;
NutsElement.asSafeShort ( short p1 ) [abstract] : short
net/thevpc/nuts/NutsElement.asSafeShort:(S)S
NutsElement.asSafeString ( ) [abstract] : String
net/thevpc/nuts/NutsElement.asSafeString:()Ljava/lang/String;
NutsElement.asSafeString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsElement.asSafeString:(Ljava/lang/String;)Ljava/lang/String;
NutsElement.asShort ( ) [abstract] : short
net/thevpc/nuts/NutsElement.asShort:()S
NutsElement.asString ( ) [abstract] : String
net/thevpc/nuts/NutsElement.asString:()Ljava/lang/String;
NutsElement.isArray ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isArray:()Z
NutsElement.isByte ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isByte:()Z
NutsElement.isDouble ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isDouble:()Z
NutsElement.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isEmpty:()Z
NutsElement.isFloat ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isFloat:()Z
NutsElement.isInstant ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isInstant:()Z
NutsElement.isInt ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isInt:()Z
NutsElement.isLong ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isLong:()Z
NutsElement.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isNull:()Z
NutsElement.isNumber ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isNumber:()Z
NutsElement.isObject ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isObject:()Z
NutsElement.isPrimitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isPrimitive:()Z
NutsElement.isShort ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isShort:()Z
NutsElement.isString ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isString:()Z
NutsElement.type ( ) [abstract] : NutsElementType
net/thevpc/nuts/NutsElement.type:()Lnet/thevpc/nuts/NutsElementType;
nuts-0.8.1.jar,
NutsElementEntry.class
package net.thevpc.nuts
NutsElementEntry.getKey ( ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementEntry.getKey:()Lnet/thevpc/nuts/NutsElement;
NutsElementEntry.getValue ( ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementEntry.getValue:()Lnet/thevpc/nuts/NutsElement;
nuts-0.8.1.jar,
NutsElementFactoryContext.class
package net.thevpc.nuts
NutsElementFactoryContext.defaultDestruct ( Object p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.defaultDestruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFactoryContext.defaultElementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.defaultElementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.defaultObjectToElement ( Object p1, Type p2 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFactoryContext.defaultObjectToElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/NutsElement;
NutsElementFactoryContext.destruct ( Object p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.destruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.element ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFactoryContext.element:()Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFactoryContext.elementToObject ( NutsElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFactoryContext.elementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFactoryContext.elementToObject ( NutsElement p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.elementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.getDestructTypeFilter ( ) [abstract] : Predicate<Type>
net/thevpc/nuts/NutsElementFactoryContext.getDestructTypeFilter:()Ljava/util/function/Predicate;
NutsElementFactoryContext.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsElementFactoryContext.getProperties:()Ljava/util/Map;
NutsElementFactoryContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsElementFactoryContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsElementFactoryContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsElementFactoryContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsElementFactoryContext.objectToElement ( Object p1, Type p2 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFactoryContext.objectToElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/NutsElement;
nuts-0.8.1.jar,
NutsElementFormat.class
package net.thevpc.nuts
NutsElementFormat.compilePath ( String p1 ) [abstract] : NutsElementPath
net/thevpc/nuts/NutsElementFormat.compilePath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementPath;
NutsElementFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsElementFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsElementFormat.convert ( Object p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.convert:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.destruct ( Object p1 ) [abstract] : Object
net/thevpc/nuts/NutsElementFormat.destruct:(Ljava/lang/Object;)Ljava/lang/Object;
NutsElementFormat.forArray ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsElementFormat.forArray:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsElementFormat.forBoolean ( boolean p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forBoolean:(Z)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forBoolean ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forBoolean:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forByte ( Byte p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forByte:(Ljava/lang/Byte;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forDouble ( Double p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forDouble:(Ljava/lang/Double;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forEntry ( NutsElement p1, NutsElement p2 ) [abstract] : NutsElementEntry
net/thevpc/nuts/NutsElementFormat.forEntry:(Lnet/thevpc/nuts/NutsElement;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElementEntry;
NutsElementFormat.forFalse ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFalse:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forFloat ( Float p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFloat:(Ljava/lang/Float;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forFloat ( Short p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFloat:(Ljava/lang/Short;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( Date p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/util/Date;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( Instant p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInt ( Integer p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInt:(Ljava/lang/Integer;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forLong ( Long p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forLong:(Ljava/lang/Long;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNull ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNull:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNumber ( Number p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNumber:(Ljava/lang/Number;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNumber ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNumber:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forObject ( ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsElementFormat.forObject:()Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsElementFormat.forString ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forString:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forTrue ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forTrue:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.getContentType ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsElementFormat.getContentType:()Lnet/thevpc/nuts/NutsContentType;
NutsElementFormat.getDestructTypeFilter ( ) [abstract] : Predicate<Type>
net/thevpc/nuts/NutsElementFormat.getDestructTypeFilter:()Ljava/util/function/Predicate;
NutsElementFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsElementFormat.getValue:()Ljava/lang/Object;
NutsElementFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsElementFormat.isCompact:()Z
NutsElementFormat.iter ( NutsPrintStream p1 ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsElementFormat.iter:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsIterableFormat;
NutsElementFormat.of ( NutsSession session ) [static] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.parse ( byte[ ] p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:([B)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( byte[ ] p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:([BLjava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( File p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/File;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( File p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/File;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( InputStream p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( InputStream p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/InputStream;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( Path p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( Path p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/nio/file/Path;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( Reader p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( Reader p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/Reader;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( String p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( URL p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( URL p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/net/URL;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.setCompact ( boolean p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setContentType ( NutsContentType p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setContentType:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setDestructTypeFilter ( Predicate<Type> p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setDestructTypeFilter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setMapper ( Class p1, NutsElementMapper p2 ) [abstract] : void
net/thevpc/nuts/NutsElementFormat.setMapper:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsElementMapper;)V
NutsElementFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsElementFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setNtf ( boolean p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsElementFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setSession ( NutsSession p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setValue ( Object p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.toElement ( Object p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.toElement:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElement;
nuts-0.8.1.jar,
NutsElementMapper.class
package net.thevpc.nuts
NutsElementMapper<T>.createElement ( T p1, Type p2, NutsElementFactoryContext p3 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementMapper.createElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/NutsElementFactoryContext;)Lnet/thevpc/nuts/NutsElement;
NutsElementMapper<T>.createObject ( NutsElement p1, Type p2, NutsElementFactoryContext p3 ) [abstract] : T
net/thevpc/nuts/NutsElementMapper.createObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/NutsElementFactoryContext;)Ljava/lang/Object;
NutsElementMapper<T>.destruct ( T p1, Type p2, NutsElementFactoryContext p3 ) [abstract] : Object
net/thevpc/nuts/NutsElementMapper.destruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/NutsElementFactoryContext;)Ljava/lang/Object;
nuts-0.8.1.jar,
NutsElementNotFoundException.class
package net.thevpc.nuts
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsElementPath.class
package net.thevpc.nuts
NutsElementPath.filter ( List<NutsElement> p1 ) [abstract] : List<NutsElement>
net/thevpc/nuts/NutsElementPath.filter:(Ljava/util/List;)Ljava/util/List;
NutsElementPath.filter ( NutsElement p1 ) [abstract] : List<NutsElement>
net/thevpc/nuts/NutsElementPath.filter:(Lnet/thevpc/nuts/NutsElement;)Ljava/util/List;
nuts-0.8.1.jar,
NutsElementType.class
package net.thevpc.nuts
NutsElementType.id ( ) : String
net/thevpc/nuts/NutsElementType.id:()Ljava/lang/String;
NutsElementType.isNumber ( ) : boolean
net/thevpc/nuts/NutsElementType.isNumber:()Z
NutsElementType.isPrimitive ( ) : boolean
net/thevpc/nuts/NutsElementType.isPrimitive:()Z
NutsElementType.parseLenient ( String value ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementType;
NutsElementType.parseLenient ( String value, NutsElementType emptyOrErrorValue ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsElementType;)Lnet/thevpc/nuts/NutsElementType;
NutsElementType.parseLenient ( String value, NutsElementType emptyValue, NutsElementType errorValue ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsElementType;Lnet/thevpc/nuts/NutsElementType;)Lnet/thevpc/nuts/NutsElementType;
NutsElementType.valueOf ( String name ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementType;
NutsElementType.values ( ) [static] : NutsElementType[ ]
net/thevpc/nuts/NutsElementType.values:()[Lnet/thevpc/nuts/NutsElementType;
nuts-0.8.1.jar,
NutsEnum.class
package net.thevpc.nuts
NutsEnum.id ( ) [abstract] : String
net/thevpc/nuts/NutsEnum.id:()Ljava/lang/String;
NutsEnum.parseLenient ( Class<T> type, String value ) [static] : T
net/thevpc/nuts/NutsEnum.parseLenient:(Ljava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnum;
NutsEnum.parseLenient ( Class<T> type, String value, T emptyOrErrorValue ) [static] : T
net/thevpc/nuts/NutsEnum.parseLenient:(Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsEnum;)Lnet/thevpc/nuts/NutsEnum;
NutsEnum.parseLenient ( Class<T> type, String value, T emptyValue, T errorOrUnknownValue ) [static] : T
net/thevpc/nuts/NutsEnum.parseLenient:(Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsEnum;Lnet/thevpc/nuts/NutsEnum;)Lnet/thevpc/nuts/NutsEnum;
nuts-0.8.1.jar,
NutsException.class
package net.thevpc.nuts
NutsException.getFormattedMessage ( ) : NutsMessage
net/thevpc/nuts/NutsException.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsException.getFormattedString ( ) : NutsString
net/thevpc/nuts/NutsException.getFormattedString:()Lnet/thevpc/nuts/NutsString;
NutsException.getSession ( ) : NutsSession
net/thevpc/nuts/NutsException.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsException.getWorkspace ( ) : NutsWorkspace
net/thevpc/nuts/NutsException.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsException.NutsException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsException.NutsException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsException.NutsException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsExceptionBase.class
package net.thevpc.nuts
NutsExceptionBase.detectExceptionBase ( Throwable th ) [static] : NutsExceptionBase
net/thevpc/nuts/NutsExceptionBase.detectExceptionBase:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/NutsExceptionBase;
NutsExceptionBase.detectSession ( Throwable th ) [static] : NutsSession
net/thevpc/nuts/NutsExceptionBase.detectSession:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/NutsSession;
NutsExceptionBase.getFormattedMessage ( ) [abstract] : NutsMessage
net/thevpc/nuts/NutsExceptionBase.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsExceptionBase.getFormattedString ( ) [abstract] : NutsString
net/thevpc/nuts/NutsExceptionBase.getFormattedString:()Lnet/thevpc/nuts/NutsString;
NutsExceptionBase.getMessage ( ) [abstract] : String
net/thevpc/nuts/NutsExceptionBase.getMessage:()Ljava/lang/String;
NutsExceptionBase.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExceptionBase.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsExceptionBase.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsExceptionBase.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsExecCommand.class
package net.thevpc.nuts
NutsExecCommand.addCommand ( Collection<String> p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.addCommand:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.addCommand ( String... p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.addCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.addEnv ( Map<String,String> p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.addEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.addExecutorOption ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.addExecutorOption:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.addExecutorOptions ( Collection<String> p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.addExecutorOptions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.addExecutorOptions ( String... p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.addExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.clearCommand ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.clearCommand:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.clearEnv ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.clearEnv:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.clearExecutorOptions ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.clearExecutorOptions:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsExecCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsExecCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsExecCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsExecCommand.copy ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.copy:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.copyFrom ( NutsExecCommand p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.copyFrom:(Lnet/thevpc/nuts/NutsExecCommand;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsExecCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsExecCommand.copySession ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.copySession:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.formatter ( ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommand.formatter:()Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommand.getCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsExecCommand.getCommand:()[Ljava/lang/String;
NutsExecCommand.getDirectory ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getDirectory:()Ljava/lang/String;
NutsExecCommand.getEnv ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsExecCommand.getEnv:()Ljava/util/Map;
NutsExecCommand.getErr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsExecCommand.getErr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsExecCommand.getErrorString ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getErrorString:()Ljava/lang/String;
NutsExecCommand.getExecutionType ( ) [abstract] : NutsExecutionType
net/thevpc/nuts/NutsExecCommand.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsExecCommand.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsExecCommand.getExecutorOptions:()[Ljava/lang/String;
NutsExecCommand.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/NutsExecCommand.getIn:()Ljava/io/InputStream;
NutsExecCommand.getOut ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsExecCommand.getOut:()Lnet/thevpc/nuts/NutsPrintStream;
NutsExecCommand.getOutputString ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getOutputString:()Ljava/lang/String;
NutsExecCommand.getRedirectInpuFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectInpuFile:()Ljava/lang/String;
NutsExecCommand.getRedirectOuputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectOuputFile:()Ljava/lang/String;
NutsExecCommand.getResult ( ) [abstract] : int
net/thevpc/nuts/NutsExecCommand.getResult:()I
NutsExecCommand.getResultException ( ) [abstract] : NutsExecutionException
net/thevpc/nuts/NutsExecCommand.getResultException:()Lnet/thevpc/nuts/NutsExecutionException;
NutsExecCommand.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsExecCommand.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsExecCommand.getSleepMillis ( ) [abstract] : int
net/thevpc/nuts/NutsExecCommand.getSleepMillis:()I
NutsExecCommand.grabErrorString ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.grabErrorString:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.grabOutputString ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.grabOutputString:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.isDry ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommand.isDry:()Z
NutsExecCommand.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommand.isFailFast:()Z
NutsExecCommand.isInheritSystemIO ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommand.isInheritSystemIO:()Z
NutsExecCommand.isRedirectErrorStream ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommand.isRedirectErrorStream:()Z
NutsExecCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsExecCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsExecCommand.run ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.run:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setCommand ( Collection<String> p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setCommand:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setCommand ( NutsDefinition p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setCommand:(Lnet/thevpc/nuts/NutsDefinition;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setCommand ( String... p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setDirectory ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setDirectory:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setDry ( boolean p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setDry:(Z)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setEnv ( Map<String,String> p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setEnv ( String p1, String p2 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setEnv:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setErr ( NutsPrintStream p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setErr:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setExecutionType ( NutsExecutionType p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setExecutionType:(Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setFailFast ( boolean p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setFailFast:(Z)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setIn ( InputStream p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setIn:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setInheritSystemIO ( boolean p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setInheritSystemIO:(Z)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setOut ( NutsPrintStream p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setOut:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRedirectErrorStream ( boolean p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectErrorStream:(Z)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRedirectInpuFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectInpuFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRedirectOuputFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectOuputFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRunAs ( NutsRunAs p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRunAs:(Lnet/thevpc/nuts/NutsRunAs;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsExecCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsExecCommand.setSession ( NutsSession p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setSleepMillis ( int p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setSleepMillis:(I)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.which ( ) [abstract] : NutsExecutableInformation
net/thevpc/nuts/NutsExecCommand.which:()Lnet/thevpc/nuts/NutsExecutableInformation;
nuts-0.8.1.jar,
NutsExecCommandFormat.class
package net.thevpc.nuts
NutsExecCommandFormat.getArgumentFilter ( ) [abstract] : Predicate<NutsExecCommandFormat.ArgEntry>
net/thevpc/nuts/NutsExecCommandFormat.getArgumentFilter:()Ljava/util/function/Predicate;
NutsExecCommandFormat.getArgumentReplacer ( ) [abstract] : Function<NutsExecCommandFormat.ArgEntry,String>
net/thevpc/nuts/NutsExecCommandFormat.getArgumentReplacer:()Ljava/util/function/Function;
NutsExecCommandFormat.getEnvFilter ( ) [abstract] : Predicate<NutsExecCommandFormat.EnvEntry>
net/thevpc/nuts/NutsExecCommandFormat.getEnvFilter:()Ljava/util/function/Predicate;
NutsExecCommandFormat.getEnvReplacer ( ) [abstract] : Function<NutsExecCommandFormat.EnvEntry,String>
net/thevpc/nuts/NutsExecCommandFormat.getEnvReplacer:()Ljava/util/function/Function;
NutsExecCommandFormat.getValue ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommandFormat.getValue:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommandFormat.isRedirectError ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommandFormat.isRedirectError:()Z
NutsExecCommandFormat.isRedirectInput ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommandFormat.isRedirectInput:()Z
NutsExecCommandFormat.isRedirectOutput ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommandFormat.isRedirectOutput:()Z
NutsExecCommandFormat.setArgumentFilter ( Predicate<NutsExecCommandFormat.ArgEntry> p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setArgumentFilter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setArgumentReplacer ( Function<NutsExecCommandFormat.ArgEntry,String> p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setArgumentReplacer:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setEnvFilter ( Predicate<NutsExecCommandFormat.EnvEntry> p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setEnvFilter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setEnvReplacer ( Function<NutsExecCommandFormat.EnvEntry,String> p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setEnvReplacer:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsExecCommandFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsExecCommandFormat.setNtf ( boolean p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setRedirectError ( boolean p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setRedirectError:(Z)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setRedirectInput ( boolean p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setRedirectInput:(Z)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setRedirectOutput ( boolean p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setRedirectOutput:(Z)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setValue ( NutsExecCommand p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setValue:(Lnet/thevpc/nuts/NutsExecCommand;)Lnet/thevpc/nuts/NutsExecCommandFormat;
nuts-0.8.1.jar,
NutsExecutableInformation.class
package net.thevpc.nuts
NutsExecutableInformation.getDescription ( ) [abstract] : String
net/thevpc/nuts/NutsExecutableInformation.getDescription:()Ljava/lang/String;
NutsExecutableInformation.getHelpText ( ) [abstract] : String
net/thevpc/nuts/NutsExecutableInformation.getHelpText:()Ljava/lang/String;
NutsExecutableInformation.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsExecutableInformation.getId:()Lnet/thevpc/nuts/NutsId;
NutsExecutableInformation.getName ( ) [abstract] : String
net/thevpc/nuts/NutsExecutableInformation.getName:()Ljava/lang/String;
NutsExecutableInformation.getType ( ) [abstract] : NutsExecutableType
net/thevpc/nuts/NutsExecutableInformation.getType:()Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableInformation.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsExecutableInformation.getValue:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsExecutableType.class
package net.thevpc.nuts
NutsExecutableType.id ( ) : String
net/thevpc/nuts/NutsExecutableType.id:()Ljava/lang/String;
NutsExecutableType.parseLenient ( String value ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyOrErrorValue ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutableType;)Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyValue, NutsExecutableType errorValue ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutableType;Lnet/thevpc/nuts/NutsExecutableType;)Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableType.valueOf ( String name ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableType.values ( ) [static] : NutsExecutableType[ ]
net/thevpc/nuts/NutsExecutableType.values:()[Lnet/thevpc/nuts/NutsExecutableType;
nuts-0.8.1.jar,
NutsExecutionContext.class
package net.thevpc.nuts
NutsExecutionContext.getArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsExecutionContext.getArguments:()[Ljava/lang/String;
NutsExecutionContext.getCommandName ( ) [abstract] : String
net/thevpc/nuts/NutsExecutionContext.getCommandName:()Ljava/lang/String;
NutsExecutionContext.getCwd ( ) [abstract] : String
net/thevpc/nuts/NutsExecutionContext.getCwd:()Ljava/lang/String;
NutsExecutionContext.getDefinition ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsExecutionContext.getDefinition:()Lnet/thevpc/nuts/NutsDefinition;
NutsExecutionContext.getEnv ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsExecutionContext.getEnv:()Ljava/util/Map;
NutsExecutionContext.getExecSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionContext.getExecSession:()Lnet/thevpc/nuts/NutsSession;
NutsExecutionContext.getExecutionType ( ) [abstract] : NutsExecutionType
net/thevpc/nuts/NutsExecutionContext.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionContext.getExecutorArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsExecutionContext.getExecutorArguments:()[Ljava/lang/String;
NutsExecutionContext.getExecutorDescriptor ( ) [abstract] : NutsArtifactCall
net/thevpc/nuts/NutsExecutionContext.getExecutorDescriptor:()Lnet/thevpc/nuts/NutsArtifactCall;
NutsExecutionContext.getExecutorProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsExecutionContext.getExecutorProperties:()Ljava/util/Map;
NutsExecutionContext.getRedirectInputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecutionContext.getRedirectInputFile:()Ljava/lang/String;
NutsExecutionContext.getRedirectOutputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecutionContext.getRedirectOutputFile:()Ljava/lang/String;
NutsExecutionContext.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsExecutionContext.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsExecutionContext.getSleepMillis ( ) [abstract] : long
net/thevpc/nuts/NutsExecutionContext.getSleepMillis:()J
NutsExecutionContext.getTraceSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionContext.getTraceSession:()Lnet/thevpc/nuts/NutsSession;
NutsExecutionContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsExecutionContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsExecutionContext.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecutionContext.isFailFast:()Z
NutsExecutionContext.isInheritSystemIO ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecutionContext.isInheritSystemIO:()Z
NutsExecutionContext.isTemporary ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecutionContext.isTemporary:()Z
nuts-0.8.1.jar,
NutsExecutionEntry.class
package net.thevpc.nuts
NutsExecutionEntry.getName ( ) [abstract] : String
net/thevpc/nuts/NutsExecutionEntry.getName:()Ljava/lang/String;
NutsExecutionEntry.isApp ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecutionEntry.isApp:()Z
NutsExecutionEntry.isDefaultEntry ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecutionEntry.isDefaultEntry:()Z
nuts-0.8.1.jar,
NutsExecutionEntryAction.class
package net.thevpc.nuts
NutsExecutionEntryAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionEntryAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsExecutionEntryAction.parse ( File p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/io/File;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.parse ( InputStream p1, String p2, String p3 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.parse ( Path p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/nio/file/Path;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.setSession ( NutsSession p1 ) [abstract] : NutsExecutionEntryAction
net/thevpc/nuts/NutsExecutionEntryAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutionEntryAction;
nuts-0.8.1.jar,
NutsExecutionException.class
package net.thevpc.nuts
NutsExecutionException.getExitCode ( ) : int
net/thevpc/nuts/NutsExecutionException.getExitCode:()I
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;I)V
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZI)V
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;I)V
nuts-0.8.1.jar,
NutsExecutionType.class
package net.thevpc.nuts
NutsExecutionType.id ( ) : String
net/thevpc/nuts/NutsExecutionType.id:()Ljava/lang/String;
NutsExecutionType.parseLenient ( String value ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionType.parseLenient ( String value, NutsExecutionType emptyOrErrorValue ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionType.parseLenient ( String value, NutsExecutionType emptyValue, NutsExecutionType errorValue ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutionType;Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionType.valueOf ( String name ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionType.values ( ) [static] : NutsExecutionType[ ]
net/thevpc/nuts/NutsExecutionType.values:()[Lnet/thevpc/nuts/NutsExecutionType;
nuts-0.8.1.jar,
NutsExecutorComponent.class
package net.thevpc.nuts
NutsExecutorComponent.dryExec ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsExecutorComponent.dryExec:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsExecutorComponent.exec ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsExecutorComponent.exec:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsExecutorComponent.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsExecutorComponent.getId:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.1.jar,
NutsExtensionAlreadyRegisteredException.class
package net.thevpc.nuts
NutsExtensionAlreadyRegisteredException.getInstalled ( ) : String
net/thevpc/nuts/NutsExtensionAlreadyRegisteredException.getInstalled:()Ljava/lang/String;
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsSession session, NutsId id, String installed )
net/thevpc/nuts/NutsExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;)V
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsSession session, NutsId id, String installed, Throwable cause )
net/thevpc/nuts/NutsExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsExtensionException.class
package net.thevpc.nuts
NutsExtensionException.getId ( ) : NutsId
net/thevpc/nuts/NutsExtensionException.getId:()Lnet/thevpc/nuts/NutsId;
NutsExtensionException.NutsExtensionException ( NutsSession session, NutsId extensionId, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsExtensionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsExtensionInformation.class
package net.thevpc.nuts
NutsExtensionInformation.getAuthor ( ) [abstract] : String
net/thevpc/nuts/NutsExtensionInformation.getAuthor:()Ljava/lang/String;
NutsExtensionInformation.getCategory ( ) [abstract] : String
net/thevpc/nuts/NutsExtensionInformation.getCategory:()Ljava/lang/String;
NutsExtensionInformation.getDescription ( ) [abstract] : String
net/thevpc/nuts/NutsExtensionInformation.getDescription:()Ljava/lang/String;
NutsExtensionInformation.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsExtensionInformation.getId:()Lnet/thevpc/nuts/NutsId;
NutsExtensionInformation.getName ( ) [abstract] : String
net/thevpc/nuts/NutsExtensionInformation.getName:()Ljava/lang/String;
NutsExtensionInformation.getSource ( ) [abstract] : String
net/thevpc/nuts/NutsExtensionInformation.getSource:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsExtensionNotFoundException.class
package net.thevpc.nuts
NutsExtensionNotFoundException.getExtensionName ( ) : String
net/thevpc/nuts/NutsExtensionNotFoundException.getExtensionName:()Ljava/lang/String;
NutsExtensionNotFoundException.getMissingType ( ) : Class
net/thevpc/nuts/NutsExtensionNotFoundException.getMissingType:()Ljava/lang/Class;
NutsExtensionNotFoundException.NutsExtensionNotFoundException ( NutsSession session, Class missingType, String extensionName )
net/thevpc/nuts/NutsExtensionNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Class;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsFactoryException.class
package net.thevpc.nuts
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsFetchCommand.class
package net.thevpc.nuts
NutsFetchCommand.addRepositoryFilter ( NutsRepositoryFilter p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addRepositoryFilter:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.addScope ( NutsDependencyScope p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.addScope ( NutsDependencyScopePattern p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addScope:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.addScopes ( NutsDependencyScope... p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addScopes:([Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.addScopes ( NutsDependencyScopePattern... p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addScopes:([Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.clearScopes ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.clearScopes:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsFetchCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsFetchCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsFetchCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsFetchCommand.copy ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.copy:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.copyFrom ( NutsFetchCommand p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.copyFrom:(Lnet/thevpc/nuts/NutsFetchCommand;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsFetchCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsFetchCommand.copySession ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.copySession:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.getDependencyFilter ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsFetchCommand.getDependencyFilter:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsFetchCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsFetchCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsFetchCommand.getLocation ( ) [abstract] : Path
net/thevpc/nuts/NutsFetchCommand.getLocation:()Ljava/nio/file/Path;
NutsFetchCommand.getOptional ( ) [abstract] : Boolean
net/thevpc/nuts/NutsFetchCommand.getOptional:()Ljava/lang/Boolean;
NutsFetchCommand.getRepositoryFilter ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsFetchCommand.getRepositoryFilter:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsFetchCommand.getResultContent ( ) [abstract] : NutsContent
net/thevpc/nuts/NutsFetchCommand.getResultContent:()Lnet/thevpc/nuts/NutsContent;
NutsFetchCommand.getResultContentHash ( ) [abstract] : String
net/thevpc/nuts/NutsFetchCommand.getResultContentHash:()Ljava/lang/String;
NutsFetchCommand.getResultDefinition ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsFetchCommand.getResultDefinition:()Lnet/thevpc/nuts/NutsDefinition;
NutsFetchCommand.getResultDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsFetchCommand.getResultDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsFetchCommand.getResultDescriptorHash ( ) [abstract] : String
net/thevpc/nuts/NutsFetchCommand.getResultDescriptorHash:()Ljava/lang/String;
NutsFetchCommand.getResultId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsFetchCommand.getResultId:()Lnet/thevpc/nuts/NutsId;
NutsFetchCommand.getResultInstallInformation ( ) [abstract] : NutsInstallInformation
net/thevpc/nuts/NutsFetchCommand.getResultInstallInformation:()Lnet/thevpc/nuts/NutsInstallInformation;
NutsFetchCommand.getResultPath ( ) [abstract] : Path
net/thevpc/nuts/NutsFetchCommand.getResultPath:()Ljava/nio/file/Path;
NutsFetchCommand.getScope ( ) [abstract] : Set<NutsDependencyScope>
net/thevpc/nuts/NutsFetchCommand.getScope:()Ljava/util/Set;
NutsFetchCommand.isContent ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isContent:()Z
NutsFetchCommand.isDependencies ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isDependencies:()Z
NutsFetchCommand.isEffective ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isEffective:()Z
NutsFetchCommand.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isFailFast:()Z
NutsFetchCommand.removeScope ( NutsDependencyScope p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.removeScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.removeScope ( NutsDependencyScopePattern p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.removeScope:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsFetchCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsFetchCommand.run ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.run:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setContent ( boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setContent:(Z)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setDefaultLocation ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setDefaultLocation:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setDependencies ( boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setDependencies:(Z)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setDependencyFilter ( NutsDependencyFilter p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setDependencyFilter:(Lnet/thevpc/nuts/NutsDependencyFilter;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setDependencyFilter ( String p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setDependencyFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setEffective ( boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setEffective:(Z)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setFailFast ( boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setFailFast:(Z)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setId ( NutsId p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setId ( String p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setLocation ( Path p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setLocation:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setNutsApi ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setNutsApi:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setNutsRuntime ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setNutsRuntime:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setOptional ( Boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setRepositoryFilter ( NutsRepositoryFilter p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setRepositoryFilter:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsFetchCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsFetchCommand.setSession ( NutsSession p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFetchCommand;
nuts-0.8.1.jar,
NutsFetchContentRepositoryCommand.class
package net.thevpc.nuts.spi
NutsFetchContentRepositoryCommand.getDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsFetchContentRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchContentRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsFetchContentRepositoryCommand.getLocalPath ( ) [abstract] : String
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getLocalPath:()Ljava/lang/String;
NutsFetchContentRepositoryCommand.getResult ( ) [abstract] : NutsContent
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsContent;
NutsFetchContentRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchContentRepositoryCommand.run ( ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setDescriptor ( NutsDescriptor p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setLocalPath ( String p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setLocalPath:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchContentRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
nuts-0.8.1.jar,
NutsFetchDescriptorRepositoryCommand.class
package net.thevpc.nuts.spi
NutsFetchDescriptorRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchDescriptorRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsFetchDescriptorRepositoryCommand.getResult ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsDescriptor;
NutsFetchDescriptorRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.run ( ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
nuts-0.8.1.jar,
NutsFetchMode.class
package net.thevpc.nuts
NutsFetchMode.id ( ) : String
net/thevpc/nuts/NutsFetchMode.id:()Ljava/lang/String;
NutsFetchMode.parseLenient ( String value ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchMode.parseLenient ( String value, NutsFetchMode emptyOrErrorValue ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchMode.parseLenient ( String value, NutsFetchMode emptyValue, NutsFetchMode errorValue ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchMode.valueOf ( String name ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchMode.values ( ) [static] : NutsFetchMode[ ]
net/thevpc/nuts/NutsFetchMode.values:()[Lnet/thevpc/nuts/NutsFetchMode;
nuts-0.8.1.jar,
NutsFetchModeNotSupportedException.class
package net.thevpc.nuts
NutsFetchModeNotSupportedException.getFetchMode ( ) : NutsFetchMode
net/thevpc/nuts/NutsFetchModeNotSupportedException.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchModeNotSupportedException.getId ( ) : String
net/thevpc/nuts/NutsFetchModeNotSupportedException.getId:()Ljava/lang/String;
NutsFetchModeNotSupportedException.getRepositoryName ( ) : String
net/thevpc/nuts/NutsFetchModeNotSupportedException.getRepositoryName:()Ljava/lang/String;
NutsFetchModeNotSupportedException.getRepositoryUuid ( ) : String
net/thevpc/nuts/NutsFetchModeNotSupportedException.getRepositoryUuid:()Ljava/lang/String;
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message )
net/thevpc/nuts/NutsFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsFetchMode;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;)V
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message, Exception cause )
net/thevpc/nuts/NutsFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsFetchMode;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsFetchStrategy.class
package net.thevpc.nuts
NutsFetchStrategy.id ( ) : String
net/thevpc/nuts/NutsFetchStrategy.id:()Ljava/lang/String;
NutsFetchStrategy.isStopFast ( ) : boolean
net/thevpc/nuts/NutsFetchStrategy.isStopFast:()Z
NutsFetchStrategy.iterator ( ) : Iterator<NutsFetchMode>
net/thevpc/nuts/NutsFetchStrategy.iterator:()Ljava/util/Iterator;
NutsFetchStrategy.modes ( ) : NutsFetchMode[ ]
net/thevpc/nuts/NutsFetchStrategy.modes:()[Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchStrategy.parseLenient ( String value ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchStrategy.parseLenient ( String value, NutsFetchStrategy emptyOrErrorValue ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchStrategy.parseLenient ( String value, NutsFetchStrategy emptyValue, NutsFetchStrategy errorValue ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchStrategy;Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchStrategy.valueOf ( String name ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchStrategy.values ( ) [static] : NutsFetchStrategy[ ]
net/thevpc/nuts/NutsFetchStrategy.values:()[Lnet/thevpc/nuts/NutsFetchStrategy;
nuts-0.8.1.jar,
NutsFilter.class
package net.thevpc.nuts
NutsFilter.and ( NutsFilter p1 ) [abstract] : NutsFilter
net/thevpc/nuts/NutsFilter.and:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilter.getFilterOp ( ) [abstract] : NutsFilterOp
net/thevpc/nuts/NutsFilter.getFilterOp:()Lnet/thevpc/nuts/NutsFilterOp;
NutsFilter.getFilterType ( ) [abstract] : Class<?>
net/thevpc/nuts/NutsFilter.getFilterType:()Ljava/lang/Class;
NutsFilter.getSubFilters ( ) [abstract] : NutsFilter[ ]
net/thevpc/nuts/NutsFilter.getSubFilters:()[Lnet/thevpc/nuts/NutsFilter;
NutsFilter.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsFilter.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsFilter.neg ( ) [abstract] : NutsFilter
net/thevpc/nuts/NutsFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsFilter.or ( NutsFilter p1 ) [abstract] : NutsFilter
net/thevpc/nuts/NutsFilter.or:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilter.simplify ( ) [abstract] : NutsFilter
net/thevpc/nuts/NutsFilter.simplify:()Lnet/thevpc/nuts/NutsFilter;
NutsFilter.simplify ( Class<T> p1 ) [abstract] : NutsFilter
net/thevpc/nuts/NutsFilter.simplify:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
NutsFilter.to ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsFilter.to:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
nuts-0.8.1.jar,
NutsFilterManager.class
package net.thevpc.nuts
NutsFilterManager.all ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.all:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.all ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.all:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.always ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.always:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.any ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.any:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.any ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.any:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.as ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.as:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.dependency ( ) [abstract] : NutsDependencyFilterManager
net/thevpc/nuts/NutsFilterManager.dependency:()Lnet/thevpc/nuts/NutsDependencyFilterManager;
NutsFilterManager.descriptor ( ) [abstract] : NutsDescriptorFilterManager
net/thevpc/nuts/NutsFilterManager.descriptor:()Lnet/thevpc/nuts/NutsDescriptorFilterManager;
NutsFilterManager.detectType ( NutsFilter p1 ) [abstract] : Class<?>
net/thevpc/nuts/NutsFilterManager.detectType:(Lnet/thevpc/nuts/NutsFilter;)Ljava/lang/Class;
NutsFilterManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsFilterManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsFilterManager.id ( ) [abstract] : NutsIdFilterManager
net/thevpc/nuts/NutsFilterManager.id:()Lnet/thevpc/nuts/NutsIdFilterManager;
NutsFilterManager.installStatus ( ) [abstract] : NutsInstallStatusFilterManager
net/thevpc/nuts/NutsFilterManager.installStatus:()Lnet/thevpc/nuts/NutsInstallStatusFilterManager;
NutsFilterManager.never ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.never:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.none ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.none:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.none ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.none:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.nonnull ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.nonnull:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.not ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.not:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.not ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.not:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.repository ( ) [abstract] : NutsRepositoryFilterManager
net/thevpc/nuts/NutsFilterManager.repository:()Lnet/thevpc/nuts/NutsRepositoryFilterManager;
NutsFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsFilterManager
net/thevpc/nuts/NutsFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFilterManager;
NutsFilterManager.to ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.to:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.version ( ) [abstract] : NutsVersionFilterManager
net/thevpc/nuts/NutsFilterManager.version:()Lnet/thevpc/nuts/NutsVersionFilterManager;
nuts-0.8.1.jar,
NutsFilterOp.class
package net.thevpc.nuts
NutsFilterOp.id ( ) : String
net/thevpc/nuts/NutsFilterOp.id:()Ljava/lang/String;
NutsFilterOp.parseLenient ( String value ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFilterOp;
NutsFilterOp.parseLenient ( String value, NutsFilterOp emptyOrErrorValue ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFilterOp;)Lnet/thevpc/nuts/NutsFilterOp;
NutsFilterOp.parseLenient ( String value, NutsFilterOp emptyValue, NutsFilterOp errorValue ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFilterOp;Lnet/thevpc/nuts/NutsFilterOp;)Lnet/thevpc/nuts/NutsFilterOp;
NutsFilterOp.valueOf ( String name ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFilterOp;
NutsFilterOp.values ( ) [static] : NutsFilterOp[ ]
net/thevpc/nuts/NutsFilterOp.values:()[Lnet/thevpc/nuts/NutsFilterOp;
nuts-0.8.1.jar,
NutsFormat.class
package net.thevpc.nuts
NutsFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsFormat
net/thevpc/nuts/NutsFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsFormat.format ( ) [abstract] : NutsString
net/thevpc/nuts/NutsFormat.format:()Lnet/thevpc/nuts/NutsString;
NutsFormat.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsFormat.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsFormat.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/NutsFormat.isNtf:()Z
NutsFormat.print ( ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:()V
NutsFormat.print ( File p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Ljava/io/File;)V
NutsFormat.print ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Lnet/thevpc/nuts/NutsPrintStream;)V
NutsFormat.print ( NutsSessionTerminal p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Lnet/thevpc/nuts/NutsSessionTerminal;)V
NutsFormat.print ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Ljava/io/OutputStream;)V
NutsFormat.print ( Path p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Ljava/nio/file/Path;)V
NutsFormat.print ( Writer p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Ljava/io/Writer;)V
NutsFormat.println ( ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:()V
NutsFormat.println ( File p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Ljava/io/File;)V
NutsFormat.println ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Lnet/thevpc/nuts/NutsPrintStream;)V
NutsFormat.println ( NutsSessionTerminal p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Lnet/thevpc/nuts/NutsSessionTerminal;)V
NutsFormat.println ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Ljava/io/OutputStream;)V
NutsFormat.println ( Path p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Ljava/nio/file/Path;)V
NutsFormat.println ( Writer p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Ljava/io/Writer;)V
NutsFormat.setNtf ( boolean p1 ) [abstract] : NutsFormat
net/thevpc/nuts/NutsFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsFormat.setSession ( NutsSession p1 ) [abstract] : NutsFormat
net/thevpc/nuts/NutsFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
nuts-0.8.1.jar,
NutsFormatManager.class
package net.thevpc.nuts
NutsFormatManager.element ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsFormatManager.element:()Lnet/thevpc/nuts/NutsElementFormat;
NutsFormatManager.element ( Object p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsFormatManager.element:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElementFormat;
NutsFormatManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsFormatManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsFormatManager.object ( ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsFormatManager.object:()Lnet/thevpc/nuts/NutsObjectFormat;
NutsFormatManager.object ( Object p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsFormatManager.object:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsFormatManager.props ( ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsFormatManager.props:()Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsFormatManager.props ( Object p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsFormatManager.props:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsFormatManager.setSession ( NutsSession p1 ) [abstract] : NutsFormatManager
net/thevpc/nuts/NutsFormatManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormatManager;
NutsFormatManager.table ( ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsFormatManager.table:()Lnet/thevpc/nuts/NutsTableFormat;
NutsFormatManager.table ( Object p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsFormatManager.table:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTableFormat;
NutsFormatManager.tree ( ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsFormatManager.tree:()Lnet/thevpc/nuts/NutsTreeFormat;
NutsFormatManager.tree ( Object p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsFormatManager.tree:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTreeFormat;
nuts-0.8.1.jar,
NutsFormatSPI.class
package net.thevpc.nuts.spi
NutsFormatSPI.configureFirst ( NutsCommandLine p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsFormatSPI.configureFirst:(Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsFormatSPI.print ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsFormatSPI.print:(Lnet/thevpc/nuts/NutsPrintStream;)V
nuts-0.8.1.jar,
NutsFormattable.class
package net.thevpc.nuts
NutsFormattable.format ( ) : NutsString
net/thevpc/nuts/NutsFormattable.format:()Lnet/thevpc/nuts/NutsString;
NutsFormattable.formatter ( ) [abstract] : NutsFormat
net/thevpc/nuts/NutsFormattable.formatter:()Lnet/thevpc/nuts/NutsFormat;
nuts-0.8.1.jar,
NutsId.class
package net.thevpc.nuts
NutsId.anyToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.anyToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.artifactIdToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.artifactIdToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.builder ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsId.builder:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsId.equalsShortName ( NutsId p1 ) [abstract] : boolean
net/thevpc/nuts/NutsId.equalsShortName:(Lnet/thevpc/nuts/NutsId;)Z
NutsId.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsId.getArch:()Ljava/lang/String;
NutsId.getArtifactId ( ) [abstract] : String
net/thevpc/nuts/NutsId.getArtifactId:()Ljava/lang/String;
NutsId.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsId.getClassifier:()Ljava/lang/String;
NutsId.getFace ( ) [abstract] : String
net/thevpc/nuts/NutsId.getFace:()Ljava/lang/String;
NutsId.getFullName ( ) [abstract] : String
net/thevpc/nuts/NutsId.getFullName:()Ljava/lang/String;
NutsId.getGroupId ( ) [abstract] : String
net/thevpc/nuts/NutsId.getGroupId:()Ljava/lang/String;
NutsId.getLongName ( ) [abstract] : String
net/thevpc/nuts/NutsId.getLongName:()Ljava/lang/String;
NutsId.getLongNameId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.getLongNameId:()Lnet/thevpc/nuts/NutsId;
NutsId.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsId.getOs:()Ljava/lang/String;
NutsId.getOsdist ( ) [abstract] : String
net/thevpc/nuts/NutsId.getOsdist:()Ljava/lang/String;
NutsId.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsId.getPackaging:()Ljava/lang/String;
NutsId.getPlatform ( ) [abstract] : String
net/thevpc/nuts/NutsId.getPlatform:()Ljava/lang/String;
NutsId.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsId.getProperties:()Ljava/util/Map;
NutsId.getPropertiesQuery ( ) [abstract] : String
net/thevpc/nuts/NutsId.getPropertiesQuery:()Ljava/lang/String;
NutsId.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsId.getRepository:()Ljava/lang/String;
NutsId.getShortName ( ) [abstract] : String
net/thevpc/nuts/NutsId.getShortName:()Ljava/lang/String;
NutsId.getShortNameId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.getShortNameId:()Lnet/thevpc/nuts/NutsId;
NutsId.getVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsId.getVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsId.groupIdToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.groupIdToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.parse ( String value, NutsSession session ) [static] : NutsId
net/thevpc/nuts/NutsId.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsId;
NutsId.propertiesToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.propertiesToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.repositoryToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.repositoryToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.toDependency ( ) [abstract] : NutsDependency
net/thevpc/nuts/NutsId.toDependency:()Lnet/thevpc/nuts/NutsDependency;
NutsId.versionToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.versionToken:()Lnet/thevpc/nuts/NutsTokenFilter;
nuts-0.8.1.jar,
NutsIdBuilder.class
package net.thevpc.nuts
NutsIdBuilder.addProperties ( Map<String,String> p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.addProperties ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.addProperties:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.apply ( Function<String,String> p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.apply:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.build ( ) [abstract] : NutsId
net/thevpc/nuts/NutsIdBuilder.build:()Lnet/thevpc/nuts/NutsId;
NutsIdBuilder.clear ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.clear:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getArch:()Ljava/lang/String;
NutsIdBuilder.getArtifactId ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getArtifactId:()Ljava/lang/String;
NutsIdBuilder.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getClassifier:()Ljava/lang/String;
NutsIdBuilder.getFace ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getFace:()Ljava/lang/String;
NutsIdBuilder.getFullName ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getFullName:()Ljava/lang/String;
NutsIdBuilder.getGroupId ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getGroupId:()Ljava/lang/String;
NutsIdBuilder.getLongName ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getLongName:()Ljava/lang/String;
NutsIdBuilder.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getOs:()Ljava/lang/String;
NutsIdBuilder.getOsdist ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getOsdist:()Ljava/lang/String;
NutsIdBuilder.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getPackaging:()Ljava/lang/String;
NutsIdBuilder.getPlatform ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getPlatform:()Ljava/lang/String;
NutsIdBuilder.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsIdBuilder.getProperties:()Ljava/util/Map;
NutsIdBuilder.getPropertiesQuery ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getPropertiesQuery:()Ljava/lang/String;
NutsIdBuilder.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getRepository:()Ljava/lang/String;
NutsIdBuilder.getShortName ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getShortName:()Ljava/lang/String;
NutsIdBuilder.getVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsIdBuilder.getVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsIdBuilder.omitImportedGroupId ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.omitImportedGroupId:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.set ( NutsId p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.set:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.set ( NutsIdBuilder p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.set:(Lnet/thevpc/nuts/NutsIdBuilder;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setArch ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setArtifactId ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setArtifactId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setClassifier ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setFace ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setFace:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setFaceContent ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setFaceContent:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setFaceDescriptor ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setFaceDescriptor:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setGroupId ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setGroupId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setOs ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setOsdist ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setOsdist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setPackaging ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setPlatform ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setPlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setProperties ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setProperties:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setProperty ( String p1, String p2 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setRepository ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setVersion ( NutsVersion p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setVersion ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
nuts-0.8.1.jar,
NutsIdFilter.class
package net.thevpc.nuts
NutsIdFilter.acceptId ( NutsId p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsIdFilter.acceptId:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Z
NutsIdFilter.acceptSearchId ( NutsSearchId sid, NutsSession session ) : boolean
net/thevpc/nuts/NutsIdFilter.acceptSearchId:(Lnet/thevpc/nuts/NutsSearchId;Lnet/thevpc/nuts/NutsSession;)Z
NutsIdFilter.and ( NutsIdFilter p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilter.and:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilter.neg ( ) : NutsFilter
net/thevpc/nuts/NutsIdFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsIdFilter.neg ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilter.neg:()Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilter.or ( NutsIdFilter p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilter.or:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/NutsIdFilter;
nuts-0.8.1.jar,
NutsIdFilterManager.class
package net.thevpc.nuts
NutsIdFilterManager.byDefaultVersion ( Boolean p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byDefaultVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.byExpression ( String p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.byInstallStatus ( NutsInstallStatusFilter p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.byName ( String... p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsIdFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsIdFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsIdFilterManager
net/thevpc/nuts/NutsIdFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdFilterManager;
nuts-0.8.1.jar,
NutsIdFormat.class
package net.thevpc.nuts
NutsIdFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsIdFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsIdFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsIdFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsIdFormat.getOmitProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsIdFormat.getOmitProperties:()[Ljava/lang/String;
NutsIdFormat.getValue ( ) [abstract] : NutsId
net/thevpc/nuts/NutsIdFormat.getValue:()Lnet/thevpc/nuts/NutsId;
NutsIdFormat.isHighlightImportedGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isHighlightImportedGroupId:()Z
NutsIdFormat.isHighlightOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isHighlightOptional:()Z
NutsIdFormat.isHighlightScope ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isHighlightScope:()Z
NutsIdFormat.isOmitClassifier ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitClassifier:()Z
NutsIdFormat.isOmitFace ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitFace:()Z
NutsIdFormat.isOmitGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitGroupId:()Z
NutsIdFormat.isOmitImportedGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitImportedGroupId:()Z
NutsIdFormat.isOmitOtherProperties ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitOtherProperties:()Z
NutsIdFormat.isOmitProperty ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitProperty:(Ljava/lang/String;)Z
NutsIdFormat.isOmitRepository ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitRepository:()Z
NutsIdFormat.setHighlightImportedGroupId ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setHighlightImportedGroupId:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setHighlightOptional ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setHighlightOptional:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setHighlightScope ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setHighlightScope:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsIdFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsIdFormat.setNtf ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitClassifier ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitClassifier:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitFace ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitFace:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitGroupId ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitGroupId:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitImportedGroupId ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitImportedGroupId:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitOtherProperties ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitOtherProperties:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitProperty ( String p1, boolean p2 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitProperty:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitRepository ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitRepository:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsIdFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsIdFormat.setSession ( NutsSession p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setValue ( NutsId p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setValue:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsIdFormat;
nuts-0.8.1.jar,
NutsIdInvalidDependency.class
package net.thevpc.nuts
NutsNotFoundException.NutsIdInvalidDependency.getCause ( ) : Set<NutsNotFoundException.NutsIdInvalidDependency>
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency.getCause:()Ljava/util/Set;
NutsNotFoundException.NutsIdInvalidDependency.getId ( ) : NutsId
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency.getId:()Lnet/thevpc/nuts/NutsId;
NutsNotFoundException.NutsIdInvalidDependency.NutsNotFoundException.NutsIdInvalidDependency ( NutsId id, Set<NutsNotFoundException.NutsIdInvalidDependency> cause )
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency."<init>":(Lnet/thevpc/nuts/NutsId;Ljava/util/Set;)V
nuts-0.8.1.jar,
NutsIdInvalidLocation.class
package net.thevpc.nuts
NutsNotFoundException.NutsIdInvalidLocation.getMessage ( ) : String
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidLocation.getMessage:()Ljava/lang/String;
NutsNotFoundException.NutsIdInvalidLocation.getRepository ( ) : String
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidLocation.getRepository:()Ljava/lang/String;
NutsNotFoundException.NutsIdInvalidLocation.getUrl ( ) : String
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidLocation.getUrl:()Ljava/lang/String;
NutsNotFoundException.NutsIdInvalidLocation.NutsNotFoundException.NutsIdInvalidLocation ( String repository, String url, String message )
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidLocation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsIdLocation.class
package net.thevpc.nuts
NutsIdLocation.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocation.getClassifier:()Ljava/lang/String;
NutsIdLocation.getRegion ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocation.getRegion:()Ljava/lang/String;
NutsIdLocation.getUrl ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocation.getUrl:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsIdLocationBuilder.class
package net.thevpc.nuts
NutsIdLocationBuilder.build ( ) [abstract] : NutsIdLocation
net/thevpc/nuts/NutsIdLocationBuilder.build:()Lnet/thevpc/nuts/NutsIdLocation;
NutsIdLocationBuilder.clear ( ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.clear:()Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocationBuilder.getClassifier:()Ljava/lang/String;
NutsIdLocationBuilder.getRegion ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocationBuilder.getRegion:()Ljava/lang/String;
NutsIdLocationBuilder.getUrl ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocationBuilder.getUrl:()Ljava/lang/String;
NutsIdLocationBuilder.set ( NutsIdLocation p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.set:(Lnet/thevpc/nuts/NutsIdLocation;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.set ( NutsIdLocationBuilder p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.set:(Lnet/thevpc/nuts/NutsIdLocationBuilder;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.setClassifier ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.setRegion ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.setRegion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.setUrl ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
nuts-0.8.1.jar,
NutsIdManager.class
package net.thevpc.nuts
NutsIdManager.builder ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdManager.builder:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdManager.filter ( ) [abstract] : NutsIdFilterManager
net/thevpc/nuts/NutsIdManager.filter:()Lnet/thevpc/nuts/NutsIdFilterManager;
NutsIdManager.formatter ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdManager.formatter:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdManager.formatter ( NutsId p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdManager.formatter:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIdManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIdManager.parse ( String p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsIdManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsId;
NutsIdManager.parser ( ) [abstract] : NutsIdParser
net/thevpc/nuts/NutsIdManager.parser:()Lnet/thevpc/nuts/NutsIdParser;
NutsIdManager.resolveId ( Class p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsIdManager.resolveId:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsId;
NutsIdManager.resolveIds ( Class p1 ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsIdManager.resolveIds:(Ljava/lang/Class;)[Lnet/thevpc/nuts/NutsId;
NutsIdManager.setSession ( NutsSession p1 ) [abstract] : NutsIdManager
net/thevpc/nuts/NutsIdManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdManager;
nuts-0.8.1.jar,
NutsIdParser.class
package net.thevpc.nuts
NutsIdParser.isLenient ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdParser.isLenient:()Z
NutsIdParser.of ( NutsSession session ) [static] : NutsIdParser
net/thevpc/nuts/NutsIdParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdParser;
NutsIdParser.parse ( String p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsIdParser.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsId;
NutsIdParser.setLenient ( boolean p1 ) [abstract] : NutsIdParser
net/thevpc/nuts/NutsIdParser.setLenient:(Z)Lnet/thevpc/nuts/NutsIdParser;
nuts-0.8.1.jar,
NutsIdType.class
package net.thevpc.nuts
NutsIdType.id ( ) : String
net/thevpc/nuts/NutsIdType.id:()Ljava/lang/String;
NutsIdType.parseLenient ( String value ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdType;
NutsIdType.parseLenient ( String value, NutsIdType emptyOrErrorValue ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsIdType;)Lnet/thevpc/nuts/NutsIdType;
NutsIdType.parseLenient ( String value, NutsIdType emptyValue, NutsIdType errorValue ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsIdType;Lnet/thevpc/nuts/NutsIdType;)Lnet/thevpc/nuts/NutsIdType;
NutsIdType.valueOf ( String name ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdType;
NutsIdType.values ( ) [static] : NutsIdType[ ]
net/thevpc/nuts/NutsIdType.values:()[Lnet/thevpc/nuts/NutsIdType;
nuts-0.8.1.jar,
NutsIllegalArgumentException.class
package net.thevpc.nuts
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsImportManager.class
package net.thevpc.nuts
NutsImportManager.add ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.add:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.getAll ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsImportManager.getAll:()Ljava/util/Set;
NutsImportManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsImportManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsImportManager.isImportedGroupId ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsImportManager.isImportedGroupId:(Ljava/lang/String;)Z
NutsImportManager.remove ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.remove:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.removeAll ( ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.removeAll:()Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.set ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.set:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.setSession ( NutsSession p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsImportManager;
nuts-0.8.1.jar,
NutsIndexerNotAccessibleException.class
package net.thevpc.nuts
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsIndexStore.class
package net.thevpc.nuts
NutsIndexStore.invalidate ( NutsId p1, NutsSession p2 ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStore.invalidate:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIndexStore;
NutsIndexStore.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NutsIndexStore.isEnabled:()Z
NutsIndexStore.isSubscribed ( NutsSession p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIndexStore.isSubscribed:(Lnet/thevpc/nuts/NutsSession;)Z
NutsIndexStore.revalidate ( NutsId p1, NutsSession p2 ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStore.revalidate:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIndexStore;
NutsIndexStore.search ( NutsIdFilter p1, NutsSession p2 ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/NutsIndexStore.search:(Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
NutsIndexStore.searchVersions ( NutsId p1, NutsSession p2 ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/NutsIndexStore.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
NutsIndexStore.setEnabled ( boolean p1 ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStore.setEnabled:(Z)Lnet/thevpc/nuts/NutsIndexStore;
NutsIndexStore.subscribe ( NutsSession p1 ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStore.subscribe:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIndexStore;
NutsIndexStore.unsubscribe ( NutsSession p1 ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStore.unsubscribe:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIndexStore;
nuts-0.8.1.jar,
NutsIndexStoreFactory.class
package net.thevpc.nuts.spi
NutsIndexStoreFactory.createIndexStore ( NutsRepository p1 ) [abstract] : NutsIndexStore
net/thevpc/nuts/spi/NutsIndexStoreFactory.createIndexStore:(Lnet/thevpc/nuts/NutsRepository;)Lnet/thevpc/nuts/NutsIndexStore;
nuts-0.8.1.jar,
NutsInfoFormat.class
package net.thevpc.nuts
NutsInfoFormat.addProperties ( Map<String,String> p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.addProperty ( String p1, String p2 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsInfoFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsInfoFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsInfoFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsInfoFormat.isFancy ( ) [abstract] : boolean
net/thevpc/nuts/NutsInfoFormat.isFancy:()Z
NutsInfoFormat.isShowRepositories ( ) [abstract] : boolean
net/thevpc/nuts/NutsInfoFormat.isShowRepositories:()Z
NutsInfoFormat.setFancy ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setFancy:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsInfoFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsInfoFormat.setNtf ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsInfoFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsInfoFormat.setSession ( NutsSession p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.setShowRepositories ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setShowRepositories:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
nuts-0.8.1.jar,
NutsInput.class
package net.thevpc.nuts
NutsInput.close ( ) [abstract] : void
net/thevpc/nuts/NutsInput.close:()V
NutsInput.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getContentEncoding:()Ljava/lang/String;
NutsInput.getContentType ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getContentType:()Ljava/lang/String;
NutsInput.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsInput.getFilePath:()Ljava/nio/file/Path;
NutsInput.getFormattedName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsInput.getFormattedName:()Lnet/thevpc/nuts/NutsString;
NutsInput.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsInput.getLastModifiedInstant:()Ljava/time/Instant;
NutsInput.getName ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getName:()Ljava/lang/String;
NutsInput.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsInput.getSource:()Ljava/lang/Object;
NutsInput.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getTypeName:()Ljava/lang/String;
NutsInput.getURL ( ) [abstract] : URL
net/thevpc/nuts/NutsInput.getURL:()Ljava/net/URL;
NutsInput.head ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsInput.head:(I)Ljava/util/List;
NutsInput.isFile ( ) [abstract] : boolean
net/thevpc/nuts/NutsInput.isFile:()Z
NutsInput.isURL ( ) [abstract] : boolean
net/thevpc/nuts/NutsInput.isURL:()Z
NutsInput.length ( ) [abstract] : long
net/thevpc/nuts/NutsInput.length:()J
NutsInput.lines ( ) [abstract] : Stream<String>
net/thevpc/nuts/NutsInput.lines:()Ljava/util/stream/Stream;
NutsInput.open ( ) [abstract] : InputStream
net/thevpc/nuts/NutsInput.open:()Ljava/io/InputStream;
NutsInput.tail ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsInput.tail:(I)Ljava/util/List;
nuts-0.8.1.jar,
NutsInputAction.class
package net.thevpc.nuts
NutsInputAction.getName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsInputAction.getName:()Lnet/thevpc/nuts/NutsString;
NutsInputAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsInputAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsInputAction.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsInputAction.getTypeName:()Ljava/lang/String;
NutsInputAction.isMultiRead ( ) [abstract] : boolean
net/thevpc/nuts/NutsInputAction.isMultiRead:()Z
NutsInputAction.of ( byte[ ] p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:([B)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( File p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( InputStream p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( NutsInput p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( NutsPath p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( Object p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( Path p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( String p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( URL p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.setMultiRead ( boolean p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setMultiRead:(Z)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setName ( NutsString p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setSession ( NutsSession p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setTypeName ( String p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInputAction;
nuts-0.8.1.jar,
NutsInputStreamTransparentAdapter.class
package net.thevpc.nuts.spi
NutsInputStreamTransparentAdapter.baseInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsInputStreamTransparentAdapter.baseInputStream:()Ljava/io/InputStream;
nuts-0.8.1.jar,
NutsInstallationException.class
package net.thevpc.nuts
NutsInstallationException.getId ( ) : NutsId
net/thevpc/nuts/NutsInstallationException.getId:()Lnet/thevpc/nuts/NutsId;
NutsInstallationException.NutsInstallationException ( NutsSession session, NutsId id, NutsMessage msg, Throwable ex )
net/thevpc/nuts/NutsInstallationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsInstallCommand.class
package net.thevpc.nuts
NutsInstallCommand.addArg ( String p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.addArgs ( Collection<String> p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.addArgs ( String... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.addConditionalArgs ( Predicate<NutsDefinition> p1, String... p2 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addConditionalArgs:(Ljava/util/function/Predicate;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.addId ( NutsId p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.addId ( String p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.addIds ( NutsId... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.addIds ( String... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.clearArgs ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.clearArgs:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.clearIds ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.clearIds:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.companions ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.companions:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.companions ( boolean p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.companions:(Z)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsInstallCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsInstallCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsInstallCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsInstallCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsInstallCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsInstallCommand.copySession ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.copySession:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.defaultVersion ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.defaultVersion:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.defaultVersion ( boolean p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.defaultVersion:(Z)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.getArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsInstallCommand.getArgs:()[Ljava/lang/String;
NutsInstallCommand.getCompanions ( ) [abstract] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallCommand.getCompanions:()Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallCommand.getIdMap ( ) [abstract] : Map<NutsId,NutsInstallStrategy>
net/thevpc/nuts/NutsInstallCommand.getIdMap:()Ljava/util/Map;
NutsInstallCommand.getIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsInstallCommand.getIds:()[Lnet/thevpc/nuts/NutsId;
NutsInstallCommand.getInstalled ( ) [abstract] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallCommand.getInstalled:()Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallCommand.getResult ( ) [abstract] : NutsResultList<NutsDefinition>
net/thevpc/nuts/NutsInstallCommand.getResult:()Lnet/thevpc/nuts/NutsResultList;
NutsInstallCommand.getStrategy ( ) [abstract] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallCommand.getStrategy:()Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallCommand.isCompanions ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallCommand.isCompanions:()Z
NutsInstallCommand.isDefaultVersion ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallCommand.isDefaultVersion:()Z
NutsInstallCommand.isInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallCommand.isInstalled:()Z
NutsInstallCommand.removeId ( NutsId p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.removeId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.removeId ( String p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsInstallCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsInstallCommand.run ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.run:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setCompanions ( boolean p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setCompanions:(Z)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setDefaultVersion ( boolean p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setDefaultVersion:(Z)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setId ( NutsId p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setId ( String p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setIds ( NutsId... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setIds ( String... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setInstalled ( boolean p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setInstalled:(Z)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsInstallCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsInstallCommand.setSession ( NutsSession p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setStrategy ( NutsInstallStrategy p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setStrategy:(Lnet/thevpc/nuts/NutsInstallStrategy;)Lnet/thevpc/nuts/NutsInstallCommand;
nuts-0.8.1.jar,
NutsInstallerComponent.class
package net.thevpc.nuts
NutsInstallerComponent.install ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsInstallerComponent.install:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsInstallerComponent.uninstall ( NutsExecutionContext p1, boolean p2 ) [abstract] : void
net/thevpc/nuts/NutsInstallerComponent.uninstall:(Lnet/thevpc/nuts/NutsExecutionContext;Z)V
NutsInstallerComponent.update ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsInstallerComponent.update:(Lnet/thevpc/nuts/NutsExecutionContext;)V
nuts-0.8.1.jar,
NutsInstallEvent.class
package net.thevpc.nuts
NutsInstallEvent.getDefinition ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsInstallEvent.getDefinition:()Lnet/thevpc/nuts/NutsDefinition;
NutsInstallEvent.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsInstallEvent.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsInstallEvent.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsInstallEvent.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsInstallEvent.isForce ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallEvent.isForce:()Z
nuts-0.8.1.jar,
NutsInstallException.class
package net.thevpc.nuts
NutsInstallException.NutsInstallException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsInstallException.NutsInstallException ( NutsSession workspace, NutsId id, NutsMessage msg, Throwable ex )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsInstallInformation.class
package net.thevpc.nuts
NutsInstallInformation.getCreatedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsInstallInformation.getCreatedInstant:()Ljava/time/Instant;
NutsInstallInformation.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsInstallInformation.getId:()Lnet/thevpc/nuts/NutsId;
NutsInstallInformation.getInstallFolder ( ) [abstract] : String
net/thevpc/nuts/NutsInstallInformation.getInstallFolder:()Ljava/lang/String;
NutsInstallInformation.getInstallStatus ( ) [abstract] : NutsInstallStatus
net/thevpc/nuts/NutsInstallInformation.getInstallStatus:()Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallInformation.getInstallUser ( ) [abstract] : String
net/thevpc/nuts/NutsInstallInformation.getInstallUser:()Ljava/lang/String;
NutsInstallInformation.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsInstallInformation.getLastModifiedInstant:()Ljava/time/Instant;
NutsInstallInformation.getSourceRepositoryName ( ) [abstract] : String
net/thevpc/nuts/NutsInstallInformation.getSourceRepositoryName:()Ljava/lang/String;
NutsInstallInformation.getSourceRepositoryUUID ( ) [abstract] : String
net/thevpc/nuts/NutsInstallInformation.getSourceRepositoryUUID:()Ljava/lang/String;
NutsInstallInformation.isDefaultVersion ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isDefaultVersion:()Z
NutsInstallInformation.isInstalledOrRequired ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isInstalledOrRequired:()Z
NutsInstallInformation.isJustInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isJustInstalled:()Z
NutsInstallInformation.isJustReInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isJustReInstalled:()Z
NutsInstallInformation.isJustRequired ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isJustRequired:()Z
NutsInstallInformation.isJustReRequired ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isJustReRequired:()Z
NutsInstallInformation.isWasInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isWasInstalled:()Z
NutsInstallInformation.isWasRequired ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isWasRequired:()Z
nuts-0.8.1.jar,
NutsInstallListener.class
package net.thevpc.nuts
NutsInstallListener.onInstall ( NutsInstallEvent event ) : void
net/thevpc/nuts/NutsInstallListener.onInstall:(Lnet/thevpc/nuts/NutsInstallEvent;)V
NutsInstallListener.onRequire ( NutsInstallEvent event ) : void
net/thevpc/nuts/NutsInstallListener.onRequire:(Lnet/thevpc/nuts/NutsInstallEvent;)V
NutsInstallListener.onUninstall ( NutsInstallEvent event ) : void
net/thevpc/nuts/NutsInstallListener.onUninstall:(Lnet/thevpc/nuts/NutsInstallEvent;)V
NutsInstallListener.onUnRequire ( NutsInstallEvent event ) : void
net/thevpc/nuts/NutsInstallListener.onUnRequire:(Lnet/thevpc/nuts/NutsInstallEvent;)V
NutsInstallListener.onUpdate ( NutsUpdateEvent event ) : void
net/thevpc/nuts/NutsInstallListener.onUpdate:(Lnet/thevpc/nuts/NutsUpdateEvent;)V
nuts-0.8.1.jar,
NutsInstallStatus.class
package net.thevpc.nuts
NutsInstallStatus.isDefaultVersion ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isDefaultVersion:()Z
NutsInstallStatus.isDeployed ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isDeployed:()Z
NutsInstallStatus.isInstalled ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isInstalled:()Z
NutsInstallStatus.isInstalledOrRequired ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isInstalledOrRequired:()Z
NutsInstallStatus.isNonDeployed ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isNonDeployed:()Z
NutsInstallStatus.isObsolete ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isObsolete:()Z
NutsInstallStatus.isRequired ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isRequired:()Z
NutsInstallStatus.of ( boolean installed, boolean required, boolean obsolete, boolean defaultVersion ) [static] : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.of:(ZZZZ)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.withDefaultVersion ( boolean defaultVersion ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withDefaultVersion:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.withInstalled ( boolean installed ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withInstalled:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.withObsolete ( boolean obsolete ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withObsolete:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.withRequired ( boolean required ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withRequired:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
nuts-0.8.1.jar,
NutsInstallStatusFilter.class
package net.thevpc.nuts
NutsInstallStatusFilter.acceptInstallStatus ( NutsInstallStatus p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsInstallStatusFilter.acceptInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatus;Lnet/thevpc/nuts/NutsSession;)Z
NutsInstallStatusFilter.and ( NutsInstallStatusFilter p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilter.and:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilter.neg ( ) : NutsFilter
net/thevpc/nuts/NutsInstallStatusFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsInstallStatusFilter.neg ( ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilter.neg:()Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilter.or ( NutsInstallStatusFilter p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilter.or:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsInstallStatusFilter;
nuts-0.8.1.jar,
NutsInstallStatusFilterManager.class
package net.thevpc.nuts
NutsInstallStatusFilterManager.byDefaultValue ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byDefaultValue:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byDeployed ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byDeployed:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byInstalled ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byInstalled:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byObsolete ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byObsolete:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byRequired ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byRequired:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsInstallStatusFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsInstallStatusFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsInstallStatusFilterManager
net/thevpc/nuts/NutsInstallStatusFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInstallStatusFilterManager;
nuts-0.8.1.jar,
NutsInstallStrategy.class
package net.thevpc.nuts
NutsInstallStrategy.id ( ) : String
net/thevpc/nuts/NutsInstallStrategy.id:()Ljava/lang/String;
NutsInstallStrategy.parseLenient ( String value ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallStrategy.parseLenient ( String value, NutsInstallStrategy emptyOrErrorValue ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsInstallStrategy;)Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallStrategy.parseLenient ( String value, NutsInstallStrategy emptyValue, NutsInstallStrategy errorValue ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsInstallStrategy;Lnet/thevpc/nuts/NutsInstallStrategy;)Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallStrategy.valueOf ( String name ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallStrategy.values ( ) [static] : NutsInstallStrategy[ ]
net/thevpc/nuts/NutsInstallStrategy.values:()[Lnet/thevpc/nuts/NutsInstallStrategy;
nuts-0.8.1.jar,
NutsInvalidRepositoryException.class
package net.thevpc.nuts
NutsInvalidRepositoryException.NutsInvalidRepositoryException ( NutsSession session, String repository, NutsMessage message )
net/thevpc/nuts/NutsInvalidRepositoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;)V
nuts-0.8.1.jar,
NutsInvalidWorkspaceException.class
package net.thevpc.nuts
NutsInvalidWorkspaceException.getWorkspaceLocation ( ) : String
net/thevpc/nuts/NutsInvalidWorkspaceException.getWorkspaceLocation:()Ljava/lang/String;
NutsInvalidWorkspaceException.NutsInvalidWorkspaceException ( String workspaceLocation, NutsMessage errorMessage )
net/thevpc/nuts/NutsInvalidWorkspaceException."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;)V
nuts-0.8.1.jar,
NutsIOCompressAction.class
package net.thevpc.nuts
NutsIOCompressAction.addSource ( File p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( InputStream p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( Path p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( URL p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.getFormat ( ) [abstract] : String
net/thevpc/nuts/NutsIOCompressAction.getFormat:()Ljava/lang/String;
NutsIOCompressAction.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsIOCompressAction.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NutsIOCompressAction.getProgressMonitorFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsIOCompressAction.getProgressMonitorFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsIOCompressAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOCompressAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOCompressAction.getSources ( ) [abstract] : List<Object>
net/thevpc/nuts/NutsIOCompressAction.getSources:()Ljava/util/List;
NutsIOCompressAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIOCompressAction.getTarget:()Ljava/lang/Object;
NutsIOCompressAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCompressAction.isLogProgress:()Z
NutsIOCompressAction.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCompressAction.isSafe:()Z
NutsIOCompressAction.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCompressAction.isSkipRoot:()Z
NutsIOCompressAction.run ( ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.run:()Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setFormat ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setFormatOption ( String p1, Object p2 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setLogProgress ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setProgressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setProgressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setSafe ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setSafe:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setSession ( NutsSession p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setSkipRoot ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( File p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( NutsOutput p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( Object p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( OutputStream p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( Path p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( File p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( NutsOutput p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( Object p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( OutputStream p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( Path p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
nuts-0.8.1.jar,
NutsIOCopyAction.class
package net.thevpc.nuts
NutsIOCopyAction.from ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( InputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( NutsInput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( Object p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( URL p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.getByteArrayResult ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsIOCopyAction.getByteArrayResult:()[B
NutsIOCopyAction.getProgressMonitorFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsIOCopyAction.getProgressMonitorFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsIOCopyAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOCopyAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOCopyAction.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOCopyAction.getSource:()Ljava/lang/Object;
NutsIOCopyAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIOCopyAction.getTarget:()Ljava/lang/Object;
NutsIOCopyAction.getValidator ( ) [abstract] : NutsIOCopyValidator
net/thevpc/nuts/NutsIOCopyAction.getValidator:()Lnet/thevpc/nuts/NutsIOCopyValidator;
NutsIOCopyAction.interrupt ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.interrupt:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.isInterruptible ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isInterruptible:()Z
NutsIOCopyAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isLogProgress:()Z
NutsIOCopyAction.isMkdirs ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isMkdirs:()Z
NutsIOCopyAction.isRecursive ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isRecursive:()Z
NutsIOCopyAction.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isSafe:()Z
NutsIOCopyAction.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isSkipRoot:()Z
NutsIOCopyAction.run ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.run:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setInterruptible ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setInterruptible:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setLogProgress ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setMkdirs ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setMkdirs:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setProgressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setProgressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setRecursive ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setRecursive:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSafe ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSafe:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSession ( NutsSession p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSkipRoot ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( InputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( NutsInput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( Object p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( URL p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( NutsOutput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( NutsPath p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( OutputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setValidator ( NutsIOCopyValidator p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setValidator:(Lnet/thevpc/nuts/NutsIOCopyValidator;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( NutsOutput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( Object p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( OutputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
nuts-0.8.1.jar,
NutsIOCopyValidationException.class
package net.thevpc.nuts
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsIOCopyValidator.class
package net.thevpc.nuts
NutsIOCopyValidator.validate ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsIOCopyValidator.validate:(Ljava/io/InputStream;)V
nuts-0.8.1.jar,
NutsIODeleteAction.class
package net.thevpc.nuts
NutsIODeleteAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIODeleteAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIODeleteAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIODeleteAction.getTarget:()Ljava/lang/Object;
NutsIODeleteAction.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsIODeleteAction.isFailFast:()Z
NutsIODeleteAction.run ( ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.run:()Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setFailFast ( boolean p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setFailFast:(Z)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setSession ( NutsSession p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setTarget ( File p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setTarget ( Object p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setTarget:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setTarget ( Path p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIODeleteAction;
nuts-0.8.1.jar,
NutsIOException.class
package net.thevpc.nuts
NutsIOException.NutsIOException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIOException.NutsIOException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsIOException.NutsIOException ( NutsSession session, Throwable cause )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsIOHashAction.class
package net.thevpc.nuts
NutsIOHashAction.algorithm ( String p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.algorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.computeBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsIOHashAction.computeBytes:()[B
NutsIOHashAction.computeString ( ) [abstract] : String
net/thevpc/nuts/NutsIOHashAction.computeString:()Ljava/lang/String;
NutsIOHashAction.getAlgorithm ( ) [abstract] : String
net/thevpc/nuts/NutsIOHashAction.getAlgorithm:()Ljava/lang/String;
NutsIOHashAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOHashAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOHashAction.md5 ( ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.md5:()Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setAlgorithm ( String p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setAlgorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSession ( NutsSession p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( File p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( InputStream p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( NutsDescriptor p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( NutsPath p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( Path p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.sha1 ( ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.sha1:()Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.writeHash ( OutputStream p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.writeHash:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOHashAction;
nuts-0.8.1.jar,
NutsIOLockAction.class
package net.thevpc.nuts
NutsIOLockAction.call ( Callable<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsIOLockAction.call:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
NutsIOLockAction.call ( Callable<T> p1, long p2, TimeUnit p3 ) [abstract] : T
net/thevpc/nuts/NutsIOLockAction.call:(Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
NutsIOLockAction.create ( ) [abstract] : NutsLock
net/thevpc/nuts/NutsIOLockAction.create:()Lnet/thevpc/nuts/NutsLock;
NutsIOLockAction.getResource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOLockAction.getResource:()Ljava/lang/Object;
NutsIOLockAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOLockAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOLockAction.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOLockAction.getSource:()Ljava/lang/Object;
NutsIOLockAction.run ( Runnable p1 ) [abstract] : void
net/thevpc/nuts/NutsIOLockAction.run:(Ljava/lang/Runnable;)V
NutsIOLockAction.run ( Runnable p1, long p2, TimeUnit p3 ) [abstract] : void
net/thevpc/nuts/NutsIOLockAction.run:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)V
NutsIOLockAction.setResource ( File p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setResource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setResource ( Object p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setResource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setResource ( Path p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setResource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setSession ( NutsSession p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setSource ( Object p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setSource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOLockAction;
nuts-0.8.1.jar,
NutsIOManager.class
package net.thevpc.nuts
NutsIOManager.addPathFactory ( NutsPathFactory p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.addPathFactory:(Lnet/thevpc/nuts/NutsPathFactory;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.compress ( ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOManager.compress:()Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOManager.copy ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOManager.copy:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOManager.createMemoryPrintStream ( ) [abstract] : NutsMemoryPrintStream
net/thevpc/nuts/NutsIOManager.createMemoryPrintStream:()Lnet/thevpc/nuts/NutsMemoryPrintStream;
NutsIOManager.createPrintStream ( OutputStream p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.createPrintStream ( OutputStream p1, NutsTerminalMode p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.createPrintStream ( Writer p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/Writer;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.delete ( ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIOManager.delete:()Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIOManager.expandPath ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsIOManager.expandPath:(Ljava/lang/String;)Ljava/lang/String;
NutsIOManager.expandPath ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsIOManager.expandPath:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsIOManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOManager.hash ( ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOManager.hash:()Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOManager.input ( ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsIOManager.input:()Lnet/thevpc/nuts/NutsInputAction;
NutsIOManager.isStandardErrorStream ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardErrorStream:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsIOManager.isStandardInputStream ( InputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardInputStream:(Ljava/io/InputStream;)Z
NutsIOManager.isStandardOutputStream ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardOutputStream:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsIOManager.monitor ( ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsIOManager.monitor:()Lnet/thevpc/nuts/NutsMonitorAction;
NutsIOManager.nullInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/NutsIOManager.nullInputStream:()Ljava/io/InputStream;
NutsIOManager.nullPrintStream ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.nullPrintStream:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.output ( ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsIOManager.output:()Lnet/thevpc/nuts/NutsOutputAction;
NutsIOManager.path ( File p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/io/File;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( Path p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( String p1, ClassLoader p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/lang/String;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( URL p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.ps ( ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOManager.ps:()Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOManager.removePathFactory ( NutsPathFactory p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.removePathFactory:(Lnet/thevpc/nuts/NutsPathFactory;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.setSession ( NutsSession p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.stderr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.stderr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.stdin ( ) [abstract] : InputStream
net/thevpc/nuts/NutsIOManager.stdin:()Ljava/io/InputStream;
NutsIOManager.stdout ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.stdout:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.tmp ( ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsIOManager.tmp:()Lnet/thevpc/nuts/NutsTempAction;
NutsIOManager.uncompress ( ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOManager.uncompress:()Lnet/thevpc/nuts/NutsIOUncompressAction;
nuts-0.8.1.jar,
NutsIOProcessAction.class
package net.thevpc.nuts
NutsIOProcessAction.failFast ( ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.failFast:()Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.failFast ( boolean p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.failFast:(Z)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.getResultList ( ) [abstract] : NutsResultList<NutsProcessInfo>
net/thevpc/nuts/NutsIOProcessAction.getResultList:()Lnet/thevpc/nuts/NutsResultList;
NutsIOProcessAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOProcessAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOProcessAction.getType ( ) [abstract] : String
net/thevpc/nuts/NutsIOProcessAction.getType:()Ljava/lang/String;
NutsIOProcessAction.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.isFailFast:()Z
NutsIOProcessAction.isSupportedKillProcess ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.isSupportedKillProcess:()Z
NutsIOProcessAction.killProcess ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.killProcess:(Ljava/lang/String;)Z
NutsIOProcessAction.setFailFast ( boolean p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.setFailFast:(Z)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.setSession ( NutsSession p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.setType ( String p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.type ( String p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.type:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOProcessAction;
nuts-0.8.1.jar,
NutsIOUncompressAction.class
package net.thevpc.nuts
NutsIOUncompressAction.from ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( InputStream p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( Object p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( URL p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.getFormat ( ) [abstract] : String
net/thevpc/nuts/NutsIOUncompressAction.getFormat:()Ljava/lang/String;
NutsIOUncompressAction.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsIOUncompressAction.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NutsIOUncompressAction.getProgressMonitorFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsIOUncompressAction.getProgressMonitorFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsIOUncompressAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOUncompressAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOUncompressAction.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOUncompressAction.getSource:()Ljava/lang/Object;
NutsIOUncompressAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIOUncompressAction.getTarget:()Ljava/lang/Object;
NutsIOUncompressAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressAction.isLogProgress:()Z
NutsIOUncompressAction.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressAction.isSafe:()Z
NutsIOUncompressAction.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressAction.isSkipRoot:()Z
NutsIOUncompressAction.progressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.progressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.run ( ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.run:()Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setFormat ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setFormatOption ( String p1, Object p2 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setLogProgress ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setProgressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setProgressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSafe ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSafe:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSession ( NutsSession p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSkipRoot ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( InputStream p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( URL p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( NutsOutput p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( NutsOutput p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( Object p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.visit ( NutsIOUncompressVisitor p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.visit:(Lnet/thevpc/nuts/NutsIOUncompressVisitor;)Lnet/thevpc/nuts/NutsIOUncompressAction;
nuts-0.8.1.jar,
NutsIOUncompressVisitor.class
package net.thevpc.nuts
NutsIOUncompressVisitor.visitFile ( String p1, InputStream p2 ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressVisitor.visitFile:(Ljava/lang/String;Ljava/io/InputStream;)Z
NutsIOUncompressVisitor.visitFolder ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressVisitor.visitFolder:(Ljava/lang/String;)Z
nuts-0.8.1.jar,
NutsIterableFormat.class
package net.thevpc.nuts
NutsIterableFormat.complete ( long p1 ) [abstract] : void
net/thevpc/nuts/NutsIterableFormat.complete:(J)V
NutsIterableFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsIterableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsIterableFormat;
NutsIterableFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsIterableFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsIterableFormat.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsIterableFormat.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsIterableFormat.next ( Object p1, long p2 ) [abstract] : void
net/thevpc/nuts/NutsIterableFormat.next:(Ljava/lang/Object;J)V
NutsIterableFormat.start ( ) [abstract] : void
net/thevpc/nuts/NutsIterableFormat.start:()V
nuts-0.8.1.jar,
NutsLauncherOptions.class
package net.thevpc.nuts
NutsLauncherOptions.copy ( ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.copy:()Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.getAlias ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getAlias:()Ljava/lang/String;
NutsLauncherOptions.getArgs ( ) : List<String>
net/thevpc/nuts/NutsLauncherOptions.getArgs:()Ljava/util/List;
NutsLauncherOptions.getCreateCustomShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateCustomShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCreateDesktopShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateDesktopShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCreateMenuShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateMenuShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCustomScriptPath ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getCustomScriptPath:()Ljava/lang/String;
NutsLauncherOptions.getCustomShortcutPath ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getCustomShortcutPath:()Ljava/lang/String;
NutsLauncherOptions.getIcon ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getIcon:()Ljava/lang/String;
NutsLauncherOptions.getId ( ) : NutsId
net/thevpc/nuts/NutsLauncherOptions.getId:()Lnet/thevpc/nuts/NutsId;
NutsLauncherOptions.getMenuCategory ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getMenuCategory:()Ljava/lang/String;
NutsLauncherOptions.getNutsOptions ( ) : List<String>
net/thevpc/nuts/NutsLauncherOptions.getNutsOptions:()Ljava/util/List;
NutsLauncherOptions.getShortcutName ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getShortcutName:()Ljava/lang/String;
NutsLauncherOptions.getSwitchWorkspaceLocation ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getSwitchWorkspaceLocation:()Ljava/lang/String;
NutsLauncherOptions.getSystemWideConfig ( ) : Boolean
net/thevpc/nuts/NutsLauncherOptions.getSystemWideConfig:()Ljava/lang/Boolean;
NutsLauncherOptions.getWorkingDirectory ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getWorkingDirectory:()Ljava/lang/String;
NutsLauncherOptions.isCreateAlias ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isCreateAlias:()Z
NutsLauncherOptions.isCreateScript ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isCreateScript:()Z
NutsLauncherOptions.isInstallExtensions ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isInstallExtensions:()Z
NutsLauncherOptions.isOpenTerminal ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isOpenTerminal:()Z
NutsLauncherOptions.NutsLauncherOptions ( )
net/thevpc/nuts/NutsLauncherOptions."<init>":()V
NutsLauncherOptions.setAlias ( String alias ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setAlias:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setArgs ( List<String> args ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setArgs:(Ljava/util/List;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateAlias ( boolean createAlias ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateAlias:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateCustomShortcut ( NutsActionSupportCondition createCustomShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateCustomShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateDesktopShortcut ( NutsActionSupportCondition createDesktopShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateDesktopShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateMenuShortcut ( NutsActionSupportCondition createMenuShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateMenuShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateScript ( boolean createScript ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateScript:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCustomScriptPath ( String customScriptPath ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCustomScriptPath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCustomShortcutPath ( String customShortcutPath ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCustomShortcutPath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setIcon ( String icon ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setIcon:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setId ( NutsId id ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setInstallExtensions ( boolean installExtensions ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setInstallExtensions:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setMenuCategory ( String menuCategory ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setMenuCategory:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setNutsOptions ( List<String> nutsOptions ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setNutsOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setOpenTerminal ( boolean openTerminal ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setOpenTerminal:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setShortcutName ( String shortcutName ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setShortcutName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setSwitchWorkspaceLocation ( String switchWorkspaceLocation ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setSwitchWorkspaceLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setSystemWideConfig ( Boolean systemWideConfig ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setSystemWideConfig:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setWorkingDirectory ( String workingDirectory ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setWorkingDirectory:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
nuts-0.8.1.jar,
NutsLockAcquireException.class
package net.thevpc.nuts
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLockBarrierException.class
package net.thevpc.nuts
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLockException.class
package net.thevpc.nuts
NutsLockException.getLockedObject ( ) : Object
net/thevpc/nuts/NutsLockException.getLockedObject:()Ljava/lang/Object;
NutsLockException.getLockObject ( ) : Object
net/thevpc/nuts/NutsLockException.getLockObject:()Ljava/lang/Object;
NutsLockException.NutsLockException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockException.NutsLockException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockException.NutsLockException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLockReleaseException.class
package net.thevpc.nuts
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLogConfig.class
package net.thevpc.nuts
NutsLogConfig.copy ( ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.copy:()Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.getLogFileBase ( ) : String
net/thevpc/nuts/NutsLogConfig.getLogFileBase:()Ljava/lang/String;
NutsLogConfig.getLogFileCount ( ) : int
net/thevpc/nuts/NutsLogConfig.getLogFileCount:()I
NutsLogConfig.getLogFileFilter ( ) : Filter
net/thevpc/nuts/NutsLogConfig.getLogFileFilter:()Ljava/util/logging/Filter;
NutsLogConfig.getLogFileLevel ( ) : Level
net/thevpc/nuts/NutsLogConfig.getLogFileLevel:()Ljava/util/logging/Level;
NutsLogConfig.getLogFileName ( ) : String
net/thevpc/nuts/NutsLogConfig.getLogFileName:()Ljava/lang/String;
NutsLogConfig.getLogFileSize ( ) : int
net/thevpc/nuts/NutsLogConfig.getLogFileSize:()I
NutsLogConfig.getLogTermFilter ( ) : Filter
net/thevpc/nuts/NutsLogConfig.getLogTermFilter:()Ljava/util/logging/Filter;
NutsLogConfig.getLogTermLevel ( ) : Level
net/thevpc/nuts/NutsLogConfig.getLogTermLevel:()Ljava/util/logging/Level;
NutsLogConfig.isLogInherited ( ) : boolean *DEPRECATED*
net/thevpc/nuts/NutsLogConfig.isLogInherited:()Z
NutsLogConfig.NutsLogConfig ( )
net/thevpc/nuts/NutsLogConfig."<init>":()V
NutsLogConfig.NutsLogConfig ( NutsLogConfig other )
net/thevpc/nuts/NutsLogConfig."<init>":(Lnet/thevpc/nuts/NutsLogConfig;)V
NutsLogConfig.setLogFileBase ( String logFileBase ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogFileBase:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogFileCount ( int logFileCount ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogFileCount:(I)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogFileFilter ( Filter logFileFilter ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogFileFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogFileLevel ( Level logFileLevel ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogFileName ( String logFileName ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogFileName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogFileSize ( int logFileSize ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogFileSize:(I)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogInherited ( boolean logInherited ) : NutsLogConfig *DEPRECATED*
net/thevpc/nuts/NutsLogConfig.setLogInherited:(Z)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogTermFilter ( Filter logTermFilter ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogTermFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogTermLevel ( Level logTermLevel ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogTermLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogConfig;
nuts-0.8.1.jar,
NutsLogger.class
package net.thevpc.nuts
NutsLogger.isLoggable ( Level p1 ) [abstract] : boolean
net/thevpc/nuts/NutsLogger.isLoggable:(Ljava/util/logging/Level;)Z
NutsLogger.log ( LogRecord p1 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Ljava/util/logging/LogRecord;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4, Object... p5 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;[Ljava/lang/Object;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, Supplier<String> p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/util/function/Supplier;)V
NutsLogger.log ( NutsSession p1, Level p2, String p3, Throwable p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsLogger.of ( Class clazz, NutsSession session ) [static] : NutsLogger
net/thevpc/nuts/NutsLogger.of:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogger;
NutsLogger.with ( ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLogger.with:()Lnet/thevpc/nuts/NutsLoggerOp;
nuts-0.8.1.jar,
NutsLoggerOp.class
package net.thevpc.nuts
NutsLoggerOp.error ( Throwable p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.error:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.formatted ( ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.formatted:()Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.formatted ( boolean p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.formatted:(Z)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.level ( Level p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.level:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.log ( String p1, Object... p2 ) [abstract] : void
net/thevpc/nuts/NutsLoggerOp.log:(Ljava/lang/String;[Ljava/lang/Object;)V
NutsLoggerOp.log ( Supplier<String> p1 ) [abstract] : void
net/thevpc/nuts/NutsLoggerOp.log:(Ljava/util/function/Supplier;)V
NutsLoggerOp.of ( Class clazz, NutsSession session ) [static] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.of:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.session ( NutsSession p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.session:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.style ( NutsTextFormatStyle p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.style:(Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.time ( long p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.time:(J)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.verb ( NutsLogVerb p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.verb:(Lnet/thevpc/nuts/NutsLogVerb;)Lnet/thevpc/nuts/NutsLoggerOp;
nuts-0.8.1.jar,
NutsLoginException.class
package net.thevpc.nuts
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsLogManager.class
package net.thevpc.nuts
NutsLogManager.addHandler ( Handler p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.addHandler:(Ljava/util/logging/Handler;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.getFileHandler ( ) [abstract] : Handler
net/thevpc/nuts/NutsLogManager.getFileHandler:()Ljava/util/logging/Handler;
NutsLogManager.getFileLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsLogManager.getFileLevel:()Ljava/util/logging/Level;
NutsLogManager.getHandlers ( ) [abstract] : Handler[ ]
net/thevpc/nuts/NutsLogManager.getHandlers:()[Ljava/util/logging/Handler;
NutsLogManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsLogManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsLogManager.getTermHandler ( ) [abstract] : Handler
net/thevpc/nuts/NutsLogManager.getTermHandler:()Ljava/util/logging/Handler;
NutsLogManager.getTermLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsLogManager.getTermLevel:()Ljava/util/logging/Level;
NutsLogManager.of ( Class p1 ) [abstract] : NutsLogger
net/thevpc/nuts/NutsLogManager.of:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsLogger;
NutsLogManager.of ( String p1 ) [abstract] : NutsLogger
net/thevpc/nuts/NutsLogManager.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLogger;
NutsLogManager.removeHandler ( Handler p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.removeHandler:(Ljava/util/logging/Handler;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setFileLevel ( Level p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setSession ( NutsSession p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setTermLevel ( Level p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setTermLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogManager;
nuts-0.8.1.jar,
NutsLogVerb.class
package net.thevpc.nuts
NutsLogVerb.name ( ) : String
net/thevpc/nuts/NutsLogVerb.name:()Ljava/lang/String;
NutsLogVerb.NutsLogVerb ( String name )
net/thevpc/nuts/NutsLogVerb."<init>":(Ljava/lang/String;)V
NutsLogVerb.of ( String name ) [static] : NutsLogVerb
net/thevpc/nuts/NutsLogVerb.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLogVerb;
nuts-0.8.1.jar,
NutsMapListener.class
package net.thevpc.nuts
NutsMapListener<K,V>.entryAdded ( K key, V value ) : void
net/thevpc/nuts/NutsMapListener.entryAdded:(Ljava/lang/Object;Ljava/lang/Object;)V
NutsMapListener<K,V>.entryRemoved ( K key, V value ) : void
net/thevpc/nuts/NutsMapListener.entryRemoved:(Ljava/lang/Object;Ljava/lang/Object;)V
NutsMapListener<K,V>.entryUpdated ( K key, V newValue, V oldValue ) : void
net/thevpc/nuts/NutsMapListener.entryUpdated:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsMemoryPrintStream.class
package net.thevpc.nuts
NutsMemoryPrintStream.getBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsMemoryPrintStream.getBytes:()[B
nuts-0.8.1.jar,
NutsMessage.class
package net.thevpc.nuts
NutsMessage.cstyle ( String message, Object... params ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.cstyle:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMessage;
NutsMessage.formatted ( String message ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.formatted:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMessage;
NutsMessage.getMessage ( ) : String
net/thevpc/nuts/NutsMessage.getMessage:()Ljava/lang/String;
NutsMessage.getParams ( ) : Object[ ]
net/thevpc/nuts/NutsMessage.getParams:()[Ljava/lang/Object;
NutsMessage.getStyle ( ) : NutsTextFormatStyle
net/thevpc/nuts/NutsMessage.getStyle:()Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsMessage.jstyle ( String message, Object... params ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.jstyle:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMessage;
NutsMessage.NutsMessage ( NutsTextFormatStyle style, String message, Object... params )
net/thevpc/nuts/NutsMessage."<init>":(Lnet/thevpc/nuts/NutsTextFormatStyle;Ljava/lang/String;[Ljava/lang/Object;)V
NutsMessage.plain ( String message ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.plain:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMessage;
nuts-0.8.1.jar,
NutsMonitorAction.class
package net.thevpc.nuts
NutsMonitorAction.create ( ) [abstract] : InputStream
net/thevpc/nuts/NutsMonitorAction.create:()Ljava/io/InputStream;
NutsMonitorAction.createSource ( ) [abstract] : NutsInput
net/thevpc/nuts/NutsMonitorAction.createSource:()Lnet/thevpc/nuts/NutsInput;
NutsMonitorAction.getLength ( ) [abstract] : long
net/thevpc/nuts/NutsMonitorAction.getLength:()J
NutsMonitorAction.getName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsMonitorAction.getName:()Lnet/thevpc/nuts/NutsString;
NutsMonitorAction.getOrigin ( ) [abstract] : Object
net/thevpc/nuts/NutsMonitorAction.getOrigin:()Ljava/lang/Object;
NutsMonitorAction.getProgressFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsMonitorAction.getProgressFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsMonitorAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsMonitorAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsMonitorAction.getSourceTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsMonitorAction.getSourceTypeName:()Ljava/lang/String;
NutsMonitorAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsMonitorAction.isLogProgress:()Z
NutsMonitorAction.setLength ( long p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setLength:(J)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setLogProgress ( boolean p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setName ( NutsString p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setOrigin ( Object p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setOrigin:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setProgressFactory ( NutsProgressFactory p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setProgressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSession ( NutsSession p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( File p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( InputStream p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( NutsInput p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( NutsPath p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( Path p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( String p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSourceTypeName ( String p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSourceTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMonitorAction;
nuts-0.8.1.jar,
NutsMutableTableModel.class
package net.thevpc.nuts
NutsMutableTableModel.addCell ( Object p1 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.addCell:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.addCells ( Object... p1 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.addCells:([Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.addHeaderCell ( Object p1 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.addHeaderCell:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.addHeaderCells ( Object... p1 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.addHeaderCells:([Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.addRow ( Object... p1 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.addRow:([Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.clearHeader ( ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.clearHeader:()Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.newRow ( ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.newRow:()Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.of ( NutsSession session ) [static] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.setCellColSpan ( int p1, int p2, int p3 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.setCellColSpan:(III)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.setCellRowSpan ( int p1, int p2, int p3 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.setCellRowSpan:(III)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.setCellValue ( int p1, int p2, Object p3 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.setCellValue:(IILjava/lang/Object;)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.setHeaderColSpan ( int p1, int p2 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.setHeaderColSpan:(II)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.setHeaderValue ( int p1, Object p2 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.setHeaderValue:(ILjava/lang/Object;)Lnet/thevpc/nuts/NutsMutableTableModel;
nuts-0.8.1.jar,
NutsNotExecutableException.class
package net.thevpc.nuts
NutsNotExecutableException.getId ( ) : NutsId
net/thevpc/nuts/NutsNotExecutableException.getId:()Lnet/thevpc/nuts/NutsId;
NutsNotExecutableException.NutsNotExecutableException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotExecutableException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
nuts-0.8.1.jar,
NutsNotFoundException.class
package net.thevpc.nuts
NutsNotFoundException.dependenciesToString ( NutsNotFoundException.NutsIdInvalidDependency[ ] dependencies ) [static] : String
net/thevpc/nuts/NutsNotFoundException.dependenciesToString:([Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidDependency;)Ljava/lang/String;
NutsNotFoundException.dependenciesToString ( String prefix, NutsNotFoundException.NutsIdInvalidDependency d ) [static] : String
net/thevpc/nuts/NutsNotFoundException.dependenciesToString:(Ljava/lang/String;Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidDependency;)Ljava/lang/String;
NutsNotFoundException.getId ( ) : NutsId
net/thevpc/nuts/NutsNotFoundException.getId:()Lnet/thevpc/nuts/NutsId;
NutsNotFoundException.getLocations ( ) : Set<NutsNotFoundException.NutsIdInvalidLocation>
net/thevpc/nuts/NutsNotFoundException.getLocations:()Ljava/util/Set;
NutsNotFoundException.getMissingDependencies ( ) : Set<NutsNotFoundException.NutsIdInvalidDependency>
net/thevpc/nuts/NutsNotFoundException.getMissingDependencies:()Ljava/util/Set;
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsMessage message )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsNotFoundException.NutsIdInvalidDependency[ ] dependencies, NutsNotFoundException.NutsIdInvalidLocation[ ] locations, Throwable cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidDependency;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidLocation;Ljava/lang/Throwable;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, Throwable cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Ljava/lang/Throwable;)V
NutsNotFoundException.toInvalidDependency ( ) : NutsNotFoundException.NutsIdInvalidDependency
net/thevpc/nuts/NutsNotFoundException.toInvalidDependency:()Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidDependency;
nuts-0.8.1.jar,
NutsNotInstallableException.class
package net.thevpc.nuts
NutsNotInstallableException.NutsNotInstallableException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsNotInstallableException.NutsNotInstallableException ( NutsSession session, NutsId id, NutsMessage msg, Exception ex )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsNotInstalledException.class
package net.thevpc.nuts
NutsNotInstalledException.NutsNotInstalledException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsNotInstalledException.NutsNotInstalledException ( NutsSession session, NutsId id, NutsMessage msg, Exception ex )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsObjectElement.class
package net.thevpc.nuts
NutsObjectElement.children ( ) [abstract] : Collection<NutsElementEntry>
net/thevpc/nuts/NutsObjectElement.children:()Ljava/util/Collection;
NutsObjectElement.get ( NutsElement p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElement.get:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElement.get ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElement.get:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElement.getArray ( NutsElement p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getArray:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getArray ( String p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getArray:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getBoolean ( NutsElement p1 ) [abstract] : boolean
net/thevpc/nuts/NutsObjectElement.getBoolean:(Lnet/thevpc/nuts/NutsElement;)Z
NutsObjectElement.getBoolean ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsObjectElement.getBoolean:(Ljava/lang/String;)Z
NutsObjectElement.getByte ( NutsElement p1 ) [abstract] : byte
net/thevpc/nuts/NutsObjectElement.getByte:(Lnet/thevpc/nuts/NutsElement;)B
NutsObjectElement.getByte ( String p1 ) [abstract] : byte
net/thevpc/nuts/NutsObjectElement.getByte:(Ljava/lang/String;)B
NutsObjectElement.getDouble ( NutsElement p1 ) [abstract] : double
net/thevpc/nuts/NutsObjectElement.getDouble:(Lnet/thevpc/nuts/NutsElement;)D
NutsObjectElement.getDouble ( String p1 ) [abstract] : double
net/thevpc/nuts/NutsObjectElement.getDouble:(Ljava/lang/String;)D
NutsObjectElement.getFloat ( NutsElement p1 ) [abstract] : float
net/thevpc/nuts/NutsObjectElement.getFloat:(Lnet/thevpc/nuts/NutsElement;)F
NutsObjectElement.getFloat ( String p1 ) [abstract] : float
net/thevpc/nuts/NutsObjectElement.getFloat:(Ljava/lang/String;)F
NutsObjectElement.getInstant ( NutsElement p1 ) [abstract] : Instant
net/thevpc/nuts/NutsObjectElement.getInstant:(Lnet/thevpc/nuts/NutsElement;)Ljava/time/Instant;
NutsObjectElement.getInstant ( String p1 ) [abstract] : Instant
net/thevpc/nuts/NutsObjectElement.getInstant:(Ljava/lang/String;)Ljava/time/Instant;
NutsObjectElement.getInt ( NutsElement p1 ) [abstract] : int
net/thevpc/nuts/NutsObjectElement.getInt:(Lnet/thevpc/nuts/NutsElement;)I
NutsObjectElement.getInt ( String p1 ) [abstract] : int
net/thevpc/nuts/NutsObjectElement.getInt:(Ljava/lang/String;)I
NutsObjectElement.getLong ( NutsElement p1 ) [abstract] : long
net/thevpc/nuts/NutsObjectElement.getLong:(Lnet/thevpc/nuts/NutsElement;)J
NutsObjectElement.getLong ( String p1 ) [abstract] : long
net/thevpc/nuts/NutsObjectElement.getLong:(Ljava/lang/String;)J
NutsObjectElement.getNumber ( NutsElement p1 ) [abstract] : Number
net/thevpc/nuts/NutsObjectElement.getNumber:(Lnet/thevpc/nuts/NutsElement;)Ljava/lang/Number;
NutsObjectElement.getNumber ( String p1 ) [abstract] : Number
net/thevpc/nuts/NutsObjectElement.getNumber:(Ljava/lang/String;)Ljava/lang/Number;
NutsObjectElement.getObject ( NutsElement p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getObject:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getObject ( String p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getObject:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getSafe ( NutsElement p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElement.getSafe:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElement.getSafe ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElement.getSafe:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElement.getSafeArray ( NutsElement p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getSafeArray:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getSafeArray ( String p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getSafeArray:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getSafeInt ( String p1 ) [abstract] : Integer
net/thevpc/nuts/NutsObjectElement.getSafeInt:(Ljava/lang/String;)Ljava/lang/Integer;
NutsObjectElement.getSafeInt ( String p1, int p2 ) [abstract] : Integer
net/thevpc/nuts/NutsObjectElement.getSafeInt:(Ljava/lang/String;I)Ljava/lang/Integer;
NutsObjectElement.getSafeObject ( NutsElement p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getSafeObject:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getSafeObject ( String p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getSafeObject:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getSafeString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getSafeString:(Ljava/lang/String;)Ljava/lang/String;
NutsObjectElement.getSafeString ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getSafeString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsObjectElement.getShort ( NutsElement p1 ) [abstract] : short
net/thevpc/nuts/NutsObjectElement.getShort:(Lnet/thevpc/nuts/NutsElement;)S
NutsObjectElement.getShort ( String p1 ) [abstract] : short
net/thevpc/nuts/NutsObjectElement.getShort:(Ljava/lang/String;)S
NutsObjectElement.getString ( NutsElement p1 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getString:(Lnet/thevpc/nuts/NutsElement;)Ljava/lang/String;
NutsObjectElement.getString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getString:(Ljava/lang/String;)Ljava/lang/String;
NutsObjectElement.size ( ) [abstract] : int
net/thevpc/nuts/NutsObjectElement.size:()I
NutsObjectElement.stream ( ) [abstract] : Stream<NutsElementEntry>
net/thevpc/nuts/NutsObjectElement.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsObjectElementBuilder.class
package net.thevpc.nuts
NutsObjectElementBuilder.add ( NutsElementEntry p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.add:(Lnet/thevpc/nuts/NutsElementEntry;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.add ( NutsObjectElement p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.add:(Lnet/thevpc/nuts/NutsObjectElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.add ( NutsObjectElementBuilder p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.add:(Lnet/thevpc/nuts/NutsObjectElementBuilder;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.build ( ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElementBuilder.build:()Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElementBuilder.children ( ) [abstract] : Collection<NutsElementEntry>
net/thevpc/nuts/NutsObjectElementBuilder.children:()Ljava/util/Collection;
NutsObjectElementBuilder.clear ( ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.clear:()Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.get ( NutsElement p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElementBuilder.get:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElementBuilder.get ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElementBuilder.get:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElementBuilder.of ( NutsSession session ) [static] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.remove ( NutsElement p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.remove:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.remove ( String p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.remove:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, boolean p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;Z)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, double p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;D)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, int p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;I)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, NutsElement p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, String p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsObjectElement p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsObjectElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsObjectElementBuilder p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsObjectElementBuilder;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, boolean p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, double p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;D)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, int p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;I)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, NutsElement p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, String p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.size ( ) [abstract] : int
net/thevpc/nuts/NutsObjectElementBuilder.size:()I
nuts-0.8.1.jar,
NutsObjectFormat.class
package net.thevpc.nuts
NutsObjectFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsObjectFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsObjectFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsObjectFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsObjectFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsObjectFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsObjectFormat.getValue:()Ljava/lang/Object;
NutsObjectFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsObjectFormat.setNtf ( boolean p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsObjectFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsObjectFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsObjectFormat.setSession ( NutsSession p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsObjectFormat.setValue ( Object p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
nuts-0.8.1.jar,
NutsOpenMode.class
package net.thevpc.nuts
NutsOpenMode.id ( ) : String
net/thevpc/nuts/NutsOpenMode.id:()Ljava/lang/String;
NutsOpenMode.parseLenient ( String value ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.parseLenient ( String value, NutsOpenMode emptyOrErrorValue ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOpenMode;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.parseLenient ( String value, NutsOpenMode emptyValue, NutsOpenMode errorValue ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOpenMode;Lnet/thevpc/nuts/NutsOpenMode;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.valueOf ( String name ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.values ( ) [static] : NutsOpenMode[ ]
net/thevpc/nuts/NutsOpenMode.values:()[Lnet/thevpc/nuts/NutsOpenMode;
nuts-0.8.1.jar,
NutsOsFamily.class
package net.thevpc.nuts
NutsOsFamily.id ( ) : String
net/thevpc/nuts/NutsOsFamily.id:()Ljava/lang/String;
NutsOsFamily.parseLenient ( String e, NutsOsFamily emptyValue, NutsOsFamily errorValue ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.parseLenient ( String value ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.parseLenient ( String value, NutsOsFamily emptyOrErrorValue ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.valueOf ( String name ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.values ( ) [static] : NutsOsFamily[ ]
net/thevpc/nuts/NutsOsFamily.values:()[Lnet/thevpc/nuts/NutsOsFamily;
nuts-0.8.1.jar,
NutsOutput.class
package net.thevpc.nuts
NutsOutput.close ( ) [abstract] : void
net/thevpc/nuts/NutsOutput.close:()V
NutsOutput.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsOutput.getFilePath:()Ljava/nio/file/Path;
NutsOutput.getName ( ) [abstract] : String
net/thevpc/nuts/NutsOutput.getName:()Ljava/lang/String;
NutsOutput.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsOutput.getSource:()Ljava/lang/Object;
NutsOutput.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsOutput.getTypeName:()Ljava/lang/String;
NutsOutput.getURL ( ) [abstract] : URL
net/thevpc/nuts/NutsOutput.getURL:()Ljava/net/URL;
NutsOutput.isPath ( ) [abstract] : boolean
net/thevpc/nuts/NutsOutput.isPath:()Z
NutsOutput.isURL ( ) [abstract] : boolean
net/thevpc/nuts/NutsOutput.isURL:()Z
NutsOutput.open ( ) [abstract] : OutputStream
net/thevpc/nuts/NutsOutput.open:()Ljava/io/OutputStream;
nuts-0.8.1.jar,
NutsOutputAction.class
package net.thevpc.nuts
NutsOutputAction.getName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputAction.getName:()Ljava/lang/String;
NutsOutputAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsOutputAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsOutputAction.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputAction.getTypeName:()Ljava/lang/String;
NutsOutputAction.of ( File p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( NutsPath p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( Object p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( OutputStream p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( Path p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( String p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( URL p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.setName ( String p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputAction;
NutsOutputAction.setSession ( NutsSession p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsOutputAction;
NutsOutputAction.setTypeName ( String p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputAction;
nuts-0.8.1.jar,
NutsOutputStreamTransparentAdapter.class
package net.thevpc.nuts
NutsOutputStreamTransparentAdapter.baseOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/NutsOutputStreamTransparentAdapter.baseOutputStream:()Ljava/io/OutputStream;
nuts-0.8.1.jar,
NutsParseEnumException.class
package net.thevpc.nuts
NutsParseEnumException.getEnumType ( ) : Class<?>
net/thevpc/nuts/NutsParseEnumException.getEnumType:()Ljava/lang/Class;
NutsParseEnumException.getInvalidValue ( ) : String
net/thevpc/nuts/NutsParseEnumException.getInvalidValue:()Ljava/lang/String;
NutsParseEnumException.NutsParseEnumException ( NutsSession session, NutsMessage message, String invalidValue, Class<?> enumType )
net/thevpc/nuts/NutsParseEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/String;Ljava/lang/Class;)V
NutsParseEnumException.NutsParseEnumException ( NutsSession session, String invalidValue, Class<?> enumType )
net/thevpc/nuts/NutsParseEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Ljava/lang/Class;)V
nuts-0.8.1.jar,
NutsParseException.class
package net.thevpc.nuts
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsPath.class
package net.thevpc.nuts
NutsPath.asFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.asFilePath:()Ljava/nio/file/Path;
NutsPath.asString ( ) [abstract] : String
net/thevpc/nuts/NutsPath.asString:()Ljava/lang/String;
NutsPath.asURL ( ) [abstract] : URL
net/thevpc/nuts/NutsPath.asURL:()Ljava/net/URL;
NutsPath.delete ( boolean p1 ) [abstract] : void
net/thevpc/nuts/NutsPath.delete:(Z)V
NutsPath.exists ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.exists:()Z
NutsPath.getBaseName ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getBaseName:()Ljava/lang/String;
NutsPath.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getContentEncoding:()Ljava/lang/String;
NutsPath.getContentLength ( ) [abstract] : long
net/thevpc/nuts/NutsPath.getContentLength:()J
NutsPath.getContentType ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getContentType:()Ljava/lang/String;
NutsPath.getFormattedName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsPath.getFormattedName:()Lnet/thevpc/nuts/NutsString;
NutsPath.getFullExtension ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getFullExtension:()Ljava/lang/String;
NutsPath.getLastExtension ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getLastExtension:()Ljava/lang/String;
NutsPath.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsPath.getLastModifiedInstant:()Ljava/time/Instant;
NutsPath.getLocation ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getLocation:()Ljava/lang/String;
NutsPath.getName ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getName:()Ljava/lang/String;
NutsPath.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsPath.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsPath.input ( ) [abstract] : NutsInput
net/thevpc/nuts/NutsPath.input:()Lnet/thevpc/nuts/NutsInput;
NutsPath.isFilePath ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isFilePath:()Z
NutsPath.isURL ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isURL:()Z
NutsPath.mkdir ( boolean p1 ) [abstract] : void
net/thevpc/nuts/NutsPath.mkdir:(Z)V
NutsPath.of ( File path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/io/File;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( String path, ClassLoader classLoader, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( String path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( URL path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/net/URL;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.output ( ) [abstract] : NutsOutput
net/thevpc/nuts/NutsPath.output:()Lnet/thevpc/nuts/NutsOutput;
NutsPath.toCompressedForm ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.toCompressedForm:()Lnet/thevpc/nuts/NutsPath;
NutsPath.toFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.toFilePath:()Ljava/nio/file/Path;
NutsPath.toURL ( ) [abstract] : URL
net/thevpc/nuts/NutsPath.toURL:()Ljava/net/URL;
nuts-0.8.1.jar,
NutsPathFactory.class
package net.thevpc.nuts
NutsPathFactory.createPath ( String p1, NutsSession p2, ClassLoader p3 ) [abstract] : NutsSupplier<NutsPathSPI>
net/thevpc/nuts/NutsPathFactory.createPath:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsSupplier;
nuts-0.8.1.jar,
NutsPathSPI.class
package net.thevpc.nuts.spi
NutsPathSPI.asString ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.asString:()Ljava/lang/String;
NutsPathSPI.delete ( boolean p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.delete:(Z)V
NutsPathSPI.exists ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.exists:()Z
NutsPathSPI.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentEncoding:()Ljava/lang/String;
NutsPathSPI.getContentLength ( ) [abstract] : long
net/thevpc/nuts/spi/NutsPathSPI.getContentLength:()J
NutsPathSPI.getContentType ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentType:()Ljava/lang/String;
NutsPathSPI.getFormatterSPI ( ) [abstract] : NutsFormatSPI
net/thevpc/nuts/spi/NutsPathSPI.getFormatterSPI:()Lnet/thevpc/nuts/spi/NutsFormatSPI;
NutsPathSPI.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/spi/NutsPathSPI.getLastModifiedInstant:()Ljava/time/Instant;
NutsPathSPI.getLocation ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getLocation:()Ljava/lang/String;
NutsPathSPI.getName ( ) : String
net/thevpc/nuts/spi/NutsPathSPI.getName:()Ljava/lang/String;
NutsPathSPI.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/spi/NutsPathSPI.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsPathSPI.inputStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsPathSPI.inputStream:()Ljava/io/InputStream;
NutsPathSPI.mkdir ( boolean p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.mkdir:(Z)V
NutsPathSPI.outputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/spi/NutsPathSPI.outputStream:()Ljava/io/OutputStream;
NutsPathSPI.toCompressedForm ( ) : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.toCompressedForm:()Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.toFilePath ( ) : Path
net/thevpc/nuts/spi/NutsPathSPI.toFilePath:()Ljava/nio/file/Path;
NutsPathSPI.toURL ( ) : URL
net/thevpc/nuts/spi/NutsPathSPI.toURL:()Ljava/net/URL;
nuts-0.8.1.jar,
NutsPositionType.class
package net.thevpc.nuts
NutsPositionType.id ( ) : String
net/thevpc/nuts/NutsPositionType.id:()Ljava/lang/String;
NutsPositionType.parseLenient ( String value ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPositionType;
NutsPositionType.parseLenient ( String value, NutsPositionType emptyOrErrorValue ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPositionType;)Lnet/thevpc/nuts/NutsPositionType;
NutsPositionType.parseLenient ( String value, NutsPositionType emptyValue, NutsPositionType errorValue ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPositionType;Lnet/thevpc/nuts/NutsPositionType;)Lnet/thevpc/nuts/NutsPositionType;
NutsPositionType.valueOf ( String name ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPositionType;
NutsPositionType.values ( ) [static] : NutsPositionType[ ]
net/thevpc/nuts/NutsPositionType.values:()[Lnet/thevpc/nuts/NutsPositionType;
nuts-0.8.1.jar,
NutsPredicates.class
package net.thevpc.nuts
NutsPredicates.always ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.always:()Ljava/util/function/Predicate;
NutsPredicates.blank ( ) [static] : Predicate<String>
net/thevpc/nuts/NutsPredicates.blank:()Ljava/util/function/Predicate;
NutsPredicates.isNull ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.isNull:()Ljava/util/function/Predicate;
NutsPredicates.never ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.never:()Ljava/util/function/Predicate;
NutsPredicates.nonNull ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.nonNull:()Ljava/util/function/Predicate;
NutsPredicates.NutsPredicates ( )
net/thevpc/nuts/NutsPredicates."<init>":()V
nuts-0.8.1.jar,
NutsPrimitiveElement.class
package net.thevpc.nuts
NutsPrimitiveElement.getBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.getBoolean:()Z
NutsPrimitiveElement.getByte ( ) [abstract] : byte
net/thevpc/nuts/NutsPrimitiveElement.getByte:()B
NutsPrimitiveElement.getDouble ( ) [abstract] : double
net/thevpc/nuts/NutsPrimitiveElement.getDouble:()D
NutsPrimitiveElement.getFloat ( ) [abstract] : float
net/thevpc/nuts/NutsPrimitiveElement.getFloat:()F
NutsPrimitiveElement.getInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsPrimitiveElement.getInstant:()Ljava/time/Instant;
NutsPrimitiveElement.getInt ( ) [abstract] : int
net/thevpc/nuts/NutsPrimitiveElement.getInt:()I
NutsPrimitiveElement.getLong ( ) [abstract] : long
net/thevpc/nuts/NutsPrimitiveElement.getLong:()J
NutsPrimitiveElement.getNumber ( ) [abstract] : Number
net/thevpc/nuts/NutsPrimitiveElement.getNumber:()Ljava/lang/Number;
NutsPrimitiveElement.getShort ( ) [abstract] : short
net/thevpc/nuts/NutsPrimitiveElement.getShort:()S
NutsPrimitiveElement.getString ( ) [abstract] : String
net/thevpc/nuts/NutsPrimitiveElement.getString:()Ljava/lang/String;
NutsPrimitiveElement.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsPrimitiveElement.getValue:()Ljava/lang/Object;
NutsPrimitiveElement.isByte ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isByte:()Z
NutsPrimitiveElement.isDouble ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isDouble:()Z
NutsPrimitiveElement.isFloat ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isFloat:()Z
NutsPrimitiveElement.isInt ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isInt:()Z
NutsPrimitiveElement.isLong ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isLong:()Z
NutsPrimitiveElement.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isNull:()Z
NutsPrimitiveElement.isShort ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isShort:()Z
nuts-0.8.1.jar,
NutsPrintStream.class
package net.thevpc.nuts
NutsPrintStream.append ( char p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.append:(C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.append ( CharSequence p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.append:(Ljava/lang/CharSequence;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.append ( CharSequence p1, int p2, int p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.append:(Ljava/lang/CharSequence;II)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.asOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/NutsPrintStream.asOutputStream:()Ljava/io/OutputStream;
NutsPrintStream.asPrintStream ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsPrintStream.asPrintStream:()Ljava/io/PrintStream;
NutsPrintStream.asWriter ( ) [abstract] : Writer
net/thevpc/nuts/NutsPrintStream.asWriter:()Ljava/io/Writer;
NutsPrintStream.close ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.close:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.convertMode ( NutsTerminalMode p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.convertMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.convertSession ( NutsSession p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.convertSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.flush ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.flush:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.format ( Locale p1, String p2, Object... p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.format:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.format ( String p1, Object... p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.format:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.getColumns ( ) [abstract] : int
net/thevpc/nuts/NutsPrintStream.getColumns:()I
NutsPrintStream.isAutoFlash ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrintStream.isAutoFlash:()Z
NutsPrintStream.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrintStream.isNtf:()Z
NutsPrintStream.mode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsPrintStream.mode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsPrintStream.print ( boolean p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Z)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( char p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( char[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:([C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( double p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(D)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( float p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(F)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( int p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(I)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( long p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(J)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( NutsString p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( Object p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( String p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printf ( Locale p1, String p2, Object... p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printf:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printf ( String p1, Object... p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printf:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printj ( String p1, Object... p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printj:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( boolean p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Z)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( char p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( char[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:([C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( double p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(D)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( float p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(F)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( int p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(I)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( long p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(J)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( NutsString p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( Object p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( String p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.resetLine ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.resetLine:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.run ( NutsTerminalCommand p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.run:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( byte[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([B)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( byte[ ] p1, int p2, int p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([BII)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( char[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( char[ ] p1, int p2, int p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([CII)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( int p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:(I)Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.1.jar,
NutsPrintStreamAdapter.class
package net.thevpc.nuts
NutsPrintStreamAdapter.getBaseNutsPrintStream ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreamAdapter.getBaseNutsPrintStream:()Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.1.jar,
NutsProcessInfo.class
package net.thevpc.nuts
NutsProcessInfo.getCommandLine ( ) [abstract] : String
net/thevpc/nuts/NutsProcessInfo.getCommandLine:()Ljava/lang/String;
NutsProcessInfo.getName ( ) [abstract] : String
net/thevpc/nuts/NutsProcessInfo.getName:()Ljava/lang/String;
NutsProcessInfo.getPid ( ) [abstract] : String
net/thevpc/nuts/NutsProcessInfo.getPid:()Ljava/lang/String;
NutsProcessInfo.getTitle ( ) [abstract] : String
net/thevpc/nuts/NutsProcessInfo.getTitle:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsProgressEvent.class
package net.thevpc.nuts
NutsProgressEvent.getCurrentValue ( ) [abstract] : long
net/thevpc/nuts/NutsProgressEvent.getCurrentValue:()J
NutsProgressEvent.getError ( ) [abstract] : Throwable
net/thevpc/nuts/NutsProgressEvent.getError:()Ljava/lang/Throwable;
NutsProgressEvent.getMaxValue ( ) [abstract] : long
net/thevpc/nuts/NutsProgressEvent.getMaxValue:()J
NutsProgressEvent.getMessage ( ) [abstract] : NutsString
net/thevpc/nuts/NutsProgressEvent.getMessage:()Lnet/thevpc/nuts/NutsString;
NutsProgressEvent.getPartialMillis ( ) [abstract] : long
net/thevpc/nuts/NutsProgressEvent.getPartialMillis:()J
NutsProgressEvent.getPartialValue ( ) [abstract] : long
net/thevpc/nuts/NutsProgressEvent.getPartialValue:()J
NutsProgressEvent.getPercent ( ) [abstract] : float
net/thevpc/nuts/NutsProgressEvent.getPercent:()F
NutsProgressEvent.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsProgressEvent.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsProgressEvent.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsProgressEvent.getSource:()Ljava/lang/Object;
NutsProgressEvent.getTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsProgressEvent.getTimeMillis:()J
NutsProgressEvent.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsProgressEvent.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsProgressEvent.isIndeterminate ( ) [abstract] : boolean
net/thevpc/nuts/NutsProgressEvent.isIndeterminate:()Z
nuts-0.8.1.jar,
NutsProgressFactory.class
package net.thevpc.nuts
NutsProgressFactory.create ( Object p1, Object p2, NutsSession p3 ) [abstract] : NutsProgressMonitor
net/thevpc/nuts/NutsProgressFactory.create:(Ljava/lang/Object;Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsProgressMonitor;
nuts-0.8.1.jar,
NutsProgressMonitor.class
package net.thevpc.nuts
NutsProgressMonitor.onComplete ( NutsProgressEvent event ) : void
net/thevpc/nuts/NutsProgressMonitor.onComplete:(Lnet/thevpc/nuts/NutsProgressEvent;)V
NutsProgressMonitor.onProgress ( NutsProgressEvent event ) : boolean
net/thevpc/nuts/NutsProgressMonitor.onProgress:(Lnet/thevpc/nuts/NutsProgressEvent;)Z
NutsProgressMonitor.onStart ( NutsProgressEvent event ) : void
net/thevpc/nuts/NutsProgressMonitor.onStart:(Lnet/thevpc/nuts/NutsProgressEvent;)V
nuts-0.8.1.jar,
NutsPropertiesFormat.class
package net.thevpc.nuts
NutsPropertiesFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsPropertiesFormat.getModel ( ) [abstract] : Map<?,?>
net/thevpc/nuts/NutsPropertiesFormat.getModel:()Ljava/util/Map;
NutsPropertiesFormat.getSeparator ( ) [abstract] : String
net/thevpc/nuts/NutsPropertiesFormat.getSeparator:()Ljava/lang/String;
NutsPropertiesFormat.isSorted ( ) [abstract] : boolean
net/thevpc/nuts/NutsPropertiesFormat.isSorted:()Z
NutsPropertiesFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsPropertiesFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setNtf ( boolean p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setSeparator ( String p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setSeparator:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsPropertiesFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setSession ( NutsSession p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setSorted ( boolean p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setSorted:(Z)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setValue ( Object p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPropertiesFormat;
nuts-0.8.1.jar,
NutsPushCommand.class
package net.thevpc.nuts
NutsPushCommand.addArg ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addArgs ( Collection<String> p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addArgs ( String... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addId ( NutsId p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addId ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addIds ( NutsId... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addIds ( String... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addLockedId ( NutsId p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addLockedId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addLockedId ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addLockedIds ( NutsId... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addLockedIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addLockedIds ( String... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.args ( Collection<String> p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.args:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.clearArgs ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.clearArgs:()Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.clearIds ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.clearIds:()Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.clearLockedIds ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.clearLockedIds:()Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsPushCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsPushCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsPushCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsPushCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsPushCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsPushCommand.copySession ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.copySession:()Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.getArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsPushCommand.getArgs:()[Ljava/lang/String;
NutsPushCommand.getIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsPushCommand.getIds:()[Lnet/thevpc/nuts/NutsId;
NutsPushCommand.getLockedIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsPushCommand.getLockedIds:()[Lnet/thevpc/nuts/NutsId;
NutsPushCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsPushCommand.getRepository:()Ljava/lang/String;
NutsPushCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/NutsPushCommand.isOffline:()Z
NutsPushCommand.removeId ( NutsId p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.removeId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.removeId ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.removeLockedId ( NutsId p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.removeLockedId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.removeLockedId ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.removeLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsPushCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsPushCommand.run ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.run:()Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.setOffline ( boolean p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.setOffline:(Z)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.setRepository ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsPushCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsPushCommand.setSession ( NutsSession p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPushCommand;
nuts-0.8.1.jar,
NutsPushException.class
package net.thevpc.nuts
NutsPushException.getId ( ) : NutsId
net/thevpc/nuts/NutsPushException.getId:()Lnet/thevpc/nuts/NutsId;
NutsPushException.NutsPushException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsPushException.NutsPushException ( NutsSession session, NutsId id, NutsMessage message )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;)V
NutsPushException.NutsPushException ( NutsSession session, NutsId id, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsPushRepositoryCommand.class
package net.thevpc.nuts.spi
NutsPushRepositoryCommand.getArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/spi/NutsPushRepositoryCommand.getArgs:()[Ljava/lang/String;
NutsPushRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsPushRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsPushRepositoryCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPushRepositoryCommand.getRepository:()Ljava/lang/String;
NutsPushRepositoryCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPushRepositoryCommand.isOffline:()Z
NutsPushRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsPushRepositoryCommand.run ( ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setArgs ( String[ ] p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setOffline ( boolean p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setOffline:(Z)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setRepository ( String p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsPushRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
nuts-0.8.1.jar,
NutsQuestion.class
package net.thevpc.nuts
NutsQuestion<T>.configure ( boolean p1, String... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsQuestion.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsQuestion<T>.forBoolean ( String p1, Object... p2 ) [abstract] : NutsQuestion<Boolean>
net/thevpc/nuts/NutsQuestion.forBoolean:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forDouble ( String p1, Object... p2 ) [abstract] : NutsQuestion<Double>
net/thevpc/nuts/NutsQuestion.forDouble:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forEnum ( Class<K> p1, String p2, Object... p3 ) [abstract] : NutsQuestion<K>
net/thevpc/nuts/NutsQuestion.forEnum:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forFloat ( String p1, Object... p2 ) [abstract] : NutsQuestion<Float>
net/thevpc/nuts/NutsQuestion.forFloat:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forInteger ( String p1, Object... p2 ) [abstract] : NutsQuestion<Integer>
net/thevpc/nuts/NutsQuestion.forInteger:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forLong ( String p1, Object... p2 ) [abstract] : NutsQuestion<Long>
net/thevpc/nuts/NutsQuestion.forLong:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forPassword ( String p1, Object... p2 ) [abstract] : NutsQuestion<char[ ]>
net/thevpc/nuts/NutsQuestion.forPassword:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forString ( String p1, Object... p2 ) [abstract] : NutsQuestion<String>
net/thevpc/nuts/NutsQuestion.forString:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.getAcceptedValues ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getAcceptedValues:()[Ljava/lang/Object;
NutsQuestion<T>.getBooleanValue ( ) [abstract] : Boolean
net/thevpc/nuts/NutsQuestion.getBooleanValue:()Ljava/lang/Boolean;
NutsQuestion<T>.getCancelMessage ( ) [abstract] : String
net/thevpc/nuts/NutsQuestion.getCancelMessage:()Ljava/lang/String;
NutsQuestion<T>.getCancelMessageParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getCancelMessageParameters:()[Ljava/lang/Object;
NutsQuestion<T>.getDefaultValue ( ) [abstract] : T
net/thevpc/nuts/NutsQuestion.getDefaultValue:()Ljava/lang/Object;
NutsQuestion<T>.getFormat ( ) [abstract] : NutsQuestionFormat<T>
net/thevpc/nuts/NutsQuestion.getFormat:()Lnet/thevpc/nuts/NutsQuestionFormat;
NutsQuestion<T>.getHintMessage ( ) [abstract] : String
net/thevpc/nuts/NutsQuestion.getHintMessage:()Ljava/lang/String;
NutsQuestion<T>.getHintMessageParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getHintMessageParameters:()[Ljava/lang/Object;
NutsQuestion<T>.getMessage ( ) [abstract] : String
net/thevpc/nuts/NutsQuestion.getMessage:()Ljava/lang/String;
NutsQuestion<T>.getMessageParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getMessageParameters:()[Ljava/lang/Object;
NutsQuestion<T>.getParser ( ) [abstract] : NutsQuestionParser<T>
net/thevpc/nuts/NutsQuestion.getParser:()Lnet/thevpc/nuts/NutsQuestionParser;
NutsQuestion<T>.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsQuestion.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsQuestion<T>.getValidator ( ) [abstract] : NutsQuestionValidator<T>
net/thevpc/nuts/NutsQuestion.getValidator:()Lnet/thevpc/nuts/NutsQuestionValidator;
NutsQuestion<T>.getValue ( ) [abstract] : T
net/thevpc/nuts/NutsQuestion.getValue:()Ljava/lang/Object;
NutsQuestion<T>.getValueType ( ) [abstract] : Class<T>
net/thevpc/nuts/NutsQuestion.getValueType:()Ljava/lang/Class;
NutsQuestion<T>.isResetLine ( ) [abstract] : boolean
net/thevpc/nuts/NutsQuestion.isResetLine:()Z
NutsQuestion<T>.resetLine ( ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.resetLine:()Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.resetLine ( boolean p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.resetLine:(Z)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.run ( ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.run:()Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setAcceptedValues ( Object[ ] p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setAcceptedValues:([Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setCancelMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setCancelMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setDefaultValue ( T p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setDefaultValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setFormat ( NutsQuestionFormat<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setFormat:(Lnet/thevpc/nuts/NutsQuestionFormat;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setHintMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setHintMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setParser ( NutsQuestionParser<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setParser:(Lnet/thevpc/nuts/NutsQuestionParser;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setSession ( NutsSession p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setValidator ( NutsQuestionValidator<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setValidator:(Lnet/thevpc/nuts/NutsQuestionValidator;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setValueType ( Class<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setValueType:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsQuestion;
nuts-0.8.1.jar,
NutsQuestionFormat.class
package net.thevpc.nuts
NutsQuestionFormat<T>.format ( Object p1, NutsQuestion<T> p2 ) [abstract] : String
net/thevpc/nuts/NutsQuestionFormat.format:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsQuestion;)Ljava/lang/String;
NutsQuestionFormat<T>.getDefaultValues ( Class p1, NutsQuestion<T> p2 ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestionFormat.getDefaultValues:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsQuestion;)[Ljava/lang/Object;
nuts-0.8.1.jar,
NutsQuestionParser.class
package net.thevpc.nuts
NutsQuestionParser<T>.parse ( Object p1, T p2, NutsQuestion<T> p3 ) [abstract] : T
net/thevpc/nuts/NutsQuestionParser.parse:(Ljava/lang/Object;Ljava/lang/Object;Lnet/thevpc/nuts/NutsQuestion;)Ljava/lang/Object;
nuts-0.8.1.jar,
NutsQuestionValidator.class
package net.thevpc.nuts
NutsQuestionValidator<T>.validate ( T p1, NutsQuestion<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsQuestionValidator.validate:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsQuestion;)Ljava/lang/Object;
nuts-0.8.1.jar,
NutsReadOnlyException.class
package net.thevpc.nuts
NutsReadOnlyException.NutsReadOnlyException ( NutsSession session )
net/thevpc/nuts/NutsReadOnlyException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsReadOnlyException.NutsReadOnlyException ( NutsSession session, String location )
net/thevpc/nuts/NutsReadOnlyException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsRemoveOptions.class
package net.thevpc.nuts
NutsRemoveOptions.getSession ( ) : NutsSession
net/thevpc/nuts/NutsRemoveOptions.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRemoveOptions.isErase ( ) : boolean
net/thevpc/nuts/NutsRemoveOptions.isErase:()Z
NutsRemoveOptions.NutsRemoveOptions ( )
net/thevpc/nuts/NutsRemoveOptions."<init>":()V
NutsRemoveOptions.setErase ( boolean erase ) : NutsRemoveOptions
net/thevpc/nuts/NutsRemoveOptions.setErase:(Z)Lnet/thevpc/nuts/NutsRemoveOptions;
NutsRemoveOptions.setSession ( NutsSession session ) : NutsRemoveOptions
net/thevpc/nuts/NutsRemoveOptions.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRemoveOptions;
nuts-0.8.1.jar,
NutsRemoveUserCommand.class
package net.thevpc.nuts
NutsRemoveUserCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsRemoveUserCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsRemoveUserCommand;
NutsRemoveUserCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsRemoveUserCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsRemoveUserCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsRemoveUserCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsRemoveUserCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsRemoveUserCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsRemoveUserCommand.copySession ( ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsRemoveUserCommand.copySession:()Lnet/thevpc/nuts/NutsRemoveUserCommand;
NutsRemoveUserCommand.getUsername ( ) [abstract] : String
net/thevpc/nuts/NutsRemoveUserCommand.getUsername:()Ljava/lang/String;
NutsRemoveUserCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsRemoveUserCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsRemoveUserCommand.run ( ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsRemoveUserCommand.run:()Lnet/thevpc/nuts/NutsRemoveUserCommand;
NutsRemoveUserCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsRemoveUserCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsRemoveUserCommand.setSession ( NutsSession p1 ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsRemoveUserCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRemoveUserCommand;
NutsRemoveUserCommand.setUsername ( String p1 ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsRemoveUserCommand.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRemoveUserCommand;
nuts-0.8.1.jar,
NutsRepository.class
package net.thevpc.nuts
NutsRepository.addRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.addRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)Lnet/thevpc/nuts/NutsRepository;
NutsRepository.addUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.addUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)Lnet/thevpc/nuts/NutsRepository;
NutsRepository.config ( ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepository.config:()Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepository.env ( ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepository.env:()Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepository.getName ( ) [abstract] : String
net/thevpc/nuts/NutsRepository.getName:()Ljava/lang/String;
NutsRepository.getParentRepository ( ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.getParentRepository:()Lnet/thevpc/nuts/NutsRepository;
NutsRepository.getRepositoryListeners ( ) [abstract] : NutsRepositoryListener[ ]
net/thevpc/nuts/NutsRepository.getRepositoryListeners:()[Lnet/thevpc/nuts/NutsRepositoryListener;
NutsRepository.getRepositoryType ( ) [abstract] : String
net/thevpc/nuts/NutsRepository.getRepositoryType:()Ljava/lang/String;
NutsRepository.getUserProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsRepository.getUserProperties:()Ljava/util/Map;
NutsRepository.getUserPropertyListeners ( ) [abstract] : NutsMapListener<String,Object>[ ]
net/thevpc/nuts/NutsRepository.getUserPropertyListeners:()[Lnet/thevpc/nuts/NutsMapListener;
NutsRepository.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsRepository.getUuid:()Ljava/lang/String;
NutsRepository.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsRepository.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsRepository.isAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:()Z
NutsRepository.isAvailable ( boolean p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:(Z)Z
NutsRepository.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isEnabled:()Z
NutsRepository.isRemote ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isRemote:()Z
NutsRepository.removeRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.removeRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)Lnet/thevpc/nuts/NutsRepository;
NutsRepository.removeUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.removeUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)Lnet/thevpc/nuts/NutsRepository;
NutsRepository.security ( ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepository.security:()Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepository.setEnabled ( boolean p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.setEnabled:(Z)Lnet/thevpc/nuts/NutsRepository;
nuts-0.8.1.jar,
NutsRepositoryAlreadyRegisteredException.class
package net.thevpc.nuts
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsSession session, String repository )
net/thevpc/nuts/NutsRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;)V
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsSession session, String repository, Throwable err )
net/thevpc/nuts/NutsRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsRepositoryCommand.class
package net.thevpc.nuts.spi
NutsRepositoryCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/spi/NutsRepositoryCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsRepositoryCommand.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/spi/NutsRepositoryCommand.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryCommand.run ( ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
nuts-0.8.1.jar,
NutsRepositoryConfig.class
package net.thevpc.nuts
NutsRepositoryConfig.getAuthenticationAgent ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getAuthenticationAgent:()Ljava/lang/String;
NutsRepositoryConfig.getEnv ( ) : Map<String,String>
net/thevpc/nuts/NutsRepositoryConfig.getEnv:()Ljava/util/Map;
NutsRepositoryConfig.getGroups ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getGroups:()Ljava/lang/String;
NutsRepositoryConfig.getLocation ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getLocation:()Ljava/lang/String;
NutsRepositoryConfig.getMirrors ( ) : List<NutsRepositoryRef>
net/thevpc/nuts/NutsRepositoryConfig.getMirrors:()Ljava/util/List;
NutsRepositoryConfig.getName ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getName:()Ljava/lang/String;
NutsRepositoryConfig.getStoreLocations ( ) : Map<String,String>
net/thevpc/nuts/NutsRepositoryConfig.getStoreLocations:()Ljava/util/Map;
NutsRepositoryConfig.getStoreLocationStrategy ( ) : NutsStoreLocationStrategy
net/thevpc/nuts/NutsRepositoryConfig.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsRepositoryConfig.getType ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getType:()Ljava/lang/String;
NutsRepositoryConfig.getUsers ( ) : List<NutsUserConfig>
net/thevpc/nuts/NutsRepositoryConfig.getUsers:()Ljava/util/List;
NutsRepositoryConfig.getUuid ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getUuid:()Ljava/lang/String;
NutsRepositoryConfig.isIndexEnabled ( ) : boolean
net/thevpc/nuts/NutsRepositoryConfig.isIndexEnabled:()Z
NutsRepositoryConfig.NutsRepositoryConfig ( )
net/thevpc/nuts/NutsRepositoryConfig."<init>":()V
NutsRepositoryConfig.setAuthenticationAgent ( String authenticationAgent ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setEnv ( Map<String,String> env ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setGroups ( String groups ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setGroups:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setIndexEnabled ( boolean indexEnabled ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setIndexEnabled:(Z)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setLocation ( String location ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setMirrors ( List<NutsRepositoryRef> mirrors ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setMirrors:(Ljava/util/List;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setName ( String name ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setStoreLocations ( Map<String,String> storeLocations ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setStoreLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setStoreLocationStrategy ( NutsStoreLocationStrategy storeLocationStrategy ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setType ( String type ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setUsers ( List<NutsUserConfig> users ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setUsers:(Ljava/util/List;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setUuid ( String uuid ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
nuts-0.8.1.jar,
NutsRepositoryConfigManager.class
package net.thevpc.nuts
NutsRepositoryConfigManager.addMirror ( NutsAddRepositoryOptions p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.addMirror:(Lnet/thevpc/nuts/NutsAddRepositoryOptions;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirror ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirrorById ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirrorById:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirrorByName ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirrorByName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getDeployOrder ( ) [abstract] : int
net/thevpc/nuts/NutsRepositoryConfigManager.getDeployOrder:()I
NutsRepositoryConfigManager.getGlobalName ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getGlobalName:()Ljava/lang/String;
NutsRepositoryConfigManager.getGroups ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getGroups:()Ljava/lang/String;
NutsRepositoryConfigManager.getLocation ( boolean p1 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getLocation:(Z)Ljava/lang/String;
NutsRepositoryConfigManager.getMirror ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.getMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getMirrors ( ) [abstract] : NutsRepository[ ]
net/thevpc/nuts/NutsRepositoryConfigManager.getMirrors:()[Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getRepositoryRef ( ) [abstract] : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryConfigManager.getRepositoryRef:()Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryConfigManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryConfigManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryConfigManager.getSpeed ( ) [abstract] : int
net/thevpc/nuts/NutsRepositoryConfigManager.getSpeed:()I
NutsRepositoryConfigManager.getStoreLocation ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:()Ljava/lang/String;
NutsRepositoryConfigManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsRepositoryConfigManager.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsRepositoryConfigManager.getType ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getType:()Ljava/lang/String;
NutsRepositoryConfigManager.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.isEnabled:()Z
NutsRepositoryConfigManager.isIndexEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.isIndexEnabled:()Z
NutsRepositoryConfigManager.isIndexSubscribed ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.isIndexSubscribed:()Z
NutsRepositoryConfigManager.isSupportedMirroring ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.isSupportedMirroring:()Z
NutsRepositoryConfigManager.isTemporary ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.isTemporary:()Z
NutsRepositoryConfigManager.removeMirror ( String p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.removeMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setEnabled ( boolean p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setEnabled:(Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setIndexEnabled ( boolean p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setIndexEnabled:(Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setMirrorEnabled ( String p1, boolean p2 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setMirrorEnabled:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setTemporary ( boolean p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setTemporary:(Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.subscribeIndex ( ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.subscribeIndex:()Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.unsubscribeIndex ( ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.unsubscribeIndex:()Lnet/thevpc/nuts/NutsRepositoryConfigManager;
nuts-0.8.1.jar,
NutsRepositoryEnvManager.class
package net.thevpc.nuts
NutsRepositoryEnvManager.get ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryEnvManager.get:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsRepositoryEnvManager.get ( String p1, String p2, boolean p3 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryEnvManager.get:(Ljava/lang/String;Ljava/lang/String;Z)Ljava/lang/String;
NutsRepositoryEnvManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryEnvManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryEnvManager.set ( String p1, String p2 ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepositoryEnvManager.set:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepositoryEnvManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepositoryEnvManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepositoryEnvManager.toMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsRepositoryEnvManager.toMap:()Ljava/util/Map;
NutsRepositoryEnvManager.toMap ( boolean p1 ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsRepositoryEnvManager.toMap:(Z)Ljava/util/Map;
nuts-0.8.1.jar,
NutsRepositoryEvent.class
package net.thevpc.nuts
NutsRepositoryEvent.getParent ( ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryEvent.getParent:()Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryEvent.getPropertyName ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryEvent.getPropertyName:()Ljava/lang/String;
NutsRepositoryEvent.getPropertyOldValue ( ) [abstract] : Object
net/thevpc/nuts/NutsRepositoryEvent.getPropertyOldValue:()Ljava/lang/Object;
NutsRepositoryEvent.getPropertyValue ( ) [abstract] : Object
net/thevpc/nuts/NutsRepositoryEvent.getPropertyValue:()Ljava/lang/Object;
NutsRepositoryEvent.getRepository ( ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryEvent.getRepository:()Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryEvent.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryEvent.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryEvent.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsRepositoryEvent.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsRepositoryException.class
package net.thevpc.nuts
NutsRepositoryException.getRepository ( ) : String
net/thevpc/nuts/NutsRepositoryException.getRepository:()Ljava/lang/String;
NutsRepositoryException.NutsRepositoryException ( NutsSession session, String repository, NutsMessage message, Throwable ex )
net/thevpc/nuts/NutsRepositoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsRepositoryFactoryComponent.class
package net.thevpc.nuts.spi
NutsRepositoryFactoryComponent.create ( NutsAddRepositoryOptions p1, NutsSession p2, NutsRepository p3 ) [abstract] : NutsRepository
net/thevpc/nuts/spi/NutsRepositoryFactoryComponent.create:(Lnet/thevpc/nuts/NutsAddRepositoryOptions;Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsRepository;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryFactoryComponent.getDefaultRepositories ( NutsSession p1 ) [abstract] : NutsAddRepositoryOptions[ ]
net/thevpc/nuts/spi/NutsRepositoryFactoryComponent.getDefaultRepositories:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsAddRepositoryOptions;
nuts-0.8.1.jar,
NutsRepositoryFilter.class
package net.thevpc.nuts
NutsRepositoryFilter.acceptRepository ( NutsRepository p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryFilter.acceptRepository:(Lnet/thevpc/nuts/NutsRepository;)Z
NutsRepositoryFilter.and ( NutsRepositoryFilter p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilter.and:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilter.neg ( ) : NutsFilter
net/thevpc/nuts/NutsRepositoryFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsRepositoryFilter.neg ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilter.neg:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilter.or ( NutsRepositoryFilter p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilter.or:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsRepositoryFilter;
nuts-0.8.1.jar,
NutsRepositoryFilterManager.class
package net.thevpc.nuts
NutsRepositoryFilterManager.byName ( String... p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilterManager.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilterManager.byUuid ( String... p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilterManager.byUuid:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilterManager.installedRepo ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilterManager.installedRepo:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsRepositoryFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsRepositoryFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryFilterManager
net/thevpc/nuts/NutsRepositoryFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryFilterManager;
nuts-0.8.1.jar,
NutsRepositoryListener.class
package net.thevpc.nuts
NutsRepositoryListener.onAddRepository ( NutsRepositoryEvent event ) : void
net/thevpc/nuts/NutsRepositoryListener.onAddRepository:(Lnet/thevpc/nuts/NutsRepositoryEvent;)V
NutsRepositoryListener.onConfigurationChanged ( NutsRepositoryEvent event ) : void
net/thevpc/nuts/NutsRepositoryListener.onConfigurationChanged:(Lnet/thevpc/nuts/NutsRepositoryEvent;)V
NutsRepositoryListener.onDeploy ( NutsContentEvent event ) : void
net/thevpc/nuts/NutsRepositoryListener.onDeploy:(Lnet/thevpc/nuts/NutsContentEvent;)V
NutsRepositoryListener.onPush ( NutsContentEvent event ) : void
net/thevpc/nuts/NutsRepositoryListener.onPush:(Lnet/thevpc/nuts/NutsContentEvent;)V
NutsRepositoryListener.onRemoveRepository ( NutsRepositoryEvent event ) : void
net/thevpc/nuts/NutsRepositoryListener.onRemoveRepository:(Lnet/thevpc/nuts/NutsRepositoryEvent;)V
NutsRepositoryListener.onUndeploy ( NutsContentEvent event ) : void
net/thevpc/nuts/NutsRepositoryListener.onUndeploy:(Lnet/thevpc/nuts/NutsContentEvent;)V
nuts-0.8.1.jar,
NutsRepositoryManager.class
package net.thevpc.nuts
NutsRepositoryManager.addRepository ( NutsAddRepositoryOptions p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.addRepository:(Lnet/thevpc/nuts/NutsAddRepositoryOptions;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.addRepository ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.addRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.filter ( ) [abstract] : NutsRepositoryFilterManager
net/thevpc/nuts/NutsRepositoryManager.filter:()Lnet/thevpc/nuts/NutsRepositoryFilterManager;
NutsRepositoryManager.findRepository ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepositoryById ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepositoryById:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepositoryByName ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepositoryByName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getRepositories ( ) [abstract] : NutsRepository[ ]
net/thevpc/nuts/NutsRepositoryManager.getRepositories:()[Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getRepository ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.getRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryManager.removeAllRepositories ( ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsRepositoryManager.removeAllRepositories:()Lnet/thevpc/nuts/NutsRepositoryManager;
NutsRepositoryManager.removeRepository ( String p1 ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsRepositoryManager.removeRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryManager;
NutsRepositoryManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsRepositoryManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryManager;
nuts-0.8.1.jar,
NutsRepositoryModel.class
package net.thevpc.nuts
NutsRepositoryModel.acceptDeploy ( NutsId id, NutsFetchMode mode, NutsRepository repository, NutsSession session ) : boolean
net/thevpc/nuts/NutsRepositoryModel.acceptDeploy:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Z
NutsRepositoryModel.acceptFetch ( NutsId id, NutsFetchMode mode, NutsRepository repository, NutsSession session ) : boolean
net/thevpc/nuts/NutsRepositoryModel.acceptFetch:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Z
NutsRepositoryModel.fetchContent ( NutsId id, NutsDescriptor descriptor, String localPath, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : NutsContent
net/thevpc/nuts/NutsRepositoryModel.fetchContent:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsDescriptor;Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContent;
NutsRepositoryModel.fetchDescriptor ( NutsId id, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : NutsDescriptor
net/thevpc/nuts/NutsRepositoryModel.fetchDescriptor:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptor;
NutsRepositoryModel.getMode ( ) : int
net/thevpc/nuts/NutsRepositoryModel.getMode:()I
NutsRepositoryModel.getName ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryModel.getName:()Ljava/lang/String;
NutsRepositoryModel.getRepositoryType ( ) : String
net/thevpc/nuts/NutsRepositoryModel.getRepositoryType:()Ljava/lang/String;
NutsRepositoryModel.getSpeed ( ) : int
net/thevpc/nuts/NutsRepositoryModel.getSpeed:()I
NutsRepositoryModel.getStoreLocationStrategy ( ) : NutsStoreLocationStrategy
net/thevpc/nuts/NutsRepositoryModel.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsRepositoryModel.getUuid ( ) : String
net/thevpc/nuts/NutsRepositoryModel.getUuid:()Ljava/lang/String;
NutsRepositoryModel.isAcceptFetchMode ( NutsFetchMode mode ) : boolean
net/thevpc/nuts/NutsRepositoryModel.isAcceptFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Z
NutsRepositoryModel.isRemote ( ) : boolean
net/thevpc/nuts/NutsRepositoryModel.isRemote:()Z
NutsRepositoryModel.search ( NutsIdFilter filter, String[ ] roots, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : Iterator<NutsId>
net/thevpc/nuts/NutsRepositoryModel.search:(Lnet/thevpc/nuts/NutsIdFilter;[Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
NutsRepositoryModel.searchLatestVersion ( NutsId id, NutsIdFilter filter, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : NutsId
net/thevpc/nuts/NutsRepositoryModel.searchLatestVersion:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsId;
NutsRepositoryModel.searchVersions ( NutsId id, NutsIdFilter idFilter, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : Iterator<NutsId>
net/thevpc/nuts/NutsRepositoryModel.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
NutsRepositoryModel.updateStatistics ( NutsRepository repository, NutsSession session ) : void
net/thevpc/nuts/NutsRepositoryModel.updateStatistics:(Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsRepositoryNotFoundException.class
package net.thevpc.nuts
NutsRepositoryNotFoundException.NutsRepositoryNotFoundException ( NutsSession session, String repository )
net/thevpc/nuts/NutsRepositoryNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsRepositoryRef.class
package net.thevpc.nuts
NutsRepositoryRef.copy ( ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.copy:()Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryRef.getDeployOrder ( ) : int
net/thevpc/nuts/NutsRepositoryRef.getDeployOrder:()I
NutsRepositoryRef.getLocation ( ) : String
net/thevpc/nuts/NutsRepositoryRef.getLocation:()Ljava/lang/String;
NutsRepositoryRef.getName ( ) : String
net/thevpc/nuts/NutsRepositoryRef.getName:()Ljava/lang/String;
NutsRepositoryRef.isEnabled ( ) : boolean
net/thevpc/nuts/NutsRepositoryRef.isEnabled:()Z
NutsRepositoryRef.isFailSafe ( ) : boolean
net/thevpc/nuts/NutsRepositoryRef.isFailSafe:()Z
NutsRepositoryRef.NutsRepositoryRef ( )
net/thevpc/nuts/NutsRepositoryRef."<init>":()V
NutsRepositoryRef.NutsRepositoryRef ( NutsRepositoryRef other )
net/thevpc/nuts/NutsRepositoryRef."<init>":(Lnet/thevpc/nuts/NutsRepositoryRef;)V
NutsRepositoryRef.NutsRepositoryRef ( String name, String location, int deployPriority, boolean enabled )
net/thevpc/nuts/NutsRepositoryRef."<init>":(Ljava/lang/String;Ljava/lang/String;IZ)V
NutsRepositoryRef.setDeployOrder ( int deployPriority ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.setDeployOrder:(I)Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryRef.setEnabled ( boolean enabled ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.setEnabled:(Z)Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryRef.setFailSafe ( boolean failSafe ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.setFailSafe:(Z)Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryRef.setLocation ( String location ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryRef.setName ( String name ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryRef;
nuts-0.8.1.jar,
NutsRepositorySecurityManager.class
package net.thevpc.nuts
NutsRepositorySecurityManager.addUser ( String p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsRepositorySecurityManager.addUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsRepositorySecurityManager.checkAllowed ( String p1, String p2 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.checkAllowed:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.checkCredentials:([C[C)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.createCredentials:([CZ[C)[C
NutsRepositorySecurityManager.findUsers ( ) [abstract] : NutsUser[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.findUsers:()[Lnet/thevpc/nuts/NutsUser;
NutsRepositorySecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsRepositorySecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
NutsRepositorySecurityManager.getCredentials ( char[ ] p1 ) [abstract] : char[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.getCredentials:([C)[C
NutsRepositorySecurityManager.getEffectiveUser ( String p1 ) [abstract] : NutsUser
net/thevpc/nuts/NutsRepositorySecurityManager.getEffectiveUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUser;
NutsRepositorySecurityManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositorySecurityManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositorySecurityManager.isAllowed ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepositorySecurityManager.isAllowed:(Ljava/lang/String;)Z
NutsRepositorySecurityManager.removeCredentials ( char[ ] p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepositorySecurityManager.removeCredentials:([C)Z
NutsRepositorySecurityManager.removeUser ( String p1 ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsRepositorySecurityManager.removeUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRemoveUserCommand;
NutsRepositorySecurityManager.setAuthenticationAgent ( String p1 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySecurityManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySecurityManager.updateUser ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsRepositorySecurityManager.updateUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
nuts-0.8.1.jar,
NutsRepositorySPI.class
package net.thevpc.nuts.spi
NutsRepositorySPI.config ( ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/spi/NutsRepositorySPI.config:()Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositorySPI.deploy ( ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.deploy:()Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsRepositorySPI.env ( ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/spi/NutsRepositorySPI.env:()Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepositorySPI.fetchContent ( ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.fetchContent:()Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsRepositorySPI.fetchDescriptor ( ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.fetchDescriptor:()Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsRepositorySPI.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositorySPI.getName:()Ljava/lang/String;
NutsRepositorySPI.getParentRepository ( ) [abstract] : NutsRepository
net/thevpc/nuts/spi/NutsRepositorySPI.getParentRepository:()Lnet/thevpc/nuts/NutsRepository;
NutsRepositorySPI.getRepositoryListeners ( ) [abstract] : NutsRepositoryListener[ ]
net/thevpc/nuts/spi/NutsRepositorySPI.getRepositoryListeners:()[Lnet/thevpc/nuts/NutsRepositoryListener;
NutsRepositorySPI.getRepositoryType ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositorySPI.getRepositoryType:()Ljava/lang/String;
NutsRepositorySPI.getUserProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/spi/NutsRepositorySPI.getUserProperties:()Ljava/util/Map;
NutsRepositorySPI.getUserPropertyListeners ( ) [abstract] : NutsMapListener<String,Object>[ ]
net/thevpc/nuts/spi/NutsRepositorySPI.getUserPropertyListeners:()[Lnet/thevpc/nuts/NutsMapListener;
NutsRepositorySPI.getUuid ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositorySPI.getUuid:()Ljava/lang/String;
NutsRepositorySPI.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsRepositorySPI.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsRepositorySPI.isAcceptFetchMode ( NutsFetchMode p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositorySPI.isAcceptFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsSession;)Z
NutsRepositorySPI.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositorySPI.isEnabled:()Z
NutsRepositorySPI.push ( ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.push:()Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsRepositorySPI.search ( ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.search:()Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsRepositorySPI.searchVersions ( ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.searchVersions:()Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsRepositorySPI.security ( ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/spi/NutsRepositorySPI.security:()Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySPI.setEnabled ( boolean p1 ) [abstract] : NutsRepository
net/thevpc/nuts/spi/NutsRepositorySPI.setEnabled:(Z)Lnet/thevpc/nuts/NutsRepository;
NutsRepositorySPI.undeploy ( ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositorySPI.undeploy:()Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositorySPI.updateStatistics ( ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsRepositorySPI.updateStatistics:()Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
nuts-0.8.1.jar,
NutsRepositoryUndeployCommand.class
package net.thevpc.nuts.spi
NutsRepositoryUndeployCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsRepositoryUndeployCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.getRepository:()Ljava/lang/String;
NutsRepositoryUndeployCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.isOffline:()Z
NutsRepositoryUndeployCommand.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.isTransitive:()Z
NutsRepositoryUndeployCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryUndeployCommand.run ( ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setId ( NutsId p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setOffline ( boolean p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setOffline:(Z)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setRepository ( String p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setTransitive ( boolean p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setTransitive:(Z)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
nuts-0.8.1.jar,
NutsResultList.class
package net.thevpc.nuts
NutsResultList<T>.count ( ) [abstract] : long
net/thevpc/nuts/NutsResultList.count:()J
NutsResultList<T>.first ( ) [abstract] : T
net/thevpc/nuts/NutsResultList.first:()Ljava/lang/Object;
NutsResultList<T>.list ( ) [abstract] : List<T>
net/thevpc/nuts/NutsResultList.list:()Ljava/util/List;
NutsResultList<T>.required ( ) [abstract] : T
net/thevpc/nuts/NutsResultList.required:()Ljava/lang/Object;
NutsResultList<T>.singleton ( ) [abstract] : T
net/thevpc/nuts/NutsResultList.singleton:()Ljava/lang/Object;
NutsResultList<T>.stream ( ) [abstract] : Stream<T>
net/thevpc/nuts/NutsResultList.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsRunAs.class
package net.thevpc.nuts
NutsRunAs.currentUser ( ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.currentUser:()Lnet/thevpc/nuts/NutsRunAs;
NutsRunAs.getMode ( ) : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.getMode:()Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.getUser ( ) : String
net/thevpc/nuts/NutsRunAs.getUser:()Ljava/lang/String;
NutsRunAs.root ( ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.root:()Lnet/thevpc/nuts/NutsRunAs;
NutsRunAs.sudo ( ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.sudo:()Lnet/thevpc/nuts/NutsRunAs;
NutsRunAs.user ( String name ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.user:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRunAs;
nuts-0.8.1.jar,
NutsSdkLocation.class
package net.thevpc.nuts
NutsSdkLocation.getId ( ) : NutsId
net/thevpc/nuts/NutsSdkLocation.getId:()Lnet/thevpc/nuts/NutsId;
NutsSdkLocation.getName ( ) : String
net/thevpc/nuts/NutsSdkLocation.getName:()Ljava/lang/String;
NutsSdkLocation.getPackaging ( ) : String
net/thevpc/nuts/NutsSdkLocation.getPackaging:()Ljava/lang/String;
NutsSdkLocation.getPath ( ) : String
net/thevpc/nuts/NutsSdkLocation.getPath:()Ljava/lang/String;
NutsSdkLocation.getPriority ( ) : int
net/thevpc/nuts/NutsSdkLocation.getPriority:()I
NutsSdkLocation.getProduct ( ) : String
net/thevpc/nuts/NutsSdkLocation.getProduct:()Ljava/lang/String;
NutsSdkLocation.getVersion ( ) : String
net/thevpc/nuts/NutsSdkLocation.getVersion:()Ljava/lang/String;
NutsSdkLocation.NutsSdkLocation ( NutsId id, String product, String name, String path, String version, String packaging, int priority )
net/thevpc/nuts/NutsSdkLocation."<init>":(Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
NutsSdkLocation.setPriority ( int priority ) : NutsSdkLocation
net/thevpc/nuts/NutsSdkLocation.setPriority:(I)Lnet/thevpc/nuts/NutsSdkLocation;
nuts-0.8.1.jar,
NutsSdkManager.class
package net.thevpc.nuts
NutsSdkManager.add ( NutsSdkLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.add:(Lnet/thevpc/nuts/NutsSdkLocation;)Z
NutsSdkManager.find ( NutsSdkLocation p1 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.find:(Lnet/thevpc/nuts/NutsSdkLocation;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.find ( String p1, Predicate<NutsSdkLocation> p2 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.find:(Ljava/lang/String;Ljava/util/function/Predicate;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByName ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByName:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByPath ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByPath:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, NutsVersionFilter p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findOne ( String p1, Predicate<NutsSdkLocation> p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findOne:(Ljava/lang/String;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findSdkTypes ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsSdkManager.findSdkTypes:()[Ljava/lang/String;
NutsSdkManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSdkManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSdkManager.remove ( NutsSdkLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.remove:(Lnet/thevpc/nuts/NutsSdkLocation;)Z
NutsSdkManager.resolve ( String p1, String p2, String p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.resolve:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1, String p2 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.setSession ( NutsSession p1 ) [abstract] : NutsSdkManager
net/thevpc/nuts/NutsSdkManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkManager;
NutsSdkManager.update ( NutsSdkLocation p1, NutsSdkLocation p2 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.update:(Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsSdkLocation;)Z
nuts-0.8.1.jar,
NutsSearchCommand.class
package net.thevpc.nuts
NutsSearchCommand.addArch ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addArchs ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addArchs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addArchs ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addArchs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addId ( NutsId p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addId ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addIds ( NutsId... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addIds ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addLockedId ( NutsId p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addLockedId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addLockedId ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addLockedIds ( NutsId... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addLockedIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addLockedIds ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addPackaging ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addPackagings ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addPackagings:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addPackagings ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addPackagings:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addRepositoryFilter ( NutsRepositoryFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addRepositoryFilter:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addScope ( NutsDependencyScope p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addScope ( NutsDependencyScopePattern p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addScope:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addScopes ( NutsDependencyScope... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addScopes:([Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addScopes ( NutsDependencyScopePattern... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addScopes:([Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addScript ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addScript:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addScripts ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addScripts:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addScripts ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addScripts:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearArchs ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearArchs:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearIds ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearIds:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearLockedIds ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearLockedIds:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearPackagings ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearPackagings:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearScopes ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearScopes:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearScripts ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearScripts:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsSearchCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsSearchCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsSearchCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsSearchCommand.copy ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.copy:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.copyFrom ( NutsFetchCommand p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.copyFrom:(Lnet/thevpc/nuts/NutsFetchCommand;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.copyFrom ( NutsSearchCommand p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.copyFrom:(Lnet/thevpc/nuts/NutsSearchCommand;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsSearchCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsSearchCommand.copySession ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.copySession:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsSearchCommand.getArch:()[Ljava/lang/String;
NutsSearchCommand.getComparator ( ) [abstract] : Comparator
net/thevpc/nuts/NutsSearchCommand.getComparator:()Ljava/util/Comparator;
NutsSearchCommand.getDefaultVersions ( ) [abstract] : Boolean
net/thevpc/nuts/NutsSearchCommand.getDefaultVersions:()Ljava/lang/Boolean;
NutsSearchCommand.getDependencyFilter ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsSearchCommand.getDependencyFilter:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsSearchCommand.getDescriptorFilter ( ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsSearchCommand.getDescriptorFilter:()Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsSearchCommand.getIdFilter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsSearchCommand.getIdFilter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsSearchCommand.getIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsSearchCommand.getIds:()[Lnet/thevpc/nuts/NutsId;
NutsSearchCommand.getInstallStatus ( ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsSearchCommand.getInstallStatus:()Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsSearchCommand.getLocation ( ) [abstract] : Path
net/thevpc/nuts/NutsSearchCommand.getLocation:()Ljava/nio/file/Path;
NutsSearchCommand.getLockedIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsSearchCommand.getLockedIds:()[Lnet/thevpc/nuts/NutsId;
NutsSearchCommand.getOptional ( ) [abstract] : Boolean
net/thevpc/nuts/NutsSearchCommand.getOptional:()Ljava/lang/Boolean;
NutsSearchCommand.getPackaging ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsSearchCommand.getPackaging:()[Ljava/lang/String;
NutsSearchCommand.getRepositoryFilter ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsSearchCommand.getRepositoryFilter:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsSearchCommand.getResultArchs ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultArchs:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsSearchCommand.getResultClassLoader:()Ljava/lang/ClassLoader;
NutsSearchCommand.getResultClassLoader ( ClassLoader p1 ) [abstract] : ClassLoader
net/thevpc/nuts/NutsSearchCommand.getResultClassLoader:(Ljava/lang/ClassLoader;)Ljava/lang/ClassLoader;
NutsSearchCommand.getResultClassPath ( ) [abstract] : String
net/thevpc/nuts/NutsSearchCommand.getResultClassPath:()Ljava/lang/String;
NutsSearchCommand.getResultDefinitions ( ) [abstract] : NutsResultList<NutsDefinition>
net/thevpc/nuts/NutsSearchCommand.getResultDefinitions:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultDependencies ( ) [abstract] : NutsResultList<NutsDependencies>
net/thevpc/nuts/NutsSearchCommand.getResultDependencies:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultExecutionEntries ( ) [abstract] : NutsResultList<NutsExecutionEntry>
net/thevpc/nuts/NutsSearchCommand.getResultExecutionEntries:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultIds ( ) [abstract] : NutsResultList<NutsId>
net/thevpc/nuts/NutsSearchCommand.getResultIds:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInlineDependencies ( ) [abstract] : NutsResultList<NutsDependency>
net/thevpc/nuts/NutsSearchCommand.getResultInlineDependencies:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInstallDates ( ) [abstract] : NutsResultList<Instant>
net/thevpc/nuts/NutsSearchCommand.getResultInstallDates:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInstallFolders ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultInstallFolders:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInstallUsers ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultInstallUsers:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultNames ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultNames:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultNutsPath ( ) [abstract] : String
net/thevpc/nuts/NutsSearchCommand.getResultNutsPath:()Ljava/lang/String;
NutsSearchCommand.getResultOsdists ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultOsdists:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultOses ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultOses:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPackagings ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPackagings:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPathNames ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPathNames:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPaths ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPaths:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPlatforms ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPlatforms:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultStoreLocations ( NutsStoreLocation p1 ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultStoreLocations:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultStrings ( String[ ] p1 ) [abstract] : NutsResultList<String[ ]>
net/thevpc/nuts/NutsSearchCommand.getResultStrings:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getScope ( ) [abstract] : Set<NutsDependencyScope>
net/thevpc/nuts/NutsSearchCommand.getScope:()Ljava/util/Set;
NutsSearchCommand.getScripts ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsSearchCommand.getScripts:()[Ljava/lang/String;
NutsSearchCommand.getTargetApiVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsSearchCommand.getTargetApiVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsSearchCommand.isApplication ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isApplication:()Z
NutsSearchCommand.isBasePackage ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isBasePackage:()Z
NutsSearchCommand.isCompanion ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isCompanion:()Z
NutsSearchCommand.isContent ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isContent:()Z
NutsSearchCommand.isDependencies ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isDependencies:()Z
NutsSearchCommand.isDistinct ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isDistinct:()Z
NutsSearchCommand.isEffective ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isEffective:()Z
NutsSearchCommand.isExec ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isExec:()Z
NutsSearchCommand.isExtension ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isExtension:()Z
NutsSearchCommand.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isFailFast:()Z
NutsSearchCommand.isInlineDependencies ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isInlineDependencies:()Z
NutsSearchCommand.isLatest ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isLatest:()Z
NutsSearchCommand.isLib ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isLib:()Z
NutsSearchCommand.isPrintResult ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isPrintResult:()Z
NutsSearchCommand.isRuntime ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isRuntime:()Z
NutsSearchCommand.isSorted ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isSorted:()Z
NutsSearchCommand.removeArch ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeId ( NutsId p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeId ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeLockedId ( NutsId p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeLockedId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeLockedId ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removePackaging ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removePackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeScope ( NutsDependencyScope p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeScope ( NutsDependencyScopePattern p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeScope:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeScript ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeScript:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsSearchCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsSearchCommand.run ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.run:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setApplication ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setApplication:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setBasePackage ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setBasePackage:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setCompanion ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setCompanion:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setContent ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setContent:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDefaultLocation ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDefaultLocation:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDefaultVersions ( Boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDefaultVersions:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDependencies ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDependencies:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDependencyFilter ( NutsDependencyFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDependencyFilter:(Lnet/thevpc/nuts/NutsDependencyFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDependencyFilter ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDependencyFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDescriptorFilter ( NutsDescriptorFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDescriptorFilter:(Lnet/thevpc/nuts/NutsDescriptorFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDescriptorFilter ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDescriptorFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDistinct ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDistinct:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setEffective ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setEffective:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setExec ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setExec:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setExtension ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setExtension:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setFailFast ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setFailFast:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setId ( NutsId p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setId ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setIdFilter ( NutsIdFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setIdFilter:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setIdFilter ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setIdFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setIds ( NutsId... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setIds ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setInlineDependencies ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setInlineDependencies:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setInstallStatus ( NutsInstallStatusFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setLatest ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setLatest:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setLib ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setLib:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setLocation ( Path p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setLocation:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setOptional ( Boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setPrintResult ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setPrintResult:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setRepository ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setRepositoryFilter ( NutsRepositoryFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setRepositoryFilter:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setRuntime ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setRuntime:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsSearchCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsSearchCommand.setSession ( NutsSession p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setSorted ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setSorted:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setTargetApiVersion ( NutsVersion p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setTargetApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.sort ( Comparator p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.sort:(Ljava/util/Comparator;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.toFetch ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsSearchCommand.toFetch:()Lnet/thevpc/nuts/NutsFetchCommand;
nuts-0.8.1.jar,
NutsSearchId.class
package net.thevpc.nuts
NutsSearchId.getDescriptor ( NutsSession p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsSearchId.getDescriptor:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptor;
NutsSearchId.getId ( NutsSession p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsSearchId.getId:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsId;
nuts-0.8.1.jar,
NutsSearchRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsSearchRepositoryCommand.getFilter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getFilter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsSearchRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getResult:()Ljava/util/Iterator;
NutsSearchRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchRepositoryCommand.run ( ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setFilter ( NutsIdFilter p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setFilter:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
nuts-0.8.1.jar,
NutsSearchVersionsRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchVersionsRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsSearchVersionsRepositoryCommand.getFilter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getFilter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsSearchVersionsRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsSearchVersionsRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getResult:()Ljava/util/Iterator;
NutsSearchVersionsRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.run ( ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setFilter ( NutsIdFilter p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setFilter:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
nuts-0.8.1.jar,
NutsSecurityException.class
package net.thevpc.nuts
NutsSecurityException.getFormattedMessage ( ) : NutsMessage
net/thevpc/nuts/NutsSecurityException.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsSecurityException.getFormattedString ( ) : NutsString
net/thevpc/nuts/NutsSecurityException.getFormattedString:()Lnet/thevpc/nuts/NutsString;
NutsSecurityException.getSession ( ) : NutsSession
net/thevpc/nuts/NutsSecurityException.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSecurityException.getWorkspace ( ) : NutsWorkspace
net/thevpc/nuts/NutsSecurityException.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsSecurityException.NutsSecurityException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsSecurityException.NutsSecurityException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsServiceLoader.class
package net.thevpc.nuts
NutsServiceLoader<T,B>.loadAll ( B p1 ) [abstract] : List<T>
net/thevpc/nuts/NutsServiceLoader.loadAll:(Ljava/lang/Object;)Ljava/util/List;
NutsServiceLoader<T,B>.loadBest ( B p1 ) [abstract] : T
net/thevpc/nuts/NutsServiceLoader.loadBest:(Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
nuts-0.8.1.jar,
NutsSession.class
package net.thevpc.nuts
NutsSession.addListener ( NutsListener p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.addListener:(Lnet/thevpc/nuts/NutsListener;)Lnet/thevpc/nuts/NutsSession;
NutsSession.addOutputFormatOptions ( String... p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.addOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.configure ( NutsWorkspaceOptions p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.configure:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsSession;
NutsSession.copy ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.copy:()Lnet/thevpc/nuts/NutsSession;
NutsSession.copyFrom ( NutsSession p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.copyFrom:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSession;
NutsSession.copyFrom ( NutsWorkspaceOptions p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.copyFrom:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsSession;
NutsSession.eout ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsSession.eout:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsSession.err ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSession.err:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSession.flush ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.flush:()Lnet/thevpc/nuts/NutsSession;
NutsSession.getAppId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsSession.getAppId:()Lnet/thevpc/nuts/NutsId;
NutsSession.getBot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsSession.getBot:()Ljava/lang/Boolean;
NutsSession.getConfirm ( ) [abstract] : NutsConfirmationMode
net/thevpc/nuts/NutsSession.getConfirm:()Lnet/thevpc/nuts/NutsConfirmationMode;
NutsSession.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsSession.getDebug:()Ljava/lang/Boolean;
NutsSession.getElemOut ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsSession.getElemOut:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsSession.getErrLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getErrLinePrefix:()Ljava/lang/String;
NutsSession.getExecutionType ( ) [abstract] : NutsExecutionType
net/thevpc/nuts/NutsSession.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsSession.getExpireTime ( ) [abstract] : Instant
net/thevpc/nuts/NutsSession.getExpireTime:()Ljava/time/Instant;
NutsSession.getFetchStrategy ( ) [abstract] : NutsFetchStrategy
net/thevpc/nuts/NutsSession.getFetchStrategy:()Lnet/thevpc/nuts/NutsFetchStrategy;
NutsSession.getIterableOutput ( ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsSession.getIterableOutput:()Lnet/thevpc/nuts/NutsIterableFormat;
NutsSession.getListeners ( ) [abstract] : NutsListener[ ]
net/thevpc/nuts/NutsSession.getListeners:()[Lnet/thevpc/nuts/NutsListener;
NutsSession.getListeners ( Class<T> p1 ) [abstract] : T[ ]
net/thevpc/nuts/NutsSession.getListeners:(Ljava/lang/Class;)[Lnet/thevpc/nuts/NutsListener;
NutsSession.getLocale ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getLocale:()Ljava/lang/String;
NutsSession.getLogFileFilter ( ) [abstract] : Filter
net/thevpc/nuts/NutsSession.getLogFileFilter:()Ljava/util/logging/Filter;
NutsSession.getLogFileLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsSession.getLogFileLevel:()Ljava/util/logging/Level;
NutsSession.getLogTermFilter ( ) [abstract] : Filter
net/thevpc/nuts/NutsSession.getLogTermFilter:()Ljava/util/logging/Filter;
NutsSession.getLogTermLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsSession.getLogTermLevel:()Ljava/util/logging/Level;
NutsSession.getOutLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getOutLinePrefix:()Ljava/lang/String;
NutsSession.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsSession.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsSession.getOutputFormat ( NutsContentType p1 ) [abstract] : NutsContentType
net/thevpc/nuts/NutsSession.getOutputFormat:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsContentType;
NutsSession.getOutputFormatOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsSession.getOutputFormatOptions:()[Ljava/lang/String;
NutsSession.getProgressOptions ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getProgressOptions:()Ljava/lang/String;
NutsSession.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsSession.getProperties:()Ljava/util/Map;
NutsSession.getProperty ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsSession.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
NutsSession.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsSession.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsSession.getTerminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSession.getTerminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSession.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsSession.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsSession.in ( ) [abstract] : InputStream
net/thevpc/nuts/NutsSession.in:()Ljava/io/InputStream;
NutsSession.isAsk ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isAsk:()Z
NutsSession.isBot ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isBot:()Z
NutsSession.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isCached:()Z
NutsSession.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isDebug:()Z
NutsSession.isDry ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isDry:()Z
NutsSession.isGui ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isGui:()Z
NutsSession.isIndexed ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isIndexed:()Z
NutsSession.isIterableOut ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isIterableOut:()Z
NutsSession.isIterableTrace ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isIterableTrace:()Z
NutsSession.isNo ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isNo:()Z
NutsSession.isPlainOut ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isPlainOut:()Z
NutsSession.isPlainTrace ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isPlainTrace:()Z
NutsSession.isStructuredOut ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isStructuredOut:()Z
NutsSession.isStructuredTrace ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isStructuredTrace:()Z
NutsSession.isTrace ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isTrace:()Z
NutsSession.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isTransitive:()Z
NutsSession.isYes ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isYes:()Z
NutsSession.json ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.json:()Lnet/thevpc/nuts/NutsSession;
NutsSession.out ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSession.out:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSession.plain ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.plain:()Lnet/thevpc/nuts/NutsSession;
NutsSession.props ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.props:()Lnet/thevpc/nuts/NutsSession;
NutsSession.removeListener ( NutsListener p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.removeListener:(Lnet/thevpc/nuts/NutsListener;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setAppId ( NutsId p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setAppId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setBot ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setCached ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setCached:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setConfirm ( NutsConfirmationMode p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setConfirm:(Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setDebug ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setDebug:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setDry ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setElemOut ( NutsArrayElementBuilder p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setElemOut:(Lnet/thevpc/nuts/NutsArrayElementBuilder;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setErrLinePrefix ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setErrLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setExecutionType ( NutsExecutionType p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setExecutionType:(Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setExpireTime ( Instant p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setExpireTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setFetchStrategy ( NutsFetchStrategy p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setFetchStrategy:(Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setGui ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setIndexed ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setIterableOut ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setIterableOut:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLocale ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogFileFilter ( Filter p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogFileFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogFileLevel ( Level p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogFilter ( Filter p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogLevel ( Level p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setOutLinePrefix ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setOutLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setOutputFormat ( NutsContentType p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setOutputFormat:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setOutputFormatOptions ( String... p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setProgressOptions ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setProgressOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setProperties ( Map<String,Object> p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setProperty ( String p1, Object p2 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setProperty:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setRunAs ( NutsRunAs p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setRunAs:(Lnet/thevpc/nuts/NutsRunAs;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setTrace ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setTransitive ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setTransitive:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.table ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.table:()Lnet/thevpc/nuts/NutsSession;
NutsSession.tree ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.tree:()Lnet/thevpc/nuts/NutsSession;
NutsSession.xml ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.xml:()Lnet/thevpc/nuts/NutsSession;
nuts-0.8.1.jar,
NutsSessionAware.class
package net.thevpc.nuts
NutsSessionAware.setSession ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionAware.setSession:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsSessionTerminal.class
package net.thevpc.nuts
NutsSessionTerminal.ask ( ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsSessionTerminal.ask:()Lnet/thevpc/nuts/NutsQuestion;
NutsSessionTerminal.copy ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.copy:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.err ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.err:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.getErr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.getErr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/NutsSessionTerminal.getIn:()Ljava/io/InputStream;
NutsSessionTerminal.getOut ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.getOut:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.in ( ) [abstract] : InputStream
net/thevpc/nuts/NutsSessionTerminal.in:()Ljava/io/InputStream;
NutsSessionTerminal.out ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.out:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.printProgress ( float p1, NutsMessage p2 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(FLnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.printProgress ( float p1, String p2, Object... p3 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(FLjava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.printProgress ( NutsMessage p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.printProgress ( String p1, Object... p2 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.readLine ( NutsPrintStream p1, NutsMessage p2 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;)Ljava/lang/String;
NutsSessionTerminal.readLine ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsSessionTerminal.readLine ( NutsPrintStream p1, String p2, Object... p3 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsSessionTerminal.readLine ( String p1, Object... p2 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsSessionTerminal.readPassword ( NutsPrintStream p1, NutsMessage p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;)[C
NutsSessionTerminal.readPassword ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)[C
NutsSessionTerminal.readPassword ( NutsPrintStream p1, String p2, Object... p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Ljava/lang/String;[Ljava/lang/Object;)[C
NutsSessionTerminal.readPassword ( String p1, Object... p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Ljava/lang/String;[Ljava/lang/Object;)[C
NutsSessionTerminal.setErr ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setErr:(Lnet/thevpc/nuts/NutsPrintStream;)V
NutsSessionTerminal.setIn ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setIn:(Ljava/io/InputStream;)V
NutsSessionTerminal.setOut ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setOut:(Lnet/thevpc/nuts/NutsPrintStream;)V
nuts-0.8.1.jar,
NutsStoreLocation.class
package net.thevpc.nuts
NutsStoreLocation.id ( ) : String
net/thevpc/nuts/NutsStoreLocation.id:()Ljava/lang/String;
NutsStoreLocation.parseLenient ( String value ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStoreLocation;
NutsStoreLocation.parseLenient ( String value, NutsStoreLocation emptyOrErrorValue ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsStoreLocation;
NutsStoreLocation.parseLenient ( String value, NutsStoreLocation emptyValue, NutsStoreLocation errorValue ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocation;Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsStoreLocation;
NutsStoreLocation.valueOf ( String name ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStoreLocation;
NutsStoreLocation.values ( ) [static] : NutsStoreLocation[ ]
net/thevpc/nuts/NutsStoreLocation.values:()[Lnet/thevpc/nuts/NutsStoreLocation;
nuts-0.8.1.jar,
NutsStoreLocationStrategy.class
package net.thevpc.nuts
NutsStoreLocationStrategy.id ( ) : String
net/thevpc/nuts/NutsStoreLocationStrategy.id:()Ljava/lang/String;
NutsStoreLocationStrategy.parseLenient ( String value ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsStoreLocationStrategy.parseLenient ( String value, NutsStoreLocationStrategy emptyOrErrorValue ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsStoreLocationStrategy.parseLenient ( String value, NutsStoreLocationStrategy emptyValue, NutsStoreLocationStrategy errorValue ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocationStrategy;Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsStoreLocationStrategy.valueOf ( String name ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsStoreLocationStrategy.values ( ) [static] : NutsStoreLocationStrategy[ ]
net/thevpc/nuts/NutsStoreLocationStrategy.values:()[Lnet/thevpc/nuts/NutsStoreLocationStrategy;
nuts-0.8.1.jar,
NutsString.class
package net.thevpc.nuts
NutsString.filteredText ( ) [abstract] : String
net/thevpc/nuts/NutsString.filteredText:()Ljava/lang/String;
NutsString.immutable ( ) [abstract] : NutsString
net/thevpc/nuts/NutsString.immutable:()Lnet/thevpc/nuts/NutsString;
NutsString.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/NutsString.isEmpty:()Z
NutsString.parse ( String str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsString.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
NutsString.textLength ( ) [abstract] : int
net/thevpc/nuts/NutsString.textLength:()I
NutsString.toText ( ) [abstract] : NutsText
net/thevpc/nuts/NutsString.toText:()Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsSupplier.class
package net.thevpc.nuts
NutsSupplier<T>.create ( ) [abstract] : T
net/thevpc/nuts/NutsSupplier.create:()Ljava/lang/Object;
NutsSupplier<T>.getLevel ( ) [abstract] : int
net/thevpc/nuts/NutsSupplier.getLevel:()I
nuts-0.8.1.jar,
NutsSupportLevelContext.class
package net.thevpc.nuts
NutsSupportLevelContext<T>.getConstraints ( ) [abstract] : T
net/thevpc/nuts/NutsSupportLevelContext.getConstraints:()Ljava/lang/Object;
NutsSupportLevelContext<T>.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSupportLevelContext<T>.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsSupportLevelContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsSystemTerminal.class
package net.thevpc.nuts
NutsSystemTerminal.err ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSystemTerminal.err:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminal.in ( ) [abstract] : InputStream
net/thevpc/nuts/NutsSystemTerminal.in:()Ljava/io/InputStream;
NutsSystemTerminal.out ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSystemTerminal.out:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminal.printProgress ( float p1, NutsMessage p2, NutsSession p3 ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsSystemTerminal.printProgress:(FLnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSystemTerminal;
NutsSystemTerminal.readLine ( NutsMessage p1, NutsSession p2 ) [abstract] : String
net/thevpc/nuts/NutsSystemTerminal.readLine:(Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsSystemTerminal.readPassword ( NutsMessage p1, NutsSession p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSystemTerminal.readPassword:(Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)[C
nuts-0.8.1.jar,
NutsSystemTerminalBase.class
package net.thevpc.nuts.spi
NutsSystemTerminalBase.getAutoCompleteResolver ( ) : NutsCommandAutoCompleteResolver
net/thevpc/nuts/spi/NutsSystemTerminalBase.getAutoCompleteResolver:()Lnet/thevpc/nuts/NutsCommandAutoCompleteResolver;
NutsSystemTerminalBase.getCommandHistory ( ) [abstract] : NutsCommandHistory
net/thevpc/nuts/spi/NutsSystemTerminalBase.getCommandHistory:()Lnet/thevpc/nuts/NutsCommandHistory;
NutsSystemTerminalBase.getCommandReadHighlighter ( ) [abstract] : NutsCommandReadHighlighter
net/thevpc/nuts/spi/NutsSystemTerminalBase.getCommandReadHighlighter:()Lnet/thevpc/nuts/NutsCommandReadHighlighter;
NutsSystemTerminalBase.getErr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/spi/NutsSystemTerminalBase.getErr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminalBase.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsSystemTerminalBase.getIn:()Ljava/io/InputStream;
NutsSystemTerminalBase.getOut ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/spi/NutsSystemTerminalBase.getOut:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminalBase.isAutoCompleteSupported ( ) : boolean
net/thevpc/nuts/spi/NutsSystemTerminalBase.isAutoCompleteSupported:()Z
NutsSystemTerminalBase.readLine ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : String
net/thevpc/nuts/spi/NutsSystemTerminalBase.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsSystemTerminalBase.readPassword ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/spi/NutsSystemTerminalBase.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)[C
NutsSystemTerminalBase.setCommandAutoCompleteResolver ( NutsCommandAutoCompleteResolver p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandAutoCompleteResolver:(Lnet/thevpc/nuts/NutsCommandAutoCompleteResolver;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBase.setCommandHistory ( NutsCommandHistory p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandHistory:(Lnet/thevpc/nuts/NutsCommandHistory;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBase.setCommandReadHighlighter ( NutsCommandReadHighlighter p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandReadHighlighter:(Lnet/thevpc/nuts/NutsCommandReadHighlighter;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
nuts-0.8.1.jar,
NutsTableBordersFormat.class
package net.thevpc.nuts
NutsTableBordersFormat.format ( NutsTableSeparator p1 ) [abstract] : String
net/thevpc/nuts/NutsTableBordersFormat.format:(Lnet/thevpc/nuts/NutsTableSeparator;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsTableCell.class
package net.thevpc.nuts
NutsTableCell.getColspan ( ) [abstract] : int
net/thevpc/nuts/NutsTableCell.getColspan:()I
NutsTableCell.getRowspan ( ) [abstract] : int
net/thevpc/nuts/NutsTableCell.getRowspan:()I
NutsTableCell.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsTableCell.getValue:()Ljava/lang/Object;
NutsTableCell.getX ( ) [abstract] : int
net/thevpc/nuts/NutsTableCell.getX:()I
NutsTableCell.getY ( ) [abstract] : int
net/thevpc/nuts/NutsTableCell.getY:()I
NutsTableCell.setColspan ( int p1 ) [abstract] : NutsTableCell
net/thevpc/nuts/NutsTableCell.setColspan:(I)Lnet/thevpc/nuts/NutsTableCell;
NutsTableCell.setRowspan ( int p1 ) [abstract] : NutsTableCell
net/thevpc/nuts/NutsTableCell.setRowspan:(I)Lnet/thevpc/nuts/NutsTableCell;
NutsTableCell.setValue ( Object p1 ) [abstract] : NutsTableCell
net/thevpc/nuts/NutsTableCell.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTableCell;
nuts-0.8.1.jar,
NutsTableCellFormat.class
package net.thevpc.nuts
NutsTableCellFormat.format ( int row, int col, Object value, NutsSession session ) : String
net/thevpc/nuts/NutsTableCellFormat.format:(IILjava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsTableCellFormat.getHorizontalAlign ( int row, int col, Object value, NutsSession session ) : NutsPositionType
net/thevpc/nuts/NutsTableCellFormat.getHorizontalAlign:(IILjava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPositionType;
NutsTableCellFormat.getVerticalAlign ( int row, int col, Object value, NutsSession session ) : NutsPositionType
net/thevpc/nuts/NutsTableCellFormat.getVerticalAlign:(IILjava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPositionType;
nuts-0.8.1.jar,
NutsTableFormat.class
package net.thevpc.nuts
NutsTableFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsTableFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsTableFormat.createModel ( ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsTableFormat.createModel:()Lnet/thevpc/nuts/NutsMutableTableModel;
NutsTableFormat.getBorder ( ) [abstract] : NutsTableBordersFormat
net/thevpc/nuts/NutsTableFormat.getBorder:()Lnet/thevpc/nuts/NutsTableBordersFormat;
NutsTableFormat.getModel ( ) [abstract] : NutsTableModel
net/thevpc/nuts/NutsTableFormat.getModel:()Lnet/thevpc/nuts/NutsTableModel;
NutsTableFormat.getVisibleColumn ( int p1 ) [abstract] : Boolean
net/thevpc/nuts/NutsTableFormat.getVisibleColumn:(I)Ljava/lang/Boolean;
NutsTableFormat.isVisibleHeader ( ) [abstract] : boolean
net/thevpc/nuts/NutsTableFormat.isVisibleHeader:()Z
NutsTableFormat.setBorder ( NutsTableBordersFormat p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setBorder:(Lnet/thevpc/nuts/NutsTableBordersFormat;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setBorder ( String p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setBorder:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setCellFormat ( NutsTableCellFormat p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setCellFormat:(Lnet/thevpc/nuts/NutsTableCellFormat;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsTableFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setNtf ( boolean p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsTableFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setSession ( NutsSession p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setValue ( Object p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setVisibleColumn ( int p1, Boolean p2 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setVisibleColumn:(ILjava/lang/Boolean;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setVisibleHeader ( boolean p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setVisibleHeader:(Z)Lnet/thevpc/nuts/NutsTableFormat;
nuts-0.8.1.jar,
NutsTableModel.class
package net.thevpc.nuts
NutsTableModel.getCellColSpan ( int row, int column ) : int
net/thevpc/nuts/NutsTableModel.getCellColSpan:(II)I
NutsTableModel.getCellRowSpan ( int row, int column ) : int
net/thevpc/nuts/NutsTableModel.getCellRowSpan:(II)I
NutsTableModel.getCellValue ( int p1, int p2 ) [abstract] : Object
net/thevpc/nuts/NutsTableModel.getCellValue:(II)Ljava/lang/Object;
NutsTableModel.getColumnsCount ( ) [abstract] : int
net/thevpc/nuts/NutsTableModel.getColumnsCount:()I
NutsTableModel.getHeaderColSpan ( int column ) : int
net/thevpc/nuts/NutsTableModel.getHeaderColSpan:(I)I
NutsTableModel.getHeaderValue ( int column ) : Object
net/thevpc/nuts/NutsTableModel.getHeaderValue:(I)Ljava/lang/Object;
NutsTableModel.getRowsCount ( ) [abstract] : int
net/thevpc/nuts/NutsTableModel.getRowsCount:()I
NutsTableModel.of ( NutsSession session ) [static] : NutsMutableTableModel
net/thevpc/nuts/NutsTableModel.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMutableTableModel;
nuts-0.8.1.jar,
NutsTableSeparator.class
package net.thevpc.nuts
NutsTableSeparator.id ( ) : String
net/thevpc/nuts/NutsTableSeparator.id:()Ljava/lang/String;
NutsTableSeparator.parseLenient ( String value ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.parseLenient ( String value, NutsTableSeparator emptyOrErrorValue ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTableSeparator;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.parseLenient ( String value, NutsTableSeparator emptyValue, NutsTableSeparator errorValue ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTableSeparator;Lnet/thevpc/nuts/NutsTableSeparator;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.valueOf ( String name ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.values ( ) [static] : NutsTableSeparator[ ]
net/thevpc/nuts/NutsTableSeparator.values:()[Lnet/thevpc/nuts/NutsTableSeparator;
nuts-0.8.1.jar,
NutsTempAction.class
package net.thevpc.nuts
NutsTempAction.createTempFile ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTempAction.createTempFile:(Ljava/lang/String;)Ljava/lang/String;
NutsTempAction.createTempFolder ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTempAction.createTempFolder:(Ljava/lang/String;)Ljava/lang/String;
NutsTempAction.getRepositoryId ( ) [abstract] : String
net/thevpc/nuts/NutsTempAction.getRepositoryId:()Ljava/lang/String;
NutsTempAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTempAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTempAction.setRepositoryId ( String p1 ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsTempAction.setRepositoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTempAction;
NutsTempAction.setSession ( NutsSession p1 ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsTempAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTempAction;
nuts-0.8.1.jar,
NutsTerminalCommand.class
package net.thevpc.nuts
NutsTerminalCommand.getArgs ( ) : String
net/thevpc/nuts/NutsTerminalCommand.getArgs:()Ljava/lang/String;
NutsTerminalCommand.getName ( ) : String
net/thevpc/nuts/NutsTerminalCommand.getName:()Ljava/lang/String;
NutsTerminalCommand.MOVE_DOWN ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_DOWN:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_LEFT ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_LEFT:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_RIGHT ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_RIGHT:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_TO ( int row, int col ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_TO:(II)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_UP ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_UP:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.NutsTerminalCommand ( String name )
net/thevpc/nuts/NutsTerminalCommand."<init>":(Ljava/lang/String;)V
NutsTerminalCommand.NutsTerminalCommand ( String name, String args )
net/thevpc/nuts/NutsTerminalCommand."<init>":(Ljava/lang/String;Ljava/lang/String;)V
NutsTerminalCommand.of ( String name ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.of ( String name, String args ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.of:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTerminalCommand;
nuts-0.8.1.jar,
NutsTerminalManager.class
package net.thevpc.nuts
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsTerminalManager.createSystemTerminal:(Lnet/thevpc/nuts/NutsTerminalSpec;)Lnet/thevpc/nuts/NutsSystemTerminal;
NutsTerminalManager.createTerminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.createTerminal ( InputStream p1, NutsPrintStream p2, NutsPrintStream p3 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Ljava/io/InputStream;Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.createTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.enableRichTerm ( ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.enableRichTerm:()Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTerminalManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTerminalManager.getSystemTerminal ( ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsTerminalManager.getSystemTerminal:()Lnet/thevpc/nuts/NutsSystemTerminal;
NutsTerminalManager.getTerminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.getTerminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.setSession ( NutsSession p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.setSystemTerminal ( NutsSystemTerminalBase p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setSystemTerminal:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.setTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsTerminalManager;
nuts-0.8.1.jar,
NutsTerminalMode.class
package net.thevpc.nuts
NutsTerminalMode.id ( ) : String
net/thevpc/nuts/NutsTerminalMode.id:()Ljava/lang/String;
NutsTerminalMode.parseLenient ( String value ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalMode.parseLenient ( String value, NutsTerminalMode emptyOrErrorValue ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalMode.parseLenient ( String value, NutsTerminalMode emptyValue, NutsTerminalMode errorValue ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTerminalMode;Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalMode.valueOf ( String name ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalMode.values ( ) [static] : NutsTerminalMode[ ]
net/thevpc/nuts/NutsTerminalMode.values:()[Lnet/thevpc/nuts/NutsTerminalMode;
nuts-0.8.1.jar,
NutsTerminalSpec.class
package net.thevpc.nuts
NutsTerminalSpec.copyFrom ( NutsTerminalSpec p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.copyFrom:(Lnet/thevpc/nuts/NutsTerminalSpec;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.get ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NutsTerminalSpec.getAutoComplete ( ) [abstract] : Boolean
net/thevpc/nuts/NutsTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NutsTerminalSpec.getParent ( ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/NutsTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsTerminalSpec.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsTerminalSpec.getProperties:()Ljava/util/Map;
NutsTerminalSpec.put ( String p1, Object p2 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.put:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.putAll ( Map<String,Object> p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.putAll:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.setAutoComplete ( Boolean p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.setParent ( NutsSystemTerminalBase p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
nuts-0.8.1.jar,
NutsText.class
package net.thevpc.nuts
NutsText.getType ( ) [abstract] : NutsTextType
net/thevpc/nuts/NutsText.getType:()Lnet/thevpc/nuts/NutsTextType;
NutsText.parse ( String str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsText.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
nuts-0.8.1.jar,
NutsTextBuilder.class
package net.thevpc.nuts
NutsTextBuilder.append ( NutsText p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.append ( Object p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.append ( Object p1, NutsTextStyle p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.append ( Object p1, NutsTextStyles p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendAll ( Collection<?> p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendCode ( String p1, String p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendCommand ( NutsTerminalCommand p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendCommand:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendHash ( Object p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendHash:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendHash ( Object p1, Object p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendHash:(Ljava/lang/Object;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendJoined ( Object p1, Collection<?> p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendJoined:(Ljava/lang/Object;Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendRandom ( Object p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendRandom:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.build ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextBuilder.build:()Lnet/thevpc/nuts/NutsText;
NutsTextBuilder.getConfiguration ( ) [abstract] : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextBuilder.getConfiguration:()Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextBuilder.getStyleGenerator ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextBuilder.getStyleGenerator:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextBuilder.of ( NutsSession session ) [static] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.parser ( ) [abstract] : NutsTextParser
net/thevpc/nuts/NutsTextBuilder.parser:()Lnet/thevpc/nuts/NutsTextParser;
NutsTextBuilder.setConfiguration ( NutsTextWriteConfiguration p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.setConfiguration:(Lnet/thevpc/nuts/NutsTextWriteConfiguration;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.setStyleGenerator ( NutsTextStyleGenerator p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.setStyleGenerator:(Lnet/thevpc/nuts/NutsTextStyleGenerator;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.size ( ) [abstract] : int
net/thevpc/nuts/NutsTextBuilder.size:()I
nuts-0.8.1.jar,
NutsTextCode.class
package net.thevpc.nuts
NutsTextCode.parse ( NutsSession p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextCode.parse:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextCommand.class
package net.thevpc.nuts
NutsTextCommand.getCommand ( ) [abstract] : NutsTerminalCommand
net/thevpc/nuts/NutsTextCommand.getCommand:()Lnet/thevpc/nuts/NutsTerminalCommand;
nuts-0.8.1.jar,
NutsTextFormatLoader.class
package net.thevpc.nuts
NutsTextFormatLoader.forPath ( String p1 ) [abstract] : Reader
net/thevpc/nuts/NutsTextFormatLoader.forPath:(Ljava/lang/String;)Ljava/io/Reader;
nuts-0.8.1.jar,
NutsTextFormatStyle.class
package net.thevpc.nuts
NutsTextFormatStyle.id ( ) : String
net/thevpc/nuts/NutsTextFormatStyle.id:()Ljava/lang/String;
NutsTextFormatStyle.parseLenient ( String value ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsTextFormatStyle.parseLenient ( String value, NutsTextFormatStyle emptyOrErrorValue ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsTextFormatStyle.parseLenient ( String value, NutsTextFormatStyle emptyValue, NutsTextFormatStyle errorValue ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextFormatStyle;Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsTextFormatStyle.valueOf ( String name ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsTextFormatStyle.values ( ) [static] : NutsTextFormatStyle[ ]
net/thevpc/nuts/NutsTextFormatStyle.values:()[Lnet/thevpc/nuts/NutsTextFormatStyle;
nuts-0.8.1.jar,
NutsTextFormatTheme.class
package net.thevpc.nuts
NutsTextFormatTheme.getName ( ) [abstract] : String
net/thevpc/nuts/NutsTextFormatTheme.getName:()Ljava/lang/String;
NutsTextFormatTheme.toBasicStyles ( NutsTextStyles p1, NutsSession p2 ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextFormatTheme.toBasicStyles:(Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyles;
nuts-0.8.1.jar,
NutsTextLink.class
package net.thevpc.nuts
NutsTextLink.getChild ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextLink.getChild:()Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextList.class
package net.thevpc.nuts
NutsTextList.get ( int p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextList.get:(I)Lnet/thevpc/nuts/NutsText;
NutsTextList.simplify ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextList.simplify:()Lnet/thevpc/nuts/NutsText;
NutsTextList.size ( ) [abstract] : int
net/thevpc/nuts/NutsTextList.size:()I
nuts-0.8.1.jar,
NutsTextManager.class
package net.thevpc.nuts
NutsTextManager.addCodeFormat ( NutsCodeFormat p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.addCodeFormat:(Lnet/thevpc/nuts/NutsCodeFormat;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.builder ( ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextManager.builder:()Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextManager.forAnchor ( String p1 ) [abstract] : NutsTextAnchor
net/thevpc/nuts/NutsTextManager.forAnchor:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextAnchor;
NutsTextManager.forBlank ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.forBlank:()Lnet/thevpc/nuts/NutsText;
NutsTextManager.forCode ( String p1, String p2 ) [abstract] : NutsTextCode
net/thevpc/nuts/NutsTextManager.forCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextCode;
NutsTextManager.forCommand ( NutsTerminalCommand p1 ) [abstract] : NutsTextCommand
net/thevpc/nuts/NutsTextManager.forCommand:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsTextCommand;
NutsTextManager.forLink ( NutsText p1 ) [abstract] : NutsTextLink
net/thevpc/nuts/NutsTextManager.forLink:(Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextLink;
NutsTextManager.forList ( Collection<NutsText> p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTextManager.forList:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextList;
NutsTextManager.forList ( NutsText... p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTextManager.forList:([Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextList;
NutsTextManager.forNumbering ( ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextManager.forNumbering:()Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextManager.forPlain ( String p1 ) [abstract] : NutsTextPlain
net/thevpc/nuts/NutsTextManager.forPlain:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextPlain;
NutsTextManager.forStyled ( NutsString p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsString p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsText p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsText p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( String p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( String p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forTitleNumberSequence ( String p1 ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextManager.forTitleNumberSequence:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextManager.getCodeFormat ( String p1 ) [abstract] : NutsCodeFormat
net/thevpc/nuts/NutsTextManager.getCodeFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCodeFormat;
NutsTextManager.getCodeFormats ( ) [abstract] : NutsCodeFormat[ ]
net/thevpc/nuts/NutsTextManager.getCodeFormats:()[Lnet/thevpc/nuts/NutsCodeFormat;
NutsTextManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTextManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTextManager.getTheme ( ) [abstract] : NutsTextFormatTheme
net/thevpc/nuts/NutsTextManager.getTheme:()Lnet/thevpc/nuts/NutsTextFormatTheme;
NutsTextManager.of ( NutsSession session ) [static] : NutsTextManager
net/thevpc/nuts/NutsTextManager.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.parse ( String p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsText;
NutsTextManager.parser ( ) [abstract] : NutsTextParser
net/thevpc/nuts/NutsTextManager.parser:()Lnet/thevpc/nuts/NutsTextParser;
NutsTextManager.removeCodeFormat ( NutsCodeFormat p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.removeCodeFormat:(Lnet/thevpc/nuts/NutsCodeFormat;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setSession ( NutsSession p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setTheme ( NutsTextFormatTheme p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setTheme:(Lnet/thevpc/nuts/NutsTextFormatTheme;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setTheme ( String p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.toText ( Object p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.toText:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextNumbering.class
package net.thevpc.nuts
NutsTextNumbering.getNumber ( int p1 ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTextNumbering.getNumber:(I)Lnet/thevpc/nuts/NutsTitleNumber;
NutsTextNumbering.getPattern ( ) [abstract] : NutsTitleNumber[ ]
net/thevpc/nuts/NutsTextNumbering.getPattern:()[Lnet/thevpc/nuts/NutsTitleNumber;
NutsTextNumbering.getSeparator ( int p1 ) [abstract] : String
net/thevpc/nuts/NutsTextNumbering.getSeparator:(I)Ljava/lang/String;
NutsTextNumbering.getValue ( ) [abstract] : NutsTitleNumber[ ]
net/thevpc/nuts/NutsTextNumbering.getValue:()[Lnet/thevpc/nuts/NutsTitleNumber;
NutsTextNumbering.newLevel ( int p1 ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextNumbering.newLevel:(I)Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextNumbering.size ( ) [abstract] : int
net/thevpc/nuts/NutsTextNumbering.size:()I
nuts-0.8.1.jar,
NutsTextParser.class
package net.thevpc.nuts
NutsTextParser.createLoader ( ClassLoader p1 ) [abstract] : NutsTextFormatLoader
net/thevpc/nuts/NutsTextParser.createLoader:(Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsTextFormatLoader;
NutsTextParser.createLoader ( File p1 ) [abstract] : NutsTextFormatLoader
net/thevpc/nuts/NutsTextParser.createLoader:(Ljava/io/File;)Lnet/thevpc/nuts/NutsTextFormatLoader;
NutsTextParser.escapeText ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTextParser.escapeText:(Ljava/lang/String;)Ljava/lang/String;
NutsTextParser.filterText ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTextParser.filterText:(Ljava/lang/String;)Ljava/lang/String;
NutsTextParser.isIncomplete ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextParser.isIncomplete:()Z
NutsTextParser.of ( NutsSession session ) [static] : NutsTextParser
net/thevpc/nuts/NutsTextParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextParser;
NutsTextParser.parse ( InputStream p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parse ( InputStream p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/InputStream;Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parse ( Reader p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parse ( Reader p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/Reader;Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( byte[ ] p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([B)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( byte[ ] p1, int p2, int p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([BII)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( byte[ ] p1, int p2, int p3, NutsTextVisitor p4 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([BIILnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( byte[ ] p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([BLnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( char p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:(C)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( char p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:(CLnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( char[ ] p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([C)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( char[ ] p1, int p2, int p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([CII)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( char[ ] p1, int p2, int p3, NutsTextVisitor p4 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([CIILnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( char[ ] p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([CLnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( String p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( String p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseRemaining ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseRemaining:()Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseRemaining ( NutsTextVisitor p1 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseRemaining:(Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseResource ( String p1, NutsTextFormatLoader p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseResource:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextFormatLoader;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseResource ( String p1, Reader p2, NutsTextFormatLoader p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseResource:(Ljava/lang/String;Ljava/io/Reader;Lnet/thevpc/nuts/NutsTextFormatLoader;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.reset ( ) [abstract] : void
net/thevpc/nuts/NutsTextParser.reset:()V
nuts-0.8.1.jar,
NutsTextPlain.class
package net.thevpc.nuts
NutsTextPlain.getText ( ) [abstract] : String
net/thevpc/nuts/NutsTextPlain.getText:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTextStyle.class
package net.thevpc.nuts
NutsTextStyle.append ( NutsTextStyle other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyle.append:(Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyle.append ( NutsTextStyles other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyle.append:(Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyle.backgroundColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.backgroundColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.backgroundTrueColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.backgroundTrueColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.blink ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.blink:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.bold ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.bold:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.bool ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.bool:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.bool ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.bool:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.comments ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.comments:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.comments ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.comments:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.config ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.config:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.config ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.config:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.danger ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.danger:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.danger ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.danger:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.date ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.date:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.date ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.date:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.error ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.error:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.error ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.error:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.fail ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.fail:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.fail ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.fail:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.foregroundColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.foregroundColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.foregroundTrueColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.foregroundTrueColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.getType ( ) : NutsTextStyleType
net/thevpc/nuts/NutsTextStyle.getType:()Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyle.getVariant ( ) : int
net/thevpc/nuts/NutsTextStyle.getVariant:()I
NutsTextStyle.info ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.info:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.info ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.info:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.input ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.input:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.input ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.input:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.italic ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.italic:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.italic ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.italic:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.keyword ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.keyword:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.keyword ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.keyword:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.number ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.number:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.number ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.number:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.NutsTextStyle ( NutsTextStyleType type, int variant )
net/thevpc/nuts/NutsTextStyle."<init>":(Lnet/thevpc/nuts/NutsTextStyleType;I)V
NutsTextStyle.of ( NutsTextStyleType style ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.of:(Lnet/thevpc/nuts/NutsTextStyleType;)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.of ( NutsTextStyleType style, int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.of:(Lnet/thevpc/nuts/NutsTextStyleType;I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.operator ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.operator:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.operator ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.operator:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.option ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.option:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.option ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.option:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.pale ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.pale:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.pale ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.pale:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.path ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.path:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.path ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.path:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary1 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary1:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary2 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary2:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary3 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary3:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary4 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary4:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary5 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary5:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary6 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary6:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary7 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary7:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary8 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary8:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary9 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary9:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.reversed ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.reversed:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.reversed ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.reversed:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.secondary ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.secondary:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.separator ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.separator:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.separator ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.separator:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.striked ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.striked:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.striked ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.striked:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.string ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.string:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.string ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.string:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.success ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.success:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.success ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.success:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.title ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.title:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.underlined ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.underlined:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.variable ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.variable:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.variable ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.variable:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.version ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.version:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.version ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.version:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.warn ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.warn:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.warn ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.warn:(I)Lnet/thevpc/nuts/NutsTextStyle;
nuts-0.8.1.jar,
NutsTextStyled.class
package net.thevpc.nuts
NutsTextStyled.getChild ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextStyled.getChild:()Lnet/thevpc/nuts/NutsText;
NutsTextStyled.getStyles ( ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyled.getStyles:()Lnet/thevpc/nuts/NutsTextStyles;
nuts-0.8.1.jar,
NutsTextStyleGenerator.class
package net.thevpc.nuts
NutsTextStyleGenerator.hash ( int p1 ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyleGenerator.hash:(I)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyleGenerator.hash ( Object p1 ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyleGenerator.hash:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyleGenerator.isIncludeBackground ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeBackground:()Z
NutsTextStyleGenerator.isIncludeBlink ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeBlink:()Z
NutsTextStyleGenerator.isIncludeBold ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeBold:()Z
NutsTextStyleGenerator.isIncludeForeground ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeForeground:()Z
NutsTextStyleGenerator.isIncludeItalic ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeItalic:()Z
NutsTextStyleGenerator.isIncludePlain ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludePlain:()Z
NutsTextStyleGenerator.isIncludeReversed ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeReversed:()Z
NutsTextStyleGenerator.isIncludeStriked ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeStriked:()Z
NutsTextStyleGenerator.isIncludeUnderlined ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeUnderlined:()Z
NutsTextStyleGenerator.isUsePaletteColors ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isUsePaletteColors:()Z
NutsTextStyleGenerator.isUseThemeColors ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isUseThemeColors:()Z
NutsTextStyleGenerator.isUseTrueColors ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isUseTrueColors:()Z
NutsTextStyleGenerator.random ( ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyleGenerator.random:()Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyleGenerator.setIncludeBackground ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeBackground:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeBlink ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeBlink:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeBold ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeBold:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeForeground ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeForeground:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeItalic ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeItalic:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludePlain ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludePlain:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeReversed ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeReversed:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeStriked ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeStriked:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeUnderlined ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeUnderlined:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setUsePaletteColors ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setUsePaletteColors:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setUseThemeColors ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setUseThemeColors:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setUseTrueColors ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setUseTrueColors:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
nuts-0.8.1.jar,
NutsTextStyles.class
package net.thevpc.nuts
NutsTextStyles.append ( NutsTextStyle other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.append:(Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.append ( NutsTextStyle... others ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.append:([Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.append ( NutsTextStyles other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.append:(Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.get ( int index ) : NutsTextStyle
net/thevpc/nuts/NutsTextStyles.get:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyles.isNone ( ) : boolean
net/thevpc/nuts/NutsTextStyles.isNone:()Z
NutsTextStyles.iterator ( ) : Iterator<NutsTextStyle>
net/thevpc/nuts/NutsTextStyles.iterator:()Ljava/util/Iterator;
NutsTextStyles.of ( NutsTextStyle other ) [static] : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.of:(Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.of ( NutsTextStyle... others ) [static] : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.of:([Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.removeFirst ( ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.removeFirst:()Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.removeLast ( ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.removeLast:()Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.size ( ) : int
net/thevpc/nuts/NutsTextStyles.size:()I
nuts-0.8.1.jar,
NutsTextStyleType.class
package net.thevpc.nuts
NutsTextStyleType.basic ( ) : boolean
net/thevpc/nuts/NutsTextStyleType.basic:()Z
NutsTextStyleType.id ( ) : String
net/thevpc/nuts/NutsTextStyleType.id:()Ljava/lang/String;
NutsTextStyleType.parseLenient ( String value ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyOrErrorValue ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyleType;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyValue, NutsTextStyleType errorValue ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyleType;Lnet/thevpc/nuts/NutsTextStyleType;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.valueOf ( String name ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.values ( ) [static] : NutsTextStyleType[ ]
net/thevpc/nuts/NutsTextStyleType.values:()[Lnet/thevpc/nuts/NutsTextStyleType;
nuts-0.8.1.jar,
NutsTextTitle.class
package net.thevpc.nuts
NutsTextTitle.getChild ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextTitle.getChild:()Lnet/thevpc/nuts/NutsText;
NutsTextTitle.getLevel ( ) [abstract] : int
net/thevpc/nuts/NutsTextTitle.getLevel:()I
nuts-0.8.1.jar,
NutsTextType.class
package net.thevpc.nuts
NutsTextType.id ( ) : String
net/thevpc/nuts/NutsTextType.id:()Ljava/lang/String;
NutsTextType.parseLenient ( String value ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.parseLenient ( String value, NutsTextType emptyOrErrorValue ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextType;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.parseLenient ( String value, NutsTextType emptyValue, NutsTextType errorValue ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextType;Lnet/thevpc/nuts/NutsTextType;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.valueOf ( String name ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.values ( ) [static] : NutsTextType[ ]
net/thevpc/nuts/NutsTextType.values:()[Lnet/thevpc/nuts/NutsTextType;
nuts-0.8.1.jar,
NutsTextVisitor.class
package net.thevpc.nuts
NutsTextVisitor.visit ( NutsText p1 ) [abstract] : void
net/thevpc/nuts/NutsTextVisitor.visit:(Lnet/thevpc/nuts/NutsText;)V
nuts-0.8.1.jar,
NutsTextWriteConfiguration.class
package net.thevpc.nuts
NutsTextWriteConfiguration.copy ( ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.copy:()Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.getTitleNumberSequence ( ) : NutsTextNumbering
net/thevpc/nuts/NutsTextWriteConfiguration.getTitleNumberSequence:()Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextWriteConfiguration.isFiltered ( ) : boolean
net/thevpc/nuts/NutsTextWriteConfiguration.isFiltered:()Z
NutsTextWriteConfiguration.isLineNumberEnabled ( ) : boolean
net/thevpc/nuts/NutsTextWriteConfiguration.isLineNumberEnabled:()Z
NutsTextWriteConfiguration.isTitleNumberEnabled ( ) : boolean
net/thevpc/nuts/NutsTextWriteConfiguration.isTitleNumberEnabled:()Z
NutsTextWriteConfiguration.NutsTextWriteConfiguration ( )
net/thevpc/nuts/NutsTextWriteConfiguration."<init>":()V
NutsTextWriteConfiguration.setFiltered ( boolean filtered ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setFiltered:(Z)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.setLineNumberEnabled ( boolean lineNumberEnabled ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setLineNumberEnabled:(Z)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.setTitleNumberEnabled ( boolean titleNumberEnabled ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setTitleNumberEnabled:(Z)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.setTitleNumberSequence ( NutsTextNumbering titleNumberSequence ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setTitleNumberSequence:(Lnet/thevpc/nuts/NutsTextNumbering;)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
nuts-0.8.1.jar,
NutsTitleNumber.class
package net.thevpc.nuts
NutsTitleNumber.first ( ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTitleNumber.first:()Lnet/thevpc/nuts/NutsTitleNumber;
NutsTitleNumber.isNone ( ) [abstract] : boolean
net/thevpc/nuts/NutsTitleNumber.isNone:()Z
NutsTitleNumber.next ( ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTitleNumber.next:()Lnet/thevpc/nuts/NutsTitleNumber;
NutsTitleNumber.none ( ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTitleNumber.none:()Lnet/thevpc/nuts/NutsTitleNumber;
nuts-0.8.1.jar,
NutsTokenFilter.class
package net.thevpc.nuts
NutsTokenFilter.contains ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.contains:(Ljava/lang/String;)Z
NutsTokenFilter.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.isBlank:()Z
NutsTokenFilter.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.isNull:()Z
NutsTokenFilter.like ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.like:(Ljava/lang/String;)Z
NutsTokenFilter.matches ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.matches:(Ljava/lang/String;)Z
nuts-0.8.1.jar,
NutsTooManyElementsException.class
package net.thevpc.nuts
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsTransportComponent.class
package net.thevpc.nuts.spi
NutsTransportComponent.open ( String p1 ) [abstract] : NutsTransportConnection
net/thevpc/nuts/spi/NutsTransportComponent.open:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsTransportConnection;
nuts-0.8.1.jar,
NutsTransportConnection.class
package net.thevpc.nuts.spi
NutsTransportConnection.getPath ( ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsTransportConnection.getPath:()Lnet/thevpc/nuts/NutsPath;
NutsTransportConnection.open ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsTransportConnection.open:()Ljava/io/InputStream;
NutsTransportConnection.upload ( NutsTransportParamPart... p1 ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsTransportConnection.upload:([Lnet/thevpc/nuts/spi/NutsTransportParamPart;)Ljava/io/InputStream;
nuts-0.8.1.jar,
NutsTransportParamBinaryFilePart.class
package net.thevpc.nuts.spi
NutsTransportParamBinaryFilePart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.getFileName:()Ljava/lang/String;
NutsTransportParamBinaryFilePart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.getName:()Ljava/lang/String;
NutsTransportParamBinaryFilePart.getValue ( ) : Path
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.getValue:()Ljava/nio/file/Path;
NutsTransportParamBinaryFilePart.NutsTransportParamBinaryFilePart ( String name, String fileName, Path value )
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/nio/file/Path;)V
nuts-0.8.1.jar,
NutsTransportParamBinaryStreamPart.class
package net.thevpc.nuts.spi
NutsTransportParamBinaryStreamPart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart.getFileName:()Ljava/lang/String;
NutsTransportParamBinaryStreamPart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart.getName:()Ljava/lang/String;
NutsTransportParamBinaryStreamPart.getValue ( ) : InputStream
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart.getValue:()Ljava/io/InputStream;
NutsTransportParamBinaryStreamPart.NutsTransportParamBinaryStreamPart ( String name, String fileName, InputStream value )
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/io/InputStream;)V
nuts-0.8.1.jar,
NutsTransportParamParamPart.class
package net.thevpc.nuts.spi
NutsTransportParamParamPart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamParamPart.getName:()Ljava/lang/String;
NutsTransportParamParamPart.getValue ( ) : String
net/thevpc/nuts/spi/NutsTransportParamParamPart.getValue:()Ljava/lang/String;
NutsTransportParamParamPart.NutsTransportParamParamPart ( String name, String value )
net/thevpc/nuts/spi/NutsTransportParamParamPart."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsTransportParamPart.class
package net.thevpc.nuts.spi
NutsTransportParamPart.NutsTransportParamPart ( )
net/thevpc/nuts/spi/NutsTransportParamPart."<init>":()V
nuts-0.8.1.jar,
NutsTransportParamTextFilePart.class
package net.thevpc.nuts.spi
NutsTransportParamTextFilePart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.getFileName:()Ljava/lang/String;
NutsTransportParamTextFilePart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.getName:()Ljava/lang/String;
NutsTransportParamTextFilePart.getValue ( ) : Path
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.getValue:()Ljava/nio/file/Path;
NutsTransportParamTextFilePart.NutsTransportParamTextFilePart ( String name, String fileName, Path value )
net/thevpc/nuts/spi/NutsTransportParamTextFilePart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/nio/file/Path;)V
nuts-0.8.1.jar,
NutsTransportParamTextReaderPart.class
package net.thevpc.nuts.spi
NutsTransportParamTextReaderPart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.getFileName:()Ljava/lang/String;
NutsTransportParamTextReaderPart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.getName:()Ljava/lang/String;
NutsTransportParamTextReaderPart.getValue ( ) : Reader
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.getValue:()Ljava/io/Reader;
NutsTransportParamTextReaderPart.NutsTransportParamTextReaderPart ( String name, String fileName, Reader value )
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/io/Reader;)V
nuts-0.8.1.jar,
NutsTreeFormat.class
package net.thevpc.nuts
NutsTreeFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsTreeFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsTreeFormat.getLinkFormat ( ) [abstract] : NutsTreeLinkFormat
net/thevpc/nuts/NutsTreeFormat.getLinkFormat:()Lnet/thevpc/nuts/NutsTreeLinkFormat;
NutsTreeFormat.getModel ( ) [abstract] : NutsTreeModel
net/thevpc/nuts/NutsTreeFormat.getModel:()Lnet/thevpc/nuts/NutsTreeModel;
NutsTreeFormat.getNodeFormat ( ) [abstract] : NutsTreeNodeFormat
net/thevpc/nuts/NutsTreeFormat.getNodeFormat:()Lnet/thevpc/nuts/NutsTreeNodeFormat;
NutsTreeFormat.setLinkFormat ( NutsTreeLinkFormat p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setLinkFormat:(Lnet/thevpc/nuts/NutsTreeLinkFormat;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.setNodeFormat ( NutsTreeNodeFormat p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setNodeFormat:(Lnet/thevpc/nuts/NutsTreeNodeFormat;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsTreeFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setNtf ( boolean p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsTreeFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setSession ( NutsSession p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setValue ( Object p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTreeFormat;
nuts-0.8.1.jar,
NutsTreeLinkFormat.class
package net.thevpc.nuts
NutsTreeLinkFormat.formatChild ( NutsPositionType p1 ) [abstract] : String
net/thevpc/nuts/NutsTreeLinkFormat.formatChild:(Lnet/thevpc/nuts/NutsPositionType;)Ljava/lang/String;
NutsTreeLinkFormat.formatMain ( NutsPositionType p1 ) [abstract] : String
net/thevpc/nuts/NutsTreeLinkFormat.formatMain:(Lnet/thevpc/nuts/NutsPositionType;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsTreeModel.class
package net.thevpc.nuts
NutsTreeModel.getChildren ( Object p1 ) [abstract] : List<T>
net/thevpc/nuts/NutsTreeModel.getChildren:(Ljava/lang/Object;)Ljava/util/List;
NutsTreeModel.getRoot ( ) [abstract] : Object
net/thevpc/nuts/NutsTreeModel.getRoot:()Ljava/lang/Object;
nuts-0.8.1.jar,
NutsTreeNodeFormat.class
package net.thevpc.nuts
NutsTreeNodeFormat.format ( Object p1, int p2, NutsSession p3 ) [abstract] : NutsString
net/thevpc/nuts/NutsTreeNodeFormat.format:(Ljava/lang/Object;ILnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
nuts-0.8.1.jar,
NutsTypedFilters.class
package net.thevpc.nuts
NutsTypedFilters<T>.all ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.all:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.always ( ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.always:()Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.any ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.any:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.as ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.as:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.from ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.from:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTypedFilters.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTypedFilters<T>.never ( ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.never:()Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.none ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.none:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.nonnull ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.nonnull:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.not ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.not:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.parse ( String p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.setSession ( NutsSession p1 ) [abstract] : NutsTypedFilters
net/thevpc/nuts/NutsTypedFilters.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
nuts-0.8.1.jar,
NutsUndeployCommand.class
package net.thevpc.nuts
NutsUndeployCommand.addId ( NutsId p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.addId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.addId ( String p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.addIds ( NutsId... p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.addIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.addIds ( String... p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.clearIds ( ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.clearIds:()Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUndeployCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUndeployCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsUndeployCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUndeployCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUndeployCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUndeployCommand.copySession ( ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.copySession:()Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.getIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsUndeployCommand.getIds:()[Lnet/thevpc/nuts/NutsId;
NutsUndeployCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsUndeployCommand.getRepository:()Ljava/lang/String;
NutsUndeployCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/NutsUndeployCommand.isOffline:()Z
NutsUndeployCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUndeployCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUndeployCommand.run ( ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.run:()Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.setOffline ( boolean p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.setOffline:(Z)Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.setRepository ( String p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUndeployCommand.setSession ( NutsSession p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUndeployCommand;
nuts-0.8.1.jar,
NutsUnexpectedException.class
package net.thevpc.nuts
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsUninstallCommand.class
package net.thevpc.nuts
NutsUninstallCommand.addArg ( String p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.addArgs ( Collection<String> p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.addArgs ( String... p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.addId ( NutsId p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.addId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.addId ( String p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.addIds ( NutsId... p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.addIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.addIds ( String... p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.clearArgs ( ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.clearArgs:()Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.clearIds ( ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.clearIds:()Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUninstallCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUninstallCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsUninstallCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUninstallCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUninstallCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUninstallCommand.copySession ( ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.copySession:()Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.getArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUninstallCommand.getArgs:()[Ljava/lang/String;
NutsUninstallCommand.getIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsUninstallCommand.getIds:()[Lnet/thevpc/nuts/NutsId;
NutsUninstallCommand.isErase ( ) [abstract] : boolean
net/thevpc/nuts/NutsUninstallCommand.isErase:()Z
NutsUninstallCommand.removeId ( NutsId p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.removeId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.removeId ( String p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUninstallCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUninstallCommand.run ( ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.run:()Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.setErase ( boolean p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.setErase:(Z)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUninstallCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUninstallCommand.setSession ( NutsSession p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUninstallCommand;
nuts-0.8.1.jar,
NutsUninstallException.class
package net.thevpc.nuts
NutsUninstallException.NutsUninstallException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsUninstallException.NutsUninstallException ( NutsSession session, NutsId id, NutsMessage msg, Throwable ex )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsUnsatisfiedRequirementsException.class
package net.thevpc.nuts
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":()V
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsMessage message )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsMessage;)V
nuts-0.8.1.jar,
NutsUnsupportedArgumentException.class
package net.thevpc.nuts
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsUnsupportedEnumException.class
package net.thevpc.nuts
NutsUnsupportedEnumException.getEnumValue ( ) : Enum
net/thevpc/nuts/NutsUnsupportedEnumException.getEnumValue:()Ljava/lang/Enum;
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Enum;)V
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, NutsMessage message, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Enum;)V
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, NutsMessage message, String stringValue, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/String;Ljava/lang/Enum;)V
nuts-0.8.1.jar,
NutsUnsupportedOperationException.class
package net.thevpc.nuts
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsUpdateCommand.class
package net.thevpc.nuts
NutsUpdateCommand.addArg ( String p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addArgs ( Collection<String> p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addArgs ( String... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addId ( NutsId p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addId ( String p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addIds ( NutsId... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addIds ( String... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addLockedId ( NutsId p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addLockedId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addLockedId ( String p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addLockedIds ( NutsId... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addLockedIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addLockedIds ( String... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addScope ( NutsDependencyScope p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addScopes ( Collection<NutsDependencyScope> p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addScopes:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addScopes ( NutsDependencyScope... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addScopes:([Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.checkUpdates ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.checkUpdates:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.checkUpdates ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.checkUpdates:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.clearArgs ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.clearArgs:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.clearIds ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.clearIds:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.clearLockedIds ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.clearLockedIds:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.clearScopes ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.clearScopes:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsUpdateCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUpdateCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateCommand.copySession ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.copySession:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.getApiVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsUpdateCommand.getApiVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsUpdateCommand.getArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUpdateCommand.getArgs:()[Ljava/lang/String;
NutsUpdateCommand.getIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsUpdateCommand.getIds:()[Lnet/thevpc/nuts/NutsId;
NutsUpdateCommand.getLockedIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsUpdateCommand.getLockedIds:()[Lnet/thevpc/nuts/NutsId;
NutsUpdateCommand.getResult ( ) [abstract] : NutsWorkspaceUpdateResult
net/thevpc/nuts/NutsUpdateCommand.getResult:()Lnet/thevpc/nuts/NutsWorkspaceUpdateResult;
NutsUpdateCommand.getResultCount ( ) [abstract] : int
net/thevpc/nuts/NutsUpdateCommand.getResultCount:()I
NutsUpdateCommand.isApi ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateCommand.isApi:()Z
NutsUpdateCommand.isCompanions ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateCommand.isCompanions:()Z
NutsUpdateCommand.isEnableInstall ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateCommand.isEnableInstall:()Z
NutsUpdateCommand.isExtensions ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateCommand.isExtensions:()Z
NutsUpdateCommand.isInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateCommand.isInstalled:()Z
NutsUpdateCommand.isOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateCommand.isOptional:()Z
NutsUpdateCommand.isRuntime ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateCommand.isRuntime:()Z
NutsUpdateCommand.removeId ( NutsId p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.removeId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.removeId ( String p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateCommand.run ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.run:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setAll ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setAll:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setApi ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setApi:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setApiVersion ( NutsVersion p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setCompanions ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setCompanions:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setEnableInstall ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setEnableInstall:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setExtensions ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setExtensions:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setInstalled ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setInstalled:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setOptional ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setOptional:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setRuntime ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setRuntime:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateCommand.setSession ( NutsSession p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.update ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.update:()Lnet/thevpc/nuts/NutsUpdateCommand;
nuts-0.8.1.jar,
NutsUpdateEvent.class
package net.thevpc.nuts
NutsUpdateEvent.getNewValue ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsUpdateEvent.getNewValue:()Lnet/thevpc/nuts/NutsDefinition;
NutsUpdateEvent.getOldValue ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsUpdateEvent.getOldValue:()Lnet/thevpc/nuts/NutsDefinition;
NutsUpdateEvent.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsUpdateEvent.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsUpdateEvent.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsUpdateEvent.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsUpdateEvent.isForce ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateEvent.isForce:()Z
nuts-0.8.1.jar,
NutsUpdateOptions.class
package net.thevpc.nuts
NutsUpdateOptions.getSession ( ) : NutsSession
net/thevpc/nuts/NutsUpdateOptions.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsUpdateOptions.NutsUpdateOptions ( )
net/thevpc/nuts/NutsUpdateOptions."<init>":()V
NutsUpdateOptions.NutsUpdateOptions ( NutsSession session )
net/thevpc/nuts/NutsUpdateOptions."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsUpdateOptions.setSession ( NutsSession session ) : NutsUpdateOptions
net/thevpc/nuts/NutsUpdateOptions.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUpdateOptions;
nuts-0.8.1.jar,
NutsUpdateRepositoryStatisticsCommand.class
package net.thevpc.nuts.spi
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUpdateRepositoryStatisticsCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.run ( ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.run:()Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
nuts-0.8.1.jar,
NutsUpdateResult.class
package net.thevpc.nuts
NutsUpdateResult.getAvailable ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsUpdateResult.getAvailable:()Lnet/thevpc/nuts/NutsDefinition;
NutsUpdateResult.getDependencies ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsUpdateResult.getDependencies:()[Lnet/thevpc/nuts/NutsId;
NutsUpdateResult.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsUpdateResult.getId:()Lnet/thevpc/nuts/NutsId;
NutsUpdateResult.getLocal ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsUpdateResult.getLocal:()Lnet/thevpc/nuts/NutsDefinition;
NutsUpdateResult.isUpdateApplied ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isUpdateApplied:()Z
NutsUpdateResult.isUpdateAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isUpdateAvailable:()Z
NutsUpdateResult.isUpdateForced ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isUpdateForced:()Z
NutsUpdateResult.isUpdateStatusAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isUpdateStatusAvailable:()Z
NutsUpdateResult.isUpdateVersionAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isUpdateVersionAvailable:()Z
nuts-0.8.1.jar,
NutsUpdateStatisticsCommand.class
package net.thevpc.nuts
NutsUpdateStatisticsCommand.add ( String p1 ) [abstract] : void
net/thevpc/nuts/NutsUpdateStatisticsCommand.add:(Ljava/lang/String;)V
NutsUpdateStatisticsCommand.addPath ( Path p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.addPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.addPaths ( Collection<Path> p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.addPaths:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.addPaths ( Path... p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.addPaths:([Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.addRepo ( String p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.addRepo:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.addRepos ( Collection<String> p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.addRepos:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.addRepos ( String... p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.addRepos:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.clearPaths ( ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.clearPaths:()Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.clearRepos ( ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.clearRepos:()Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsUpdateStatisticsCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUpdateStatisticsCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateStatisticsCommand.copySession ( ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.copySession:()Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.removePath ( Path p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.removePath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.removeRepo ( String p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.removeRepo:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateStatisticsCommand.run ( ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.run:()Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateStatisticsCommand.setSession ( NutsSession p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
nuts-0.8.1.jar,
NutsUpdateUserCommand.class
package net.thevpc.nuts
NutsUpdateUserCommand.addGroup ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.addGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.addGroups ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.addGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.addGroups ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.addGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.addPermission ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.addPermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.addPermissions ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.addPermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.addPermissions ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.addPermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateUserCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateUserCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsUpdateUserCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUpdateUserCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateUserCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateUserCommand.copySession ( ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.copySession:()Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.credentials ( char[ ] p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.credentials:([C)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.getAddGroups ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUpdateUserCommand.getAddGroups:()[Ljava/lang/String;
NutsUpdateUserCommand.getAddPermissions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUpdateUserCommand.getAddPermissions:()[Ljava/lang/String;
NutsUpdateUserCommand.getCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsUpdateUserCommand.getCredentials:()[C
NutsUpdateUserCommand.getOldCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsUpdateUserCommand.getOldCredentials:()[C
NutsUpdateUserCommand.getRemoteCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsUpdateUserCommand.getRemoteCredentials:()[C
NutsUpdateUserCommand.getRemoteIdentity ( ) [abstract] : String
net/thevpc/nuts/NutsUpdateUserCommand.getRemoteIdentity:()Ljava/lang/String;
NutsUpdateUserCommand.getRemoveGroups ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUpdateUserCommand.getRemoveGroups:()[Ljava/lang/String;
NutsUpdateUserCommand.getRemovePermissions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUpdateUserCommand.getRemovePermissions:()[Ljava/lang/String;
NutsUpdateUserCommand.getUsername ( ) [abstract] : String
net/thevpc/nuts/NutsUpdateUserCommand.getUsername:()Ljava/lang/String;
NutsUpdateUserCommand.isResetGroups ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateUserCommand.isResetGroups:()Z
NutsUpdateUserCommand.isResetPermissions ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateUserCommand.isResetPermissions:()Z
NutsUpdateUserCommand.oldCredentials ( char[ ] p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.oldCredentials:([C)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.remoteCredentials ( char[ ] p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.remoteCredentials:([C)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.remoteIdentity ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.remoteIdentity:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.removeGroup ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.removeGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.removeGroups ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.removeGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.removeGroups ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.removeGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.removePermission ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.removePermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.removePermissions ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.removePermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.removePermissions ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.removePermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.resetGroups ( ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.resetGroups:()Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.resetGroups ( boolean p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.resetGroups:(Z)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.resetPermissions ( ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.resetPermissions:()Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.resetPermissions ( boolean p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.resetPermissions:(Z)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateUserCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateUserCommand.run ( ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.run:()Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setCredentials ( char[ ] p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setCredentials:([C)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setOldCredentials ( char[ ] p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setOldCredentials:([C)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setRemoteCredentials ( char[ ] p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setRemoteCredentials:([C)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setRemoteIdentity ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setRemoteIdentity:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setResetGroups ( boolean p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setResetGroups:(Z)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setResetPermissions ( boolean p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setResetPermissions:(Z)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateUserCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateUserCommand.setSession ( NutsSession p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setUsername ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoAddGroup ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoAddGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoAddGroups ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoAddGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoAddGroups ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoAddGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoAddPermission ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoAddPermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoAddPermissions ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoAddPermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoAddPermissions ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoAddPermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoRemoveGroups ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoRemoveGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoRemoveGroups ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoRemoveGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoRemovePermissions ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoRemovePermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoRemovePermissions ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoRemovePermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
nuts-0.8.1.jar,
NutsUser.class
package net.thevpc.nuts
NutsUser.getGroups ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUser.getGroups:()[Ljava/lang/String;
NutsUser.getInheritedPermissions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUser.getInheritedPermissions:()[Ljava/lang/String;
NutsUser.getPermissions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUser.getPermissions:()[Ljava/lang/String;
NutsUser.getRemoteIdentity ( ) [abstract] : String
net/thevpc/nuts/NutsUser.getRemoteIdentity:()Ljava/lang/String;
NutsUser.getUser ( ) [abstract] : String
net/thevpc/nuts/NutsUser.getUser:()Ljava/lang/String;
NutsUser.hasCredentials ( ) [abstract] : boolean
net/thevpc/nuts/NutsUser.hasCredentials:()Z
nuts-0.8.1.jar,
NutsUserCancelException.class
package net.thevpc.nuts
NutsUserCancelException.NutsUserCancelException ( NutsSession session )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsUserCancelException.NutsUserCancelException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUserCancelException.NutsUserCancelException ( NutsSession session, NutsMessage message, int exitCode )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;I)V
nuts-0.8.1.jar,
NutsUserConfig.class
package net.thevpc.nuts
NutsUserConfig.getCredentials ( ) : String
net/thevpc/nuts/NutsUserConfig.getCredentials:()Ljava/lang/String;
NutsUserConfig.getGroups ( ) : String[ ]
net/thevpc/nuts/NutsUserConfig.getGroups:()[Ljava/lang/String;
NutsUserConfig.getPermissions ( ) : String[ ]
net/thevpc/nuts/NutsUserConfig.getPermissions:()[Ljava/lang/String;
NutsUserConfig.getRemoteCredentials ( ) : String
net/thevpc/nuts/NutsUserConfig.getRemoteCredentials:()Ljava/lang/String;
NutsUserConfig.getRemoteIdentity ( ) : String
net/thevpc/nuts/NutsUserConfig.getRemoteIdentity:()Ljava/lang/String;
NutsUserConfig.getUser ( ) : String
net/thevpc/nuts/NutsUserConfig.getUser:()Ljava/lang/String;
NutsUserConfig.NutsUserConfig ( )
net/thevpc/nuts/NutsUserConfig."<init>":()V
NutsUserConfig.NutsUserConfig ( NutsUserConfig other )
net/thevpc/nuts/NutsUserConfig."<init>":(Lnet/thevpc/nuts/NutsUserConfig;)V
NutsUserConfig.NutsUserConfig ( String user, String credentials, String[ ] groups, String[ ] permissions )
net/thevpc/nuts/NutsUserConfig."<init>":(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V
NutsUserConfig.setCredentials ( String credentials ) : void
net/thevpc/nuts/NutsUserConfig.setCredentials:(Ljava/lang/String;)V
NutsUserConfig.setGroups ( String[ ] groups ) : void
net/thevpc/nuts/NutsUserConfig.setGroups:([Ljava/lang/String;)V
NutsUserConfig.setPermissions ( String[ ] permissions ) : void
net/thevpc/nuts/NutsUserConfig.setPermissions:([Ljava/lang/String;)V
NutsUserConfig.setRemoteCredentials ( String remoteCredentials ) : void
net/thevpc/nuts/NutsUserConfig.setRemoteCredentials:(Ljava/lang/String;)V
NutsUserConfig.setRemoteIdentity ( String remoteIdentity ) : void
net/thevpc/nuts/NutsUserConfig.setRemoteIdentity:(Ljava/lang/String;)V
NutsUserConfig.setUser ( String user ) : void
net/thevpc/nuts/NutsUserConfig.setUser:(Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsUtilPlatforms.class
package net.thevpc.nuts
NutsUtilPlatforms.getPlatformGlobalHomeFolder ( NutsStoreLocation location, String workspaceName ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getPlatformGlobalHomeFolder:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsUtilPlatforms.getPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<String,String> homeLocations, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;ZLjava/lang/String;)Ljava/lang/String;
NutsUtilPlatforms.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/NutsUtilPlatforms.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
NutsUtilPlatforms.getWindowsProgramFiles ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsProgramFiles:()Ljava/lang/String;
NutsUtilPlatforms.getWindowsProgramFilesX86 ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsProgramFilesX86:()Ljava/lang/String;
NutsUtilPlatforms.getWindowsSystemDrive ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsSystemDrive:()Ljava/lang/String;
NutsUtilPlatforms.getWindowsSystemRoot ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsSystemRoot:()Ljava/lang/String;
NutsUtilPlatforms.NutsUtilPlatforms ( )
net/thevpc/nuts/NutsUtilPlatforms."<init>":()V
nuts-0.8.1.jar,
NutsUtilStrings.class
package net.thevpc.nuts
NutsUtilStrings.isBlank ( char[ ] string ) [static] : boolean
net/thevpc/nuts/NutsUtilStrings.isBlank:([C)Z
NutsUtilStrings.isBlank ( CharSequence s ) [static] : boolean
net/thevpc/nuts/NutsUtilStrings.isBlank:(Ljava/lang/CharSequence;)Z
NutsUtilStrings.NutsUtilStrings ( )
net/thevpc/nuts/NutsUtilStrings."<init>":()V
NutsUtilStrings.parseBoolean ( String value, Boolean emptyValue, Boolean errorValue ) [static] : Boolean
net/thevpc/nuts/NutsUtilStrings.parseBoolean:(Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsUtilStrings.trim ( String value ) [static] : String
net/thevpc/nuts/NutsUtilStrings.trim:(Ljava/lang/String;)Ljava/lang/String;
NutsUtilStrings.trimToNull ( String value ) [static] : String
net/thevpc/nuts/NutsUtilStrings.trimToNull:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsValidationException.class
package net.thevpc.nuts
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
NutsValidationException.NutsValidationException ( NutsSession workspace )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsVersion.class
package net.thevpc.nuts
NutsVersion.compareTo ( NutsVersion p1 ) [abstract] : int
net/thevpc/nuts/NutsVersion.compareTo:(Lnet/thevpc/nuts/NutsVersion;)I
NutsVersion.compareTo ( Object p1 ) : int
net/thevpc/nuts/NutsVersion.compareTo:(Ljava/lang/Object;)I
NutsVersion.compareTo ( String p1 ) [abstract] : int
net/thevpc/nuts/NutsVersion.compareTo:(Ljava/lang/String;)I
NutsVersion.filter ( ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersion.filter:()Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersion.get ( int p1 ) [abstract] : String
net/thevpc/nuts/NutsVersion.get:(I)Ljava/lang/String;
NutsVersion.getNumber ( int p1 ) [abstract] : BigInteger
net/thevpc/nuts/NutsVersion.getNumber:(I)Ljava/math/BigInteger;
NutsVersion.getNumber ( int p1, BigInteger p2 ) [abstract] : BigInteger
net/thevpc/nuts/NutsVersion.getNumber:(ILjava/math/BigInteger;)Ljava/math/BigInteger;
NutsVersion.getNumber ( int p1, long p2 ) [abstract] : BigInteger
net/thevpc/nuts/NutsVersion.getNumber:(IJ)Ljava/math/BigInteger;
NutsVersion.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsVersion.getValue:()Ljava/lang/String;
NutsVersion.inc ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.inc:()Lnet/thevpc/nuts/NutsVersion;
NutsVersion.inc ( int p1 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.inc:(I)Lnet/thevpc/nuts/NutsVersion;
NutsVersion.inc ( int p1, BigInteger p2 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.inc:(ILjava/math/BigInteger;)Lnet/thevpc/nuts/NutsVersion;
NutsVersion.inc ( int p1, long p2 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.inc:(IJ)Lnet/thevpc/nuts/NutsVersion;
NutsVersion.intervals ( ) [abstract] : NutsVersionInterval[ ]
net/thevpc/nuts/NutsVersion.intervals:()[Lnet/thevpc/nuts/NutsVersionInterval;
NutsVersion.isSingleValue ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersion.isSingleValue:()Z
NutsVersion.numberSize ( ) [abstract] : int
net/thevpc/nuts/NutsVersion.numberSize:()I
NutsVersion.parse ( String str, NutsSession session ) [static] : NutsVersion
net/thevpc/nuts/NutsVersion.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersion;
NutsVersion.size ( ) [abstract] : int
net/thevpc/nuts/NutsVersion.size:()I
nuts-0.8.1.jar,
NutsVersionFilter.class
package net.thevpc.nuts
NutsVersionFilter.acceptSearchId ( NutsSearchId sid, NutsSession session ) : boolean
net/thevpc/nuts/NutsVersionFilter.acceptSearchId:(Lnet/thevpc/nuts/NutsSearchId;Lnet/thevpc/nuts/NutsSession;)Z
NutsVersionFilter.acceptVersion ( NutsVersion p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsVersionFilter.acceptVersion:(Lnet/thevpc/nuts/NutsVersion;Lnet/thevpc/nuts/NutsSession;)Z
NutsVersionFilter.and ( NutsVersionFilter p1 ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilter.and:(Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersionFilter.neg ( ) : NutsFilter
net/thevpc/nuts/NutsVersionFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsVersionFilter.neg ( ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilter.neg:()Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersionFilter.or ( NutsVersionFilter p1 ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilter.or:(Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsVersionFilter;
nuts-0.8.1.jar,
NutsVersionFilterManager.class
package net.thevpc.nuts
NutsVersionFilterManager.byExpression ( String p1 ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersionFilterManager.byValue ( String p1 ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilterManager.byValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersionFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsVersionFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsVersionFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsVersionFilterManager
net/thevpc/nuts/NutsVersionFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionFilterManager;
nuts-0.8.1.jar,
NutsVersionFormat.class
package net.thevpc.nuts
NutsVersionFormat.addProperties ( Map<String,String> p1 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionFormat.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionFormat.addProperty ( String p1, String p2 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionFormat.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionFormat.getVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersionFormat.getVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsVersionFormat.isWorkspaceVersion ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersionFormat.isWorkspaceVersion:()Z
NutsVersionFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsVersionFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsVersionFormat.setNtf ( boolean p1 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsVersionFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsVersionFormat.setSession ( NutsSession p1 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionFormat.setVersion ( NutsVersion p1 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionFormat.setVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsVersionFormat;
nuts-0.8.1.jar,
NutsVersionInterval.class
package net.thevpc.nuts
NutsVersionInterval.acceptVersion ( NutsVersion p1 ) [abstract] : boolean
net/thevpc/nuts/NutsVersionInterval.acceptVersion:(Lnet/thevpc/nuts/NutsVersion;)Z
NutsVersionInterval.getLowerBound ( ) [abstract] : String
net/thevpc/nuts/NutsVersionInterval.getLowerBound:()Ljava/lang/String;
NutsVersionInterval.getUpperBound ( ) [abstract] : String
net/thevpc/nuts/NutsVersionInterval.getUpperBound:()Ljava/lang/String;
NutsVersionInterval.isFixedValue ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersionInterval.isFixedValue:()Z
NutsVersionInterval.isIncludeLowerBound ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersionInterval.isIncludeLowerBound:()Z
NutsVersionInterval.isIncludeUpperBound ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersionInterval.isIncludeUpperBound:()Z
nuts-0.8.1.jar,
NutsVersionManager.class
package net.thevpc.nuts
NutsVersionManager.filter ( ) [abstract] : NutsVersionFilterManager
net/thevpc/nuts/NutsVersionManager.filter:()Lnet/thevpc/nuts/NutsVersionFilterManager;
NutsVersionManager.formatter ( ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionManager.formatter:()Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionManager.formatter ( NutsVersion p1 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionManager.formatter:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsVersionManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsVersionManager.parse ( String p1 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersionManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersion;
NutsVersionManager.parser ( ) [abstract] : NutsVersionParser
net/thevpc/nuts/NutsVersionManager.parser:()Lnet/thevpc/nuts/NutsVersionParser;
NutsVersionManager.setSession ( NutsSession p1 ) [abstract] : NutsVersionManager
net/thevpc/nuts/NutsVersionManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionManager;
nuts-0.8.1.jar,
NutsVersionParser.class
package net.thevpc.nuts
NutsVersionParser.isLenient ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersionParser.isLenient:()Z
NutsVersionParser.parse ( NutsSession session ) [static] : NutsVersionParser
net/thevpc/nuts/NutsVersionParser.parse:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionParser;
NutsVersionParser.parse ( String p1 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersionParser.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersion;
NutsVersionParser.setLenient ( boolean p1 ) [abstract] : NutsVersionParser
net/thevpc/nuts/NutsVersionParser.setLenient:(Z)Lnet/thevpc/nuts/NutsVersionParser;
nuts-0.8.1.jar,
NutsWorkspace.class
package net.thevpc.nuts
NutsWorkspace.apps ( ) [abstract] : NutsWorkspaceAppsManager
net/thevpc/nuts/NutsWorkspace.apps:()Lnet/thevpc/nuts/NutsWorkspaceAppsManager;
NutsWorkspace.boot ( ) [abstract] : NutsBootManager
net/thevpc/nuts/NutsWorkspace.boot:()Lnet/thevpc/nuts/NutsBootManager;
NutsWorkspace.commandLine ( ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsWorkspace.commandLine:()Lnet/thevpc/nuts/NutsCommandLineManager;
NutsWorkspace.commands ( ) [abstract] : NutsCustomCommandManager
net/thevpc/nuts/NutsWorkspace.commands:()Lnet/thevpc/nuts/NutsCustomCommandManager;
NutsWorkspace.concurrent ( ) [abstract] : NutsConcurrentManager
net/thevpc/nuts/NutsWorkspace.concurrent:()Lnet/thevpc/nuts/NutsConcurrentManager;
NutsWorkspace.config ( ) [abstract] : NutsWorkspaceConfigManager
net/thevpc/nuts/NutsWorkspace.config:()Lnet/thevpc/nuts/NutsWorkspaceConfigManager;
NutsWorkspace.createSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspace.createSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspace.dependency ( ) [abstract] : NutsDependencyManager
net/thevpc/nuts/NutsWorkspace.dependency:()Lnet/thevpc/nuts/NutsDependencyManager;
NutsWorkspace.deploy ( ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsWorkspace.deploy:()Lnet/thevpc/nuts/NutsDeployCommand;
NutsWorkspace.descriptor ( ) [abstract] : NutsDescriptorManager
net/thevpc/nuts/NutsWorkspace.descriptor:()Lnet/thevpc/nuts/NutsDescriptorManager;
NutsWorkspace.elem ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsWorkspace.elem:()Lnet/thevpc/nuts/NutsElementFormat;
NutsWorkspace.env ( ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspace.env:()Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
NutsWorkspace.events ( ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspace.events:()Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspace.exec ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsWorkspace.exec:()Lnet/thevpc/nuts/NutsExecCommand;
NutsWorkspace.extensions ( ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspace.extensions:()Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
NutsWorkspace.fetch ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsWorkspace.fetch:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsWorkspace.filters ( ) [abstract] : NutsFilterManager
net/thevpc/nuts/NutsWorkspace.filters:()Lnet/thevpc/nuts/NutsFilterManager;
NutsWorkspace.formats ( ) [abstract] : NutsFormatManager
net/thevpc/nuts/NutsWorkspace.formats:()Lnet/thevpc/nuts/NutsFormatManager;
NutsWorkspace.getApiId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspace.getApiId:()Lnet/thevpc/nuts/NutsId;
NutsWorkspace.getApiVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsWorkspace.getApiVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsWorkspace.getCompanionIds ( NutsSession p1 ) [abstract] : Set<NutsId>
net/thevpc/nuts/NutsWorkspace.getCompanionIds:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/Set;
NutsWorkspace.getHashName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getHashName:()Ljava/lang/String;
NutsWorkspace.getLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getLocation:()Ljava/lang/String;
NutsWorkspace.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getName:()Ljava/lang/String;
NutsWorkspace.getRuntimeId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspace.getRuntimeId:()Lnet/thevpc/nuts/NutsId;
NutsWorkspace.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getUuid:()Ljava/lang/String;
NutsWorkspace.id ( ) [abstract] : NutsIdManager
net/thevpc/nuts/NutsWorkspace.id:()Lnet/thevpc/nuts/NutsIdManager;
NutsWorkspace.imports ( ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsWorkspace.imports:()Lnet/thevpc/nuts/NutsImportManager;
NutsWorkspace.info ( ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsWorkspace.info:()Lnet/thevpc/nuts/NutsInfoFormat;
NutsWorkspace.install ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsWorkspace.install:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsWorkspace.io ( ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsWorkspace.io:()Lnet/thevpc/nuts/NutsIOManager;
NutsWorkspace.locations ( ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspace.locations:()Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspace.log ( ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsWorkspace.log:()Lnet/thevpc/nuts/NutsLogManager;
NutsWorkspace.push ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsWorkspace.push:()Lnet/thevpc/nuts/NutsPushCommand;
NutsWorkspace.repos ( ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsWorkspace.repos:()Lnet/thevpc/nuts/NutsRepositoryManager;
NutsWorkspace.sdks ( ) [abstract] : NutsSdkManager
net/thevpc/nuts/NutsWorkspace.sdks:()Lnet/thevpc/nuts/NutsSdkManager;
NutsWorkspace.search ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsWorkspace.search:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsWorkspace.security ( ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspace.security:()Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspace.term ( ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsWorkspace.term:()Lnet/thevpc/nuts/NutsTerminalManager;
NutsWorkspace.text ( ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsWorkspace.text:()Lnet/thevpc/nuts/NutsTextManager;
NutsWorkspace.undeploy ( ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsWorkspace.undeploy:()Lnet/thevpc/nuts/NutsUndeployCommand;
NutsWorkspace.uninstall ( ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsWorkspace.uninstall:()Lnet/thevpc/nuts/NutsUninstallCommand;
NutsWorkspace.update ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsWorkspace.update:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsWorkspace.updateStatistics ( ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsWorkspace.updateStatistics:()Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsWorkspace.version ( ) [abstract] : NutsVersionManager
net/thevpc/nuts/NutsWorkspace.version:()Lnet/thevpc/nuts/NutsVersionManager;
nuts-0.8.1.jar,
NutsWorkspaceAlreadyExistsException.class
package net.thevpc.nuts
NutsWorkspaceAlreadyExistsException.getWorkspaceLocation ( ) : String
net/thevpc/nuts/NutsWorkspaceAlreadyExistsException.getWorkspaceLocation:()Ljava/lang/String;
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( String workspaceLocation )
net/thevpc/nuts/NutsWorkspaceAlreadyExistsException."<init>":(Ljava/lang/String;)V
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( String workspaceLocation, Throwable err )
net/thevpc/nuts/NutsWorkspaceAlreadyExistsException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsWorkspaceAppsManager.class
package net.thevpc.nuts
NutsWorkspaceAppsManager.createApplicationContext ( NutsSession p1, String[ ] p2, long p3, Class p4, String p5 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsWorkspaceAppsManager.createApplicationContext:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;JLjava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsWorkspaceAppsManager.execEntries ( ) [abstract] : NutsExecutionEntryAction
net/thevpc/nuts/NutsWorkspaceAppsManager.execEntries:()Lnet/thevpc/nuts/NutsExecutionEntryAction;
NutsWorkspaceAppsManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceAppsManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceAppsManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceAppsManager
net/thevpc/nuts/NutsWorkspaceAppsManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceAppsManager;
nuts-0.8.1.jar,
NutsWorkspaceArchetypeComponent.class
package net.thevpc.nuts.spi
NutsWorkspaceArchetypeComponent.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsWorkspaceArchetypeComponent.getName:()Ljava/lang/String;
NutsWorkspaceArchetypeComponent.initializeWorkspace ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsWorkspaceArchetypeComponent.initializeWorkspace:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsWorkspaceBootConfig.class
package net.thevpc.nuts
NutsWorkspaceBootConfig.getBootPath ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getBootPath:()Ljava/lang/String;
NutsWorkspaceBootConfig.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceBootConfig.getEffectiveWorkspace ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getEffectiveWorkspace:()Ljava/lang/String;
NutsWorkspaceBootConfig.getEffectiveWorkspaceName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getEffectiveWorkspaceName:()Ljava/lang/String;
NutsWorkspaceBootConfig.getExtensions ( ) [abstract] : List<NutsWorkspaceBootConfig.Extension>
net/thevpc/nuts/NutsWorkspaceBootConfig.getExtensions:()Ljava/util/List;
NutsWorkspaceBootConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceBootConfig.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceBootConfig.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceBootConfig.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getName:()Ljava/lang/String;
NutsWorkspaceBootConfig.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceBootConfig.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceBootConfig.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceBootConfig.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceBootConfig.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceBootConfig.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceBootConfig.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceBootConfig.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getUuid:()Ljava/lang/String;
NutsWorkspaceBootConfig.getWorkspace ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getWorkspace:()Ljava/lang/String;
NutsWorkspaceBootConfig.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceBootConfig.isGlobal:()Z
NutsWorkspaceBootConfig.isImmediateLocation ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceBootConfig.isImmediateLocation:()Z
nuts-0.8.1.jar,
NutsWorkspaceCommand.class
package net.thevpc.nuts
NutsWorkspaceCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsWorkspaceCommand
net/thevpc/nuts/NutsWorkspaceCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsWorkspaceCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsWorkspaceCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsWorkspaceCommand.copySession ( ) [abstract] : NutsWorkspaceCommand
net/thevpc/nuts/NutsWorkspaceCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsWorkspaceCommand.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceCommand.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceCommand.run ( ) [abstract] : NutsWorkspaceCommand
net/thevpc/nuts/NutsWorkspaceCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsWorkspaceCommand.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceCommand
net/thevpc/nuts/NutsWorkspaceCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
nuts-0.8.1.jar,
NutsWorkspaceCommandFactory.class
package net.thevpc.nuts
NutsWorkspaceCommandFactory.configure ( NutsCommandFactoryConfig p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCommandFactory.configure:(Lnet/thevpc/nuts/NutsCommandFactoryConfig;)V
NutsWorkspaceCommandFactory.findCommand ( String p1, NutsSession p2 ) [abstract] : NutsCommandConfig
net/thevpc/nuts/NutsWorkspaceCommandFactory.findCommand:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsWorkspaceCommandFactory.findCommands ( NutsSession p1 ) [abstract] : List<NutsCommandConfig>
net/thevpc/nuts/NutsWorkspaceCommandFactory.findCommands:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceCommandFactory.getFactoryId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCommandFactory.getFactoryId:()Ljava/lang/String;
NutsWorkspaceCommandFactory.getPriority ( ) [abstract] : int
net/thevpc/nuts/NutsWorkspaceCommandFactory.getPriority:()I
nuts-0.8.1.jar,
NutsWorkspaceConfigManager.class
package net.thevpc.nuts
NutsWorkspaceConfigManager.createContentFaceId ( NutsId p1, NutsDescriptor p2 ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceConfigManager.createContentFaceId:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsId;
NutsWorkspaceConfigManager.createWorkspaceListManager ( String p1 ) [abstract] : NutsWorkspaceListManager
net/thevpc/nuts/NutsWorkspaceConfigManager.createWorkspaceListManager:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceListManager;
NutsWorkspaceConfigManager.getAvailableArchetypes ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceConfigManager.getAvailableArchetypes:()Ljava/util/Set;
NutsWorkspaceConfigManager.getDefaultRepositories ( ) [abstract] : NutsAddRepositoryOptions[ ]
net/thevpc/nuts/NutsWorkspaceConfigManager.getDefaultRepositories:()[Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsWorkspaceConfigManager.getHashName ( Object p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getHashName:(Ljava/lang/Object;)Ljava/lang/String;
NutsWorkspaceConfigManager.getIndexStoreClientFactory ( ) [abstract] : NutsIndexStoreFactory
net/thevpc/nuts/NutsWorkspaceConfigManager.getIndexStoreClientFactory:()Lnet/thevpc/nuts/spi/NutsIndexStoreFactory;
NutsWorkspaceConfigManager.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getJavaCommand:()Ljava/lang/String;
NutsWorkspaceConfigManager.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getJavaOptions:()Ljava/lang/String;
NutsWorkspaceConfigManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceConfigManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceConfigManager.getWorkspaceHashName ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getWorkspaceHashName:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceConfigManager.isExcludedExtension ( String p1, NutsWorkspaceOptions p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.isExcludedExtension:(Ljava/lang/String;Lnet/thevpc/nuts/NutsWorkspaceOptions;)Z
NutsWorkspaceConfigManager.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.isGlobal:()Z
NutsWorkspaceConfigManager.isReadOnly ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.isReadOnly:()Z
NutsWorkspaceConfigManager.isSupportedRepositoryType ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.isSupportedRepositoryType:(Ljava/lang/String;)Z
NutsWorkspaceConfigManager.loadBootConfig ( String p1, boolean p2, boolean p3 ) [abstract] : NutsWorkspaceBootConfig
net/thevpc/nuts/NutsWorkspaceConfigManager.loadBootConfig:(Ljava/lang/String;ZZ)Lnet/thevpc/nuts/NutsWorkspaceBootConfig;
NutsWorkspaceConfigManager.optionsBuilder ( ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceConfigManager.optionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceConfigManager.resolveRepositoryPath ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.resolveRepositoryPath:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceConfigManager.save ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.save:()Z
NutsWorkspaceConfigManager.save ( boolean p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.save:(Z)Z
NutsWorkspaceConfigManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceConfigManager
net/thevpc/nuts/NutsWorkspaceConfigManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceConfigManager;
NutsWorkspaceConfigManager.stored ( ) [abstract] : NutsWorkspaceStoredConfig
net/thevpc/nuts/NutsWorkspaceConfigManager.stored:()Lnet/thevpc/nuts/NutsWorkspaceStoredConfig;
nuts-0.8.1.jar,
NutsWorkspaceCustomCommand.class
package net.thevpc.nuts
NutsWorkspaceCustomCommand.dryExec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCustomCommand.dryExec:([Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandExecOptions;Lnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceCustomCommand.exec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCustomCommand.exec:([Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandExecOptions;Lnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceCustomCommand.getCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceCustomCommand.getCommand:()[Ljava/lang/String;
NutsWorkspaceCustomCommand.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceCustomCommand.getExecutorOptions:()[Ljava/lang/String;
NutsWorkspaceCustomCommand.getFactoryId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCustomCommand.getFactoryId:()Ljava/lang/String;
NutsWorkspaceCustomCommand.getHelpText ( NutsSession p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCustomCommand.getHelpText:(Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsWorkspaceCustomCommand.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCustomCommand.getName:()Ljava/lang/String;
NutsWorkspaceCustomCommand.getOwner ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceCustomCommand.getOwner:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceCustomCommand.toCommandConfig ( ) [abstract] : NutsCommandConfig
net/thevpc/nuts/NutsWorkspaceCustomCommand.toCommandConfig:()Lnet/thevpc/nuts/NutsCommandConfig;
nuts-0.8.1.jar,
NutsWorkspaceEnvManager.class
package net.thevpc.nuts
NutsWorkspaceEnvManager.addLauncher ( NutsLauncherOptions p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEnvManager.addLauncher:(Lnet/thevpc/nuts/NutsLauncherOptions;)V
NutsWorkspaceEnvManager.getArch ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceEnvManager.getArch:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getArchFamily ( ) [abstract] : NutsArchFamily
net/thevpc/nuts/NutsWorkspaceEnvManager.getArchFamily:()Lnet/thevpc/nuts/NutsArchFamily;
NutsWorkspaceEnvManager.getBootClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootClassLoader:()Ljava/lang/ClassLoader;
NutsWorkspaceEnvManager.getBootClassWorldURLs ( ) [abstract] : URL[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootClassWorldURLs:()[Ljava/net/URL;
NutsWorkspaceEnvManager.getBootOptions ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceEnvManager.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceEnvManager.getCreationFinishTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationFinishTimeMillis:()J
NutsWorkspaceEnvManager.getCreationStartTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationStartTimeMillis:()J
NutsWorkspaceEnvManager.getCreationTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationTimeMillis:()J
NutsWorkspaceEnvManager.getDesktopEnvironment ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironment:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getDesktopEnvironmentFamilies ( ) [abstract] : NutsDesktopEnvironmentFamily[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironmentFamilies:()[Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsWorkspaceEnvManager.getDesktopEnvironmentFamily ( ) [abstract] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironmentFamily:()Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsWorkspaceEnvManager.getDesktopEnvironments ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironments:()[Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getDesktopIntegrationSupport ( NutsDesktopIntegrationItem p1 ) [abstract] : NutsActionSupport
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopIntegrationSupport:(Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsActionSupport;
NutsWorkspaceEnvManager.getDesktopPath ( ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopPath:()Ljava/nio/file/Path;
NutsWorkspaceEnvManager.getEnv ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnv:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getEnv ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnv:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getEnvAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getEnvAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getEnvMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvMap:()Ljava/util/Map;
NutsWorkspaceEnvManager.getOption ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getOption:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getOption ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getOption:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getOptionAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getOptionAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getOptionAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getOptionAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getOrCreateProperty ( Class<T> p1, Supplier<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceEnvManager.getOrCreateProperty:(Ljava/lang/Class;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getOrCreateProperty ( String p1, Supplier<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceEnvManager.getOrCreateProperty:(Ljava/lang/String;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getOs ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceEnvManager.getOs:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getOsDist ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceEnvManager.getOsDist:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getOsFamily ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceEnvManager.getOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceEnvManager.getPlatform ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceEnvManager.getPlatform:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsWorkspaceEnvManager.getProperties:()Ljava/util/Map;
NutsWorkspaceEnvManager.getProperty ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsWorkspaceEnvManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getProperty ( String p1, Object p2 ) [abstract] : Object
net/thevpc/nuts/NutsWorkspaceEnvManager.getProperty:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getPropertyAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getPropertyAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getPropertyAsString ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceEnvManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceEnvManager.isGraphicalDesktopEnvironment ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.isGraphicalDesktopEnvironment:()Z
NutsWorkspaceEnvManager.setEnv ( String p1, String p2 ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspaceEnvManager.setEnv:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
NutsWorkspaceEnvManager.setProperty ( String p1, Object p2 ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspaceEnvManager.setProperty:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
NutsWorkspaceEnvManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspaceEnvManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
nuts-0.8.1.jar,
NutsWorkspaceEvent.class
package net.thevpc.nuts
NutsWorkspaceEvent.getPropertyName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEvent.getPropertyName:()Ljava/lang/String;
NutsWorkspaceEvent.getPropertyOldValue ( ) [abstract] : Object
net/thevpc/nuts/NutsWorkspaceEvent.getPropertyOldValue:()Ljava/lang/Object;
NutsWorkspaceEvent.getPropertyValue ( ) [abstract] : Object
net/thevpc/nuts/NutsWorkspaceEvent.getPropertyValue:()Ljava/lang/Object;
NutsWorkspaceEvent.getRepository ( ) [abstract] : NutsRepository
net/thevpc/nuts/NutsWorkspaceEvent.getRepository:()Lnet/thevpc/nuts/NutsRepository;
NutsWorkspaceEvent.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceEvent.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceEvent.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsWorkspaceEvent.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsWorkspaceEventManager.class
package net.thevpc.nuts
NutsWorkspaceEventManager.addInstallListener ( NutsInstallListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addInstallListener:(Lnet/thevpc/nuts/NutsInstallListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.addRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.addUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.addWorkspaceListener ( NutsWorkspaceListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addWorkspaceListener:(Lnet/thevpc/nuts/NutsWorkspaceListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.getInstallListeners ( ) [abstract] : NutsInstallListener[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getInstallListeners:()[Lnet/thevpc/nuts/NutsInstallListener;
NutsWorkspaceEventManager.getRepositoryListeners ( ) [abstract] : NutsRepositoryListener[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getRepositoryListeners:()[Lnet/thevpc/nuts/NutsRepositoryListener;
NutsWorkspaceEventManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceEventManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceEventManager.getUserPropertyListeners ( ) [abstract] : NutsMapListener<String,Object>[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getUserPropertyListeners:()[Lnet/thevpc/nuts/NutsMapListener;
NutsWorkspaceEventManager.getWorkspaceListeners ( ) [abstract] : NutsWorkspaceListener[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getWorkspaceListeners:()[Lnet/thevpc/nuts/NutsWorkspaceListener;
NutsWorkspaceEventManager.removeInstallListener ( NutsInstallListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeInstallListener:(Lnet/thevpc/nuts/NutsInstallListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.removeRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.removeUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.removeWorkspaceListener ( NutsWorkspaceListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeWorkspaceListener:(Lnet/thevpc/nuts/NutsWorkspaceListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
nuts-0.8.1.jar,
NutsWorkspaceException.class
package net.thevpc.nuts
NutsWorkspaceException.NutsWorkspaceException ( NutsSession session, NutsMessage message, Throwable ex )
net/thevpc/nuts/NutsWorkspaceException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsWorkspaceExtension.class
package net.thevpc.nuts
NutsWorkspaceExtension.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceExtension.getId:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceExtension.getWiredId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceExtension.getWiredId:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.1.jar,
NutsWorkspaceExtensionManager.class
package net.thevpc.nuts
NutsWorkspaceExtensionManager.createAll ( Class<T> p1 ) [abstract] : List<T>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createAll:(Ljava/lang/Class;)Ljava/util/List;
NutsWorkspaceExtensionManager.createAllSupported ( Class<T> p1, V p2 ) [abstract] : List<T>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createAllSupported:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/util/List;
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2 ) [abstract] : NutsServiceLoader<T,B>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;)Lnet/thevpc/nuts/NutsServiceLoader;
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2, ClassLoader p3 ) [abstract] : NutsServiceLoader<T,B>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsServiceLoader;
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2, Class[ ] p3, Object[ ] p4 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
NutsWorkspaceExtensionManager.discoverTypes ( NutsId p1, ClassLoader p2 ) [abstract] : Set<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.discoverTypes:(Lnet/thevpc/nuts/NutsId;Ljava/lang/ClassLoader;)Ljava/util/Set;
NutsWorkspaceExtensionManager.getConfigExtensions ( ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getConfigExtensions:()Ljava/util/List;
NutsWorkspaceExtensionManager.getExtensionObjects ( Class p1 ) [abstract] : List<Object>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getExtensionObjects:(Ljava/lang/Class;)Ljava/util/List;
NutsWorkspaceExtensionManager.getExtensionTypes ( Class p1 ) [abstract] : Set<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getExtensionTypes:(Ljava/lang/Class;)Ljava/util/Set;
NutsWorkspaceExtensionManager.getLoadedExtensions ( ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getLoadedExtensions:()Ljava/util/List;
NutsWorkspaceExtensionManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceExtensionManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceExtensionManager.installWorkspaceExtensionComponent ( Class p1, Object p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.installWorkspaceExtensionComponent:(Ljava/lang/Class;Ljava/lang/Object;)Z
NutsWorkspaceExtensionManager.isLoadedExtensions ( NutsId p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isLoadedExtensions:(Lnet/thevpc/nuts/NutsId;)Z
NutsWorkspaceExtensionManager.isRegisteredInstance ( Class p1, Object p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredInstance:(Ljava/lang/Class;Ljava/lang/Object;)Z
NutsWorkspaceExtensionManager.isRegisteredType ( Class p1, Class p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredType:(Ljava/lang/Class;Ljava/lang/Class;)Z
NutsWorkspaceExtensionManager.isRegisteredType ( Class p1, String p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredType:(Ljava/lang/Class;Ljava/lang/String;)Z
NutsWorkspaceExtensionManager.loadExtension ( NutsId p1 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.loadExtension:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
NutsWorkspaceExtensionManager.registerInstance ( Class<T> p1, T p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.registerInstance:(Ljava/lang/Class;Ljava/lang/Object;)Z
NutsWorkspaceExtensionManager.registerType ( Class p1, Class p2, NutsId p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.registerType:(Ljava/lang/Class;Ljava/lang/Class;Lnet/thevpc/nuts/NutsId;)Z
NutsWorkspaceExtensionManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
NutsWorkspaceExtensionManager.unloadExtension ( NutsId p1 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.unloadExtension:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
nuts-0.8.1.jar,
NutsWorkspaceInitInformation.class
package net.thevpc.nuts
NutsWorkspaceInitInformation.getApiId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getApiId:()Ljava/lang/String;
NutsWorkspaceInitInformation.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getApiVersion:()Ljava/lang/String;
NutsWorkspaceInitInformation.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceInitInformation.getBootWorkspaceFactory ( ) [abstract] : NutsBootWorkspaceFactory
net/thevpc/nuts/NutsWorkspaceInitInformation.getBootWorkspaceFactory:()Lnet/thevpc/nuts/spi/NutsBootWorkspaceFactory;
NutsWorkspaceInitInformation.getClassWorldLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsWorkspaceInitInformation.getClassWorldLoader:()Ljava/lang/ClassLoader;
NutsWorkspaceInitInformation.getClassWorldURLs ( ) [abstract] : URL[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getClassWorldURLs:()[Ljava/net/URL;
NutsWorkspaceInitInformation.getExtensionBootDependencyNodes ( ) [abstract] : NutsClassLoaderNode[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionBootDependencyNodes:()[Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsWorkspaceInitInformation.getExtensionBootDescriptors ( ) [abstract] : NutsBootDescriptor[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionBootDescriptors:()[Lnet/thevpc/nuts/boot/NutsBootDescriptor;
NutsWorkspaceInitInformation.getExtensionsSet ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionsSet:()Ljava/util/Set;
NutsWorkspaceInitInformation.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceInitInformation.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getJavaCommand:()Ljava/lang/String;
NutsWorkspaceInitInformation.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getJavaOptions:()Ljava/lang/String;
NutsWorkspaceInitInformation.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getName:()Ljava/lang/String;
NutsWorkspaceInitInformation.getOptions ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceInitInformation.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceInitInformation.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceInitInformation.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceInitInformation.getRuntimeBootDependencyNode ( ) [abstract] : NutsClassLoaderNode
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeBootDependencyNode:()Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsWorkspaceInitInformation.getRuntimeBootDescriptor ( ) [abstract] : NutsBootDescriptor
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeBootDescriptor:()Lnet/thevpc/nuts/boot/NutsBootDescriptor;
NutsWorkspaceInitInformation.getRuntimeId ( ) [abstract] : NutsBootId
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeId:()Lnet/thevpc/nuts/boot/NutsBootId;
NutsWorkspaceInitInformation.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceInitInformation.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceInitInformation.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceInitInformation.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceInitInformation.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getUuid:()Ljava/lang/String;
NutsWorkspaceInitInformation.getWorkspaceLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getWorkspaceLocation:()Ljava/lang/String;
NutsWorkspaceInitInformation.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceInitInformation.isGlobal:()Z
nuts-0.8.1.jar,
NutsWorkspaceListConfig.class
package net.thevpc.nuts
NutsWorkspaceListConfig.getName ( ) : String
net/thevpc/nuts/NutsWorkspaceListConfig.getName:()Ljava/lang/String;
NutsWorkspaceListConfig.getUuid ( ) : String
net/thevpc/nuts/NutsWorkspaceListConfig.getUuid:()Ljava/lang/String;
NutsWorkspaceListConfig.getWorkspaces ( ) : List<NutsWorkspaceLocation>
net/thevpc/nuts/NutsWorkspaceListConfig.getWorkspaces:()Ljava/util/List;
NutsWorkspaceListConfig.NutsWorkspaceListConfig ( )
net/thevpc/nuts/NutsWorkspaceListConfig."<init>":()V
NutsWorkspaceListConfig.NutsWorkspaceListConfig ( NutsWorkspaceListConfig other )
net/thevpc/nuts/NutsWorkspaceListConfig."<init>":(Lnet/thevpc/nuts/NutsWorkspaceListConfig;)V
NutsWorkspaceListConfig.NutsWorkspaceListConfig ( String uuid, String name )
net/thevpc/nuts/NutsWorkspaceListConfig."<init>":(Ljava/lang/String;Ljava/lang/String;)V
NutsWorkspaceListConfig.setName ( String name ) : NutsWorkspaceListConfig
net/thevpc/nuts/NutsWorkspaceListConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceListConfig;
NutsWorkspaceListConfig.setUuid ( String uuid ) : NutsWorkspaceListConfig
net/thevpc/nuts/NutsWorkspaceListConfig.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceListConfig;
NutsWorkspaceListConfig.setWorkspaces ( List<NutsWorkspaceLocation> workspaces ) : void
net/thevpc/nuts/NutsWorkspaceListConfig.setWorkspaces:(Ljava/util/List;)V
nuts-0.8.1.jar,
NutsWorkspaceListener.class
package net.thevpc.nuts
NutsWorkspaceListener.onAddRepository ( NutsWorkspaceEvent event ) : void
net/thevpc/nuts/NutsWorkspaceListener.onAddRepository:(Lnet/thevpc/nuts/NutsWorkspaceEvent;)V
NutsWorkspaceListener.onConfigurationChanged ( NutsWorkspaceEvent event ) : void
net/thevpc/nuts/NutsWorkspaceListener.onConfigurationChanged:(Lnet/thevpc/nuts/NutsWorkspaceEvent;)V
NutsWorkspaceListener.onCreateWorkspace ( NutsWorkspaceEvent event ) : void
net/thevpc/nuts/NutsWorkspaceListener.onCreateWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceEvent;)V
NutsWorkspaceListener.onReloadWorkspace ( NutsWorkspaceEvent event ) : void
net/thevpc/nuts/NutsWorkspaceListener.onReloadWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceEvent;)V
NutsWorkspaceListener.onRemoveRepository ( NutsWorkspaceEvent event ) : void
net/thevpc/nuts/NutsWorkspaceListener.onRemoveRepository:(Lnet/thevpc/nuts/NutsWorkspaceEvent;)V
NutsWorkspaceListener.onUpdateProperty ( NutsWorkspaceEvent event ) : void
net/thevpc/nuts/NutsWorkspaceListener.onUpdateProperty:(Lnet/thevpc/nuts/NutsWorkspaceEvent;)V
nuts-0.8.1.jar,
NutsWorkspaceListManager.class
package net.thevpc.nuts
NutsWorkspaceListManager.addWorkspace ( String p1, NutsSession p2 ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsWorkspaceListManager.addWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspace;
NutsWorkspaceListManager.getConfig ( ) [abstract] : NutsWorkspaceListConfig
net/thevpc/nuts/NutsWorkspaceListManager.getConfig:()Lnet/thevpc/nuts/NutsWorkspaceListConfig;
NutsWorkspaceListManager.getWorkspaceLocation ( String p1 ) [abstract] : NutsWorkspaceLocation
net/thevpc/nuts/NutsWorkspaceListManager.getWorkspaceLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocation;
NutsWorkspaceListManager.getWorkspaces ( ) [abstract] : List<NutsWorkspaceLocation>
net/thevpc/nuts/NutsWorkspaceListManager.getWorkspaces:()Ljava/util/List;
NutsWorkspaceListManager.removeWorkspace ( String p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceListManager.removeWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceListManager.save ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceListManager.save:(Lnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceListManager.setConfig ( NutsWorkspaceListConfig p1 ) [abstract] : NutsWorkspaceListManager
net/thevpc/nuts/NutsWorkspaceListManager.setConfig:(Lnet/thevpc/nuts/NutsWorkspaceListConfig;)Lnet/thevpc/nuts/NutsWorkspaceListManager;
nuts-0.8.1.jar,
NutsWorkspaceLocation.class
package net.thevpc.nuts
NutsWorkspaceLocation.copy ( ) : NutsWorkspaceLocation
net/thevpc/nuts/NutsWorkspaceLocation.copy:()Lnet/thevpc/nuts/NutsWorkspaceLocation;
NutsWorkspaceLocation.getLocation ( ) : String
net/thevpc/nuts/NutsWorkspaceLocation.getLocation:()Ljava/lang/String;
NutsWorkspaceLocation.getName ( ) : String
net/thevpc/nuts/NutsWorkspaceLocation.getName:()Ljava/lang/String;
NutsWorkspaceLocation.getUuid ( ) : String
net/thevpc/nuts/NutsWorkspaceLocation.getUuid:()Ljava/lang/String;
NutsWorkspaceLocation.isEnabled ( ) : boolean
net/thevpc/nuts/NutsWorkspaceLocation.isEnabled:()Z
NutsWorkspaceLocation.NutsWorkspaceLocation ( )
net/thevpc/nuts/NutsWorkspaceLocation."<init>":()V
NutsWorkspaceLocation.NutsWorkspaceLocation ( NutsWorkspaceLocation other )
net/thevpc/nuts/NutsWorkspaceLocation."<init>":(Lnet/thevpc/nuts/NutsWorkspaceLocation;)V
NutsWorkspaceLocation.NutsWorkspaceLocation ( String uuid, String name, String location )
net/thevpc/nuts/NutsWorkspaceLocation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
NutsWorkspaceLocation.setEnabled ( boolean enabled ) : NutsWorkspaceLocation
net/thevpc/nuts/NutsWorkspaceLocation.setEnabled:(Z)Lnet/thevpc/nuts/NutsWorkspaceLocation;
NutsWorkspaceLocation.setLocation ( String location ) : NutsWorkspaceLocation
net/thevpc/nuts/NutsWorkspaceLocation.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocation;
NutsWorkspaceLocation.setName ( String name ) : NutsWorkspaceLocation
net/thevpc/nuts/NutsWorkspaceLocation.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocation;
NutsWorkspaceLocation.setUuid ( String uuid ) : NutsWorkspaceLocation
net/thevpc/nuts/NutsWorkspaceLocation.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocation;
nuts-0.8.1.jar,
NutsWorkspaceLocationManager.class
package net.thevpc.nuts
NutsWorkspaceLocationManager.getDefaultIdBasedir ( NutsId p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getDefaultIdBasedir:(Lnet/thevpc/nuts/NutsId;)Ljava/lang/String;
NutsWorkspaceLocationManager.getDefaultIdContentExtension ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getDefaultIdContentExtension:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceLocationManager.getDefaultIdExtension ( NutsId p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getDefaultIdExtension:(Lnet/thevpc/nuts/NutsId;)Ljava/lang/String;
NutsWorkspaceLocationManager.getDefaultIdFilename ( NutsId p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getDefaultIdFilename:(Lnet/thevpc/nuts/NutsId;)Ljava/lang/String;
NutsWorkspaceLocationManager.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceLocationManager.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceLocationManager.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceLocationManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceLocationManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2, String p3 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceLocationManager.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceLocationManager.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceLocationManager.getWorkspaceLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getWorkspaceLocation:()Ljava/lang/String;
NutsWorkspaceLocationManager.setHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2, String p3 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setStoreLocationLayout ( NutsOsFamily p1 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocationLayout:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setStoreLocationStrategy ( NutsStoreLocationStrategy p1 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
nuts-0.8.1.jar,
NutsWorkspaceNotFoundException.class
package net.thevpc.nuts
NutsWorkspaceNotFoundException.getWorkspaceLocation ( ) : String
net/thevpc/nuts/NutsWorkspaceNotFoundException.getWorkspaceLocation:()Ljava/lang/String;
NutsWorkspaceNotFoundException.NutsWorkspaceNotFoundException ( String workspaceLocation )
net/thevpc/nuts/NutsWorkspaceNotFoundException."<init>":(Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsWorkspaceOptions.class
package net.thevpc.nuts
NutsWorkspaceOptions.builder ( ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptions.builder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptions.formatter ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptions.formatter:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptions.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getApiVersion:()Ljava/lang/String;
NutsWorkspaceOptions.getApplicationArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getApplicationArguments:()[Ljava/lang/String;
NutsWorkspaceOptions.getArchetype ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getArchetype:()Ljava/lang/String;
NutsWorkspaceOptions.getBot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getBot:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getCached ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getCached:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getClassLoaderSupplier ( ) [abstract] : Supplier<ClassLoader>
net/thevpc/nuts/NutsWorkspaceOptions.getClassLoaderSupplier:()Ljava/util/function/Supplier;
NutsWorkspaceOptions.getConfirm ( ) [abstract] : NutsConfirmationMode
net/thevpc/nuts/NutsWorkspaceOptions.getConfirm:()Lnet/thevpc/nuts/NutsConfirmationMode;
NutsWorkspaceOptions.getCreationTime ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceOptions.getCreationTime:()J
NutsWorkspaceOptions.getCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getCredentials:()[C
NutsWorkspaceOptions.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getDebug:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getDry ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getDry:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getErrLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getErrLinePrefix:()Ljava/lang/String;
NutsWorkspaceOptions.getErrors ( ) [abstract] : NutsMessage[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getErrors:()[Lnet/thevpc/nuts/NutsMessage;
NutsWorkspaceOptions.getExcludedExtensions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getExcludedExtensions:()[Ljava/lang/String;
NutsWorkspaceOptions.getExecutionType ( ) [abstract] : NutsExecutionType
net/thevpc/nuts/NutsWorkspaceOptions.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsWorkspaceOptions.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getExecutorOptions:()[Ljava/lang/String;
NutsWorkspaceOptions.getExecutorService ( ) [abstract] : ExecutorService
net/thevpc/nuts/NutsWorkspaceOptions.getExecutorService:()Ljava/util/concurrent/ExecutorService;
NutsWorkspaceOptions.getExpireTime ( ) [abstract] : Instant
net/thevpc/nuts/NutsWorkspaceOptions.getExpireTime:()Ljava/time/Instant;
NutsWorkspaceOptions.getFetchStrategy ( ) [abstract] : NutsFetchStrategy
net/thevpc/nuts/NutsWorkspaceOptions.getFetchStrategy:()Lnet/thevpc/nuts/NutsFetchStrategy;
NutsWorkspaceOptions.getGlobal ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getGlobal:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getGui ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getGui:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptions.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceOptions.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceOptions.getIndexed ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getIndexed:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getInherited ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getInherited:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getJavaCommand:()Ljava/lang/String;
NutsWorkspaceOptions.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getJavaOptions:()Ljava/lang/String;
NutsWorkspaceOptions.getLocale ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getLocale:()Ljava/lang/String;
NutsWorkspaceOptions.getLogConfig ( ) [abstract] : NutsLogConfig
net/thevpc/nuts/NutsWorkspaceOptions.getLogConfig:()Lnet/thevpc/nuts/NutsLogConfig;
NutsWorkspaceOptions.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getName:()Ljava/lang/String;
NutsWorkspaceOptions.getOpenMode ( ) [abstract] : NutsOpenMode
net/thevpc/nuts/NutsWorkspaceOptions.getOpenMode:()Lnet/thevpc/nuts/NutsOpenMode;
NutsWorkspaceOptions.getOutLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getOutLinePrefix:()Ljava/lang/String;
NutsWorkspaceOptions.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsWorkspaceOptions.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsWorkspaceOptions.getOutputFormatOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getOutputFormatOptions:()[Ljava/lang/String;
NutsWorkspaceOptions.getProgressOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getProgressOptions:()Ljava/lang/String;
NutsWorkspaceOptions.getProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getProperties:()[Ljava/lang/String;
NutsWorkspaceOptions.getReadOnly ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getReadOnly:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getRecover ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getRecover:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getRepositories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getRepositories:()[Ljava/lang/String;
NutsWorkspaceOptions.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceOptions.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceOptions.getReset ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getReset:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsWorkspaceOptions.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsWorkspaceOptions.getRuntimeId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getRuntimeId:()Ljava/lang/String;
NutsWorkspaceOptions.getSkipBoot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipBoot:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getSkipCompanions ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipCompanions:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getSkipErrors ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipErrors:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getSkipWelcome ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipWelcome:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getStderr ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsWorkspaceOptions.getStderr:()Ljava/io/PrintStream;
NutsWorkspaceOptions.getStdin ( ) [abstract] : InputStream
net/thevpc/nuts/NutsWorkspaceOptions.getStdin:()Ljava/io/InputStream;
NutsWorkspaceOptions.getStdout ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsWorkspaceOptions.getStdout:()Ljava/io/PrintStream;
NutsWorkspaceOptions.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptions.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceOptions.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceOptions.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceOptions.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceOptions.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceOptions.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceOptions.getSwitchWorkspace ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSwitchWorkspace:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getTerminalMode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsWorkspaceOptions.getTerminalMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsWorkspaceOptions.getTheme ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getTheme:()Ljava/lang/String;
NutsWorkspaceOptions.getTrace ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getTrace:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getTransitive ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getTransitive:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getUserName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getUserName:()Ljava/lang/String;
NutsWorkspaceOptions.getWorkspace ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getWorkspace:()Ljava/lang/String;
NutsWorkspaceOptions.isBot ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isBot:()Z
NutsWorkspaceOptions.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isCached:()Z
NutsWorkspaceOptions.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isDebug:()Z
NutsWorkspaceOptions.isDry ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isDry:()Z
NutsWorkspaceOptions.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isGlobal:()Z
NutsWorkspaceOptions.isGui ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isGui:()Z
NutsWorkspaceOptions.isIndexed ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isIndexed:()Z
NutsWorkspaceOptions.isInherited ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isInherited:()Z
NutsWorkspaceOptions.isReadOnly ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isReadOnly:()Z
NutsWorkspaceOptions.isRecover ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isRecover:()Z
NutsWorkspaceOptions.isReset ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isReset:()Z
NutsWorkspaceOptions.isSkipBoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isSkipBoot:()Z
NutsWorkspaceOptions.isSkipCompanions ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isSkipCompanions:()Z
NutsWorkspaceOptions.isSkipErrors ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isSkipErrors:()Z
NutsWorkspaceOptions.isSkipWelcome ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isSkipWelcome:()Z
NutsWorkspaceOptions.isSwitchWorkspace ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isSwitchWorkspace:()Z
NutsWorkspaceOptions.isTrace ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isTrace:()Z
NutsWorkspaceOptions.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isTransitive:()Z
nuts-0.8.1.jar,
NutsWorkspaceOptionsBuilder.class
package net.thevpc.nuts
NutsWorkspaceOptionsBuilder.addOutputFormatOptions ( String... p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.addOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.build ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.build:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceOptionsBuilder.copy ( ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.copy:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.formatter ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.formatter:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsBuilder.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getApiVersion:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getApplicationArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getApplicationArguments:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getArchetype ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getArchetype:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getBot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getBot:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getCached ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCached:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getClassLoaderSupplier ( ) [abstract] : Supplier<ClassLoader>
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getClassLoaderSupplier:()Ljava/util/function/Supplier;
NutsWorkspaceOptionsBuilder.getConfirm ( ) [abstract] : NutsConfirmationMode
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getConfirm:()Lnet/thevpc/nuts/NutsConfirmationMode;
NutsWorkspaceOptionsBuilder.getCreationTime ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCreationTime:()J
NutsWorkspaceOptionsBuilder.getCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCredentials:()[C
NutsWorkspaceOptionsBuilder.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDebug:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getDry ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDry:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getErrLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getErrLinePrefix:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getErrors ( ) [abstract] : NutsMessage[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getErrors:()[Lnet/thevpc/nuts/NutsMessage;
NutsWorkspaceOptionsBuilder.getExcludedExtensions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExcludedExtensions:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getExecutionType ( ) [abstract] : NutsExecutionType
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsWorkspaceOptionsBuilder.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExecutorOptions:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getExecutorService ( ) [abstract] : ExecutorService
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExecutorService:()Ljava/util/concurrent/ExecutorService;
NutsWorkspaceOptionsBuilder.getExpireTime ( ) [abstract] : Instant
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExpireTime:()Ljava/time/Instant;
NutsWorkspaceOptionsBuilder.getFetchStrategy ( ) [abstract] : NutsFetchStrategy
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getFetchStrategy:()Lnet/thevpc/nuts/NutsFetchStrategy;
NutsWorkspaceOptionsBuilder.getGlobal ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getGlobal:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getGui ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getGui:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceOptionsBuilder.getIndexed ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getIndexed:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getInherited ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getInherited:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getJavaCommand:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getJavaOptions:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getLocale ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getLocale:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getLogConfig ( ) [abstract] : NutsLogConfig
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getLogConfig:()Lnet/thevpc/nuts/NutsLogConfig;
NutsWorkspaceOptionsBuilder.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getName:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getOpenMode ( ) [abstract] : NutsOpenMode
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOpenMode:()Lnet/thevpc/nuts/NutsOpenMode;
NutsWorkspaceOptionsBuilder.getOutLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOutLinePrefix:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsWorkspaceOptionsBuilder.getOutputFormatOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOutputFormatOptions:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getProgressOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getProgressOptions:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getProperties:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getReadOnly ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getReadOnly:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getRecover ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRecover:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getRepositories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRepositories:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceOptionsBuilder.getReset ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getReset:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsWorkspaceOptionsBuilder.getRuntimeId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRuntimeId:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getSkipBoot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipBoot:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getSkipCompanions ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipCompanions:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getSkipErrors ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipErrors:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getSkipWelcome ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipWelcome:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getStderr ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStderr:()Ljava/io/PrintStream;
NutsWorkspaceOptionsBuilder.getStdin ( ) [abstract] : InputStream
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStdin:()Ljava/io/InputStream;
NutsWorkspaceOptionsBuilder.getStdout ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStdout:()Ljava/io/PrintStream;
NutsWorkspaceOptionsBuilder.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceOptionsBuilder.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceOptionsBuilder.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceOptionsBuilder.getSwitchWorkspace ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSwitchWorkspace:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getTerminalMode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTerminalMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsWorkspaceOptionsBuilder.getTheme ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTheme:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getTrace ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTrace:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getTransitive ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTransitive:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getUserName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getUserName:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getWorkspace ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getWorkspace:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.isBot ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isBot:()Z
NutsWorkspaceOptionsBuilder.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isCached:()Z
NutsWorkspaceOptionsBuilder.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isDebug:()Z
NutsWorkspaceOptionsBuilder.isDry ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isDry:()Z
NutsWorkspaceOptionsBuilder.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isGlobal:()Z
NutsWorkspaceOptionsBuilder.isGui ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isGui:()Z
NutsWorkspaceOptionsBuilder.isIndexed ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isIndexed:()Z
NutsWorkspaceOptionsBuilder.isInherited ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isInherited:()Z
NutsWorkspaceOptionsBuilder.isReadOnly ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isReadOnly:()Z
NutsWorkspaceOptionsBuilder.isRecover ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isRecover:()Z
NutsWorkspaceOptionsBuilder.isReset ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isReset:()Z
NutsWorkspaceOptionsBuilder.isSkipBoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipBoot:()Z
NutsWorkspaceOptionsBuilder.isSkipCompanions ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipCompanions:()Z
NutsWorkspaceOptionsBuilder.isSkipErrors ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipErrors:()Z
NutsWorkspaceOptionsBuilder.isSkipWelcome ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipWelcome:()Z
NutsWorkspaceOptionsBuilder.isSwitchWorkspace ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSwitchWorkspace:()Z
NutsWorkspaceOptionsBuilder.isTrace ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isTrace:()Z
NutsWorkspaceOptionsBuilder.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isTransitive:()Z
NutsWorkspaceOptionsBuilder.parseArguments ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.parseArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.parseCommandLine ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.parseCommandLine:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setAll ( NutsWorkspaceOptions p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setAll:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setApiVersion ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setApiVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setApplicationArguments ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setApplicationArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setArchetype ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setArchetype:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setBot ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCached ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCached:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setClassLoaderSupplier ( Supplier<ClassLoader> p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setClassLoaderSupplier:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setConfirm ( NutsConfirmationMode p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setConfirm:(Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCreationTime ( long p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCreationTime:(J)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCredentials ( char[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCredentials:([C)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDebug ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDebug:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDry ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setErrLinePrefix ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setErrLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setErrors ( NutsMessage[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setErrors:([Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setExcludedExtensions ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setExcludedExtensions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setExecutionType ( NutsExecutionType p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setExecutionType:(Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setExecutorOptions ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setExecutorService ( ExecutorService p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setExecutorService:(Ljava/util/concurrent/ExecutorService;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setExpireTime ( Instant p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setExpireTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setFetchStrategy ( NutsFetchStrategy p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setFetchStrategy:(Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setGlobal ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setGlobal:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setGui ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2, String p3 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setHomeLocations ( Map<String,String> p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setHomeLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setIndexed ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setInherited ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setInherited:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setJavaCommand ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setJavaCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setJavaOptions ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setJavaOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setLocale ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setLogConfig ( NutsLogConfig p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setLogConfig:(Lnet/thevpc/nuts/NutsLogConfig;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setName ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOpenMode ( NutsOpenMode p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOpenMode:(Lnet/thevpc/nuts/NutsOpenMode;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOutLinePrefix ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOutLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOutputFormat ( NutsContentType p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOutputFormat:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOutputFormatOptions ( String... p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setProgressOptions ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setProgressOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setProperties ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setProperties:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setReadOnly ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setReadOnly:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRecover ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRecover:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRepositories ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRepositories:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRepositoryStoreLocationStrategy ( NutsStoreLocationStrategy p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRepositoryStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setReset ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setReset:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRunAs ( NutsRunAs p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRunAs:(Lnet/thevpc/nuts/NutsRunAs;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRuntimeId ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRuntimeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipBoot ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipBoot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipCompanions ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipCompanions:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipErrors ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipErrors:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipWelcome ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipWelcome:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setStderr ( PrintStream p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setStderr:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setStdin ( InputStream p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setStdin:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setStdout ( PrintStream p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setStdout:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setStoreLocationLayout ( NutsOsFamily p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setStoreLocationLayout:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setStoreLocations ( Map<String,String> p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setStoreLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setStoreLocationStrategy ( NutsStoreLocationStrategy p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSwitchWorkspace ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSwitchWorkspace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTerminalMode ( NutsTerminalMode p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTerminalMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTheme ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTrace ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTransitive ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTransitive:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setUsername ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setWorkspace ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setWorkspace:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
nuts-0.8.1.jar,
NutsWorkspaceOptionsFormat.class
package net.thevpc.nuts
NutsWorkspaceOptionsFormat.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsFormat.getApiVersion:()Ljava/lang/String;
NutsWorkspaceOptionsFormat.getBootCommandLine ( ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsWorkspaceOptionsFormat.getBootCommandLine:()Lnet/thevpc/nuts/NutsCommandLine;
NutsWorkspaceOptionsFormat.isExported ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsFormat.isExported:()Z
NutsWorkspaceOptionsFormat.isInit ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsFormat.isInit:()Z
NutsWorkspaceOptionsFormat.isRuntime ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsFormat.isRuntime:()Z
NutsWorkspaceOptionsFormat.setApiVersion ( String p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.setApiVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.setCompact ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.setExported ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.setExported:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.setInit ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.setInit:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.setRuntime ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.setRuntime:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
nuts-0.8.1.jar,
NutsWorkspaceSecurityManager.class
package net.thevpc.nuts
NutsWorkspaceSecurityManager.addUser ( String p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsWorkspaceSecurityManager.addUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsWorkspaceSecurityManager.checkAllowed ( String p1, String p2 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.checkAllowed:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.checkCredentials:([C[C)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.createCredentials:([CZ[C)[C
NutsWorkspaceSecurityManager.findUser ( String p1 ) [abstract] : NutsUser
net/thevpc/nuts/NutsWorkspaceSecurityManager.findUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUser;
NutsWorkspaceSecurityManager.findUsers ( ) [abstract] : NutsUser[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.findUsers:()[Lnet/thevpc/nuts/NutsUser;
NutsWorkspaceSecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsWorkspaceSecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
NutsWorkspaceSecurityManager.getCredentials ( char[ ] p1 ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.getCredentials:([C)[C
NutsWorkspaceSecurityManager.getCurrentLoginStack ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.getCurrentLoginStack:()[Ljava/lang/String;
NutsWorkspaceSecurityManager.getCurrentUsername ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceSecurityManager.getCurrentUsername:()Ljava/lang/String;
NutsWorkspaceSecurityManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceSecurityManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceSecurityManager.isAdmin ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.isAdmin:()Z
NutsWorkspaceSecurityManager.isAllowed ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.isAllowed:(Ljava/lang/String;)Z
NutsWorkspaceSecurityManager.isSecure ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.isSecure:()Z
NutsWorkspaceSecurityManager.login ( CallbackHandler p1 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.login:(Ljavax/security/auth/callback/CallbackHandler;)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.login ( String p1, char[ ] p2 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.login:(Ljava/lang/String;[C)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.logout ( ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.logout:()Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.removeCredentials ( char[ ] p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.removeCredentials:([C)Z
NutsWorkspaceSecurityManager.removeUser ( String p1 ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsWorkspaceSecurityManager.removeUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRemoveUserCommand;
NutsWorkspaceSecurityManager.setAuthenticationAgent ( String p1 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.setSecureMode ( boolean p1, char[ ] p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.setSecureMode:(Z[C)Z
NutsWorkspaceSecurityManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.updateUser ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsWorkspaceSecurityManager.updateUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
nuts-0.8.1.jar,
NutsWorkspaceStoredConfig.class
package net.thevpc.nuts
NutsWorkspaceStoredConfig.getApiId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceStoredConfig.getApiId:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceStoredConfig.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceStoredConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceStoredConfig.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceStoredConfig.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceStoredConfig.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getJavaCommand:()Ljava/lang/String;
NutsWorkspaceStoredConfig.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getJavaOptions:()Ljava/lang/String;
NutsWorkspaceStoredConfig.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getName:()Ljava/lang/String;
NutsWorkspaceStoredConfig.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceStoredConfig.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceStoredConfig.getRuntimeDependencies ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getRuntimeDependencies:()Ljava/lang/String;
NutsWorkspaceStoredConfig.getRuntimeId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceStoredConfig.getRuntimeId:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceStoredConfig.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceStoredConfig.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceStoredConfig.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceStoredConfig.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceStoredConfig.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceStoredConfig.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceStoredConfig.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceStoredConfig.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceStoredConfig.isGlobal:()Z
nuts-0.8.1.jar,
NutsWorkspaceUpdateResult.class
package net.thevpc.nuts
NutsWorkspaceUpdateResult.getAllResults ( ) [abstract] : NutsUpdateResult[ ]
net/thevpc/nuts/NutsWorkspaceUpdateResult.getAllResults:()[Lnet/thevpc/nuts/NutsUpdateResult;
NutsWorkspaceUpdateResult.getAllUpdates ( ) [abstract] : NutsUpdateResult[ ]
net/thevpc/nuts/NutsWorkspaceUpdateResult.getAllUpdates:()[Lnet/thevpc/nuts/NutsUpdateResult;
NutsWorkspaceUpdateResult.getApi ( ) [abstract] : NutsUpdateResult
net/thevpc/nuts/NutsWorkspaceUpdateResult.getApi:()Lnet/thevpc/nuts/NutsUpdateResult;
NutsWorkspaceUpdateResult.getArtifacts ( ) [abstract] : NutsUpdateResult[ ]
net/thevpc/nuts/NutsWorkspaceUpdateResult.getArtifacts:()[Lnet/thevpc/nuts/NutsUpdateResult;
NutsWorkspaceUpdateResult.getExtensions ( ) [abstract] : NutsUpdateResult[ ]
net/thevpc/nuts/NutsWorkspaceUpdateResult.getExtensions:()[Lnet/thevpc/nuts/NutsUpdateResult;
NutsWorkspaceUpdateResult.getRuntime ( ) [abstract] : NutsUpdateResult
net/thevpc/nuts/NutsWorkspaceUpdateResult.getRuntime:()Lnet/thevpc/nuts/NutsUpdateResult;
NutsWorkspaceUpdateResult.getUpdatesCount ( ) [abstract] : int
net/thevpc/nuts/NutsWorkspaceUpdateResult.getUpdatesCount:()I
NutsWorkspaceUpdateResult.isUpdatableApi ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceUpdateResult.isUpdatableApi:()Z
NutsWorkspaceUpdateResult.isUpdatableExtensions ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceUpdateResult.isUpdatableExtensions:()Z
NutsWorkspaceUpdateResult.isUpdatableRuntime ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceUpdateResult.isUpdatableRuntime:()Z
NutsWorkspaceUpdateResult.isUpdateAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceUpdateResult.isUpdateAvailable:()Z
nuts-0.8.1.jar,
Or.class
package net.thevpc.nuts
NutsPredicates.Or<T>.NutsPredicates.Or<T> ( Predicate<T> left, Predicate<? super T> right )
net/thevpc/nuts/NutsPredicates.Or."<init>":(Ljava/util/function/Predicate;Ljava/util/function/Predicate;)V
NutsPredicates.Or<T>.test ( T t ) : boolean
net/thevpc/nuts/NutsPredicates.Or.test:(Ljava/lang/Object;)Z
nuts-0.8.1.jar,
PrivateNutsApplicationUtils.class
package net.thevpc.nuts.boot
PrivateNutsApplicationUtils.PrivateNutsApplicationUtils ( )
net/thevpc/nuts/boot/PrivateNutsApplicationUtils."<init>":()V
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/boot/PrivateNutsApplicationUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui ) [static] : int
net/thevpc/nuts/boot/PrivateNutsApplicationUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;ZZZ)I
nuts-0.8.1.jar,
PrivateNutsLog.class
package net.thevpc.nuts.boot
PrivateNutsLog.isLoggable ( Level lvl ) : boolean
net/thevpc/nuts/boot/PrivateNutsLog.isLoggable:(Ljava/util/logging/Level;)Z
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;)V
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object object ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object[ ] objects ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;[Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, String message, Throwable err ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
PrivateNutsLog.PrivateNutsLog ( )
net/thevpc/nuts/boot/PrivateNutsLog."<init>":()V
PrivateNutsLog.setOptions ( NutsWorkspaceOptions options ) : void
net/thevpc/nuts/boot/PrivateNutsLog.setOptions:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
nuts-0.8.1.jar,
PrivateNutsMavenUtils.class
package net.thevpc.nuts.boot
PrivateNutsMavenUtils.getFileName ( NutsBootId id, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.getFileName:(Lnet/thevpc/nuts/boot/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.getPathFile ( NutsBootId id, String name ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.getPathFile:(Lnet/thevpc/nuts/boot/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.PrivateNutsMavenUtils ( )
net/thevpc/nuts/boot/PrivateNutsMavenUtils."<init>":()V
PrivateNutsMavenUtils.resolveMavenFullPath ( String repo, String nutsId, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.resolveMavenFullPath:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.resolveOrDownloadJar ( String nutsId, String[ ] repositories, String cacheFolder, PrivateNutsLog LOG, boolean includeDesc, Instant expire, PrivateNutsUtils.ErrorInfoList errors ) [static] : File
net/thevpc/nuts/boot/PrivateNutsMavenUtils.resolveOrDownloadJar:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsLog;ZLjava/time/Instant;Lnet/thevpc/nuts/boot/PrivateNutsUtils$ErrorInfoList;)Ljava/io/File;
PrivateNutsMavenUtils.toMavenFileName ( String nutsId, String extension ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.toMavenFileName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.toMavenPath ( String nutsId ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.toMavenPath:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
PrivateNutsRepositorySelection.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelection.getName ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelection.getName:()Ljava/lang/String;
PrivateNutsRepositorySelection.getUrl ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelection.getUrl:()Ljava/lang/String;
PrivateNutsRepositorySelection.PrivateNutsRepositorySelection ( String name, String url )
net/thevpc/nuts/boot/PrivateNutsRepositorySelection."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
PrivateNutsRepositorySelectionList.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectionList.add ( PrivateNutsRepositorySelection a ) : void
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.add:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.addAll ( PrivateNutsRepositorySelection[ ] all ) : void
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.addAll:([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.containsName ( String name ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsName:(Ljava/lang/String;)Z
PrivateNutsRepositorySelectionList.containsSelection ( PrivateNutsRepositorySelection s ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsSelection:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)Z
PrivateNutsRepositorySelectionList.containsURL ( String url ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsURL:(Ljava/lang/String;)Z
PrivateNutsRepositorySelectionList.indexOf ( PrivateNutsRepositorySelection other, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOf:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;I)I
PrivateNutsRepositorySelectionList.indexOfName ( String name, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOfName:(Ljava/lang/String;I)I
PrivateNutsRepositorySelectionList.indexOfURL ( String url, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOfURL:(Ljava/lang/String;I)I
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList."<init>":()V
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( PrivateNutsRepositorySelection[ ] all )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList."<init>":([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.removeAt ( int i ) : PrivateNutsRepositorySelection
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.removeAt:(I)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
PrivateNutsRepositorySelectionList.toArray ( ) : PrivateNutsRepositorySelection[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.toArray:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
nuts-0.8.1.jar,
PrivateNutsRepositorySelectorList.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectorList.acceptExisting ( PrivateNutsRepositorySelection ss ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.acceptExisting:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)Z
PrivateNutsRepositorySelectorList.join ( PrivateNutsRepositorySelectorList other ) : PrivateNutsRepositorySelectorList
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.join:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorList;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorList;
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList."<init>":()V
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( PrivateNutsRepositorySelector[ ] a )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList."<init>":([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelector;)V
PrivateNutsRepositorySelectorList.resolveSelectors ( PrivateNutsRepositorySelection[ ] other ) : PrivateNutsRepositorySelection[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.resolveSelectors:([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
PrivateNutsRepositorySelectorList.toArray ( ) : PrivateNutsRepositorySelector[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.toArray:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelector;
nuts-0.8.1.jar,
PrivateNutsRepositorySelectorOp.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectorOp.id ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.id:()Ljava/lang/String;
PrivateNutsRepositorySelectorOp.parseLenient ( String value ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyOrErrorValue ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyValue, PrivateNutsRepositorySelectorOp errorValue ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.valueOf ( String name ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.values ( ) [static] : PrivateNutsRepositorySelectorOp[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.values:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
nuts-0.8.1.jar,
PrivateNutsStringMapParser.class
package net.thevpc.nuts.boot
PrivateNutsStringMapParser.parseMap ( String text ) : Map<String,String>
net/thevpc/nuts/boot/PrivateNutsStringMapParser.parseMap:(Ljava/lang/String;)Ljava/util/Map;
PrivateNutsStringMapParser.PrivateNutsStringMapParser ( String eqSeparators, String entrySeparators )
net/thevpc/nuts/boot/PrivateNutsStringMapParser."<init>":(Ljava/lang/String;Ljava/lang/String;)V
to the top
Problems with Data Types, High Severity 397
nuts-0.8.1.jar
package net.thevpc.nuts
[+] class NutsActionSupport 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsActionSupport.acceptCondition ( NutsActionSupportCondition request, NutsSession session )This method is from 'NutsActionSupport' class.
NutsActionSupport.id ( )This method is from 'NutsActionSupport' class.
NutsActionSupport.parseLenient ( String any )This method is from 'NutsActionSupport' class.
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyOrErrorValue )This method is from 'NutsActionSupport' class.
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyValue, NutsActionSupport errorValue )This method is from 'NutsActionSupport' class.
NutsActionSupport.valueOf ( String name )This method is from 'NutsActionSupport' class.
NutsActionSupport.values ( )This method is from 'NutsActionSupport' class.
[+] class NutsActionSupportCondition 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsActionSupportCondition.id ( )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.parseLenient ( String value )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyOrErrorValue )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyValue, NutsActionSupportCondition errorValue )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.valueOf ( String name )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.values ( )This method is from 'NutsActionSupportCondition' class.
[+] class NutsAddOptions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsAddOptions.NutsAddOptions ( )This constructor is from 'NutsAddOptions' class.
NutsAddOptions.equals ( Object o )This method is from 'NutsAddOptions' class.
NutsAddOptions.getSession ( )This method is from 'NutsAddOptions' class.
NutsAddOptions.hashCode ( )This method is from 'NutsAddOptions' class.
NutsAddOptions.setSession ( NutsSession session )This method is from 'NutsAddOptions' class.
NutsAddOptions.toString ( )This method is from 'NutsAddOptions' class.
[+] class NutsAddRepositoryOptions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 26 (0.2%)
NutsAddRepositoryOptions.NutsAddRepositoryOptions ( )This constructor is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.NutsAddRepositoryOptions ( NutsAddRepositoryOptions other )This constructor is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.copy ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.equals ( Object o )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getConfig ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getDeployOrder ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getLocation ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getName ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getOrder ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getRepositoryModel ( )This method is from 'NutsAddRepositoryOptions' class.
...
[+] class NutsAlreadyDeployedException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id )This constructor is from 'NutsAlreadyDeployedException' class.
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id, NutsMessage msg, Throwable cause )This constructor is from 'NutsAlreadyDeployedException' class.
[+] class NutsAlreadyInstalledException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession session, NutsId id )This constructor is from 'NutsAlreadyInstalledException' class.
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession workspace, NutsId id, NutsMessage msg, Exception cause )This constructor is from 'NutsAlreadyInstalledException' class.
[+] class NutsApplicationMode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsApplicationMode.id ( )This method is from 'NutsApplicationMode' class.
NutsApplicationMode.parseLenient ( String value )This method is from 'NutsApplicationMode' class.
NutsApplicationMode.parseLenient ( String value, NutsApplicationMode emptyOrErrorValue )This method is from 'NutsApplicationMode' class.
NutsApplicationMode.parseLenient ( String value, NutsApplicationMode emptyValue, NutsApplicationMode errorValue )This method is from 'NutsApplicationMode' class.
NutsApplicationMode.valueOf ( String name )This method is from 'NutsApplicationMode' class.
NutsApplicationMode.values ( )This method is from 'NutsApplicationMode' class.
[+] class NutsApplications 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsApplications.createApplicationContext ( NutsApplication applicationInstance, String[ ] args, NutsSession session )This method is from 'NutsApplications' class.
NutsApplications.createApplicationInstance ( Class<T> appType )This method is from 'NutsApplications' class.
NutsApplications.getSharedMap ( )This method is from 'NutsApplications' class.
NutsApplications.processThrowable ( Throwable ex )This method is from 'NutsApplications' class.
NutsApplications.processThrowable ( Throwable ex, PrintStream out )This method is from 'NutsApplications' class.
NutsApplications.runApplication ( NutsApplication applicationInstance, String[ ] args, NutsSession session )This method is from 'NutsApplications' class.
NutsApplications.runApplicationAndExit ( NutsApplication application, String[ ] args )This method is from 'NutsApplications' class.
[+] class NutsArchFamily 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsArchFamily.getArchFamily ( )This method is from 'NutsArchFamily' class.
NutsArchFamily.id ( )This method is from 'NutsArchFamily' class.
NutsArchFamily.parseLenient ( String arch )This method is from 'NutsArchFamily' class.
NutsArchFamily.parseLenient ( String arch, NutsArchFamily emptyOrErrorValue )This method is from 'NutsArchFamily' class.
NutsArchFamily.parseLenient ( String arch, NutsArchFamily emptyValue, NutsArchFamily errorValue )This method is from 'NutsArchFamily' class.
NutsArchFamily.valueOf ( String name )This method is from 'NutsArchFamily' class.
NutsArchFamily.values ( )This method is from 'NutsArchFamily' class.
[+] class NutsArgumentType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsArgumentType.id ( )This method is from 'NutsArgumentType' class.
NutsArgumentType.parseLenient ( String value )This method is from 'NutsArgumentType' class.
NutsArgumentType.parseLenient ( String value, NutsArgumentType emptyOrErrorValue )This method is from 'NutsArgumentType' class.
NutsArgumentType.parseLenient ( String value, NutsArgumentType emptyValue, NutsArgumentType errorValue )This method is from 'NutsArgumentType' class.
NutsArgumentType.valueOf ( String name )This method is from 'NutsArgumentType' class.
NutsArgumentType.values ( )This method is from 'NutsArgumentType' class.
[+] class NutsBootException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsBootException.NutsBootException ( NutsMessage message )This constructor is from 'NutsBootException' class.
NutsBootException.NutsBootException ( NutsMessage message, int exitCode )This constructor is from 'NutsBootException' class.
NutsBootException.NutsBootException ( NutsMessage message, Throwable cause )This constructor is from 'NutsBootException' class.
NutsBootException.NutsBootException ( NutsMessage message, Throwable cause, int exitCode )This constructor is from 'NutsBootException' class.
NutsBootException.detectBootException ( Throwable th )This method is from 'NutsBootException' class.
NutsBootException.getExitCode ( )This method is from 'NutsBootException' class.
NutsBootException.getFormattedMessage ( )This method is from 'NutsBootException' class.
[+] class NutsClassLoaderNode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsClassLoaderNode.NutsClassLoaderNode ( String id, URL url, boolean enabled, NutsClassLoaderNode... dependencies )This constructor is from 'NutsClassLoaderNode' class.
NutsClassLoaderNode.getDependencies ( )This method is from 'NutsClassLoaderNode' class.
NutsClassLoaderNode.getId ( )This method is from 'NutsClassLoaderNode' class.
NutsClassLoaderNode.getURL ( )This method is from 'NutsClassLoaderNode' class.
NutsClassLoaderNode.isEnabled ( )This method is from 'NutsClassLoaderNode' class.
NutsClassLoaderNode.toString ( )This method is from 'NutsClassLoaderNode' class.
[+] class NutsClassLoaderNodeBuilder 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
NutsClassLoaderNodeBuilder.NutsClassLoaderNodeBuilder ( )This constructor is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.addDependency ( NutsClassLoaderNode other )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.build ( )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.getDependencies ( )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.getId ( )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.getURL ( )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.isEnabled ( )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.setAll ( NutsClassLoaderNode o )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.setAll ( NutsClassLoaderNodeBuilder o )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.setDependencies ( List<NutsClassLoaderNode> dependencies )This method is from 'NutsClassLoaderNodeBuilder' class.
...
[+] class NutsCommandAutoCompleteBase 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsCommandAutoCompleteBase.NutsCommandAutoCompleteBase ( )This constructor is from 'NutsCommandAutoCompleteBase' abstract class.
NutsCommandAutoCompleteBase.addCandidate ( NutsArgumentCandidate value )This method is from 'NutsCommandAutoCompleteBase' abstract class.
NutsCommandAutoCompleteBase.addCandidatesImpl ( NutsArgumentCandidate value )This method is from 'NutsCommandAutoCompleteBase' abstract class.
NutsCommandAutoCompleteBase.get ( Class<T> t )This method is from 'NutsCommandAutoCompleteBase' abstract class.
NutsCommandAutoCompleteBase.getCandidates ( )This method is from 'NutsCommandAutoCompleteBase' abstract class.
NutsCommandAutoCompleteBase.getWorkspace ( )This method is from 'NutsCommandAutoCompleteBase' abstract class.
[+] class NutsCommandConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 18 (0.1%)
NutsCommandConfig.NutsCommandConfig ( )This constructor is from 'NutsCommandConfig' class.
NutsCommandConfig.equals ( Object o )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.getCommand ( )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.getExecutorOptions ( )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.getFactoryId ( )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.getHelpCommand ( )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.getHelpText ( )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.getName ( )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.getOwner ( )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.hashCode ( )This method is from 'NutsCommandConfig' class.
...
[+] class NutsCommandExecOptions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 14 (0.1%)
NutsCommandExecOptions.NutsCommandExecOptions ( )This constructor is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.equals ( Object o )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.getDirectory ( )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.getEnv ( )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.getExecutionType ( )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.getExecutorOptions ( )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.hashCode ( )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.isFailFast ( )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.setDirectory ( String directory )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.setEnv ( Map<String,String> env )This method is from 'NutsCommandExecOptions' class.
...
[+] class NutsCommandFactoryConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
NutsCommandFactoryConfig.NutsCommandFactoryConfig ( )This constructor is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.equals ( Object o )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.getFactoryId ( )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.getFactoryType ( )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.getParameters ( )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.getPriority ( )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.hashCode ( )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.setFactoryId ( String value )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.setFactoryType ( String value )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.setParameters ( Map<String,String> value )This method is from 'NutsCommandFactoryConfig' class.
...
[+] class NutsCommandlineFamily 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsCommandlineFamily.getArchFamily ( )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.id ( )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.parseLenient ( String arch )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyOrErrorValue )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyValue, NutsCommandlineFamily errorValue )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.valueOf ( String name )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.values ( )This method is from 'NutsCommandlineFamily' class.
[+] class NutsCommandLineFormatStrategy 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsCommandLineFormatStrategy.getArchFamily ( )This method is from 'NutsCommandLineFormatStrategy' class.
NutsCommandLineFormatStrategy.id ( )This method is from 'NutsCommandLineFormatStrategy' class.
NutsCommandLineFormatStrategy.parseLenient ( String arch )This method is from 'NutsCommandLineFormatStrategy' class.
NutsCommandLineFormatStrategy.parseLenient ( String arch, NutsCommandLineFormatStrategy emptyValue )This method is from 'NutsCommandLineFormatStrategy' class.
NutsCommandLineFormatStrategy.parseLenient ( String arch, NutsCommandLineFormatStrategy emptyValue, NutsCommandLineFormatStrategy errorValue )This method is from 'NutsCommandLineFormatStrategy' class.
NutsCommandLineFormatStrategy.valueOf ( String name )This method is from 'NutsCommandLineFormatStrategy' class.
NutsCommandLineFormatStrategy.values ( )This method is from 'NutsCommandLineFormatStrategy' class.
[+] class NutsConfigItem 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsConfigItem.NutsConfigItem ( )This constructor is from 'NutsConfigItem' class.
NutsConfigItem.getConfigVersion ( )This method is from 'NutsConfigItem' class.
NutsConfigItem.setConfigVersion ( String configVersion )This method is from 'NutsConfigItem' class.
[+] class NutsConfirmationMode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsConfirmationMode.id ( )This method is from 'NutsConfirmationMode' class.
NutsConfirmationMode.parseLenient ( String value )This method is from 'NutsConfirmationMode' class.
NutsConfirmationMode.parseLenient ( String value, NutsConfirmationMode emptyOrErrorValue )This method is from 'NutsConfirmationMode' class.
NutsConfirmationMode.parseLenient ( String value, NutsConfirmationMode emptyValue, NutsConfirmationMode errorValue )This method is from 'NutsConfirmationMode' class.
NutsConfirmationMode.valueOf ( String name )This method is from 'NutsConfirmationMode' class.
NutsConfirmationMode.values ( )This method is from 'NutsConfirmationMode' class.
[+] class NutsConstants.Versions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] class NutsContentType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsContentType.id ( )This method is from 'NutsContentType' class.
NutsContentType.parseLenient ( String value )This method is from 'NutsContentType' class.
NutsContentType.parseLenient ( String value, NutsContentType emptyOrErrorValue )This method is from 'NutsContentType' class.
NutsContentType.parseLenient ( String value, NutsContentType emptyValue, NutsContentType errorValue )This method is from 'NutsContentType' class.
NutsContentType.valueOf ( String name )This method is from 'NutsContentType' class.
NutsContentType.values ( )This method is from 'NutsContentType' class.
[+] class NutsDefaultArgumentCandidate 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value )This constructor is from 'NutsDefaultArgumentCandidate' class.
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value, String display )This constructor is from 'NutsDefaultArgumentCandidate' class.
NutsDefaultArgumentCandidate.getDisplay ( )This method is from 'NutsDefaultArgumentCandidate' class.
NutsDefaultArgumentCandidate.getValue ( )This method is from 'NutsDefaultArgumentCandidate' class.
[+] class NutsDefaultCommandAutoComplete 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsDefaultCommandAutoComplete.NutsDefaultCommandAutoComplete ( )This constructor is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.getCurrentWordIndex ( )This method is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.getLine ( )This method is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.getSession ( )This method is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.getWords ( )This method is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.setCurrentWordIndex ( int currentWordIndex )This method is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.setLine ( String line )This method is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.setSession ( NutsSession session )This method is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.setWords ( List<String> words )This method is from 'NutsDefaultCommandAutoComplete' class.
[+] class NutsDefaultContent 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.1%)
NutsDefaultContent.NutsDefaultContent ( NutsPath location, boolean cached, boolean temporary )This constructor is from 'NutsDefaultContent' class.
NutsDefaultContent.equals ( Object o )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.getFilePath ( )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.getLocation ( )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.getPath ( )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.getURL ( )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.hashCode ( )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.isCached ( )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.isTemporary ( )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.toString ( )This method is from 'NutsDefaultContent' class.
[+] class NutsDefaultSupportLevelContext<T> 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsDefaultSupportLevelContext<T>.NutsDefaultSupportLevelContext<T> ( NutsSession session, T constraints )This constructor is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.equals ( Object o )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.getConstraints ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.getSession ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.getWorkspace ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.hashCode ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.toString ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
[+] class NutsDefaultTerminalSpec 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
NutsDefaultTerminalSpec.NutsDefaultTerminalSpec ( )This constructor is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.copyFrom ( NutsTerminalSpec other )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.equals ( Object o )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.get ( String name )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.getAutoComplete ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.getParent ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.getProperties ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.hashCode ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.put ( String name, Object o )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.putAll ( Map<String,Object> other )This method is from 'NutsDefaultTerminalSpec' class.
...
[+] class NutsDependencyScope 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 14 (0.1%)
NutsDependencyScope.id ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isApi ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isCompile ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isImplementation ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isOther ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isProvided ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isRuntime ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isSystem ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isTest ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.parseLenient ( String value )This method is from 'NutsDependencyScope' class.
...
[+] class NutsDependencyScopePattern 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsDependencyScopePattern.id ( )This method is from 'NutsDependencyScopePattern' class.
NutsDependencyScopePattern.parseLenient ( String value )This method is from 'NutsDependencyScopePattern' class.
NutsDependencyScopePattern.parseLenient ( String value, NutsDependencyScopePattern emptyOrErrorValue )This method is from 'NutsDependencyScopePattern' class.
NutsDependencyScopePattern.parseLenient ( String value, NutsDependencyScopePattern emptyValue, NutsDependencyScopePattern errorValue )This method is from 'NutsDependencyScopePattern' class.
NutsDependencyScopePattern.valueOf ( String name )This method is from 'NutsDependencyScopePattern' class.
NutsDependencyScopePattern.values ( )This method is from 'NutsDependencyScopePattern' class.
[+] class NutsDescriptorStyle 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsDescriptorStyle.id ( )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.parseLenient ( String value )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyOrErrorValue )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyValue, NutsDescriptorStyle errorValue )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.valueOf ( String name )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.values ( )This method is from 'NutsDescriptorStyle' class.
[+] class NutsDesktopEnvironmentFamily 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsDesktopEnvironmentFamily.id ( )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.parseLenient ( String e )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyOrErrorValue )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyValue, NutsDesktopEnvironmentFamily errorValue )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.valueOf ( String name )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.values ( )This method is from 'NutsDesktopEnvironmentFamily' class.
[+] class NutsDesktopIntegrationItem 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsDesktopIntegrationItem.id ( )This method is from 'NutsDesktopIntegrationItem' class.
NutsDesktopIntegrationItem.parseLenient ( String value )This method is from 'NutsDesktopIntegrationItem' class.
NutsDesktopIntegrationItem.parseLenient ( String value, NutsDesktopIntegrationItem emptyOrErrorValue )This method is from 'NutsDesktopIntegrationItem' class.
NutsDesktopIntegrationItem.parseLenient ( String value, NutsDesktopIntegrationItem emptyValue, NutsDesktopIntegrationItem errorValue )This method is from 'NutsDesktopIntegrationItem' class.
NutsDesktopIntegrationItem.valueOf ( String name )This method is from 'NutsDesktopIntegrationItem' class.
NutsDesktopIntegrationItem.values ( )This method is from 'NutsDesktopIntegrationItem' class.
[+] class NutsElementNotFoundException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message )This constructor is from 'NutsElementNotFoundException' class.
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsElementNotFoundException' class.
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsElementNotFoundException' class.
[+] class NutsElementType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.1%)
NutsElementType.id ( )This method is from 'NutsElementType' class.
NutsElementType.isNumber ( )This method is from 'NutsElementType' class.
NutsElementType.isPrimitive ( )This method is from 'NutsElementType' class.
NutsElementType.parseLenient ( String value )This method is from 'NutsElementType' class.
NutsElementType.parseLenient ( String value, NutsElementType emptyOrErrorValue )This method is from 'NutsElementType' class.
NutsElementType.parseLenient ( String value, NutsElementType emptyValue, NutsElementType errorValue )This method is from 'NutsElementType' class.
NutsElementType.valueOf ( String name )This method is from 'NutsElementType' class.
NutsElementType.values ( )This method is from 'NutsElementType' class.
[+] class NutsException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsException.NutsException ( NutsSession session, NutsMessage message )This constructor is from 'NutsException' class.
NutsException.NutsException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsException' class.
NutsException.NutsException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsException' class.
NutsException.getFormattedMessage ( )This method is from 'NutsException' class.
NutsException.getFormattedString ( )This method is from 'NutsException' class.
NutsException.getSession ( )This method is from 'NutsException' class.
NutsException.getWorkspace ( )This method is from 'NutsException' class.
[+] class NutsExecutableType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsExecutableType.id ( )This method is from 'NutsExecutableType' class.
NutsExecutableType.parseLenient ( String value )This method is from 'NutsExecutableType' class.
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyOrErrorValue )This method is from 'NutsExecutableType' class.
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyValue, NutsExecutableType errorValue )This method is from 'NutsExecutableType' class.
NutsExecutableType.valueOf ( String name )This method is from 'NutsExecutableType' class.
NutsExecutableType.values ( )This method is from 'NutsExecutableType' class.
[+] class NutsExecutionException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, int exitCode )This constructor is from 'NutsExecutionException' class.
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsExecutionException' class.
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause, int exitCode )This constructor is from 'NutsExecutionException' class.
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, int exitCode )This constructor is from 'NutsExecutionException' class.
NutsExecutionException.getExitCode ( )This method is from 'NutsExecutionException' class.
NutsExecutionException.toString ( )This method is from 'NutsExecutionException' class.
[+] class NutsExecutionType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsExecutionType.id ( )This method is from 'NutsExecutionType' class.
NutsExecutionType.parseLenient ( String value )This method is from 'NutsExecutionType' class.
NutsExecutionType.parseLenient ( String value, NutsExecutionType emptyOrErrorValue )This method is from 'NutsExecutionType' class.
NutsExecutionType.parseLenient ( String value, NutsExecutionType emptyValue, NutsExecutionType errorValue )This method is from 'NutsExecutionType' class.
NutsExecutionType.valueOf ( String name )This method is from 'NutsExecutionType' class.
NutsExecutionType.values ( )This method is from 'NutsExecutionType' class.
[+] class NutsExtensionAlreadyRegisteredException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsSession session, NutsId id, String installed )This constructor is from 'NutsExtensionAlreadyRegisteredException' class.
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsSession session, NutsId id, String installed, Throwable cause )This constructor is from 'NutsExtensionAlreadyRegisteredException' class.
NutsExtensionAlreadyRegisteredException.getInstalled ( )This method is from 'NutsExtensionAlreadyRegisteredException' class.
[+] class NutsExtensionException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsExtensionException.NutsExtensionException ( NutsSession session, NutsId extensionId, NutsMessage message, Throwable cause )This constructor is from 'NutsExtensionException' abstract class.
NutsExtensionException.getId ( )This method is from 'NutsExtensionException' abstract class.
[+] class NutsExtensionNotFoundException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsExtensionNotFoundException.NutsExtensionNotFoundException ( NutsSession session, Class missingType, String extensionName )This constructor is from 'NutsExtensionNotFoundException' class.
NutsExtensionNotFoundException.getExtensionName ( )This method is from 'NutsExtensionNotFoundException' class.
NutsExtensionNotFoundException.getMissingType ( )This method is from 'NutsExtensionNotFoundException' class.
[+] class NutsFactoryException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message )This constructor is from 'NutsFactoryException' class.
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsFactoryException' class.
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsFactoryException' class.
[+] class NutsFetchMode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsFetchMode.id ( )This method is from 'NutsFetchMode' class.
NutsFetchMode.parseLenient ( String value )This method is from 'NutsFetchMode' class.
NutsFetchMode.parseLenient ( String value, NutsFetchMode emptyOrErrorValue )This method is from 'NutsFetchMode' class.
NutsFetchMode.parseLenient ( String value, NutsFetchMode emptyValue, NutsFetchMode errorValue )This method is from 'NutsFetchMode' class.
NutsFetchMode.valueOf ( String name )This method is from 'NutsFetchMode' class.
NutsFetchMode.values ( )This method is from 'NutsFetchMode' class.
[+] class NutsFetchModeNotSupportedException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message )This constructor is from 'NutsFetchModeNotSupportedException' class.
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message, Exception cause )This constructor is from 'NutsFetchModeNotSupportedException' class.
NutsFetchModeNotSupportedException.getFetchMode ( )This method is from 'NutsFetchModeNotSupportedException' class.
NutsFetchModeNotSupportedException.getId ( )This method is from 'NutsFetchModeNotSupportedException' class.
NutsFetchModeNotSupportedException.getRepositoryName ( )This method is from 'NutsFetchModeNotSupportedException' class.
NutsFetchModeNotSupportedException.getRepositoryUuid ( )This method is from 'NutsFetchModeNotSupportedException' class.
[+] class NutsFetchStrategy 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsFetchStrategy.id ( )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.isStopFast ( )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.iterator ( )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.modes ( )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.parseLenient ( String value )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.parseLenient ( String value, NutsFetchStrategy emptyOrErrorValue )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.parseLenient ( String value, NutsFetchStrategy emptyValue, NutsFetchStrategy errorValue )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.valueOf ( String name )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.values ( )This method is from 'NutsFetchStrategy' class.
[+] class NutsFilterOp 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsFilterOp.id ( )This method is from 'NutsFilterOp' class.
NutsFilterOp.parseLenient ( String value )This method is from 'NutsFilterOp' class.
NutsFilterOp.parseLenient ( String value, NutsFilterOp emptyOrErrorValue )This method is from 'NutsFilterOp' class.
NutsFilterOp.parseLenient ( String value, NutsFilterOp emptyValue, NutsFilterOp errorValue )This method is from 'NutsFilterOp' class.
NutsFilterOp.valueOf ( String name )This method is from 'NutsFilterOp' class.
NutsFilterOp.values ( )This method is from 'NutsFilterOp' class.
[+] class NutsIdType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsIdType.id ( )This method is from 'NutsIdType' class.
NutsIdType.parseLenient ( String value )This method is from 'NutsIdType' class.
NutsIdType.parseLenient ( String value, NutsIdType emptyOrErrorValue )This method is from 'NutsIdType' class.
NutsIdType.parseLenient ( String value, NutsIdType emptyValue, NutsIdType errorValue )This method is from 'NutsIdType' class.
NutsIdType.valueOf ( String name )This method is from 'NutsIdType' class.
NutsIdType.values ( )This method is from 'NutsIdType' class.
[+] class NutsIllegalArgumentException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message )This constructor is from 'NutsIllegalArgumentException' class.
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsIllegalArgumentException' class.
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsIllegalArgumentException' class.
[+] class NutsIndexerNotAccessibleException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsSession session, NutsMessage message )This constructor is from 'NutsIndexerNotAccessibleException' class.
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsIndexerNotAccessibleException' class.
[+] class NutsInstallationException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsInstallationException.NutsInstallationException ( NutsSession session, NutsId id, NutsMessage msg, Throwable ex )This constructor is from 'NutsInstallationException' abstract class.
NutsInstallationException.getId ( )This method is from 'NutsInstallationException' abstract class.
[+] class NutsInstallException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsInstallException.NutsInstallException ( NutsSession session, NutsId id )This constructor is from 'NutsInstallException' class.
NutsInstallException.NutsInstallException ( NutsSession workspace, NutsId id, NutsMessage msg, Throwable ex )This constructor is from 'NutsInstallException' class.
[+] class NutsInstallStatus 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 15 (0.1%)
NutsInstallStatus.equals ( Object o )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.hashCode ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.isDefaultVersion ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.isDeployed ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.isInstalled ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.isInstalledOrRequired ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.isNonDeployed ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.isObsolete ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.isRequired ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.of ( boolean installed, boolean required, boolean obsolete, boolean defaultVersion )This method is from 'NutsInstallStatus' class.
...
[+] class NutsInstallStrategy 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsInstallStrategy.id ( )This method is from 'NutsInstallStrategy' class.
NutsInstallStrategy.parseLenient ( String value )This method is from 'NutsInstallStrategy' class.
NutsInstallStrategy.parseLenient ( String value, NutsInstallStrategy emptyOrErrorValue )This method is from 'NutsInstallStrategy' class.
NutsInstallStrategy.parseLenient ( String value, NutsInstallStrategy emptyValue, NutsInstallStrategy errorValue )This method is from 'NutsInstallStrategy' class.
NutsInstallStrategy.valueOf ( String name )This method is from 'NutsInstallStrategy' class.
NutsInstallStrategy.values ( )This method is from 'NutsInstallStrategy' class.
[+] class NutsInvalidRepositoryException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsInvalidRepositoryException.NutsInvalidRepositoryException ( NutsSession session, String repository, NutsMessage message )This constructor is from 'NutsInvalidRepositoryException' class.
[+] class NutsInvalidWorkspaceException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsInvalidWorkspaceException.NutsInvalidWorkspaceException ( String workspaceLocation, NutsMessage errorMessage )This constructor is from 'NutsInvalidWorkspaceException' class.
NutsInvalidWorkspaceException.getWorkspaceLocation ( )This method is from 'NutsInvalidWorkspaceException' class.
[+] class NutsIOCopyValidationException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsSession session, NutsMessage message )This constructor is from 'NutsIOCopyValidationException' class.
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsIOCopyValidationException' class.
[+] class NutsIOException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsIOException.NutsIOException ( NutsSession session, Throwable cause )This constructor is from 'NutsIOException' class.
NutsIOException.NutsIOException ( NutsSession session, NutsMessage message )This constructor is from 'NutsIOException' class.
NutsIOException.NutsIOException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsIOException' class.
[+] class NutsLauncherOptions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 40 (0.3%)
NutsLauncherOptions.NutsLauncherOptions ( )This constructor is from 'NutsLauncherOptions' class.
NutsLauncherOptions.copy ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getAlias ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getArgs ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getCreateCustomShortcut ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getCreateDesktopShortcut ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getCreateMenuShortcut ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getCustomScriptPath ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getCustomShortcutPath ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getIcon ( )This method is from 'NutsLauncherOptions' class.
...
[+] class NutsLockAcquireException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, Object lockedObject, Object lockObject )This constructor is from 'NutsLockAcquireException' class.
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )This constructor is from 'NutsLockAcquireException' class.
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )This constructor is from 'NutsLockAcquireException' class.
[+] class NutsLockBarrierException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, Object lockedObject, Object lockObject )This constructor is from 'NutsLockBarrierException' class.
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )This constructor is from 'NutsLockBarrierException' class.
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )This constructor is from 'NutsLockBarrierException' class.
[+] class NutsLockException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsLockException.NutsLockException ( NutsSession session, Object lockedObject, Object lockObject )This constructor is from 'NutsLockException' class.
NutsLockException.NutsLockException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )This constructor is from 'NutsLockException' class.
NutsLockException.NutsLockException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )This constructor is from 'NutsLockException' class.
NutsLockException.getLockedObject ( )This method is from 'NutsLockException' class.
NutsLockException.getLockObject ( )This method is from 'NutsLockException' class.
[+] class NutsLockReleaseException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, Object lockedObject, Object lockObject )This constructor is from 'NutsLockReleaseException' class.
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )This constructor is from 'NutsLockReleaseException' class.
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )This constructor is from 'NutsLockReleaseException' class.
[+] class NutsLogConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 24 (0.2%)
NutsLogConfig.NutsLogConfig ( )This constructor is from 'NutsLogConfig' class.
NutsLogConfig.NutsLogConfig ( NutsLogConfig other )This constructor is from 'NutsLogConfig' class.
NutsLogConfig.copy ( )This method is from 'NutsLogConfig' class.
NutsLogConfig.equals ( Object o )This method is from 'NutsLogConfig' class.
NutsLogConfig.getLogFileBase ( )This method is from 'NutsLogConfig' class.
NutsLogConfig.getLogFileCount ( )This method is from 'NutsLogConfig' class.
NutsLogConfig.getLogFileFilter ( )This method is from 'NutsLogConfig' class.
NutsLogConfig.getLogFileLevel ( )This method is from 'NutsLogConfig' class.
NutsLogConfig.getLogFileName ( )This method is from 'NutsLogConfig' class.
NutsLogConfig.getLogFileSize ( )This method is from 'NutsLogConfig' class.
...
[+] class NutsLoginException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message )This constructor is from 'NutsLoginException' class.
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsLoginException' class.
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsLoginException' class.
[+] class NutsLogVerb 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsLogVerb.NutsLogVerb ( String name )This constructor is from 'NutsLogVerb' class.
NutsLogVerb.equals ( Object o )This method is from 'NutsLogVerb' class.
NutsLogVerb.hashCode ( )This method is from 'NutsLogVerb' class.
NutsLogVerb.name ( )This method is from 'NutsLogVerb' class.
NutsLogVerb.of ( String name )This method is from 'NutsLogVerb' class.
NutsLogVerb.toString ( )This method is from 'NutsLogVerb' class.
[+] class NutsMessage 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsMessage.NutsMessage ( NutsTextFormatStyle style, String message, Object... params )This constructor is from 'NutsMessage' class.
NutsMessage.cstyle ( String message, Object... params )This method is from 'NutsMessage' class.
NutsMessage.formatted ( String message )This method is from 'NutsMessage' class.
NutsMessage.getMessage ( )This method is from 'NutsMessage' class.
NutsMessage.getParams ( )This method is from 'NutsMessage' class.
NutsMessage.getStyle ( )This method is from 'NutsMessage' class.
NutsMessage.jstyle ( String message, Object... params )This method is from 'NutsMessage' class.
NutsMessage.plain ( String message )This method is from 'NutsMessage' class.
NutsMessage.toString ( )This method is from 'NutsMessage' class.
[+] class NutsNotExecutableException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsNotExecutableException.NutsNotExecutableException ( NutsSession session, NutsId id )This constructor is from 'NutsNotExecutableException' class.
NutsNotExecutableException.getId ( )This method is from 'NutsNotExecutableException' class.
[+] class NutsNotFoundException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 11 (0.1%)
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id )This constructor is from 'NutsNotFoundException' class.
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsNotFoundException.NutsIdInvalidDependency[ ] dependencies, NutsNotFoundException.NutsIdInvalidLocation[ ] locations, Throwable cause )This constructor is from 'NutsNotFoundException' class.
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, Throwable cause )This constructor is from 'NutsNotFoundException' class.
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsMessage message )This constructor is from 'NutsNotFoundException' class.
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsMessage message, Throwable cause )This constructor is from 'NutsNotFoundException' class.
NutsNotFoundException.dependenciesToString ( NutsNotFoundException.NutsIdInvalidDependency[ ] dependencies )This method is from 'NutsNotFoundException' class.
NutsNotFoundException.dependenciesToString ( String prefix, NutsNotFoundException.NutsIdInvalidDependency d )This method is from 'NutsNotFoundException' class.
NutsNotFoundException.getId ( )This method is from 'NutsNotFoundException' class.
NutsNotFoundException.getLocations ( )This method is from 'NutsNotFoundException' class.
NutsNotFoundException.getMissingDependencies ( )This method is from 'NutsNotFoundException' class.
...
[+] class NutsNotFoundException.NutsIdInvalidDependency 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsNotFoundException.NutsIdInvalidDependency.NutsNotFoundException.NutsIdInvalidDependency ( NutsId id, Set<NutsNotFoundException.NutsIdInvalidDependency> cause )This constructor is from 'NutsNotFoundException.NutsIdInvalidDependency' class.
NutsNotFoundException.NutsIdInvalidDependency.equals ( Object o )This method is from 'NutsNotFoundException.NutsIdInvalidDependency' class.
NutsNotFoundException.NutsIdInvalidDependency.getCause ( )This method is from 'NutsNotFoundException.NutsIdInvalidDependency' class.
NutsNotFoundException.NutsIdInvalidDependency.getId ( )This method is from 'NutsNotFoundException.NutsIdInvalidDependency' class.
NutsNotFoundException.NutsIdInvalidDependency.hashCode ( )This method is from 'NutsNotFoundException.NutsIdInvalidDependency' class.
[+] class NutsNotFoundException.NutsIdInvalidLocation 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsNotFoundException.NutsIdInvalidLocation.NutsNotFoundException.NutsIdInvalidLocation ( String repository, String url, String message )This constructor is from 'NutsNotFoundException.NutsIdInvalidLocation' class.
NutsNotFoundException.NutsIdInvalidLocation.equals ( Object o )This method is from 'NutsNotFoundException.NutsIdInvalidLocation' class.
NutsNotFoundException.NutsIdInvalidLocation.getMessage ( )This method is from 'NutsNotFoundException.NutsIdInvalidLocation' class.
NutsNotFoundException.NutsIdInvalidLocation.getRepository ( )This method is from 'NutsNotFoundException.NutsIdInvalidLocation' class.
NutsNotFoundException.NutsIdInvalidLocation.getUrl ( )This method is from 'NutsNotFoundException.NutsIdInvalidLocation' class.
NutsNotFoundException.NutsIdInvalidLocation.hashCode ( )This method is from 'NutsNotFoundException.NutsIdInvalidLocation' class.
[+] class NutsNotInstallableException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsNotInstallableException.NutsNotInstallableException ( NutsSession session, NutsId id )This constructor is from 'NutsNotInstallableException' class.
NutsNotInstallableException.NutsNotInstallableException ( NutsSession session, NutsId id, NutsMessage msg, Exception ex )This constructor is from 'NutsNotInstallableException' class.
[+] class NutsNotInstalledException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsNotInstalledException.NutsNotInstalledException ( NutsSession session, NutsId id )This constructor is from 'NutsNotInstalledException' class.
NutsNotInstalledException.NutsNotInstalledException ( NutsSession session, NutsId id, NutsMessage msg, Exception ex )This constructor is from 'NutsNotInstalledException' class.
[+] class NutsOpenMode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsOpenMode.id ( )This method is from 'NutsOpenMode' class.
NutsOpenMode.parseLenient ( String value )This method is from 'NutsOpenMode' class.
NutsOpenMode.parseLenient ( String value, NutsOpenMode emptyOrErrorValue )This method is from 'NutsOpenMode' class.
NutsOpenMode.parseLenient ( String value, NutsOpenMode emptyValue, NutsOpenMode errorValue )This method is from 'NutsOpenMode' class.
NutsOpenMode.valueOf ( String name )This method is from 'NutsOpenMode' class.
NutsOpenMode.values ( )This method is from 'NutsOpenMode' class.
[+] class NutsOsFamily 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsOsFamily.id ( )This method is from 'NutsOsFamily' class.
NutsOsFamily.parseLenient ( String value )This method is from 'NutsOsFamily' class.
NutsOsFamily.parseLenient ( String value, NutsOsFamily emptyOrErrorValue )This method is from 'NutsOsFamily' class.
NutsOsFamily.parseLenient ( String e, NutsOsFamily emptyValue, NutsOsFamily errorValue )This method is from 'NutsOsFamily' class.
NutsOsFamily.valueOf ( String name )This method is from 'NutsOsFamily' class.
NutsOsFamily.values ( )This method is from 'NutsOsFamily' class.
[+] class NutsParseEnumException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsParseEnumException.NutsParseEnumException ( NutsSession session, String invalidValue, Class<?> enumType )This constructor is from 'NutsParseEnumException' class.
NutsParseEnumException.NutsParseEnumException ( NutsSession session, NutsMessage message, String invalidValue, Class<?> enumType )This constructor is from 'NutsParseEnumException' class.
NutsParseEnumException.getEnumType ( )This method is from 'NutsParseEnumException' class.
NutsParseEnumException.getInvalidValue ( )This method is from 'NutsParseEnumException' class.
[+] class NutsParseException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message )This constructor is from 'NutsParseException' class.
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsParseException' class.
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsParseException' class.
[+] class NutsPositionType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsPositionType.id ( )This method is from 'NutsPositionType' class.
NutsPositionType.parseLenient ( String value )This method is from 'NutsPositionType' class.
NutsPositionType.parseLenient ( String value, NutsPositionType emptyOrErrorValue )This method is from 'NutsPositionType' class.
NutsPositionType.parseLenient ( String value, NutsPositionType emptyValue, NutsPositionType errorValue )This method is from 'NutsPositionType' class.
NutsPositionType.valueOf ( String name )This method is from 'NutsPositionType' class.
NutsPositionType.values ( )This method is from 'NutsPositionType' class.
[+] class NutsPredicates 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsPredicates.NutsPredicates ( )This constructor is from 'NutsPredicates' class.
NutsPredicates.always ( )This method is from 'NutsPredicates' class.
NutsPredicates.blank ( )This method is from 'NutsPredicates' class.
NutsPredicates.isNull ( )This method is from 'NutsPredicates' class.
NutsPredicates.never ( )This method is from 'NutsPredicates' class.
NutsPredicates.nonNull ( )This method is from 'NutsPredicates' class.
[+] class NutsPredicates.And<T> 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsPredicates.And<T>.NutsPredicates.And<T> ( Predicate<T> left, Predicate<? super T> right )This constructor is from 'NutsPredicates.And<T>' class.
NutsPredicates.And<T>.equals ( Object o )This method is from 'NutsPredicates.And<T>' class.
NutsPredicates.And<T>.hashCode ( )This method is from 'NutsPredicates.And<T>' class.
NutsPredicates.And<T>.test ( T t )This method is from 'NutsPredicates.And<T>' class.
NutsPredicates.And<T>.toString ( )This method is from 'NutsPredicates.And<T>' class.
[+] class NutsPredicates.BaseOpPredicate<T> 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsPredicates.BaseOpPredicate<T>.NutsPredicates.BaseOpPredicate<T> ( )This constructor is from 'NutsPredicates.BaseOpPredicate<T>' abstract class.
[+] class NutsPredicates.BasePredicate<T> 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsPredicates.BasePredicate<T>.NutsPredicates.BasePredicate<T> ( )This constructor is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.and ( Predicate<? super T> other )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.negate ( )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.or ( Predicate<? super T> other )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
[+] class NutsPredicates.Not<T> 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsPredicates.Not<T>.NutsPredicates.Not<T> ( Predicate<T> base )This constructor is from 'NutsPredicates.Not<T>' class.
NutsPredicates.Not<T>.equals ( Object o )This method is from 'NutsPredicates.Not<T>' class.
NutsPredicates.Not<T>.hashCode ( )This method is from 'NutsPredicates.Not<T>' class.
NutsPredicates.Not<T>.test ( T t )This method is from 'NutsPredicates.Not<T>' class.
NutsPredicates.Not<T>.toString ( )This method is from 'NutsPredicates.Not<T>' class.
[+] class NutsPredicates.Or<T> 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsPredicates.Or<T>.NutsPredicates.Or<T> ( Predicate<T> left, Predicate<? super T> right )This constructor is from 'NutsPredicates.Or<T>' class.
NutsPredicates.Or<T>.equals ( Object o )This method is from 'NutsPredicates.Or<T>' class.
NutsPredicates.Or<T>.hashCode ( )This method is from 'NutsPredicates.Or<T>' class.
NutsPredicates.Or<T>.test ( T t )This method is from 'NutsPredicates.Or<T>' class.
NutsPredicates.Or<T>.toString ( )This method is from 'NutsPredicates.Or<T>' class.
[+] class NutsPushException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsPushException.NutsPushException ( NutsSession session, NutsId id )This constructor is from 'NutsPushException' class.
NutsPushException.NutsPushException ( NutsSession session, NutsId id, NutsMessage message )This constructor is from 'NutsPushException' class.
NutsPushException.NutsPushException ( NutsSession session, NutsId id, NutsMessage message, Throwable cause )This constructor is from 'NutsPushException' class.
NutsPushException.getId ( )This method is from 'NutsPushException' class.
[+] class NutsReadOnlyException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsReadOnlyException.NutsReadOnlyException ( NutsSession session )This constructor is from 'NutsReadOnlyException' class.
NutsReadOnlyException.NutsReadOnlyException ( NutsSession session, String location )This constructor is from 'NutsReadOnlyException' class.
[+] class NutsRemoveOptions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.1%)
NutsRemoveOptions.NutsRemoveOptions ( )This constructor is from 'NutsRemoveOptions' class.
NutsRemoveOptions.equals ( Object o )This method is from 'NutsRemoveOptions' class.
NutsRemoveOptions.getSession ( )This method is from 'NutsRemoveOptions' class.
NutsRemoveOptions.hashCode ( )This method is from 'NutsRemoveOptions' class.
NutsRemoveOptions.isErase ( )This method is from 'NutsRemoveOptions' class.
NutsRemoveOptions.setErase ( boolean erase )This method is from 'NutsRemoveOptions' class.
NutsRemoveOptions.setSession ( NutsSession session )This method is from 'NutsRemoveOptions' class.
NutsRemoveOptions.toString ( )This method is from 'NutsRemoveOptions' class.
[+] class NutsRepositoryAlreadyRegisteredException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsSession session, String repository )This constructor is from 'NutsRepositoryAlreadyRegisteredException' class.
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsSession session, String repository, Throwable err )This constructor is from 'NutsRepositoryAlreadyRegisteredException' class.
[+] class NutsRepositoryConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 28 (0.2%)
NutsRepositoryConfig.NutsRepositoryConfig ( )This constructor is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.equals ( Object obj )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getAuthenticationAgent ( )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getEnv ( )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getGroups ( )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getLocation ( )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getMirrors ( )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getName ( )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getStoreLocations ( )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getStoreLocationStrategy ( )This method is from 'NutsRepositoryConfig' class.
...
[+] class NutsRepositoryException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsRepositoryException.NutsRepositoryException ( NutsSession session, String repository, NutsMessage message, Throwable ex )This constructor is from 'NutsRepositoryException' abstract class.
NutsRepositoryException.getRepository ( )This method is from 'NutsRepositoryException' abstract class.
[+] class NutsRepositoryNotFoundException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsRepositoryNotFoundException.NutsRepositoryNotFoundException ( NutsSession session, String repository )This constructor is from 'NutsRepositoryNotFoundException' class.
[+] class NutsRepositoryRef 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 17 (0.1%)
NutsRepositoryRef.NutsRepositoryRef ( )This constructor is from 'NutsRepositoryRef' class.
NutsRepositoryRef.NutsRepositoryRef ( String name, String location, int deployPriority, boolean enabled )This constructor is from 'NutsRepositoryRef' class.
NutsRepositoryRef.NutsRepositoryRef ( NutsRepositoryRef other )This constructor is from 'NutsRepositoryRef' class.
NutsRepositoryRef.copy ( )This method is from 'NutsRepositoryRef' class.
NutsRepositoryRef.equals ( Object obj )This method is from 'NutsRepositoryRef' class.
NutsRepositoryRef.getDeployOrder ( )This method is from 'NutsRepositoryRef' class.
NutsRepositoryRef.getLocation ( )This method is from 'NutsRepositoryRef' class.
NutsRepositoryRef.getName ( )This method is from 'NutsRepositoryRef' class.
NutsRepositoryRef.hashCode ( )This method is from 'NutsRepositoryRef' class.
NutsRepositoryRef.isEnabled ( )This method is from 'NutsRepositoryRef' class.
...
[+] class NutsRunAs 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.1%)
NutsRunAs.currentUser ( )This method is from 'NutsRunAs' class.
NutsRunAs.equals ( Object o )This method is from 'NutsRunAs' class.
NutsRunAs.getMode ( )This method is from 'NutsRunAs' class.
NutsRunAs.getUser ( )This method is from 'NutsRunAs' class.
NutsRunAs.hashCode ( )This method is from 'NutsRunAs' class.
NutsRunAs.root ( )This method is from 'NutsRunAs' class.
NutsRunAs.sudo ( )This method is from 'NutsRunAs' class.
NutsRunAs.user ( String name )This method is from 'NutsRunAs' class.
[+] class NutsRunAs.Mode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsRunAs.Mode.id ( )This method is from 'NutsRunAs.Mode' class.
NutsRunAs.Mode.parseLenient ( String value )This method is from 'NutsRunAs.Mode' class.
NutsRunAs.Mode.parseLenient ( String value, NutsRunAs.Mode emptyOrErrorValue )This method is from 'NutsRunAs.Mode' class.
NutsRunAs.Mode.parseLenient ( String value, NutsRunAs.Mode emptyValue, NutsRunAs.Mode errorValue )This method is from 'NutsRunAs.Mode' class.
NutsRunAs.Mode.valueOf ( String name )This method is from 'NutsRunAs.Mode' class.
NutsRunAs.Mode.values ( )This method is from 'NutsRunAs.Mode' class.
[+] class NutsSdkLocation 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
NutsSdkLocation.NutsSdkLocation ( NutsId id, String product, String name, String path, String version, String packaging, int priority )This constructor is from 'NutsSdkLocation' class.
NutsSdkLocation.equals ( Object o )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getId ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getName ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getPackaging ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getPath ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getPriority ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getProduct ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getVersion ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.hashCode ( )This method is from 'NutsSdkLocation' class.
...
[+] class NutsSecurityException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsSecurityException.NutsSecurityException ( NutsSession session, NutsMessage message )This constructor is from 'NutsSecurityException' class.
NutsSecurityException.NutsSecurityException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsSecurityException' class.
NutsSecurityException.getFormattedMessage ( )This method is from 'NutsSecurityException' class.
NutsSecurityException.getFormattedString ( )This method is from 'NutsSecurityException' class.
NutsSecurityException.getSession ( )This method is from 'NutsSecurityException' class.
NutsSecurityException.getWorkspace ( )This method is from 'NutsSecurityException' class.
[+] class NutsStoreLocation 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsStoreLocation.id ( )This method is from 'NutsStoreLocation' class.
NutsStoreLocation.parseLenient ( String value )This method is from 'NutsStoreLocation' class.
NutsStoreLocation.parseLenient ( String value, NutsStoreLocation emptyOrErrorValue )This method is from 'NutsStoreLocation' class.
NutsStoreLocation.parseLenient ( String value, NutsStoreLocation emptyValue, NutsStoreLocation errorValue )This method is from 'NutsStoreLocation' class.
NutsStoreLocation.valueOf ( String name )This method is from 'NutsStoreLocation' class.
NutsStoreLocation.values ( )This method is from 'NutsStoreLocation' class.
[+] class NutsStoreLocationStrategy 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsStoreLocationStrategy.id ( )This method is from 'NutsStoreLocationStrategy' class.
NutsStoreLocationStrategy.parseLenient ( String value )This method is from 'NutsStoreLocationStrategy' class.
NutsStoreLocationStrategy.parseLenient ( String value, NutsStoreLocationStrategy emptyOrErrorValue )This method is from 'NutsStoreLocationStrategy' class.
NutsStoreLocationStrategy.parseLenient ( String value, NutsStoreLocationStrategy emptyValue, NutsStoreLocationStrategy errorValue )This method is from 'NutsStoreLocationStrategy' class.
NutsStoreLocationStrategy.valueOf ( String name )This method is from 'NutsStoreLocationStrategy' class.
NutsStoreLocationStrategy.values ( )This method is from 'NutsStoreLocationStrategy' class.
[+] class NutsTableSeparator 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsTableSeparator.id ( )This method is from 'NutsTableSeparator' class.
NutsTableSeparator.parseLenient ( String value )This method is from 'NutsTableSeparator' class.
NutsTableSeparator.parseLenient ( String value, NutsTableSeparator emptyOrErrorValue )This method is from 'NutsTableSeparator' class.
NutsTableSeparator.parseLenient ( String value, NutsTableSeparator emptyValue, NutsTableSeparator errorValue )This method is from 'NutsTableSeparator' class.
NutsTableSeparator.valueOf ( String name )This method is from 'NutsTableSeparator' class.
NutsTableSeparator.values ( )This method is from 'NutsTableSeparator' class.
[+] class NutsTerminalCommand 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 14 (0.1%)
NutsTerminalCommand.NutsTerminalCommand ( String name )This constructor is from 'NutsTerminalCommand' class.
NutsTerminalCommand.NutsTerminalCommand ( String name, String args )This constructor is from 'NutsTerminalCommand' class.
NutsTerminalCommand.equals ( Object obj )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.getArgs ( )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.getName ( )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.hashCode ( )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_DOWN ( int count )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_LEFT ( int count )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_RIGHT ( int count )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_TO ( int row, int col )This method is from 'NutsTerminalCommand' class.
...
[+] class NutsTerminalMode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsTerminalMode.id ( )This method is from 'NutsTerminalMode' class.
NutsTerminalMode.parseLenient ( String value )This method is from 'NutsTerminalMode' class.
NutsTerminalMode.parseLenient ( String value, NutsTerminalMode emptyOrErrorValue )This method is from 'NutsTerminalMode' class.
NutsTerminalMode.parseLenient ( String value, NutsTerminalMode emptyValue, NutsTerminalMode errorValue )This method is from 'NutsTerminalMode' class.
NutsTerminalMode.valueOf ( String name )This method is from 'NutsTerminalMode' class.
NutsTerminalMode.values ( )This method is from 'NutsTerminalMode' class.
[+] class NutsTextFormatStyle 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsTextFormatStyle.id ( )This method is from 'NutsTextFormatStyle' class.
NutsTextFormatStyle.parseLenient ( String value )This method is from 'NutsTextFormatStyle' class.
NutsTextFormatStyle.parseLenient ( String value, NutsTextFormatStyle emptyOrErrorValue )This method is from 'NutsTextFormatStyle' class.
NutsTextFormatStyle.parseLenient ( String value, NutsTextFormatStyle emptyValue, NutsTextFormatStyle errorValue )This method is from 'NutsTextFormatStyle' class.
NutsTextFormatStyle.valueOf ( String name )This method is from 'NutsTextFormatStyle' class.
NutsTextFormatStyle.values ( )This method is from 'NutsTextFormatStyle' class.
[+] class NutsTextStyle 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 75 (0.6%)
NutsTextStyle.NutsTextStyle ( NutsTextStyleType type, int variant )This constructor is from 'NutsTextStyle' class.
NutsTextStyle.append ( NutsTextStyle other )This method is from 'NutsTextStyle' class.
NutsTextStyle.append ( NutsTextStyles other )This method is from 'NutsTextStyle' class.
NutsTextStyle.backgroundColor ( int variant )This method is from 'NutsTextStyle' class.
NutsTextStyle.backgroundTrueColor ( int variant )This method is from 'NutsTextStyle' class.
NutsTextStyle.blink ( )This method is from 'NutsTextStyle' class.
NutsTextStyle.bold ( )This method is from 'NutsTextStyle' class.
NutsTextStyle.bool ( )This method is from 'NutsTextStyle' class.
NutsTextStyle.bool ( int variant )This method is from 'NutsTextStyle' class.
NutsTextStyle.comments ( )This method is from 'NutsTextStyle' class.
...
[+] class NutsTextStyles 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
NutsTextStyles.append ( NutsTextStyle... others )This method is from 'NutsTextStyles' class.
NutsTextStyles.append ( NutsTextStyle other )This method is from 'NutsTextStyles' class.
NutsTextStyles.append ( NutsTextStyles other )This method is from 'NutsTextStyles' class.
NutsTextStyles.get ( int index )This method is from 'NutsTextStyles' class.
NutsTextStyles.isNone ( )This method is from 'NutsTextStyles' class.
NutsTextStyles.iterator ( )This method is from 'NutsTextStyles' class.
NutsTextStyles.of ( NutsTextStyle... others )This method is from 'NutsTextStyles' class.
NutsTextStyles.of ( NutsTextStyle other )This method is from 'NutsTextStyles' class.
NutsTextStyles.removeFirst ( )This method is from 'NutsTextStyles' class.
NutsTextStyles.removeLast ( )This method is from 'NutsTextStyles' class.
...
[+] class NutsTextStyleType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsTextStyleType.basic ( )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.id ( )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.parseLenient ( String value )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyOrErrorValue )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyValue, NutsTextStyleType errorValue )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.valueOf ( String name )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.values ( )This method is from 'NutsTextStyleType' class.
[+] class NutsTextType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsTextType.id ( )This method is from 'NutsTextType' class.
NutsTextType.parseLenient ( String value )This method is from 'NutsTextType' class.
NutsTextType.parseLenient ( String value, NutsTextType emptyOrErrorValue )This method is from 'NutsTextType' class.
NutsTextType.parseLenient ( String value, NutsTextType emptyValue, NutsTextType errorValue )This method is from 'NutsTextType' class.
NutsTextType.valueOf ( String name )This method is from 'NutsTextType' class.
NutsTextType.values ( )This method is from 'NutsTextType' class.
[+] class NutsTextWriteConfiguration 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
NutsTextWriteConfiguration.NutsTextWriteConfiguration ( )This constructor is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.clone ( )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.clone ( )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.copy ( )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.getTitleNumberSequence ( )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.isFiltered ( )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.isLineNumberEnabled ( )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.isTitleNumberEnabled ( )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.setFiltered ( boolean filtered )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.setLineNumberEnabled ( boolean lineNumberEnabled )This method is from 'NutsTextWriteConfiguration' class.
...
[+] class NutsTooManyElementsException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session )This constructor is from 'NutsTooManyElementsException' class.
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message )This constructor is from 'NutsTooManyElementsException' class.
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsTooManyElementsException' class.
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsTooManyElementsException' class.
[+] class NutsUnexpectedException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session )This constructor is from 'NutsUnexpectedException' class.
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message )This constructor is from 'NutsUnexpectedException' class.
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsUnexpectedException' class.
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsUnexpectedException' class.
[+] class NutsUninstallException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsUninstallException.NutsUninstallException ( NutsSession session, NutsId id )This constructor is from 'NutsUninstallException' class.
NutsUninstallException.NutsUninstallException ( NutsSession session, NutsId id, NutsMessage msg, Throwable ex )This constructor is from 'NutsUninstallException' class.
[+] class NutsUnsatisfiedRequirementsException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( )This constructor is from 'NutsUnsatisfiedRequirementsException' class.
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsMessage message )This constructor is from 'NutsUnsatisfiedRequirementsException' class.
[+] class NutsUnsupportedArgumentException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message )This constructor is from 'NutsUnsupportedArgumentException' class.
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsUnsupportedArgumentException' class.
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsUnsupportedArgumentException' class.
[+] class NutsUnsupportedEnumException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, Enum enumValue )This constructor is from 'NutsUnsupportedEnumException' class.
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, NutsMessage message, Enum enumValue )This constructor is from 'NutsUnsupportedEnumException' class.
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, NutsMessage message, String stringValue, Enum enumValue )This constructor is from 'NutsUnsupportedEnumException' class.
NutsUnsupportedEnumException.getEnumValue ( )This method is from 'NutsUnsupportedEnumException' class.
[+] class NutsUnsupportedOperationException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message )This constructor is from 'NutsUnsupportedOperationException' class.
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsUnsupportedOperationException' class.
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsUnsupportedOperationException' class.
[+] class NutsUpdateOptions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsUpdateOptions.NutsUpdateOptions ( )This constructor is from 'NutsUpdateOptions' class.
NutsUpdateOptions.NutsUpdateOptions ( NutsSession session )This constructor is from 'NutsUpdateOptions' class.
NutsUpdateOptions.getSession ( )This method is from 'NutsUpdateOptions' class.
NutsUpdateOptions.setSession ( NutsSession session )This method is from 'NutsUpdateOptions' class.
[+] class NutsUserCancelException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsUserCancelException.NutsUserCancelException ( NutsSession session )This constructor is from 'NutsUserCancelException' class.
NutsUserCancelException.NutsUserCancelException ( NutsSession session, NutsMessage message )This constructor is from 'NutsUserCancelException' class.
NutsUserCancelException.NutsUserCancelException ( NutsSession session, NutsMessage message, int exitCode )This constructor is from 'NutsUserCancelException' class.
[+] class NutsUserConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 18 (0.1%)
NutsUserConfig.NutsUserConfig ( )This constructor is from 'NutsUserConfig' class.
NutsUserConfig.NutsUserConfig ( String user, String credentials, String[ ] groups, String[ ] permissions )This constructor is from 'NutsUserConfig' class.
NutsUserConfig.NutsUserConfig ( NutsUserConfig other )This constructor is from 'NutsUserConfig' class.
NutsUserConfig.equals ( Object o )This method is from 'NutsUserConfig' class.
NutsUserConfig.getCredentials ( )This method is from 'NutsUserConfig' class.
NutsUserConfig.getGroups ( )This method is from 'NutsUserConfig' class.
NutsUserConfig.getPermissions ( )This method is from 'NutsUserConfig' class.
NutsUserConfig.getRemoteCredentials ( )This method is from 'NutsUserConfig' class.
NutsUserConfig.getRemoteIdentity ( )This method is from 'NutsUserConfig' class.
NutsUserConfig.getUser ( )This method is from 'NutsUserConfig' class.
...
[+] class NutsUtilPlatforms 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.1%)
NutsUtilPlatforms.NutsUtilPlatforms ( )This constructor is from 'NutsUtilPlatforms' class.
NutsUtilPlatforms.getPlatformGlobalHomeFolder ( NutsStoreLocation location, String workspaceName )This method is from 'NutsUtilPlatforms' class.
NutsUtilPlatforms.getPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<String,String> homeLocations, boolean global, String workspaceName )This method is from 'NutsUtilPlatforms' class.
NutsUtilPlatforms.getPlatformOsFamily ( )This method is from 'NutsUtilPlatforms' class.
NutsUtilPlatforms.getWindowsProgramFiles ( )This method is from 'NutsUtilPlatforms' class.
NutsUtilPlatforms.getWindowsProgramFilesX86 ( )This method is from 'NutsUtilPlatforms' class.
NutsUtilPlatforms.getWindowsSystemDrive ( )This method is from 'NutsUtilPlatforms' class.
NutsUtilPlatforms.getWindowsSystemRoot ( )This method is from 'NutsUtilPlatforms' class.
[+] class NutsUtilStrings 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsUtilStrings.NutsUtilStrings ( )This constructor is from 'NutsUtilStrings' class.
NutsUtilStrings.isBlank ( char[ ] string )This method is from 'NutsUtilStrings' class.
NutsUtilStrings.isBlank ( CharSequence s )This method is from 'NutsUtilStrings' class.
NutsUtilStrings.parseBoolean ( String value, Boolean emptyValue, Boolean errorValue )This method is from 'NutsUtilStrings' class.
NutsUtilStrings.trim ( String value )This method is from 'NutsUtilStrings' class.
NutsUtilStrings.trimToNull ( String value )This method is from 'NutsUtilStrings' class.
[+] class NutsValidationException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsValidationException.NutsValidationException ( NutsSession workspace )This constructor is from 'NutsValidationException' class.
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message )This constructor is from 'NutsValidationException' class.
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsValidationException' class.
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsValidationException' class.
[+] class NutsWorkspaceAlreadyExistsException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( String workspaceLocation )This constructor is from 'NutsWorkspaceAlreadyExistsException' class.
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( String workspaceLocation, Throwable err )This constructor is from 'NutsWorkspaceAlreadyExistsException' class.
NutsWorkspaceAlreadyExistsException.getWorkspaceLocation ( )This method is from 'NutsWorkspaceAlreadyExistsException' class.
[+] class NutsWorkspaceException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsWorkspaceException.NutsWorkspaceException ( NutsSession session, NutsMessage message, Throwable ex )This constructor is from 'NutsWorkspaceException' abstract class.
[+] class NutsWorkspaceListConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.1%)
NutsWorkspaceListConfig.NutsWorkspaceListConfig ( )This constructor is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.NutsWorkspaceListConfig ( String uuid, String name )This constructor is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.NutsWorkspaceListConfig ( NutsWorkspaceListConfig other )This constructor is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.getName ( )This method is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.getUuid ( )This method is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.getWorkspaces ( )This method is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.setName ( String name )This method is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.setUuid ( String uuid )This method is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.setWorkspaces ( List<NutsWorkspaceLocation> workspaces )This method is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.toString ( )This method is from 'NutsWorkspaceListConfig' class.
[+] class NutsWorkspaceLocation 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 15 (0.1%)
NutsWorkspaceLocation.NutsWorkspaceLocation ( )This constructor is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.NutsWorkspaceLocation ( String uuid, String name, String location )This constructor is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.NutsWorkspaceLocation ( NutsWorkspaceLocation other )This constructor is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.copy ( )This method is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.equals ( Object o )This method is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.getLocation ( )This method is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.getName ( )This method is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.getUuid ( )This method is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.hashCode ( )This method is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.isEnabled ( )This method is from 'NutsWorkspaceLocation' class.
...
[+] class NutsWorkspaceNotFoundException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsWorkspaceNotFoundException.NutsWorkspaceNotFoundException ( String workspaceLocation )This constructor is from 'NutsWorkspaceNotFoundException' class.
NutsWorkspaceNotFoundException.getWorkspaceLocation ( )This method is from 'NutsWorkspaceNotFoundException' class.
[+] interface NutsAddUserCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 29 (0.2%)
NutsAddUserCommand.addGroup ( String p1 )This abstract method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.addGroups ( String... p1 )This abstract method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.addGroups ( Collection<String> p1 )This abstract method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.addPermission ( String p1 )This abstract method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.addPermissions ( String... p1 )This abstract method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.addPermissions ( Collection<String> p1 )This abstract method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.copySession ( )This abstract method is from 'NutsAddUserCommand' interface.
...
[+] interface NutsApplication 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsApplication.createApplicationContext ( NutsSession session, String[ ] args, long startTimeMillis )This method is from 'NutsApplication' interface.
NutsApplication.main ( Class<T> appType, String[ ] args )This method is from 'NutsApplication' interface.
NutsApplication.onInstallApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplication' interface.
NutsApplication.onUninstallApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplication' interface.
NutsApplication.onUpdateApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplication' interface.
NutsApplication.run ( String[ ] args )This method is from 'NutsApplication' interface.
NutsApplication.run ( NutsApplicationContext p1 )This abstract method is from 'NutsApplication' interface.
NutsApplication.run ( NutsSession session, String[ ] args )This method is from 'NutsApplication' interface.
NutsApplication.runAndExit ( String[ ] args )This method is from 'NutsApplication' interface.
[+] interface NutsApplicationContext 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 39 (0.3%)
NutsApplicationContext.configure ( boolean p1, String[ ] p2 )This method is from 'NutsApplicationContext' interface.
NutsApplicationContext.configure ( boolean p1, String... p2 )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.configureLast ( NutsCommandLine p1 )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppClass ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppId ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppPreviousVersion ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppsFolder ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppVersion ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppVersionStoreLocationSupplier ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getArguments ( )This abstract method is from 'NutsApplicationContext' interface.
...
[+] interface NutsAppVersionStoreLocationSupplier 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsAppVersionStoreLocationSupplier.getStoreLocation ( NutsStoreLocation p1, String p2 )This abstract method is from 'NutsAppVersionStoreLocationSupplier' interface.
[+] interface NutsArgument 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 36 (0.3%)
NutsArgument.getArgumentKey ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getArgumentOptionName ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getArgumentValue ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getBoolean ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getBoolean ( Boolean p1 )This abstract method is from 'NutsArgument' interface.
NutsArgument.getBooleanValue ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getBooleanValue ( Boolean p1 )This abstract method is from 'NutsArgument' interface.
NutsArgument.getDouble ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getDouble ( double p1 )This abstract method is from 'NutsArgument' interface.
NutsArgument.getDoubleValue ( )This abstract method is from 'NutsArgument' interface.
...
[+] interface NutsArgumentCandidate 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsArgumentCandidate.getDisplay ( )This abstract method is from 'NutsArgumentCandidate' interface.
NutsArgumentCandidate.getValue ( )This abstract method is from 'NutsArgumentCandidate' interface.
NutsArgumentCandidate.of ( String value, NutsSession session )This method is from 'NutsArgumentCandidate' interface.
[+] interface NutsArgumentCandidateBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsArgumentCandidateBuilder.build ( )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.getDisplay ( )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.getValue ( )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.of ( NutsSession session )This method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.setCandidate ( NutsArgumentCandidate p1 )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.setDisplay ( String p1 )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.setValue ( String p1 )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
[+] interface NutsArgumentName 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsArgumentName.getCandidates ( NutsCommandAutoComplete p1 )This abstract method is from 'NutsArgumentName' interface.
NutsArgumentName.getName ( )This abstract method is from 'NutsArgumentName' interface.
[+] interface NutsArrayElement 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 16 (0.1%)
NutsArrayElement.children ( )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.get ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getArray ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getBoolean ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getByte ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getDouble ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getFloat ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getInstant ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getInt ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getLong ( int p1 )This abstract method is from 'NutsArrayElement' interface.
...
[+] interface NutsArrayElementBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 32 (0.2%)
NutsArrayElementBuilder.add ( byte p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( char p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( double p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( float p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( int p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( long p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( Number p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( String p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( NutsElement p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( boolean p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
...
[+] interface NutsArtifactCall 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsArtifactCall.getArguments ( )This abstract method is from 'NutsArtifactCall' interface.
NutsArtifactCall.getId ( )This abstract method is from 'NutsArtifactCall' interface.
NutsArtifactCall.getProperties ( )This abstract method is from 'NutsArtifactCall' interface.
[+] interface NutsArtifactCallBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.1%)
NutsArtifactCallBuilder.build ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.clear ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.getArguments ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.getId ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.getProperties ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.set ( NutsArtifactCall p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.set ( NutsArtifactCallBuilder p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.setArguments ( String... p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.setId ( NutsId p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.setProperties ( Map<String,String> p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
[+] interface NutsArtifactFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsArtifactFilter.acceptSearchId ( NutsSearchId p1, NutsSession p2 )This abstract method is from 'NutsArtifactFilter' interface.
[+] interface NutsAuthenticationAgent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsAuthenticationAgent.checkCredentials ( char[ ] p1, char[ ] p2, Map<String,String> p3, NutsSession p4 )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, Map<String,String> p4, NutsSession p5 )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.getCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.getId ( )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.removeCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 )This abstract method is from 'NutsAuthenticationAgent' interface.
[+] interface NutsBootManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsBootManager.getSession ( )This abstract method is from 'NutsBootManager' interface.
NutsBootManager.setSession ( NutsSession p1 )This abstract method is from 'NutsBootManager' interface.
[+] interface NutsClassifierMapping 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsClassifierMapping.getArch ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getClassifier ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getOs ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getOsdist ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getPackaging ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getPlatform ( )This abstract method is from 'NutsClassifierMapping' interface.
[+] interface NutsClassifierMappingBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 16 (0.1%)
NutsClassifierMappingBuilder.build ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.clear ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getArch ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getClassifier ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getOs ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getOsdist ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getPackaging ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getPlatform ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.set ( NutsClassifierMapping p1 )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.set ( NutsClassifierMappingBuilder p1 )This abstract method is from 'NutsClassifierMappingBuilder' interface.
...
[+] interface NutsCodeFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsCodeFormat.getSupportLevel ( NutsSupportLevelContext<String> p1 )This abstract method is from 'NutsCodeFormat' interface.
NutsCodeFormat.stringToText ( String p1, NutsSession p2 )This abstract method is from 'NutsCodeFormat' interface.
NutsCodeFormat.tokenToText ( String p1, String p2, NutsSession p3 )This abstract method is from 'NutsCodeFormat' interface.
[+] interface NutsCommandAutoComplete 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.1%)
NutsCommandAutoComplete.addCandidate ( NutsArgumentCandidate p1 )This abstract method is from 'NutsCommandAutoComplete' interface.
NutsCommandAutoComplete.get ( Class<T> p1 )This abstract method is from 'NutsCommandAutoComplete' interface.
NutsCommandAutoComplete.getCandidates ( )This abstract method is from 'NutsCommandAutoComplete' interface.
NutsCommandAutoComplete.getCurrentWordIndex ( )This abstract method is from 'NutsCommandAutoComplete' interface.
NutsCommandAutoComplete.getLine ( )This abstract method is from 'NutsCommandAutoComplete' interface.
NutsCommandAutoComplete.getSession ( )This abstract method is from 'NutsCommandAutoComplete' interface.
NutsCommandAutoComplete.getWords ( )This abstract method is from 'NutsCommandAutoComplete' interface.
NutsCommandAutoComplete.getWorkspace ( )This abstract method is from 'NutsCommandAutoComplete' interface.
[+] interface NutsCommandAutoCompleteResolver 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsCommandAutoCompleteResolver.resolveCandidates ( NutsCommandLine p1, int p2, NutsSession p3 )This abstract method is from 'NutsCommandAutoCompleteResolver' interface.
[+] interface NutsCommandHistory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsCommandHistory.add ( Instant p1, String p2 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.getEntry ( int p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.iterator ( int p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.load ( )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.load ( InputStream p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.purge ( )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.save ( )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.save ( OutputStream p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.size ( )This abstract method is from 'NutsCommandHistory' interface.
[+] interface NutsCommandHistoryBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsCommandHistoryBuilder.build ( )This abstract method is from 'NutsCommandHistoryBuilder' interface.
NutsCommandHistoryBuilder.setPath ( File p1 )This abstract method is from 'NutsCommandHistoryBuilder' interface.
NutsCommandHistoryBuilder.setPath ( Path p1 )This abstract method is from 'NutsCommandHistoryBuilder' interface.
[+] interface NutsCommandHistoryEntry 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsCommandHistoryEntry.getIndex ( )This abstract method is from 'NutsCommandHistoryEntry' interface.
NutsCommandHistoryEntry.getLine ( )This abstract method is from 'NutsCommandHistoryEntry' interface.
NutsCommandHistoryEntry.getTime ( )This abstract method is from 'NutsCommandHistoryEntry' interface.
[+] interface NutsCommandLine 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 57 (0.4%)
NutsCommandLine.accept ( String... p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.accept ( int p1, String... p2 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.contains ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.find ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.formatter ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.formatter ( )This method is from 'NutsCommandLine' interface.
NutsCommandLine.get ( int p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getAutoComplete ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getCommandName ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getSpecialSimpleOptions ( )This abstract method is from 'NutsCommandLine' interface.
...
[+] interface NutsCommandLineConfigurable 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsCommandLineConfigurable.configure ( boolean p1, String... p2 )This abstract method is from 'NutsCommandLineConfigurable' interface.
NutsCommandLineConfigurable.configure ( boolean p1, NutsCommandLine p2 )This abstract method is from 'NutsCommandLineConfigurable' interface.
NutsCommandLineConfigurable.configureFirst ( NutsCommandLine p1 )This abstract method is from 'NutsCommandLineConfigurable' interface.
NutsCommandLineConfigurable.configureLast ( NutsCommandLine commandLine )This method is from 'NutsCommandLineConfigurable' interface.
[+] interface NutsCommandLineFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 16 (0.1%)
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.getCommandlineFamily ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.getFormatStrategy ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.getValue ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.isNtf ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setCommandlineFamily ( NutsCommandlineFamily p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setFormatStrategy ( NutsCommandLineFormatStrategy p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setNtf ( boolean p1 )This abstract method is from 'NutsCommandLineFormat' interface.
...
[+] interface NutsCommandLineManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 15 (0.1%)
NutsCommandLineManager.create ( String... p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.create ( List<String> p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createArgument ( String p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createCandidate ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createCandidate ( String value )This method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createHistory ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createName ( String type )This method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createName ( String p1, String p2 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.formatter ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.formatter ( NutsCommandLine p1 )This abstract method is from 'NutsCommandLineManager' interface.
...
[+] interface NutsCommandLineProcessor 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsCommandLineProcessor.onAutoComplete ( NutsCommandAutoComplete autoComplete )This method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onExec ( )This abstract method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onInit ( NutsCommandLine commandline )This method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onNextNonOption ( NutsArgument p1, NutsCommandLine p2 )This abstract method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onNextOption ( NutsArgument p1, NutsCommandLine p2 )This abstract method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onPrepare ( NutsCommandLine commandline )This method is from 'NutsCommandLineProcessor' interface.
[+] interface NutsCommandReadHighlighter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsCommandReadHighlighter.highlight ( String p1, NutsSession p2 )This abstract method is from 'NutsCommandReadHighlighter' interface.
[+] interface NutsConcurrentManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsConcurrentManager.executorService ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsConcurrentManager.getSession ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsConcurrentManager.lock ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsConcurrentManager.setSession ( NutsSession p1 )This abstract method is from 'NutsConcurrentManager' interface.
[+] interface NutsContent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsContent.getFilePath ( )This abstract method is from 'NutsContent' interface.
NutsContent.getLocation ( )This abstract method is from 'NutsContent' interface.
NutsContent.getPath ( )This abstract method is from 'NutsContent' interface.
NutsContent.getURL ( )This abstract method is from 'NutsContent' interface.
NutsContent.isCached ( )This abstract method is from 'NutsContent' interface.
NutsContent.isTemporary ( )This abstract method is from 'NutsContent' interface.
[+] interface NutsContentEvent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsContentEvent.getLocation ( )This abstract method is from 'NutsContentEvent' interface.
NutsContentEvent.getRepository ( )This abstract method is from 'NutsContentEvent' interface.
NutsContentEvent.getSession ( )This abstract method is from 'NutsContentEvent' interface.
NutsContentEvent.getWorkspace ( )This abstract method is from 'NutsContentEvent' interface.
[+] interface NutsCustomCommandManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 16 (0.1%)
NutsCustomCommandManager.addCommand ( NutsCommandConfig p1 )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.addCommandFactory ( NutsCommandFactoryConfig p1 )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.commandExists ( String p1 )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.commandFactoryExists ( String p1 )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.findAllCommands ( )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.findCommand ( String p1 )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.findCommand ( String p1, NutsId p2, NutsId p3 )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.findCommandsByOwner ( NutsId p1 )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.getCommandFactories ( )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.getSession ( )This abstract method is from 'NutsCustomCommandManager' interface.
...
[+] interface NutsDefinition 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 17 (0.1%)
NutsDefinition.compareTo ( Object p1 )This method is from 'NutsDefinition' interface.
NutsDefinition.compareTo ( NutsDefinition p1 )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getApiId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getContent ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getDependencies ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getEffectiveDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getInstallInformation ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getLocation ( )This abstract method is from 'NutsDefinition' interface.
...
[+] interface NutsDependencies 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.1%)
NutsDependencies.all ( )This abstract method is from 'NutsDependencies' interface.
NutsDependencies.filter ( )This abstract method is from 'NutsDependencies' interface.
NutsDependencies.immediate ( )This abstract method is from 'NutsDependencies' interface.
NutsDependencies.mergedDependencies ( )This abstract method is from 'NutsDependencies' interface.
NutsDependencies.mergedNodes ( )This abstract method is from 'NutsDependencies' interface.
NutsDependencies.nodes ( )This abstract method is from 'NutsDependencies' interface.
NutsDependencies.sourceIds ( )This abstract method is from 'NutsDependencies' interface.
NutsDependencies.stream ( )This abstract method is from 'NutsDependencies' interface.
[+] interface NutsDependency 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 21 (0.2%)
NutsDependency.builder ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.formatter ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.formatter ( )This method is from 'NutsDependency' interface.
NutsDependency.getArch ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getArtifactId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getClassifier ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getExclusions ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getFullName ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getGroupId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getLongName ( )This abstract method is from 'NutsDependency' interface.
...
[+] interface NutsDependencyBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 42 (0.3%)
NutsDependencyBuilder.addProperties ( String p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.build ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.clear ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getArch ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getArtifactId ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getClassifier ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getExclusions ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getFullName ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getGroupId ( )This abstract method is from 'NutsDependencyBuilder' interface.
...
[+] interface NutsDependencyFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsDependencyFilter.acceptDependency ( NutsId p1, NutsDependency p2, NutsSession p3 )This abstract method is from 'NutsDependencyFilter' interface.
NutsDependencyFilter.and ( NutsDependencyFilter p1 )This abstract method is from 'NutsDependencyFilter' interface.
NutsDependencyFilter.neg ( )This abstract method is from 'NutsDependencyFilter' interface.
NutsDependencyFilter.neg ( )This method is from 'NutsDependencyFilter' interface.
NutsDependencyFilter.or ( NutsDependencyFilter p1 )This abstract method is from 'NutsDependencyFilter' interface.
[+] interface NutsDependencyFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 18 (0.1%)
NutsDependencyFilterManager.byArch ( NutsArchFamily... p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byArch ( String p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byArch ( Collection<NutsArchFamily> p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byArch ( NutsArchFamily p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byExclude ( NutsDependencyFilter p1, String[ ] p2 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byExpression ( String p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOptional ( Boolean p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOs ( NutsOsFamily... p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOs ( String p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOs ( Collection<NutsOsFamily> p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
...
[+] interface NutsDependencyFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 34 (0.3%)
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getOmitQueryProperties ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getValue ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightImportedGroup ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightOptional ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightScope ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitClassifier ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitExclusions ( )This abstract method is from 'NutsDependencyFormat' interface.
...
[+] interface NutsDependencyManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.1%)
NutsDependencyManager.builder ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.filter ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.formatter ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.formatter ( NutsDependency p1 )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.getSession ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.parser ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.setSession ( NutsSession p1 )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.toScopeSet ( NutsDependencyScopePattern p1 )This abstract method is from 'NutsDependencyManager' interface.
[+] interface NutsDependencyParser 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsDependencyParser.isLenient ( )This abstract method is from 'NutsDependencyParser' interface.
NutsDependencyParser.of ( NutsSession session )This method is from 'NutsDependencyParser' interface.
NutsDependencyParser.parseDependency ( String p1 )This abstract method is from 'NutsDependencyParser' interface.
NutsDependencyParser.parseOptional ( String p1 )This abstract method is from 'NutsDependencyParser' interface.
NutsDependencyParser.parseScope ( String p1 )This abstract method is from 'NutsDependencyParser' interface.
NutsDependencyParser.setLenient ( boolean p1 )This abstract method is from 'NutsDependencyParser' interface.
[+] interface NutsDependencyTreeNode 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsDependencyTreeNode.getChildren ( )This abstract method is from 'NutsDependencyTreeNode' interface.
NutsDependencyTreeNode.getDependency ( )This abstract method is from 'NutsDependencyTreeNode' interface.
NutsDependencyTreeNode.isPartial ( )This abstract method is from 'NutsDependencyTreeNode' interface.
[+] interface NutsDeployCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 38 (0.3%)
NutsDeployCommand.addId ( String p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.addId ( NutsId p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.addIds ( String... p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.clearIds ( )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDeployCommand' interface.
NutsDeployCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDeployCommand' interface.
NutsDeployCommand.copySession ( )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.copySession ( )This method is from 'NutsDeployCommand' interface.
...
[+] interface NutsDescriptor 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 23 (0.2%)
NutsDescriptor.builder ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getArch ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getCategories ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getClassifierMappings ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDependencies ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDescription ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDesktopEnvironment ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getExecutor ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getGenericName ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getIcons ( )This abstract method is from 'NutsDescriptor' interface.
...
[+] interface NutsDescriptorBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 75 (0.6%)
NutsDescriptorBuilder.addArch ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addClassifierMapping ( NutsClassifierMapping p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addDependencies ( NutsDependency[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addDependency ( NutsDependency p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addLocation ( NutsIdLocation p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addOs ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addOsdist ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addPlatform ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addStandardDependencies ( NutsDependency[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
...
[+] interface NutsDescriptorFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsDescriptorFilter.acceptDescriptor ( NutsDescriptor p1, NutsSession p2 )This abstract method is from 'NutsDescriptorFilter' interface.
NutsDescriptorFilter.acceptSearchId ( NutsSearchId sid, NutsSession session )This method is from 'NutsDescriptorFilter' interface.
NutsDescriptorFilter.and ( NutsDescriptorFilter p1 )This abstract method is from 'NutsDescriptorFilter' interface.
NutsDescriptorFilter.neg ( )This abstract method is from 'NutsDescriptorFilter' interface.
NutsDescriptorFilter.neg ( )This method is from 'NutsDescriptorFilter' interface.
NutsDescriptorFilter.or ( NutsDescriptorFilter p1 )This abstract method is from 'NutsDescriptorFilter' interface.
[+] interface NutsDescriptorFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 14 (0.1%)
NutsDescriptorFilterManager.byApiVersion ( NutsVersion p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byApp ( Boolean p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byArch ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byCompanion ( NutsVersion p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExec ( Boolean p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExpression ( String p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExtension ( NutsVersion p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byLockedIds ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byOsdist ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byPackaging ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
...
[+] interface NutsDescriptorFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.1%)
NutsDescriptorFormat.compact ( )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.compact ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.isCompact ( )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setCompact ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setNtf ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setNtf ( boolean p1 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setValue ( NutsDescriptor p1 )This abstract method is from 'NutsDescriptorFormat' interface.
[+] interface NutsDescriptorManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.1%)
NutsDescriptorManager.callBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.classifierBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.descriptorBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.filter ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.formatter ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.formatter ( NutsDescriptor p1 )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.getSession ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.locationBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.parser ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.setSession ( NutsSession p1 )This abstract method is from 'NutsDescriptorManager' interface.
[+] interface NutsDescriptorParser 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.1%)
NutsDescriptorParser.getDescriptorStyle ( )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.getSession ( )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.isLenient ( )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.of ( NutsSession session )This method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( byte[ ] p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( File p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( InputStream p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( String p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( URL p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( Path p1 )This abstract method is from 'NutsDescriptorParser' interface.
...
[+] interface NutsElement 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 43 (0.3%)
NutsElement.asArray ( )This abstract method is from 'NutsElement' interface.
NutsElement.asBoolean ( )This abstract method is from 'NutsElement' interface.
NutsElement.asByte ( )This abstract method is from 'NutsElement' interface.
NutsElement.asDouble ( )This abstract method is from 'NutsElement' interface.
NutsElement.asFloat ( )This abstract method is from 'NutsElement' interface.
NutsElement.asInstant ( )This abstract method is from 'NutsElement' interface.
NutsElement.asInt ( )This abstract method is from 'NutsElement' interface.
NutsElement.asLong ( )This abstract method is from 'NutsElement' interface.
NutsElement.asObject ( )This abstract method is from 'NutsElement' interface.
NutsElement.asPrimitive ( )This abstract method is from 'NutsElement' interface.
...
[+] interface NutsElementEntry 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsElementEntry.getKey ( )This abstract method is from 'NutsElementEntry' interface.
NutsElementEntry.getValue ( )This abstract method is from 'NutsElementEntry' interface.
[+] interface NutsElementFactoryContext 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.1%)
NutsElementFactoryContext.defaultDestruct ( Object p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Class<T> p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.defaultObjectToElement ( Object p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.destruct ( Object p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.element ( )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.elementToObject ( NutsElement p1, Class<T> p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.elementToObject ( NutsElement p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.getDestructTypeFilter ( )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.getProperties ( )This abstract method is from 'NutsElementFactoryContext' interface.
...
[+] interface NutsElementFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 60 (0.5%)
NutsElementFormat.compilePath ( String p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.convert ( Object p1, Class<T> p2 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.destruct ( Object p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.forArray ( )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.forBoolean ( String p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.forBoolean ( boolean p1 )This abstract method is from 'NutsElementFormat' interface.
...
[+] interface NutsElementMapper<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsElementMapper<T>.createElement ( T p1, Type p2, NutsElementFactoryContext p3 )This abstract method is from 'NutsElementMapper<T>' interface.
NutsElementMapper<T>.createObject ( NutsElement p1, Type p2, NutsElementFactoryContext p3 )This abstract method is from 'NutsElementMapper<T>' interface.
NutsElementMapper<T>.destruct ( T p1, Type p2, NutsElementFactoryContext p3 )This abstract method is from 'NutsElementMapper<T>' interface.
[+] interface NutsElementPath 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsElementPath.filter ( List<NutsElement> p1 )This abstract method is from 'NutsElementPath' interface.
NutsElementPath.filter ( NutsElement p1 )This abstract method is from 'NutsElementPath' interface.
[+] interface NutsEnum 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsEnum.id ( )This abstract method is from 'NutsEnum' interface.
NutsEnum.parseLenient ( Class<T> type, String value )This method is from 'NutsEnum' interface.
NutsEnum.parseLenient ( Class<T> type, String value, T emptyOrErrorValue )This method is from 'NutsEnum' interface.
NutsEnum.parseLenient ( Class<T> type, String value, T emptyValue, T errorOrUnknownValue )This method is from 'NutsEnum' interface.
[+] interface NutsExceptionBase 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsExceptionBase.detectExceptionBase ( Throwable th )This method is from 'NutsExceptionBase' interface.
NutsExceptionBase.detectSession ( Throwable th )This method is from 'NutsExceptionBase' interface.
NutsExceptionBase.getFormattedMessage ( )This abstract method is from 'NutsExceptionBase' interface.
NutsExceptionBase.getFormattedString ( )This abstract method is from 'NutsExceptionBase' interface.
NutsExceptionBase.getMessage ( )This abstract method is from 'NutsExceptionBase' interface.
NutsExceptionBase.getSession ( )This abstract method is from 'NutsExceptionBase' interface.
NutsExceptionBase.getWorkspace ( )This abstract method is from 'NutsExceptionBase' interface.
[+] interface NutsExecCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 62 (0.5%)
NutsExecCommand.addCommand ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addCommand ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addEnv ( Map<String,String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOption ( String p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearCommand ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearEnv ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearExecutorOptions ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsExecCommand' interface.
...
[+] interface NutsExecCommandFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 18 (0.1%)
NutsExecCommandFormat.getArgumentFilter ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getArgumentReplacer ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getEnvFilter ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getEnvReplacer ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getValue ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.isRedirectError ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.isRedirectInput ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.isRedirectOutput ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.setArgumentFilter ( Predicate<NutsExecCommandFormat.ArgEntry> p1 )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.setArgumentReplacer ( Function<NutsExecCommandFormat.ArgEntry,String> p1 )This abstract method is from 'NutsExecCommandFormat' interface.
...
[+] interface NutsExecCommandFormat.ArgEntry 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsExecCommandFormat.ArgEntry.getIndex ( )This abstract method is from 'NutsExecCommandFormat.ArgEntry' interface.
NutsExecCommandFormat.ArgEntry.getValue ( )This abstract method is from 'NutsExecCommandFormat.ArgEntry' interface.
[+] interface NutsExecCommandFormat.EnvEntry 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsExecCommandFormat.EnvEntry.getName ( )This abstract method is from 'NutsExecCommandFormat.EnvEntry' interface.
NutsExecCommandFormat.EnvEntry.getValue ( )This abstract method is from 'NutsExecCommandFormat.EnvEntry' interface.
[+] interface NutsExecutableInformation 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsExecutableInformation.getDescription ( )This abstract method is from 'NutsExecutableInformation' interface.
NutsExecutableInformation.getHelpText ( )This abstract method is from 'NutsExecutableInformation' interface.
NutsExecutableInformation.getId ( )This abstract method is from 'NutsExecutableInformation' interface.
NutsExecutableInformation.getName ( )This abstract method is from 'NutsExecutableInformation' interface.
NutsExecutableInformation.getType ( )This abstract method is from 'NutsExecutableInformation' interface.
NutsExecutableInformation.getValue ( )This abstract method is from 'NutsExecutableInformation' interface.
[+] interface NutsExecutionContext 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 19 (0.1%)
NutsExecutionContext.getArguments ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCommandName ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCwd ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getDefinition ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getEnv ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecSession ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutionType ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorArguments ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorDescriptor ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorProperties ( )This abstract method is from 'NutsExecutionContext' interface.
...
[+] interface NutsExecutionEntry 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsExecutionEntry.getName ( )This abstract method is from 'NutsExecutionEntry' interface.
NutsExecutionEntry.isApp ( )This abstract method is from 'NutsExecutionEntry' interface.
NutsExecutionEntry.isDefaultEntry ( )This abstract method is from 'NutsExecutionEntry' interface.
[+] interface NutsExecutionEntryAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsExecutionEntryAction.getSession ( )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.parse ( File p1 )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.parse ( InputStream p1, String p2, String p3 )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.parse ( Path p1 )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.setSession ( NutsSession p1 )This abstract method is from 'NutsExecutionEntryAction' interface.
[+] interface NutsExecutorComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsExecutorComponent.dryExec ( NutsExecutionContext p1 )This abstract method is from 'NutsExecutorComponent' interface.
NutsExecutorComponent.exec ( NutsExecutionContext p1 )This abstract method is from 'NutsExecutorComponent' interface.
NutsExecutorComponent.getId ( )This abstract method is from 'NutsExecutorComponent' interface.
[+] interface NutsExtensionInformation 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsExtensionInformation.getAuthor ( )This abstract method is from 'NutsExtensionInformation' interface.
NutsExtensionInformation.getCategory ( )This abstract method is from 'NutsExtensionInformation' interface.
NutsExtensionInformation.getDescription ( )This abstract method is from 'NutsExtensionInformation' interface.
NutsExtensionInformation.getId ( )This abstract method is from 'NutsExtensionInformation' interface.
NutsExtensionInformation.getName ( )This abstract method is from 'NutsExtensionInformation' interface.
NutsExtensionInformation.getSource ( )This abstract method is from 'NutsExtensionInformation' interface.
[+] interface NutsFetchCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 51 (0.4%)
NutsFetchCommand.addRepositoryFilter ( NutsRepositoryFilter p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScope ( NutsDependencyScope p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScope ( NutsDependencyScopePattern p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScopes ( NutsDependencyScope... p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScopes ( NutsDependencyScopePattern... p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.clearScopes ( )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsFetchCommand' interface.
NutsFetchCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsFetchCommand' interface.
NutsFetchCommand.copy ( )This abstract method is from 'NutsFetchCommand' interface.
...
[+] interface NutsFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.1%)
NutsFilter.and ( NutsFilter p1 )This abstract method is from 'NutsFilter' interface.
NutsFilter.getFilterOp ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.getFilterType ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.getSubFilters ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.getWorkspace ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.neg ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.or ( NutsFilter p1 )This abstract method is from 'NutsFilter' interface.
NutsFilter.simplify ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.simplify ( Class<T> p1 )This abstract method is from 'NutsFilter' interface.
NutsFilter.to ( Class<T> p1 )This abstract method is from 'NutsFilter' interface.
[+] interface NutsFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 22 (0.2%)
NutsFilterManager.all ( NutsFilter... p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.all ( Class<T> p1, NutsFilter... p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.always ( Class<T> p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.any ( NutsFilter... p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.any ( Class<T> p1, NutsFilter... p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.as ( Class<T> p1, NutsFilter p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.dependency ( )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.descriptor ( )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.detectType ( NutsFilter p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.getSession ( )This abstract method is from 'NutsFilterManager' interface.
...
[+] interface NutsFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 22 (0.2%)
NutsFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsFormat' interface.
NutsFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsFormat' interface.
NutsFormat.format ( )This abstract method is from 'NutsFormat' interface.
NutsFormat.getSession ( )This abstract method is from 'NutsFormat' interface.
NutsFormat.isNtf ( )This abstract method is from 'NutsFormat' interface.
NutsFormat.print ( )This abstract method is from 'NutsFormat' interface.
NutsFormat.print ( File p1 )This abstract method is from 'NutsFormat' interface.
NutsFormat.print ( OutputStream p1 )This abstract method is from 'NutsFormat' interface.
NutsFormat.print ( Writer p1 )This abstract method is from 'NutsFormat' interface.
NutsFormat.print ( Path p1 )This abstract method is from 'NutsFormat' interface.
...
[+] interface NutsFormatManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
NutsFormatManager.element ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.element ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.getSession ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.object ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.object ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.props ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.props ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.setSession ( NutsSession p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.table ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.table ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
...
[+] interface NutsFormattable 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsFormattable.format ( )This method is from 'NutsFormattable' interface.
NutsFormattable.formatter ( )This abstract method is from 'NutsFormattable' interface.
[+] interface NutsId 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 28 (0.2%)
NutsId.anyToken ( )This abstract method is from 'NutsId' interface.
NutsId.artifactIdToken ( )This abstract method is from 'NutsId' interface.
NutsId.builder ( )This abstract method is from 'NutsId' interface.
NutsId.equalsShortName ( NutsId p1 )This abstract method is from 'NutsId' interface.
NutsId.getArch ( )This abstract method is from 'NutsId' interface.
NutsId.getArtifactId ( )This abstract method is from 'NutsId' interface.
NutsId.getClassifier ( )This abstract method is from 'NutsId' interface.
NutsId.getFace ( )This abstract method is from 'NutsId' interface.
NutsId.getFullName ( )This abstract method is from 'NutsId' interface.
NutsId.getGroupId ( )This abstract method is from 'NutsId' interface.
...
[+] interface NutsIdBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 41 (0.3%)
NutsIdBuilder.addProperties ( String p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.apply ( Function<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.build ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.clear ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getArch ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getArtifactId ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getClassifier ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getFace ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getFullName ( )This abstract method is from 'NutsIdBuilder' interface.
...
[+] interface NutsIdFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsIdFilter.acceptId ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIdFilter' interface.
NutsIdFilter.acceptSearchId ( NutsSearchId sid, NutsSession session )This method is from 'NutsIdFilter' interface.
NutsIdFilter.and ( NutsIdFilter p1 )This abstract method is from 'NutsIdFilter' interface.
NutsIdFilter.neg ( )This method is from 'NutsIdFilter' interface.
NutsIdFilter.neg ( )This abstract method is from 'NutsIdFilter' interface.
NutsIdFilter.or ( NutsIdFilter p1 )This abstract method is from 'NutsIdFilter' interface.
[+] interface NutsIdFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsIdFilterManager.byDefaultVersion ( Boolean p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byExpression ( String p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byInstallStatus ( NutsInstallStatusFilter p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byName ( String... p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.setSession ( NutsSession p1 )This method is from 'NutsIdFilterManager' interface.
[+] interface NutsIdFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 30 (0.2%)
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getOmitProperties ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getValue ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightImportedGroupId ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightOptional ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightScope ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitClassifier ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitFace ( )This abstract method is from 'NutsIdFormat' interface.
...
[+] interface NutsIdLocation 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsIdLocation.getClassifier ( )This abstract method is from 'NutsIdLocation' interface.
NutsIdLocation.getRegion ( )This abstract method is from 'NutsIdLocation' interface.
NutsIdLocation.getUrl ( )This abstract method is from 'NutsIdLocation' interface.
[+] interface NutsIdLocationBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.1%)
NutsIdLocationBuilder.build ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.clear ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getClassifier ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getRegion ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getUrl ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.set ( NutsIdLocation p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.set ( NutsIdLocationBuilder p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.setClassifier ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.setRegion ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.setUrl ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
[+] interface NutsIdManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.1%)
NutsIdManager.builder ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.filter ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.formatter ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.formatter ( NutsId p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.getSession ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.parse ( String p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.parser ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.resolveId ( Class p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.resolveIds ( Class p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.setSession ( NutsSession p1 )This abstract method is from 'NutsIdManager' interface.
[+] interface NutsIdParser 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsIdParser.isLenient ( )This abstract method is from 'NutsIdParser' interface.
NutsIdParser.of ( NutsSession session )This method is from 'NutsIdParser' interface.
NutsIdParser.parse ( String p1 )This abstract method is from 'NutsIdParser' interface.
NutsIdParser.setLenient ( boolean p1 )This abstract method is from 'NutsIdParser' interface.
[+] interface NutsImportManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.1%)
NutsImportManager.add ( String[ ] p1 )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.getAll ( )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.getSession ( )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.isImportedGroupId ( String p1 )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.remove ( String[ ] p1 )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.removeAll ( )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.set ( String[ ] p1 )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.setSession ( NutsSession p1 )This abstract method is from 'NutsImportManager' interface.
[+] interface NutsIndexStore 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsIndexStore.invalidate ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.isEnabled ( )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.isSubscribed ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.revalidate ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.search ( NutsIdFilter p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.searchVersions ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.setEnabled ( boolean p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.subscribe ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.unsubscribe ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
[+] interface NutsInfoFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.1%)
NutsInfoFormat.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.addProperty ( String p1, String p2 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.isFancy ( )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.isShowRepositories ( )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setFancy ( boolean p1 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setNtf ( boolean p1 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setNtf ( boolean p1 )This abstract method is from 'NutsInfoFormat' interface.
...
[+] interface NutsInput 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 17 (0.1%)
NutsInput.close ( )This abstract method is from 'NutsInput' interface.
NutsInput.getContentEncoding ( )This abstract method is from 'NutsInput' interface.
NutsInput.getContentType ( )This abstract method is from 'NutsInput' interface.
NutsInput.getFilePath ( )This abstract method is from 'NutsInput' interface.
NutsInput.getFormattedName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getLastModifiedInstant ( )This abstract method is from 'NutsInput' interface.
NutsInput.getName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getSource ( )This abstract method is from 'NutsInput' interface.
NutsInput.getTypeName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getURL ( )This abstract method is from 'NutsInput' interface.
...
[+] interface NutsInputAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 17 (0.1%)
NutsInputAction.getName ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.getSession ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.getTypeName ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.isMultiRead ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( byte[ ] p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( File p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( InputStream p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( Object p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( String p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( URL p1 )This abstract method is from 'NutsInputAction' interface.
...
[+] interface NutsInstallCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 43 (0.3%)
NutsInstallCommand.addArg ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addConditionalArgs ( Predicate<NutsDefinition> p1, String... p2 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( NutsId p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearArgs ( )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearIds ( )This abstract method is from 'NutsInstallCommand' interface.
...
[+] interface NutsInstallerComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsInstallerComponent.install ( NutsExecutionContext p1 )This abstract method is from 'NutsInstallerComponent' interface.
NutsInstallerComponent.uninstall ( NutsExecutionContext p1, boolean p2 )This abstract method is from 'NutsInstallerComponent' interface.
NutsInstallerComponent.update ( NutsExecutionContext p1 )This abstract method is from 'NutsInstallerComponent' interface.
[+] interface NutsInstallEvent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsInstallEvent.getDefinition ( )This abstract method is from 'NutsInstallEvent' interface.
NutsInstallEvent.getSession ( )This abstract method is from 'NutsInstallEvent' interface.
NutsInstallEvent.getWorkspace ( )This abstract method is from 'NutsInstallEvent' interface.
NutsInstallEvent.isForce ( )This abstract method is from 'NutsInstallEvent' interface.
[+] interface NutsInstallInformation 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 16 (0.1%)
NutsInstallInformation.getCreatedInstant ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getId ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getInstallFolder ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getInstallStatus ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getInstallUser ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getLastModifiedInstant ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryName ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryUUID ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isDefaultVersion ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isInstalledOrRequired ( )This abstract method is from 'NutsInstallInformation' interface.
...
[+] interface NutsInstallListener 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsInstallListener.onInstall ( NutsInstallEvent event )This method is from 'NutsInstallListener' interface.
NutsInstallListener.onRequire ( NutsInstallEvent event )This method is from 'NutsInstallListener' interface.
NutsInstallListener.onUninstall ( NutsInstallEvent event )This method is from 'NutsInstallListener' interface.
NutsInstallListener.onUnRequire ( NutsInstallEvent event )This method is from 'NutsInstallListener' interface.
NutsInstallListener.onUpdate ( NutsUpdateEvent event )This method is from 'NutsInstallListener' interface.
[+] interface NutsInstallStatusFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsInstallStatusFilter.acceptInstallStatus ( NutsInstallStatus p1, NutsSession p2 )This abstract method is from 'NutsInstallStatusFilter' interface.
NutsInstallStatusFilter.and ( NutsInstallStatusFilter p1 )This abstract method is from 'NutsInstallStatusFilter' interface.
NutsInstallStatusFilter.neg ( )This method is from 'NutsInstallStatusFilter' interface.
NutsInstallStatusFilter.neg ( )This abstract method is from 'NutsInstallStatusFilter' interface.
NutsInstallStatusFilter.or ( NutsInstallStatusFilter p1 )This abstract method is from 'NutsInstallStatusFilter' interface.
[+] interface NutsInstallStatusFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsInstallStatusFilterManager.byDefaultValue ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byDeployed ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byInstalled ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byObsolete ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byRequired ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.setSession ( NutsSession p1 )This method is from 'NutsInstallStatusFilterManager' interface.
[+] interface NutsIOCompressAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 35 (0.3%)
NutsIOCompressAction.addSource ( File p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( InputStream p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( String p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( URL p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( Path p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getFormat ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getFormatOption ( String p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getSession ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getSources ( )This abstract method is from 'NutsIOCompressAction' interface.
...
[+] interface NutsIOCopyAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 50 (0.4%)
NutsIOCopyAction.from ( File p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( InputStream p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( Object p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( String p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( URL p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( Path p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( NutsInput p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getByteArrayResult ( )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getSession ( )This abstract method is from 'NutsIOCopyAction' interface.
...
[+] interface NutsIOCopyValidator 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsIOCopyValidator.validate ( InputStream p1 )This abstract method is from 'NutsIOCopyValidator' interface.
[+] interface NutsIODeleteAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsIODeleteAction.getSession ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.getTarget ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.isFailFast ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.run ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setFailFast ( boolean p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( File p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( Object p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( Path p1 )This abstract method is from 'NutsIODeleteAction' interface.
[+] interface NutsIOHashAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 15 (0.1%)
NutsIOHashAction.algorithm ( String p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.computeBytes ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.computeString ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.getAlgorithm ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.getSession ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.md5 ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setAlgorithm ( String p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setSource ( File p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setSource ( InputStream p1 )This abstract method is from 'NutsIOHashAction' interface.
...
[+] interface NutsIOLockAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.1%)
NutsIOLockAction.call ( Callable<T> p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.call ( Callable<T> p1, long p2, TimeUnit p3 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.create ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getResource ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getSession ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getSource ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.run ( Runnable p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.run ( Runnable p1, long p2, TimeUnit p3 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.setResource ( File p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.setResource ( Object p1 )This abstract method is from 'NutsIOLockAction' interface.
...
[+] interface NutsIOManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 33 (0.3%)
NutsIOManager.addPathFactory ( NutsPathFactory p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.compress ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.copy ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createMemoryPrintStream ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createPrintStream ( OutputStream p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createPrintStream ( OutputStream p1, NutsTerminalMode p2 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createPrintStream ( Writer p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.delete ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.expandPath ( String p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.expandPath ( String p1, String p2 )This abstract method is from 'NutsIOManager' interface.
...
[+] interface NutsIOProcessAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
NutsIOProcessAction.failFast ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.failFast ( boolean p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getResultList ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getSession ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getType ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.isFailFast ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.isSupportedKillProcess ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.killProcess ( String p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.setFailFast ( boolean p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIOProcessAction' interface.
...
[+] interface NutsIOUncompressAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 39 (0.3%)
NutsIOUncompressAction.from ( File p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( InputStream p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( Object p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( String p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( URL p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( Path p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getFormat ( )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getFormatOption ( String p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getSession ( )This abstract method is from 'NutsIOUncompressAction' interface.
...
[+] interface NutsIOUncompressVisitor 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsIOUncompressVisitor.visitFile ( String p1, InputStream p2 )This abstract method is from 'NutsIOUncompressVisitor' interface.
NutsIOUncompressVisitor.visitFolder ( String p1 )This abstract method is from 'NutsIOUncompressVisitor' interface.
[+] interface NutsIterableFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsIterableFormat.complete ( long p1 )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIterableFormat' interface.
NutsIterableFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.getOutputFormat ( )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.next ( Object p1, long p2 )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.start ( )This abstract method is from 'NutsIterableFormat' interface.
[+] interface NutsLogger 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.1%)
NutsLogger.isLoggable ( Level p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( LogRecord p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( NutsSession p1, Level p2, String p3, Throwable p4 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4, Object... p5 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, Supplier<String> p4 )This abstract method is from 'NutsLogger' interface.
NutsLogger.of ( Class clazz, NutsSession session )This method is from 'NutsLogger' interface.
NutsLogger.with ( )This abstract method is from 'NutsLogger' interface.
[+] interface NutsLoggerOp 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 11 (0.1%)
NutsLoggerOp.error ( Throwable p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.formatted ( )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.formatted ( boolean p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.level ( Level p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.log ( String p1, Object... p2 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.log ( Supplier<String> p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.of ( Class clazz, NutsSession session )This method is from 'NutsLoggerOp' interface.
NutsLoggerOp.session ( NutsSession p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.style ( NutsTextFormatStyle p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.time ( long p1 )This abstract method is from 'NutsLoggerOp' interface.
...
[+] interface NutsLogManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.1%)
NutsLogManager.addHandler ( Handler p1 )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getFileHandler ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getFileLevel ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getHandlers ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getSession ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getTermHandler ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getTermLevel ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.of ( Class p1 )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.of ( String p1 )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.removeHandler ( Handler p1 )This abstract method is from 'NutsLogManager' interface.
...
[+] interface NutsMapListener<K,V> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsMapListener<K,V>.entryAdded ( K key, V value )This method is from 'NutsMapListener<K,V>' interface.
NutsMapListener<K,V>.entryRemoved ( K key, V value )This method is from 'NutsMapListener<K,V>' interface.
NutsMapListener<K,V>.entryUpdated ( K key, V newValue, V oldValue )This method is from 'NutsMapListener<K,V>' interface.
[+] interface NutsMemoryPrintStream 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsMemoryPrintStream.getBytes ( )This abstract method is from 'NutsMemoryPrintStream' interface.
[+] interface NutsMonitorAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 23 (0.2%)
NutsMonitorAction.create ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.createSource ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getLength ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getName ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getOrigin ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getProgressFactory ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getSession ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getSourceTypeName ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.isLogProgress ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.setLength ( long p1 )This abstract method is from 'NutsMonitorAction' interface.
...
[+] interface NutsMutableTableModel 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.1%)
NutsMutableTableModel.addCell ( Object p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addCells ( Object... p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addHeaderCell ( Object p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addHeaderCells ( Object... p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addRow ( Object... p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.clearHeader ( )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.newRow ( )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.of ( NutsSession session )This method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.setCellColSpan ( int p1, int p2, int p3 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.setCellRowSpan ( int p1, int p2, int p3 )This abstract method is from 'NutsMutableTableModel' interface.
...
[+] interface NutsObjectElement 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 39 (0.3%)
NutsObjectElement.children ( )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.get ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.get ( NutsElement p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getArray ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getArray ( NutsElement p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getBoolean ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getBoolean ( NutsElement p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getByte ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getByte ( NutsElement p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getDouble ( String p1 )This abstract method is from 'NutsObjectElement' interface.
...
[+] interface NutsObjectElementBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 24 (0.2%)
NutsObjectElementBuilder.add ( NutsElementEntry p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.add ( NutsObjectElement p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.add ( NutsObjectElementBuilder p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.build ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.children ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.clear ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.get ( String p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.get ( NutsElement p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.of ( NutsSession session )This method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.remove ( String p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
...
[+] interface NutsObjectFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.getValue ( )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setNtf ( boolean p1 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setNtf ( boolean p1 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setValue ( Object p1 )This abstract method is from 'NutsObjectFormat' interface.
[+] interface NutsOutput 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsOutput.close ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getFilePath ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getName ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getSource ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getTypeName ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getURL ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.isPath ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.isURL ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.open ( )This abstract method is from 'NutsOutput' interface.
[+] interface NutsOutputAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.1%)
NutsOutputAction.getName ( )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.getSession ( )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.getTypeName ( )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( File p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( OutputStream p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( Object p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( String p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( URL p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( Path p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( NutsPath p1 )This abstract method is from 'NutsOutputAction' interface.
...
[+] interface NutsOutputStreamTransparentAdapter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsOutputStreamTransparentAdapter.baseOutputStream ( )This abstract method is from 'NutsOutputStreamTransparentAdapter' interface.
[+] interface NutsPath 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 29 (0.2%)
NutsPath.asFilePath ( )This abstract method is from 'NutsPath' interface.
NutsPath.asString ( )This abstract method is from 'NutsPath' interface.
NutsPath.asURL ( )This abstract method is from 'NutsPath' interface.
NutsPath.delete ( boolean p1 )This abstract method is from 'NutsPath' interface.
NutsPath.exists ( )This abstract method is from 'NutsPath' interface.
NutsPath.getBaseName ( )This abstract method is from 'NutsPath' interface.
NutsPath.getContentEncoding ( )This abstract method is from 'NutsPath' interface.
NutsPath.getContentLength ( )This abstract method is from 'NutsPath' interface.
NutsPath.getContentType ( )This abstract method is from 'NutsPath' interface.
NutsPath.getFormattedName ( )This abstract method is from 'NutsPath' interface.
...
[+] interface NutsPathFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsPathFactory.createPath ( String p1, NutsSession p2, ClassLoader p3 )This abstract method is from 'NutsPathFactory' interface.
[+] interface NutsPrimitiveElement 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 18 (0.1%)
NutsPrimitiveElement.getBoolean ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getByte ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getDouble ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getFloat ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getInstant ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getInt ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getLong ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getNumber ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getShort ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getString ( )This abstract method is from 'NutsPrimitiveElement' interface.
...
[+] interface NutsPrintStream 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 47 (0.4%)
NutsPrintStream.append ( char p1 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.append ( CharSequence p1 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.append ( CharSequence p1, int p2, int p3 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.asOutputStream ( )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.asPrintStream ( )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.asWriter ( )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.close ( )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.convertMode ( NutsTerminalMode p1 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.convertSession ( NutsSession p1 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.flush ( )This abstract method is from 'NutsPrintStream' interface.
...
[+] interface NutsPrintStreamAdapter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsPrintStreamAdapter.getBaseNutsPrintStream ( )This abstract method is from 'NutsPrintStreamAdapter' interface.
[+] interface NutsProcessInfo 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsProcessInfo.getCommandLine ( )This abstract method is from 'NutsProcessInfo' interface.
NutsProcessInfo.getName ( )This abstract method is from 'NutsProcessInfo' interface.
NutsProcessInfo.getPid ( )This abstract method is from 'NutsProcessInfo' interface.
NutsProcessInfo.getTitle ( )This abstract method is from 'NutsProcessInfo' interface.
[+] interface NutsProgressEvent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
NutsProgressEvent.getCurrentValue ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getError ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getMaxValue ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getMessage ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getPartialMillis ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getPartialValue ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getPercent ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getSession ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getSource ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getTimeMillis ( )This abstract method is from 'NutsProgressEvent' interface.
...
[+] interface NutsProgressFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsProgressFactory.create ( Object p1, Object p2, NutsSession p3 )This abstract method is from 'NutsProgressFactory' interface.
[+] interface NutsProgressMonitor 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsProgressMonitor.onComplete ( NutsProgressEvent event )This method is from 'NutsProgressMonitor' interface.
NutsProgressMonitor.onProgress ( NutsProgressEvent event )This method is from 'NutsProgressMonitor' interface.
NutsProgressMonitor.onStart ( NutsProgressEvent event )This method is from 'NutsProgressMonitor' interface.
[+] interface NutsPropertiesFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 17 (0.1%)
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getModel ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getSeparator ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.isSorted ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setNtf ( boolean p1 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setNtf ( boolean p1 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setNtf ( boolean p1 )This abstract method is from 'NutsPropertiesFormat' interface.
...
[+] interface NutsPushCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 35 (0.3%)
NutsPushCommand.addArg ( String p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addArgs ( String... p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addId ( String p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addId ( NutsId p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addIds ( String... p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addLockedId ( String p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsPushCommand' interface.
...
[+] interface NutsQuestion<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 39 (0.3%)
NutsQuestion<T>.configure ( boolean p1, String[ ] p2 )This method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.configure ( boolean p1, String... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forBoolean ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forDouble ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forEnum ( Class<K> p1, String p2, Object... p3 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forFloat ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forInteger ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forLong ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forPassword ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forString ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
...
[+] interface NutsQuestionFormat<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsQuestionFormat<T>.format ( Object p1, NutsQuestion<T> p2 )This abstract method is from 'NutsQuestionFormat<T>' interface.
NutsQuestionFormat<T>.getDefaultValues ( Class p1, NutsQuestion<T> p2 )This abstract method is from 'NutsQuestionFormat<T>' interface.
[+] interface NutsQuestionParser<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsQuestionParser<T>.parse ( Object p1, T p2, NutsQuestion<T> p3 )This abstract method is from 'NutsQuestionParser<T>' interface.
[+] interface NutsQuestionValidator<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsQuestionValidator<T>.validate ( T p1, NutsQuestion<T> p2 )This abstract method is from 'NutsQuestionValidator<T>' interface.
[+] interface NutsRemoveUserCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 11 (0.1%)
NutsRemoveUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.copySession ( )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.copySession ( )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.getUsername ( )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.run ( )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.run ( )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.setSession ( NutsSession p1 )This method is from 'NutsRemoveUserCommand' interface.
...
[+] interface NutsRepository 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 20 (0.2%)
NutsRepository.addRepositoryListener ( NutsRepositoryListener p1 )This abstract method is from 'NutsRepository' interface.
NutsRepository.addUserPropertyListener ( NutsMapListener<String,Object> p1 )This abstract method is from 'NutsRepository' interface.
NutsRepository.config ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.env ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getName ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getParentRepository ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryListeners ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryType ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getUserProperties ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getUserPropertyListeners ( )This abstract method is from 'NutsRepository' interface.
...
[+] interface NutsRepositoryConfigManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 30 (0.2%)
NutsRepositoryConfigManager.addMirror ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.findMirror ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.findMirrorById ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.findMirrorByName ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getDeployOrder ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGlobalName ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGroups ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getLocation ( boolean p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getMirror ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getMirrors ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
...
[+] interface NutsRepositoryEnvManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsRepositoryEnvManager.get ( String p1, String p2 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.get ( String p1, String p2, boolean p3 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.getSession ( )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.set ( String p1, String p2 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.setSession ( NutsSession p1 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.toMap ( )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.toMap ( boolean p1 )This abstract method is from 'NutsRepositoryEnvManager' interface.
[+] interface NutsRepositoryEvent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsRepositoryEvent.getParent ( )This abstract method is from 'NutsRepositoryEvent' interface.
NutsRepositoryEvent.getPropertyName ( )This abstract method is from 'NutsRepositoryEvent' interface.
NutsRepositoryEvent.getPropertyOldValue ( )This abstract method is from 'NutsRepositoryEvent' interface.
NutsRepositoryEvent.getPropertyValue ( )This abstract method is from 'NutsRepositoryEvent' interface.
NutsRepositoryEvent.getRepository ( )This abstract method is from 'NutsRepositoryEvent' interface.
NutsRepositoryEvent.getSession ( )This abstract method is from 'NutsRepositoryEvent' interface.
NutsRepositoryEvent.getWorkspace ( )This abstract method is from 'NutsRepositoryEvent' interface.
[+] interface NutsRepositoryFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsRepositoryFilter.acceptRepository ( NutsRepository p1 )This abstract method is from 'NutsRepositoryFilter' interface.
NutsRepositoryFilter.and ( NutsRepositoryFilter p1 )This abstract method is from 'NutsRepositoryFilter' interface.
NutsRepositoryFilter.neg ( )This method is from 'NutsRepositoryFilter' interface.
NutsRepositoryFilter.neg ( )This abstract method is from 'NutsRepositoryFilter' interface.
NutsRepositoryFilter.or ( NutsRepositoryFilter p1 )This abstract method is from 'NutsRepositoryFilter' interface.
[+] interface NutsRepositoryFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsRepositoryFilterManager.byName ( String... p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.byUuid ( String... p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.installedRepo ( )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.setSession ( NutsSession p1 )This method is from 'NutsRepositoryFilterManager' interface.
[+] interface NutsRepositoryListener 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsRepositoryListener.onAddRepository ( NutsRepositoryEvent event )This method is from 'NutsRepositoryListener' interface.
NutsRepositoryListener.onConfigurationChanged ( NutsRepositoryEvent event )This method is from 'NutsRepositoryListener' interface.
NutsRepositoryListener.onDeploy ( NutsContentEvent event )This method is from 'NutsRepositoryListener' interface.
NutsRepositoryListener.onPush ( NutsContentEvent event )This method is from 'NutsRepositoryListener' interface.
NutsRepositoryListener.onRemoveRepository ( NutsRepositoryEvent event )This method is from 'NutsRepositoryListener' interface.
NutsRepositoryListener.onUndeploy ( NutsContentEvent event )This method is from 'NutsRepositoryListener' interface.
[+] interface NutsRepositoryManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
NutsRepositoryManager.addRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.addRepository ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.filter ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.findRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.findRepositoryById ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.findRepositoryByName ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.getRepositories ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.getRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.getSession ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.removeAllRepositories ( )This abstract method is from 'NutsRepositoryManager' interface.
...
[+] interface NutsRepositoryModel 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 16 (0.1%)
NutsRepositoryModel.acceptDeploy ( NutsId id, NutsFetchMode mode, NutsRepository repository, NutsSession session )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.acceptFetch ( NutsId id, NutsFetchMode mode, NutsRepository repository, NutsSession session )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.fetchContent ( NutsId id, NutsDescriptor descriptor, String localPath, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.fetchDescriptor ( NutsId id, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.getMode ( )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.getName ( )This abstract method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.getRepositoryType ( )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.getSpeed ( )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.getStoreLocationStrategy ( )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.getUuid ( )This method is from 'NutsRepositoryModel' interface.
...
[+] interface NutsRepositorySecurityManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 15 (0.1%)
NutsRepositorySecurityManager.addUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.findUsers ( )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getAuthenticationAgent ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getCredentials ( char[ ] p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getEffectiveUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getSession ( )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.isAllowed ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
...
[+] interface NutsResultList<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsResultList<T>.count ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.first ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.list ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.required ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.singleton ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.stream ( )This abstract method is from 'NutsResultList<T>' interface.
[+] interface NutsSdkManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 16 (0.1%)
NutsSdkManager.add ( NutsSdkLocation p1 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.find ( String p1, Predicate<NutsSdkLocation> p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.find ( NutsSdkLocation p1 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByName ( String p1, String p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByPath ( String p1, String p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByVersion ( String p1, String p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByVersion ( String p1, NutsVersionFilter p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findOne ( String p1, Predicate<NutsSdkLocation> p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findSdkTypes ( )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.getSession ( )This abstract method is from 'NutsSdkManager' interface.
...
[+] interface NutsSearchCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 139 (1.1%)
NutsSearchCommand.addArch ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addArchs ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addArchs ( Collection<String> p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
...
[+] interface NutsSearchId 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsSearchId.getDescriptor ( NutsSession p1 )This abstract method is from 'NutsSearchId' interface.
NutsSearchId.getId ( NutsSession p1 )This abstract method is from 'NutsSearchId' interface.
[+] interface NutsServiceLoader<T,B> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsServiceLoader<T,B>.loadAll ( B p1 )This abstract method is from 'NutsServiceLoader<T,B>' interface.
NutsServiceLoader<T,B>.loadBest ( B p1 )This abstract method is from 'NutsServiceLoader<T,B>' interface.
[+] interface NutsSession 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 91 (0.7%)
NutsSession.addListener ( NutsListener p1 )This abstract method is from 'NutsSession' interface.
NutsSession.addOutputFormatOptions ( String... p1 )This abstract method is from 'NutsSession' interface.
NutsSession.configure ( NutsWorkspaceOptions p1 )This abstract method is from 'NutsSession' interface.
NutsSession.copy ( )This abstract method is from 'NutsSession' interface.
NutsSession.copyFrom ( NutsSession p1 )This abstract method is from 'NutsSession' interface.
NutsSession.copyFrom ( NutsWorkspaceOptions p1 )This abstract method is from 'NutsSession' interface.
NutsSession.eout ( )This abstract method is from 'NutsSession' interface.
NutsSession.err ( )This abstract method is from 'NutsSession' interface.
NutsSession.flush ( )This abstract method is from 'NutsSession' interface.
NutsSession.getAppId ( )This abstract method is from 'NutsSession' interface.
...
[+] interface NutsSessionAware 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsSessionAware.setSession ( NutsSession p1 )This abstract method is from 'NutsSessionAware' interface.
[+] interface NutsSessionTerminal 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 23 (0.2%)
NutsSessionTerminal.ask ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.copy ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.err ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.getErr ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.getIn ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.getOut ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.in ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.out ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.printProgress ( float p1, String p2, Object... p3 )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.printProgress ( float p1, NutsMessage p2 )This abstract method is from 'NutsSessionTerminal' interface.
...
[+] interface NutsString 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsString.filteredText ( )This abstract method is from 'NutsString' interface.
NutsString.immutable ( )This abstract method is from 'NutsString' interface.
NutsString.isEmpty ( )This abstract method is from 'NutsString' interface.
NutsString.parse ( String str, NutsSession session )This method is from 'NutsString' interface.
NutsString.textLength ( )This abstract method is from 'NutsString' interface.
NutsString.toString ( )This abstract method is from 'NutsString' interface.
NutsString.toText ( )This abstract method is from 'NutsString' interface.
[+] interface NutsSupplier<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsSupplier<T>.create ( )This abstract method is from 'NutsSupplier<T>' interface.
NutsSupplier<T>.getLevel ( )This abstract method is from 'NutsSupplier<T>' interface.
[+] interface NutsSupportLevelContext<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsSupportLevelContext<T>.getConstraints ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
NutsSupportLevelContext<T>.getSession ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
NutsSupportLevelContext<T>.getWorkspace ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
[+] interface NutsSystemTerminal 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsSystemTerminal.err ( )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.in ( )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.out ( )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.printProgress ( float p1, NutsMessage p2, NutsSession p3 )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.readLine ( NutsMessage p1, NutsSession p2 )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.readPassword ( NutsMessage p1, NutsSession p2 )This abstract method is from 'NutsSystemTerminal' interface.
[+] interface NutsTableBordersFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsTableBordersFormat.format ( NutsTableSeparator p1 )This abstract method is from 'NutsTableBordersFormat' interface.
[+] interface NutsTableCell 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.1%)
NutsTableCell.getColspan ( )This abstract method is from 'NutsTableCell' interface.
NutsTableCell.getRowspan ( )This abstract method is from 'NutsTableCell' interface.
NutsTableCell.getValue ( )This abstract method is from 'NutsTableCell' interface.
NutsTableCell.getX ( )This abstract method is from 'NutsTableCell' interface.
NutsTableCell.getY ( )This abstract method is from 'NutsTableCell' interface.
NutsTableCell.setColspan ( int p1 )This abstract method is from 'NutsTableCell' interface.
NutsTableCell.setRowspan ( int p1 )This abstract method is from 'NutsTableCell' interface.
NutsTableCell.setValue ( Object p1 )This abstract method is from 'NutsTableCell' interface.
[+] interface NutsTableCellFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsTableCellFormat.format ( int row, int col, Object value, NutsSession session )This method is from 'NutsTableCellFormat' interface.
NutsTableCellFormat.getHorizontalAlign ( int row, int col, Object value, NutsSession session )This method is from 'NutsTableCellFormat' interface.
NutsTableCellFormat.getVerticalAlign ( int row, int col, Object value, NutsSession session )This method is from 'NutsTableCellFormat' interface.
[+] interface NutsTableFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 22 (0.2%)
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.createModel ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getBorder ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getModel ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getVisibleColumn ( int p1 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.isVisibleHeader ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.setBorder ( String p1 )This abstract method is from 'NutsTableFormat' interface.
...
[+] interface NutsTableModel 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.1%)
NutsTableModel.getCellColSpan ( int row, int column )This method is from 'NutsTableModel' interface.
NutsTableModel.getCellRowSpan ( int row, int column )This method is from 'NutsTableModel' interface.
NutsTableModel.getCellValue ( int p1, int p2 )This abstract method is from 'NutsTableModel' interface.
NutsTableModel.getColumnsCount ( )This abstract method is from 'NutsTableModel' interface.
NutsTableModel.getHeaderColSpan ( int column )This method is from 'NutsTableModel' interface.
NutsTableModel.getHeaderValue ( int column )This method is from 'NutsTableModel' interface.
NutsTableModel.getRowsCount ( )This abstract method is from 'NutsTableModel' interface.
NutsTableModel.of ( NutsSession session )This method is from 'NutsTableModel' interface.
[+] interface NutsTempAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsTempAction.createTempFile ( String p1 )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.createTempFolder ( String p1 )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.getRepositoryId ( )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.getSession ( )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.setRepositoryId ( String p1 )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.setSession ( NutsSession p1 )This abstract method is from 'NutsTempAction' interface.
[+] interface NutsTerminalManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 11 (0.1%)
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.createTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.createTerminal ( InputStream p1, NutsPrintStream p2, NutsPrintStream p3 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.createTerminal ( NutsSessionTerminal p1 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.enableRichTerm ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getSession ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getSystemTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.setSession ( NutsSession p1 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.setSystemTerminal ( NutsSystemTerminalBase p1 )This abstract method is from 'NutsTerminalManager' interface.
...
[+] interface NutsTerminalSpec 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsTerminalSpec.copyFrom ( NutsTerminalSpec p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.get ( String p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getAutoComplete ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getParent ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getProperties ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.put ( String p1, Object p2 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.putAll ( Map<String,Object> p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.setAutoComplete ( Boolean p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.setParent ( NutsSystemTerminalBase p1 )This abstract method is from 'NutsTerminalSpec' interface.
[+] interface NutsText 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsText.getType ( )This abstract method is from 'NutsText' interface.
NutsText.parse ( String str, NutsSession session )This method is from 'NutsText' interface.
[+] interface NutsTextBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 20 (0.2%)
NutsTextBuilder.append ( Object p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.append ( Object p1, NutsTextStyle p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.append ( Object p1, NutsTextStyles p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.append ( NutsText p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendAll ( Collection<?> p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendCode ( String p1, String p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendCommand ( NutsTerminalCommand p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendHash ( Object p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendHash ( Object p1, Object p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendJoined ( Object p1, Collection<?> p2 )This abstract method is from 'NutsTextBuilder' interface.
...
[+] interface NutsTextCode 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsTextCode.parse ( NutsSession p1 )This abstract method is from 'NutsTextCode' interface.
[+] interface NutsTextCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsTextCommand.getCommand ( )This abstract method is from 'NutsTextCommand' interface.
[+] interface NutsTextFormatLoader 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsTextFormatLoader.forPath ( String p1 )This abstract method is from 'NutsTextFormatLoader' interface.
[+] interface NutsTextFormatTheme 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsTextFormatTheme.getName ( )This abstract method is from 'NutsTextFormatTheme' interface.
NutsTextFormatTheme.toBasicStyles ( NutsTextStyles p1, NutsSession p2 )This abstract method is from 'NutsTextFormatTheme' interface.
[+] interface NutsTextLink 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsTextLink.getChild ( )This abstract method is from 'NutsTextLink' interface.
[+] interface NutsTextList 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsTextList.get ( int p1 )This abstract method is from 'NutsTextList' interface.
NutsTextList.simplify ( )This abstract method is from 'NutsTextList' interface.
NutsTextList.size ( )This abstract method is from 'NutsTextList' interface.
[+] interface NutsTextManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 30 (0.2%)
NutsTextManager.addCodeFormat ( NutsCodeFormat p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.builder ( )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forAnchor ( String p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forBlank ( )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forCode ( String p1, String p2 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forCommand ( NutsTerminalCommand p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forLink ( NutsText p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forList ( NutsText... p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forList ( Collection<NutsText> p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forNumbering ( )This abstract method is from 'NutsTextManager' interface.
...
[+] interface NutsTextNumbering 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsTextNumbering.getNumber ( int p1 )This abstract method is from 'NutsTextNumbering' interface.
NutsTextNumbering.getPattern ( )This abstract method is from 'NutsTextNumbering' interface.
NutsTextNumbering.getSeparator ( int p1 )This abstract method is from 'NutsTextNumbering' interface.
NutsTextNumbering.getValue ( )This abstract method is from 'NutsTextNumbering' interface.
NutsTextNumbering.newLevel ( int p1 )This abstract method is from 'NutsTextNumbering' interface.
NutsTextNumbering.size ( )This abstract method is from 'NutsTextNumbering' interface.
NutsTextNumbering.toString ( )This abstract method is from 'NutsTextNumbering' interface.
[+] interface NutsTextParser 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 27 (0.2%)
NutsTextParser.createLoader ( File p1 )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.createLoader ( ClassLoader p1 )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.escapeText ( String p1 )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.filterText ( String p1 )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.isIncomplete ( )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.of ( NutsSession session )This method is from 'NutsTextParser' interface.
NutsTextParser.parse ( InputStream p1 )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.parse ( InputStream p1, NutsTextVisitor p2 )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.parse ( Reader p1 )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.parse ( Reader p1, NutsTextVisitor p2 )This abstract method is from 'NutsTextParser' interface.
...
[+] interface NutsTextPlain 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsTextPlain.getText ( )This abstract method is from 'NutsTextPlain' interface.
[+] interface NutsTextStyled 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsTextStyled.getChild ( )This abstract method is from 'NutsTextStyled' interface.
NutsTextStyled.getStyles ( )This abstract method is from 'NutsTextStyled' interface.
[+] interface NutsTextStyleGenerator 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 27 (0.2%)
NutsTextStyleGenerator.hash ( int p1 )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.hash ( Object p1 )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludeBackground ( )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludeBlink ( )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludeBold ( )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludeForeground ( )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludeItalic ( )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludePlain ( )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludeReversed ( )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludeStriked ( )This abstract method is from 'NutsTextStyleGenerator' interface.
...
[+] interface NutsTextTitle 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsTextTitle.getChild ( )This abstract method is from 'NutsTextTitle' interface.
NutsTextTitle.getLevel ( )This abstract method is from 'NutsTextTitle' interface.
[+] interface NutsTextVisitor 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsTextVisitor.visit ( NutsText p1 )This abstract method is from 'NutsTextVisitor' interface.
[+] interface NutsTitleNumber 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsTitleNumber.first ( )This abstract method is from 'NutsTitleNumber' interface.
NutsTitleNumber.isNone ( )This abstract method is from 'NutsTitleNumber' interface.
NutsTitleNumber.next ( )This abstract method is from 'NutsTitleNumber' interface.
NutsTitleNumber.none ( )This abstract method is from 'NutsTitleNumber' interface.
NutsTitleNumber.toString ( )This abstract method is from 'NutsTitleNumber' interface.
[+] interface NutsTokenFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsTokenFilter.contains ( String p1 )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.isBlank ( )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.isNull ( )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.like ( String p1 )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.matches ( String p1 )This abstract method is from 'NutsTokenFilter' interface.
[+] interface NutsTreeFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 17 (0.1%)
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getLinkFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getModel ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getNodeFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setLinkFormat ( NutsTreeLinkFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNodeFormat ( NutsTreeNodeFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNtf ( boolean p1 )This method is from 'NutsTreeFormat' interface.
...
[+] interface NutsTreeLinkFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsTreeLinkFormat.formatChild ( NutsPositionType p1 )This abstract method is from 'NutsTreeLinkFormat' interface.
NutsTreeLinkFormat.formatMain ( NutsPositionType p1 )This abstract method is from 'NutsTreeLinkFormat' interface.
[+] interface NutsTreeModel 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsTreeModel.getChildren ( Object p1 )This abstract method is from 'NutsTreeModel' interface.
NutsTreeModel.getRoot ( )This abstract method is from 'NutsTreeModel' interface.
[+] interface NutsTreeNodeFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsTreeNodeFormat.format ( Object p1, int p2, NutsSession p3 )This abstract method is from 'NutsTreeNodeFormat' interface.
[+] interface NutsTypedFilters<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
NutsTypedFilters<T>.all ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.always ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.any ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.as ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.from ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.getSession ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.never ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.none ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.nonnull ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.not ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
...
[+] interface NutsUndeployCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 19 (0.1%)
NutsUndeployCommand.addId ( String p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.addId ( NutsId p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.addIds ( String... p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.clearIds ( )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.copySession ( )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.copySession ( )This method is from 'NutsUndeployCommand' interface.
...
[+] interface NutsUninstallCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 24 (0.2%)
NutsUninstallCommand.addArg ( String p1 )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.addArgs ( String... p1 )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.addId ( String p1 )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.addId ( NutsId p1 )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.addIds ( String... p1 )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.clearArgs ( )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.clearIds ( )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUninstallCommand' interface.
...
[+] interface NutsUpdateCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 54 (0.4%)
NutsUpdateCommand.addArg ( String p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addArgs ( String... p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addId ( String p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addId ( NutsId p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addIds ( String... p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addLockedId ( String p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsUpdateCommand' interface.
...
[+] interface NutsUpdateEvent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsUpdateEvent.getNewValue ( )This abstract method is from 'NutsUpdateEvent' interface.
NutsUpdateEvent.getOldValue ( )This abstract method is from 'NutsUpdateEvent' interface.
NutsUpdateEvent.getSession ( )This abstract method is from 'NutsUpdateEvent' interface.
NutsUpdateEvent.getWorkspace ( )This abstract method is from 'NutsUpdateEvent' interface.
NutsUpdateEvent.isForce ( )This abstract method is from 'NutsUpdateEvent' interface.
[+] interface NutsUpdateResult 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsUpdateResult.getAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.getDependencies ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.getId ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.getLocal ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateApplied ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateForced ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateStatusAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateVersionAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
[+] interface NutsUpdateStatisticsCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 20 (0.2%)
NutsUpdateStatisticsCommand.add ( String p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addPath ( Path p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addPaths ( Path... p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addPaths ( Collection<Path> p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addRepo ( String p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addRepos ( String... p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addRepos ( Collection<String> p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.clearPaths ( )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.clearRepos ( )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateStatisticsCommand' interface.
...
[+] interface NutsUpdateUserCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 57 (0.4%)
NutsUpdateUserCommand.addGroup ( String p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addGroups ( String... p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addGroups ( Collection<String> p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addPermission ( String p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addPermissions ( String... p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addPermissions ( Collection<String> p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.copySession ( )This abstract method is from 'NutsUpdateUserCommand' interface.
...
[+] interface NutsUser 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsUser.getGroups ( )This abstract method is from 'NutsUser' interface.
NutsUser.getInheritedPermissions ( )This abstract method is from 'NutsUser' interface.
NutsUser.getPermissions ( )This abstract method is from 'NutsUser' interface.
NutsUser.getRemoteIdentity ( )This abstract method is from 'NutsUser' interface.
NutsUser.getUser ( )This abstract method is from 'NutsUser' interface.
NutsUser.hasCredentials ( )This abstract method is from 'NutsUser' interface.
[+] interface NutsVersion 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 18 (0.1%)
NutsVersion.compareTo ( Object p1 )This method is from 'NutsVersion' interface.
NutsVersion.compareTo ( String p1 )This abstract method is from 'NutsVersion' interface.
NutsVersion.compareTo ( NutsVersion p1 )This abstract method is from 'NutsVersion' interface.
NutsVersion.filter ( )This abstract method is from 'NutsVersion' interface.
NutsVersion.get ( int p1 )This abstract method is from 'NutsVersion' interface.
NutsVersion.getNumber ( int p1 )This abstract method is from 'NutsVersion' interface.
NutsVersion.getNumber ( int p1, long p2 )This abstract method is from 'NutsVersion' interface.
NutsVersion.getNumber ( int p1, BigInteger p2 )This abstract method is from 'NutsVersion' interface.
NutsVersion.getValue ( )This abstract method is from 'NutsVersion' interface.
NutsVersion.inc ( )This abstract method is from 'NutsVersion' interface.
...
[+] interface NutsVersionFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsVersionFilter.acceptSearchId ( NutsSearchId sid, NutsSession session )This method is from 'NutsVersionFilter' interface.
NutsVersionFilter.acceptVersion ( NutsVersion p1, NutsSession p2 )This abstract method is from 'NutsVersionFilter' interface.
NutsVersionFilter.and ( NutsVersionFilter p1 )This abstract method is from 'NutsVersionFilter' interface.
NutsVersionFilter.neg ( )This method is from 'NutsVersionFilter' interface.
NutsVersionFilter.neg ( )This abstract method is from 'NutsVersionFilter' interface.
NutsVersionFilter.or ( NutsVersionFilter p1 )This abstract method is from 'NutsVersionFilter' interface.
[+] interface NutsVersionFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsVersionFilterManager.byExpression ( String p1 )This abstract method is from 'NutsVersionFilterManager' interface.
NutsVersionFilterManager.byValue ( String p1 )This abstract method is from 'NutsVersionFilterManager' interface.
NutsVersionFilterManager.setSession ( NutsSession p1 )This method is from 'NutsVersionFilterManager' interface.
NutsVersionFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsVersionFilterManager' interface.
[+] interface NutsVersionFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsVersionFormat.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.addProperty ( String p1, String p2 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.getVersion ( )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.isWorkspaceVersion ( )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setNtf ( boolean p1 )This method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setNtf ( boolean p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setSession ( NutsSession p1 )This method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setVersion ( NutsVersion p1 )This abstract method is from 'NutsVersionFormat' interface.
[+] interface NutsVersionInterval 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsVersionInterval.acceptVersion ( NutsVersion p1 )This abstract method is from 'NutsVersionInterval' interface.
NutsVersionInterval.getLowerBound ( )This abstract method is from 'NutsVersionInterval' interface.
NutsVersionInterval.getUpperBound ( )This abstract method is from 'NutsVersionInterval' interface.
NutsVersionInterval.isFixedValue ( )This abstract method is from 'NutsVersionInterval' interface.
NutsVersionInterval.isIncludeLowerBound ( )This abstract method is from 'NutsVersionInterval' interface.
NutsVersionInterval.isIncludeUpperBound ( )This abstract method is from 'NutsVersionInterval' interface.
[+] interface NutsVersionManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsVersionManager.filter ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.formatter ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.formatter ( NutsVersion p1 )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.getSession ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.parse ( String p1 )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.parser ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.setSession ( NutsSession p1 )This abstract method is from 'NutsVersionManager' interface.
[+] interface NutsVersionParser 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsVersionParser.isLenient ( )This abstract method is from 'NutsVersionParser' interface.
NutsVersionParser.parse ( String p1 )This abstract method is from 'NutsVersionParser' interface.
NutsVersionParser.parse ( NutsSession session )This method is from 'NutsVersionParser' interface.
NutsVersionParser.setLenient ( boolean p1 )This abstract method is from 'NutsVersionParser' interface.
[+] interface NutsWorkspace 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 45 (0.3%)
NutsWorkspace.apps ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.boot ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.commandLine ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.commands ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.concurrent ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.config ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.createSession ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.dependency ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.deploy ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.descriptor ( )This abstract method is from 'NutsWorkspace' interface.
...
[+] interface NutsWorkspaceAppsManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsWorkspaceAppsManager.createApplicationContext ( NutsSession p1, String[ ] p2, long p3, Class p4, String p5 )This abstract method is from 'NutsWorkspaceAppsManager' interface.
NutsWorkspaceAppsManager.execEntries ( )This abstract method is from 'NutsWorkspaceAppsManager' interface.
NutsWorkspaceAppsManager.getSession ( )This abstract method is from 'NutsWorkspaceAppsManager' interface.
NutsWorkspaceAppsManager.setSession ( NutsSession p1 )This abstract method is from 'NutsWorkspaceAppsManager' interface.
[+] interface NutsWorkspaceBootConfig 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 19 (0.1%)
NutsWorkspaceBootConfig.getBootPath ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getBootRepositories ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspace ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspaceName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getExtensions ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getHomeLocation ( NutsStoreLocation p1 )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getHomeLocations ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
...
[+] interface NutsWorkspaceBootConfig.Extension 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsWorkspaceBootConfig.Extension.getId ( )This abstract method is from 'NutsWorkspaceBootConfig.Extension' interface.
NutsWorkspaceBootConfig.Extension.isEnabled ( )This abstract method is from 'NutsWorkspaceBootConfig.Extension' interface.
[+] interface NutsWorkspaceCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsWorkspaceCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsWorkspaceCommand' interface.
NutsWorkspaceCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsWorkspaceCommand' interface.
NutsWorkspaceCommand.copySession ( )This abstract method is from 'NutsWorkspaceCommand' interface.
NutsWorkspaceCommand.getSession ( )This abstract method is from 'NutsWorkspaceCommand' interface.
NutsWorkspaceCommand.run ( )This abstract method is from 'NutsWorkspaceCommand' interface.
NutsWorkspaceCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsWorkspaceCommand' interface.
[+] interface NutsWorkspaceCommandFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsWorkspaceCommandFactory.configure ( NutsCommandFactoryConfig p1 )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
NutsWorkspaceCommandFactory.findCommand ( String p1, NutsSession p2 )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
NutsWorkspaceCommandFactory.findCommands ( NutsSession p1 )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
NutsWorkspaceCommandFactory.getFactoryId ( )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
NutsWorkspaceCommandFactory.getPriority ( )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
[+] interface NutsWorkspaceConfigManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 21 (0.2%)
NutsWorkspaceConfigManager.createContentFaceId ( NutsId p1, NutsDescriptor p2 )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.createWorkspaceListManager ( String p1 )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getAvailableArchetypes ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getDefaultRepositories ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getHashName ( Object p1 )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getIndexStoreClientFactory ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaCommand ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaOptions ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getSession ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getWorkspaceHashName ( String p1 )This abstract method is from 'NutsWorkspaceConfigManager' interface.
...
[+] interface NutsWorkspaceCustomCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsWorkspaceCustomCommand.dryExec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.exec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.getCommand ( )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.getExecutorOptions ( )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.getFactoryId ( )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.getHelpText ( NutsSession p1 )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.getName ( )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.getOwner ( )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.toCommandConfig ( )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
[+] interface NutsWorkspaceEnvManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 42 (0.3%)
NutsWorkspaceEnvManager.addLauncher ( NutsLauncherOptions p1 )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getArch ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getArchFamily ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getBootClassLoader ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getBootClassWorldURLs ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getBootOptions ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getBootRepositories ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getCreationFinishTimeMillis ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getCreationStartTimeMillis ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getCreationTimeMillis ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
...
[+] interface NutsWorkspaceEvent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsWorkspaceEvent.getPropertyName ( )This abstract method is from 'NutsWorkspaceEvent' interface.
NutsWorkspaceEvent.getPropertyOldValue ( )This abstract method is from 'NutsWorkspaceEvent' interface.
NutsWorkspaceEvent.getPropertyValue ( )This abstract method is from 'NutsWorkspaceEvent' interface.
NutsWorkspaceEvent.getRepository ( )This abstract method is from 'NutsWorkspaceEvent' interface.
NutsWorkspaceEvent.getSession ( )This abstract method is from 'NutsWorkspaceEvent' interface.
NutsWorkspaceEvent.getWorkspace ( )This abstract method is from 'NutsWorkspaceEvent' interface.
[+] interface NutsWorkspaceEventManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 14 (0.1%)
NutsWorkspaceEventManager.addInstallListener ( NutsInstallListener p1 )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.addRepositoryListener ( NutsRepositoryListener p1 )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.addUserPropertyListener ( NutsMapListener<String,Object> p1 )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.addWorkspaceListener ( NutsWorkspaceListener p1 )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.getInstallListeners ( )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.getRepositoryListeners ( )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.getSession ( )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.getUserPropertyListeners ( )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.getWorkspaceListeners ( )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.removeInstallListener ( NutsInstallListener p1 )This abstract method is from 'NutsWorkspaceEventManager' interface.
...
[+] interface NutsWorkspaceExtension 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsWorkspaceExtension.getId ( )This abstract method is from 'NutsWorkspaceExtension' interface.
NutsWorkspaceExtension.getWiredId ( )This abstract method is from 'NutsWorkspaceExtension' interface.
[+] interface NutsWorkspaceExtensionManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 22 (0.2%)
NutsWorkspaceExtensionManager.createAll ( Class<T> p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createAllSupported ( Class<T> p1, V p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2, ClassLoader p3 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2, Class[ ] p3, Object[ ] p4 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.discoverTypes ( NutsId p1, ClassLoader p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getConfigExtensions ( )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getExtensionObjects ( Class p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getExtensionTypes ( Class p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
...
[+] interface NutsWorkspaceInitInformation 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 25 (0.2%)
NutsWorkspaceInitInformation.getApiId ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getApiVersion ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getBootRepositories ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getBootWorkspaceFactory ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getClassWorldLoader ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getClassWorldURLs ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getExtensionBootDependencyNodes ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getExtensionBootDescriptors ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getExtensionsSet ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getHomeLocations ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
...
[+] interface NutsWorkspaceListener 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsWorkspaceListener.onAddRepository ( NutsWorkspaceEvent event )This method is from 'NutsWorkspaceListener' interface.
NutsWorkspaceListener.onConfigurationChanged ( NutsWorkspaceEvent event )This method is from 'NutsWorkspaceListener' interface.
NutsWorkspaceListener.onCreateWorkspace ( NutsWorkspaceEvent event )This method is from 'NutsWorkspaceListener' interface.
NutsWorkspaceListener.onReloadWorkspace ( NutsWorkspaceEvent event )This method is from 'NutsWorkspaceListener' interface.
NutsWorkspaceListener.onRemoveRepository ( NutsWorkspaceEvent event )This method is from 'NutsWorkspaceListener' interface.
NutsWorkspaceListener.onUpdateProperty ( NutsWorkspaceEvent event )This method is from 'NutsWorkspaceListener' interface.
[+] interface NutsWorkspaceListManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsWorkspaceListManager.addWorkspace ( String p1, NutsSession p2 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getConfig ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaceLocation ( String p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaces ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.removeWorkspace ( String p1, NutsSession p2 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.save ( NutsSession p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.setConfig ( NutsWorkspaceListConfig p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
[+] interface NutsWorkspaceLocationManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 22 (0.2%)
NutsWorkspaceLocationManager.getDefaultIdBasedir ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdContentExtension ( String p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdExtension ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdFilename ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getHomeLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getSession ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
...
[+] interface NutsWorkspaceOptions 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 81 (0.6%)
NutsWorkspaceOptions.builder ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.formatter ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getApplicationArguments ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getArchetype ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getBot ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getCached ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getClassLoaderSupplier ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getConfirm ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getCreationTime ( )This abstract method is from 'NutsWorkspaceOptions' interface.
...
[+] interface NutsWorkspaceOptionsBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 147 (1.1%)
NutsWorkspaceOptionsBuilder.addOutputFormatOptions ( String... p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.build ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.copy ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.formatter ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getApplicationArguments ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getArchetype ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getBot ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getCached ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getClassLoaderSupplier ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
...
[+] interface NutsWorkspaceOptionsFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.1%)
NutsWorkspaceOptionsFormat.equals ( Object p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.getBootCommandLine ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.hashCode ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isExported ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isInit ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isRuntime ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setApiVersion ( String p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setCompact ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setExported ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
...
[+] interface NutsWorkspaceSecurityManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 23 (0.2%)
NutsWorkspaceSecurityManager.addUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.findUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.findUsers ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getAuthenticationAgent ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCredentials ( char[ ] p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentLoginStack ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentUsername ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
...
[+] interface NutsWorkspaceStoredConfig 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 15 (0.1%)
NutsWorkspaceStoredConfig.getApiId ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getBootRepositories ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getHomeLocations ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getJavaCommand ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getJavaOptions ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getName ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getRuntimeDependencies ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getRuntimeId ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
...
[+] interface NutsWorkspaceUpdateResult 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 11 (0.1%)
NutsWorkspaceUpdateResult.getAllResults ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getAllUpdates ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getApi ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getArtifacts ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getExtensions ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getRuntime ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getUpdatesCount ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.isUpdatableApi ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.isUpdatableExtensions ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.isUpdatableRuntime ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
...
nuts-0.8.1.jar
package net.thevpc.nuts.boot
[+] class NutsApiUtils 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.1%)
NutsApiUtils.checkSession ( NutsSession session )This method is from 'NutsApiUtils' class.
NutsApiUtils.createHomeLocationKey ( NutsOsFamily storeLocationLayout, NutsStoreLocation location )This method is from 'NutsApiUtils' class.
NutsApiUtils.createOptions ( )This method is from 'NutsApiUtils' class.
NutsApiUtils.createOptionsBuilder ( )This method is from 'NutsApiUtils' class.
NutsApiUtils.getPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<String,String> homeLocations, boolean global, String workspaceName )This method is from 'NutsApiUtils' class.
NutsApiUtils.getPlatformOsFamily ( )This method is from 'NutsApiUtils' class.
NutsApiUtils.getSysBoolNutsProperty ( String property, boolean defaultValue )This method is from 'NutsApiUtils' class.
NutsApiUtils.isGraphicalDesktopEnvironment ( )This method is from 'NutsApiUtils' class.
NutsApiUtils.parseCommandLineArray ( String commandLineString )This method is from 'NutsApiUtils' class.
NutsApiUtils.processThrowable ( Throwable ex, PrintStream out )This method is from 'NutsApiUtils' class.
...
[+] class NutsBootDescriptor 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsBootDescriptor.NutsBootDescriptor ( NutsBootId id, NutsBootId[ ] dependencies )This constructor is from 'NutsBootDescriptor' class.
NutsBootDescriptor.getDependencies ( )This method is from 'NutsBootDescriptor' class.
NutsBootDescriptor.getId ( )This method is from 'NutsBootDescriptor' class.
NutsBootDescriptor.toString ( )This method is from 'NutsBootDescriptor' class.
[+] class NutsBootId 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 14 (0.1%)
NutsBootId.NutsBootId ( String groupId, String artifactId, NutsBootVersion version, boolean optional, String os, String arch )This constructor is from 'NutsBootId' class.
NutsBootId.equals ( Object obj )This method is from 'NutsBootId' class.
NutsBootId.getArch ( )This method is from 'NutsBootId' class.
NutsBootId.getArtifactId ( )This method is from 'NutsBootId' class.
NutsBootId.getGroupId ( )This method is from 'NutsBootId' class.
NutsBootId.getLongName ( )This method is from 'NutsBootId' class.
NutsBootId.getOs ( )This method is from 'NutsBootId' class.
NutsBootId.getShortName ( )This method is from 'NutsBootId' class.
NutsBootId.getVersion ( )This method is from 'NutsBootId' class.
NutsBootId.hashCode ( )This method is from 'NutsBootId' class.
...
[+] class NutsBootVersion 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 14 (0.1%)
NutsBootVersion.accept ( NutsBootVersion other )This method is from 'NutsBootVersion' class.
NutsBootVersion.compareTo ( String other )This method is from 'NutsBootVersion' class.
NutsBootVersion.compareTo ( NutsBootVersion other )This method is from 'NutsBootVersion' class.
NutsBootVersion.equals ( Object o )This method is from 'NutsBootVersion' class.
NutsBootVersion.getFrom ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.getTo ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.hashCode ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.isBlank ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.isIncludeFrom ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.isIncludeTo ( )This method is from 'NutsBootVersion' class.
...
[+] class NutsBootWorkspace 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 14 (0.1%)
NutsBootWorkspace.NutsBootWorkspace ( String... args )This constructor is from 'NutsBootWorkspace' class.
NutsBootWorkspace.NutsBootWorkspace ( NutsWorkspaceOptions options )This constructor is from 'NutsBootWorkspace' class.
NutsBootWorkspace.createProcessBuilder ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.createProcessCommandLine ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.expandPath ( String path, String base )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getContextClassLoader ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getHome ( NutsStoreLocation storeFolder )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getOptions ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getRequirementsHelpString ( boolean unsatisfiedOnly )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.hasUnsatisfiedRequirements ( )This method is from 'NutsBootWorkspace' class.
...
[+] class PrivateNutsApplicationUtils 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
PrivateNutsApplicationUtils.PrivateNutsApplicationUtils ( )This constructor is from 'PrivateNutsApplicationUtils' class.
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out )This method is from 'PrivateNutsApplicationUtils' class.
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui )This method is from 'PrivateNutsApplicationUtils' class.
[+] class PrivateNutsLog 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
PrivateNutsLog.PrivateNutsLog ( )This constructor is from 'PrivateNutsLog' class.
PrivateNutsLog.isLoggable ( Level lvl )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, String message, Throwable err )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object[ ] objects )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object object )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.setOptions ( NutsWorkspaceOptions options )This method is from 'PrivateNutsLog' class.
[+] class PrivateNutsMavenUtils 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
PrivateNutsMavenUtils.PrivateNutsMavenUtils ( )This constructor is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.getFileName ( NutsBootId id, String ext )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.getPathFile ( NutsBootId id, String name )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.resolveMavenFullPath ( String repo, String nutsId, String ext )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.resolveOrDownloadJar ( String nutsId, String[ ] repositories, String cacheFolder, PrivateNutsLog LOG, boolean includeDesc, Instant expire, PrivateNutsUtils.ErrorInfoList errors )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.toMavenFileName ( String nutsId, String extension )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.toMavenPath ( String nutsId )This method is from 'PrivateNutsMavenUtils' class.
[+] class PrivateNutsRepositorySelection 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
PrivateNutsRepositorySelection.PrivateNutsRepositorySelection ( String name, String url )This constructor is from 'PrivateNutsRepositorySelection' class.
PrivateNutsRepositorySelection.getName ( )This method is from 'PrivateNutsRepositorySelection' class.
PrivateNutsRepositorySelection.getUrl ( )This method is from 'PrivateNutsRepositorySelection' class.
[+] class PrivateNutsRepositorySelectionList 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( )This constructor is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( PrivateNutsRepositorySelection[ ] all )This constructor is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.add ( PrivateNutsRepositorySelection a )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.addAll ( PrivateNutsRepositorySelection[ ] all )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.containsName ( String name )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.containsSelection ( PrivateNutsRepositorySelection s )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.containsURL ( String url )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.indexOf ( PrivateNutsRepositorySelection other, int offset )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.indexOfName ( String name, int offset )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.indexOfURL ( String url, int offset )This method is from 'PrivateNutsRepositorySelectionList' class.
...
[+] class PrivateNutsRepositorySelectorList 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( )This constructor is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( PrivateNutsRepositorySelector[ ] a )This constructor is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.acceptExisting ( PrivateNutsRepositorySelection ss )This method is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.join ( PrivateNutsRepositorySelectorList other )This method is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.resolveSelectors ( PrivateNutsRepositorySelection[ ] other )This method is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.toArray ( )This method is from 'PrivateNutsRepositorySelectorList' class.
[+] class PrivateNutsRepositorySelectorOp 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
PrivateNutsRepositorySelectorOp.id ( )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.parseLenient ( String value )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyOrErrorValue )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyValue, PrivateNutsRepositorySelectorOp errorValue )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.valueOf ( String name )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.values ( )This method is from 'PrivateNutsRepositorySelectorOp' class.
[+] class PrivateNutsStringMapParser 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
PrivateNutsStringMapParser.PrivateNutsStringMapParser ( String eqSeparators, String entrySeparators )This constructor is from 'PrivateNutsStringMapParser' class.
PrivateNutsStringMapParser.parseMap ( String text )This method is from 'PrivateNutsStringMapParser' class.
[+] class PrivateNutsUtils.Deps 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
PrivateNutsUtils.Deps.PrivateNutsUtils.Deps ( )This constructor is from 'PrivateNutsUtils.Deps' class.
[+] class PrivateNutsUtils.ErrorInfo 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
PrivateNutsUtils.ErrorInfo.PrivateNutsUtils.ErrorInfo ( String nutsId, String repository, String url, String message, Throwable throwable )This constructor is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getMessage ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getNutsId ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getRepository ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getThrowable ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getUrl ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.toString ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
[+] class PrivateNutsUtils.ErrorInfoList 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
PrivateNutsUtils.ErrorInfoList.PrivateNutsUtils.ErrorInfoList ( )This constructor is from 'PrivateNutsUtils.ErrorInfoList' class.
PrivateNutsUtils.ErrorInfoList.add ( PrivateNutsUtils.ErrorInfo e )This method is from 'PrivateNutsUtils.ErrorInfoList' class.
PrivateNutsUtils.ErrorInfoList.list ( )This method is from 'PrivateNutsUtils.ErrorInfoList' class.
PrivateNutsUtils.ErrorInfoList.removeErrorsFor ( String nutsId )This method is from 'PrivateNutsUtils.ErrorInfoList' class.
nuts-0.8.1.jar
package net.thevpc.nuts.spi
[+] class NutsTransportParamBinaryFilePart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsTransportParamBinaryFilePart.NutsTransportParamBinaryFilePart ( String name, String fileName, Path value )This constructor is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.equals ( Object o )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.getFileName ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.getName ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.getValue ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.hashCode ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.toString ( )This method is from 'NutsTransportParamBinaryFilePart' class.
[+] class NutsTransportParamBinaryStreamPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.03%)
NutsTransportParamBinaryStreamPart.NutsTransportParamBinaryStreamPart ( String name, String fileName, InputStream value )This constructor is from 'NutsTransportParamBinaryStreamPart' class.
NutsTransportParamBinaryStreamPart.getFileName ( )This method is from 'NutsTransportParamBinaryStreamPart' class.
NutsTransportParamBinaryStreamPart.getName ( )This method is from 'NutsTransportParamBinaryStreamPart' class.
NutsTransportParamBinaryStreamPart.getValue ( )This method is from 'NutsTransportParamBinaryStreamPart' class.
[+] class NutsTransportParamParamPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.05%)
NutsTransportParamParamPart.NutsTransportParamParamPart ( String name, String value )This constructor is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.equals ( Object o )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.getName ( )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.getValue ( )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.hashCode ( )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.toString ( )This method is from 'NutsTransportParamParamPart' class.
[+] class NutsTransportParamPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsTransportParamPart.NutsTransportParamPart ( )This constructor is from 'NutsTransportParamPart' class.
[+] class NutsTransportParamTextFilePart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsTransportParamTextFilePart.NutsTransportParamTextFilePart ( String name, String fileName, Path value )This constructor is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.equals ( Object o )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.getFileName ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.getName ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.getValue ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.hashCode ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.toString ( )This method is from 'NutsTransportParamTextFilePart' class.
[+] class NutsTransportParamTextReaderPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsTransportParamTextReaderPart.NutsTransportParamTextReaderPart ( String name, String fileName, Reader value )This constructor is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.equals ( Object o )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.getFileName ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.getName ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.getValue ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.hashCode ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.toString ( )This method is from 'NutsTransportParamTextReaderPart' class.
[+] interface NutsBootWorkspaceFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsBootWorkspaceFactory.createWorkspace ( NutsWorkspaceInitInformation p1 )This abstract method is from 'NutsBootWorkspaceFactory' interface.
NutsBootWorkspaceFactory.getBootSupportLevel ( NutsWorkspaceOptions p1 )This abstract method is from 'NutsBootWorkspaceFactory' interface.
[+] interface NutsComponent<CriteriaType> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsComponent<CriteriaType>.getSupportLevel ( NutsSupportLevelContext<CriteriaType> p1 )This abstract method is from 'NutsComponent<CriteriaType>' interface.
[+] interface NutsDeployRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.1%)
NutsDeployRepositoryCommand.getContent ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.getDescriptor ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.getId ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.run ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.run ( )This method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( File p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( InputStream p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( URL p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( Path p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setDescriptor ( NutsDescriptor p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
...
[+] interface NutsDescriptorContentParserComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsDescriptorContentParserComponent.parse ( NutsDescriptorContentParserContext p1 )This abstract method is from 'NutsDescriptorContentParserComponent' interface.
[+] interface NutsDescriptorContentParserContext 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.1%)
NutsDescriptorContentParserContext.getFileExtension ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getFullStream ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getHeadStream ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getMimeType ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getName ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getParseOptions ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getSession ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getWorkspace ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
[+] interface NutsFetchContentRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.1%)
NutsFetchContentRepositoryCommand.getDescriptor ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getId ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getLocalPath ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getResult ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.run ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.run ( )This method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.setDescriptor ( NutsDescriptor p1 )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
...
[+] interface NutsFetchDescriptorRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsFetchDescriptorRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.getId ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.getResult ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.run ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.run ( )This method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsFetchDescriptorRepositoryCommand' interface.
[+] interface NutsFormatSPI 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsFormatSPI.configureFirst ( NutsCommandLine p1 )This abstract method is from 'NutsFormatSPI' interface.
NutsFormatSPI.print ( NutsPrintStream p1 )This abstract method is from 'NutsFormatSPI' interface.
[+] interface NutsIndexStoreFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsIndexStoreFactory.createIndexStore ( NutsRepository p1 )This abstract method is from 'NutsIndexStoreFactory' interface.
[+] interface NutsInputStreamTransparentAdapter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsInputStreamTransparentAdapter.baseInputStream ( )This abstract method is from 'NutsInputStreamTransparentAdapter' interface.
[+] interface NutsPathSPI 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 18 (0.1%)
NutsPathSPI.asString ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.delete ( boolean p1 )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.exists ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.getContentEncoding ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.getContentLength ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.getContentType ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.getFormatterSPI ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.getLastModifiedInstant ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.getLocation ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.getName ( )This method is from 'NutsPathSPI' interface.
...
[+] interface NutsPushRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
NutsPushRepositoryCommand.getArgs ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.getId ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.getRepository ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.isOffline ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.run ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.run ( )This method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setArgs ( String[ ] p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setOffline ( boolean p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setRepository ( String p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
...
[+] interface NutsRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.04%)
NutsRepositoryCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.getSession ( )This abstract method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.run ( )This abstract method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsRepositoryCommand' interface.
[+] interface NutsRepositoryFactoryComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsRepositoryFactoryComponent.create ( NutsAddRepositoryOptions p1, NutsSession p2, NutsRepository p3 )This abstract method is from 'NutsRepositoryFactoryComponent' interface.
NutsRepositoryFactoryComponent.getDefaultRepositories ( NutsSession p1 )This abstract method is from 'NutsRepositoryFactoryComponent' interface.
[+] interface NutsRepositorySPI 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 22 (0.2%)
NutsRepositorySPI.config ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.deploy ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.env ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.fetchContent ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.fetchDescriptor ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getName ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getParentRepository ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getRepositoryListeners ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getRepositoryType ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getUserProperties ( )This abstract method is from 'NutsRepositorySPI' interface.
...
[+] interface NutsRepositoryUndeployCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
NutsRepositoryUndeployCommand.getId ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.getRepository ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.isOffline ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.isTransitive ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.run ( )This method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.run ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setId ( NutsId p1 )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setOffline ( boolean p1 )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setRepository ( String p1 )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 )This method is from 'NutsRepositoryUndeployCommand' interface.
...
[+] interface NutsSearchRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsSearchRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.getFilter ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.getResult ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.run ( )This method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.run ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setFilter ( NutsIdFilter p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
[+] interface NutsSearchVersionsRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 11 (0.1%)
NutsSearchVersionsRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getFilter ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getId ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getResult ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.run ( )This method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.run ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setFilter ( NutsIdFilter p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsSearchVersionsRepositoryCommand' interface.
...
[+] interface NutsSystemTerminalBase 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.1%)
NutsSystemTerminalBase.getAutoCompleteResolver ( )This method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getCommandHistory ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getCommandReadHighlighter ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getErr ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getIn ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getOut ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.isAutoCompleteSupported ( )This method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.readLine ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.readPassword ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.setCommandAutoCompleteResolver ( NutsCommandAutoCompleteResolver p1 )This abstract method is from 'NutsSystemTerminalBase' interface.
...
[+] interface NutsTransportComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsTransportComponent.open ( String p1 )This abstract method is from 'NutsTransportComponent' interface.
[+] interface NutsTransportConnection 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.02%)
NutsTransportConnection.getPath ( )This abstract method is from 'NutsTransportConnection' interface.
NutsTransportConnection.open ( )This abstract method is from 'NutsTransportConnection' interface.
NutsTransportConnection.upload ( NutsTransportParamPart... p1 )This abstract method is from 'NutsTransportConnection' interface.
[+] interface NutsUpdateRepositoryStatisticsCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.run ( )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.run ( )This abstract method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
[+] interface NutsWorkspaceArchetypeComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.02%)
NutsWorkspaceArchetypeComponent.getName ( )This abstract method is from 'NutsWorkspaceArchetypeComponent' interface.
NutsWorkspaceArchetypeComponent.initializeWorkspace ( NutsSession p1 )This abstract method is from 'NutsWorkspaceArchetypeComponent' interface.
to the top
Problems with Methods, High Severity 4
nuts-0.8.1.jar,
Nuts.class
package net.thevpc.nuts
[+] Nuts.getVersion ( ) [static] : String 1
net/thevpc/nuts/Nuts.getVersion:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NVersion. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] Nuts.openWorkspace ( ) [static] : NutsSession 1
net/thevpc/nuts/Nuts.openWorkspace:()Lnet/thevpc/nuts/NutsSession;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsSession to NSession. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] Nuts.openWorkspace ( String... args ) [static] : NutsSession 1
net/thevpc/nuts/Nuts.openWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsSession to NSession. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] Nuts.runWorkspace ( String... args ) [static] : void 1
net/thevpc/nuts/Nuts.runWorkspace:([Ljava/lang/String;)V
| Change | Effect |
|---|
| 1 |
Return value type has been changed from void to NSession. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
to the top
Problems with Methods, Low Severity 1
nuts-0.8.1.jar,
Nuts.class
package net.thevpc.nuts
[+] Nuts.main ( String[ ] args ) [static] : void 1
net/thevpc/nuts/Nuts.main:([Ljava/lang/String;)V
| Change | Effect |
|---|
| 1 |
Added java.lang.Throwable exception thrown. |
A client program may be interrupted by added exception. |
to the top
Java Archives 1
nuts-0.8.1.jar
to the top
Test Info
| Library Name | nuts |
| Version #1 | 0.8.1 |
| Version #2 | 0.8.4 |
| Subject | Source Compatibility |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 13194 / 1070 |
| Compatibility |
0% |
Problem Summary
| Severity | Count |
| Added Methods | - | 8516 |
| Removed Methods | High | 4566 |
Problems with Data Types | High | 398 |
| Medium | 0 |
| Low | 0 |
Problems with Methods | High | 0 |
| Medium | 4 |
| Low | 0 |
Added Methods 8516
nuts-0.8.4.jar,
AbstractIdFilter.class
package net.thevpc.nuts.spi.base
AbstractIdFilter.AbstractIdFilter ( NSession session, NFilterOp op )
net/thevpc/nuts/spi/base/AbstractIdFilter."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NFilterOp;)V
AbstractIdFilter.and ( NIdFilter other ) : NIdFilter
net/thevpc/nuts/spi/base/AbstractIdFilter.and:(Lnet/thevpc/nuts/NIdFilter;)Lnet/thevpc/nuts/NIdFilter;
AbstractIdFilter.neg ( ) : NFilter
net/thevpc/nuts/spi/base/AbstractIdFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
AbstractIdFilter.neg ( ) : NIdFilter
net/thevpc/nuts/spi/base/AbstractIdFilter.neg:()Lnet/thevpc/nuts/NIdFilter;
AbstractIdFilter.or ( NIdFilter other ) : NIdFilter
net/thevpc/nuts/spi/base/AbstractIdFilter.or:(Lnet/thevpc/nuts/NIdFilter;)Lnet/thevpc/nuts/NIdFilter;
AbstractIdFilter.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/spi/base/AbstractIdFilter.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
AbstractIdFilter.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/spi/base/AbstractIdFilter.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
AbstractInstallStatusFilter.class
package net.thevpc.nuts.spi.base
AbstractInstallStatusFilter.AbstractInstallStatusFilter ( NSession session, NFilterOp op )
net/thevpc/nuts/spi/base/AbstractInstallStatusFilter."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NFilterOp;)V
AbstractInstallStatusFilter.and ( NInstallStatusFilter other ) : NInstallStatusFilter
net/thevpc/nuts/spi/base/AbstractInstallStatusFilter.and:(Lnet/thevpc/nuts/NInstallStatusFilter;)Lnet/thevpc/nuts/NInstallStatusFilter;
AbstractInstallStatusFilter.neg ( ) : NFilter
net/thevpc/nuts/spi/base/AbstractInstallStatusFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
AbstractInstallStatusFilter.neg ( ) : NInstallStatusFilter
net/thevpc/nuts/spi/base/AbstractInstallStatusFilter.neg:()Lnet/thevpc/nuts/NInstallStatusFilter;
AbstractInstallStatusFilter.or ( NInstallStatusFilter other ) : NInstallStatusFilter
net/thevpc/nuts/spi/base/AbstractInstallStatusFilter.or:(Lnet/thevpc/nuts/NInstallStatusFilter;)Lnet/thevpc/nuts/NInstallStatusFilter;
nuts-0.8.4.jar,
AbstractNFilter.class
package net.thevpc.nuts.spi.base
AbstractNFilter.AbstractNFilter ( NSession session, NFilterOp op )
net/thevpc/nuts/spi/base/AbstractNFilter."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NFilterOp;)V
AbstractNFilter.and ( NFilter other ) : NFilter
net/thevpc/nuts/spi/base/AbstractNFilter.and:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
AbstractNFilter.describe ( NSession session ) : NElement
net/thevpc/nuts/spi/base/AbstractNFilter.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
AbstractNFilter.getFilterOp ( ) : NFilterOp
net/thevpc/nuts/spi/base/AbstractNFilter.getFilterOp:()Lnet/thevpc/nuts/util/NFilterOp;
AbstractNFilter.getFilterType ( ) : Class<?>
net/thevpc/nuts/spi/base/AbstractNFilter.getFilterType:()Ljava/lang/Class;
AbstractNFilter.getSession ( ) : NSession
net/thevpc/nuts/spi/base/AbstractNFilter.getSession:()Lnet/thevpc/nuts/NSession;
AbstractNFilter.getSubFilters ( ) : List<NFilter>
net/thevpc/nuts/spi/base/AbstractNFilter.getSubFilters:()Ljava/util/List;
AbstractNFilter.neg ( ) : NFilter
net/thevpc/nuts/spi/base/AbstractNFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
AbstractNFilter.or ( NFilter other ) : NFilter
net/thevpc/nuts/spi/base/AbstractNFilter.or:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
AbstractNFilter.simplify ( Class<T> type ) : NFilter
net/thevpc/nuts/spi/base/AbstractNFilter.simplify:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
AbstractNFilter.to ( Class<T> type ) : T
net/thevpc/nuts/spi/base/AbstractNFilter.to:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
nuts-0.8.4.jar,
AbstractNPredicate.class
package net.thevpc.nuts.spi.base
AbstractNPredicate<T>.AbstractNPredicate<T> ( )
net/thevpc/nuts/spi/base/AbstractNPredicate."<init>":()V
AbstractNPredicate<T>.and ( Predicate p1 ) : Predicate
net/thevpc/nuts/spi/base/AbstractNPredicate.and:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
AbstractNPredicate<T>.and ( Predicate<? super T> other ) : NPredicate<T>
net/thevpc/nuts/spi/base/AbstractNPredicate.and:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NPredicate;
AbstractNPredicate<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/spi/base/AbstractNPredicate.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
AbstractNPredicate<T>.negate ( ) : NPredicate<T>
net/thevpc/nuts/spi/base/AbstractNPredicate.negate:()Lnet/thevpc/nuts/util/NPredicate;
AbstractNPredicate<T>.negate ( ) : Predicate
net/thevpc/nuts/spi/base/AbstractNPredicate.negate:()Ljava/util/function/Predicate;
AbstractNPredicate<T>.or ( Predicate p1 ) : Predicate
net/thevpc/nuts/spi/base/AbstractNPredicate.or:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
AbstractNPredicate<T>.or ( Predicate<? super T> other ) : NPredicate<T>
net/thevpc/nuts/spi/base/AbstractNPredicate.or:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NPredicate;
AbstractNPredicate<T>.withDesc ( NEDesc description ) : NPredicate<T>
net/thevpc/nuts/spi/base/AbstractNPredicate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NPredicate;
AbstractNPredicate<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/spi/base/AbstractNPredicate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
AbstractVersionFilter.class
package net.thevpc.nuts.spi.base
AbstractVersionFilter.AbstractVersionFilter ( NSession session, NFilterOp op )
net/thevpc/nuts/spi/base/AbstractVersionFilter."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NFilterOp;)V
AbstractVersionFilter.and ( NVersionFilter other ) : NVersionFilter
net/thevpc/nuts/spi/base/AbstractVersionFilter.and:(Lnet/thevpc/nuts/NVersionFilter;)Lnet/thevpc/nuts/NVersionFilter;
AbstractVersionFilter.intervals ( ) : NOptional<List<NVersionInterval>>
net/thevpc/nuts/spi/base/AbstractVersionFilter.intervals:()Lnet/thevpc/nuts/util/NOptional;
AbstractVersionFilter.neg ( ) : NFilter
net/thevpc/nuts/spi/base/AbstractVersionFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
AbstractVersionFilter.neg ( ) : NVersionFilter
net/thevpc/nuts/spi/base/AbstractVersionFilter.neg:()Lnet/thevpc/nuts/NVersionFilter;
AbstractVersionFilter.or ( NVersionFilter other ) : NVersionFilter
net/thevpc/nuts/spi/base/AbstractVersionFilter.or:(Lnet/thevpc/nuts/NVersionFilter;)Lnet/thevpc/nuts/NVersionFilter;
nuts-0.8.4.jar,
And.class
package net.thevpc.nuts.util
NPredicates.And<T>.equals ( Object o ) : boolean
net/thevpc/nuts/util/NPredicates.And.equals:(Ljava/lang/Object;)Z
NPredicates.And<T>.hashCode ( ) : int
net/thevpc/nuts/util/NPredicates.And.hashCode:()I
NPredicates.And<T>.NPredicates.And<T> ( Predicate<T> left, Predicate<? super T> right )
net/thevpc/nuts/util/NPredicates.And."<init>":(Ljava/util/function/Predicate;Ljava/util/function/Predicate;)V
NPredicates.And<T>.test ( T t ) : boolean
net/thevpc/nuts/util/NPredicates.And.test:(Ljava/lang/Object;)Z
NPredicates.And<T>.toString ( ) : String
net/thevpc/nuts/util/NPredicates.And.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
ArgEntry.class
package net.thevpc.nuts
NExecCmdFormat.ArgEntry.getIndex ( ) [abstract] : int
net/thevpc/nuts/NExecCmdFormat.ArgEntry.getIndex:()I
NExecCmdFormat.ArgEntry.getValue ( ) [abstract] : String
net/thevpc/nuts/NExecCmdFormat.ArgEntry.getValue:()Ljava/lang/String;
nuts-0.8.4.jar,
BaseOpPredicate.class
package net.thevpc.nuts.util
NPredicates.BaseOpPredicate<T>.NPredicates.BaseOpPredicate<T> ( )
net/thevpc/nuts/util/NPredicates.BaseOpPredicate."<init>":()V
nuts-0.8.4.jar,
CallableSupport.class
package net.thevpc.nuts.util
CallableSupport<T>.call ( ) [abstract] : T
net/thevpc/nuts/util/CallableSupport.call:()Ljava/lang/Object;
CallableSupport<T>.getSupportLevel ( ) [abstract] : int
net/thevpc/nuts/util/CallableSupport.getSupportLevel:()I
CallableSupport<T>.invalid ( Supplier<String> emptyMessage ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.invalid:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.isValid ( ) : boolean
net/thevpc/nuts/util/CallableSupport.isValid:()Z
CallableSupport<T>.isValid ( CallableSupport<T> s ) [static] : boolean
net/thevpc/nuts/util/CallableSupport.isValid:(Lnet/thevpc/nuts/util/CallableSupport;)Z
CallableSupport<T>.of ( int supportLevel, Supplier<T> supplier ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.of:(ILjava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.of ( int supportLevel, Supplier<T> supplier, Supplier<String> emptyMessage ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.of:(ILjava/util/function/Supplier;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.of ( int supportLevel, T value ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.of:(ILjava/lang/Object;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.of ( int supportLevel, T value, Supplier<String> emptyMessage ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.of:(ILjava/lang/Object;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.resolve ( Collection<CallableSupport<T>> source, Supplier<String> emptyMessage ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.resolve:(Ljava/util/Collection;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.resolve ( Stream<CallableSupport<T>> source, Supplier<String> emptyMessage ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.resolve:(Ljava/util/stream/Stream;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.resolveSupplier ( Collection<Supplier<CallableSupport<T>>> source, Supplier<String> emptyMessage ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.resolveSupplier:(Ljava/util/Collection;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.resolveSupplier ( Stream<Supplier<CallableSupport<T>>> source, Supplier<String> emptyMessage ) [static] : CallableSupport<T>
net/thevpc/nuts/util/CallableSupport.resolveSupplier:(Ljava/util/stream/Stream;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/CallableSupport;
CallableSupport<T>.toOptional ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/CallableSupport.toOptional:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
Cursor.class
package net.thevpc.nuts.spi
NSystemTerminalBase.Cursor.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NSystemTerminalBase.Cursor.equals:(Ljava/lang/Object;)Z
NSystemTerminalBase.Cursor.getX ( ) : int
net/thevpc/nuts/spi/NSystemTerminalBase.Cursor.getX:()I
NSystemTerminalBase.Cursor.getY ( ) : int
net/thevpc/nuts/spi/NSystemTerminalBase.Cursor.getY:()I
NSystemTerminalBase.Cursor.hashCode ( ) : int
net/thevpc/nuts/spi/NSystemTerminalBase.Cursor.hashCode:()I
NSystemTerminalBase.Cursor.NSystemTerminalBase.Cursor ( int x, int y )
net/thevpc/nuts/spi/NSystemTerminalBase.Cursor."<init>":(II)V
NSystemTerminalBase.Cursor.toString ( ) : String
net/thevpc/nuts/spi/NSystemTerminalBase.Cursor.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultCallableSupport.class
package net.thevpc.nuts.util
DefaultCallableSupport<T>.call ( ) : T
net/thevpc/nuts/util/DefaultCallableSupport.call:()Ljava/lang/Object;
DefaultCallableSupport<T>.DefaultCallableSupport<T> ( Supplier<T> value, int supportLevel, Supplier<String> emptyMessage )
net/thevpc/nuts/util/DefaultCallableSupport."<init>":(Ljava/util/function/Supplier;ILjava/util/function/Supplier;)V
DefaultCallableSupport<T>.getSupportLevel ( ) : int
net/thevpc/nuts/util/DefaultCallableSupport.getSupportLevel:()I
DefaultCallableSupport<T>.toOptional ( ) : NOptional<T>
net/thevpc/nuts/util/DefaultCallableSupport.toOptional:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
DefaultNArg.class
package net.thevpc.nuts.cmdline
DefaultNArg.asBigDecimal ( ) : NOptional<BigDecimal>
net/thevpc/nuts/cmdline/DefaultNArg.asBigDecimal:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asBigInt ( ) : NOptional<BigInteger>
net/thevpc/nuts/cmdline/DefaultNArg.asBigInt:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asBoolean ( ) : NOptional<Boolean>
net/thevpc/nuts/cmdline/DefaultNArg.asBoolean:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asByte ( ) : NOptional<Byte>
net/thevpc/nuts/cmdline/DefaultNArg.asByte:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asChar ( ) : NOptional<Character>
net/thevpc/nuts/cmdline/DefaultNArg.asChar:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asDouble ( ) : NOptional<Double>
net/thevpc/nuts/cmdline/DefaultNArg.asDouble:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asDoubleAt ( int index ) : NOptional<Double>
net/thevpc/nuts/cmdline/DefaultNArg.asDoubleAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asFloat ( ) : NOptional<Float>
net/thevpc/nuts/cmdline/DefaultNArg.asFloat:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asInstant ( ) : NOptional<Instant>
net/thevpc/nuts/cmdline/DefaultNArg.asInstant:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asInt ( ) : NOptional<Integer>
net/thevpc/nuts/cmdline/DefaultNArg.asInt:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asIntAt ( int index ) : NOptional<Integer>
net/thevpc/nuts/cmdline/DefaultNArg.asIntAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asLiteralAt ( int index ) : NLiteral
net/thevpc/nuts/cmdline/DefaultNArg.asLiteralAt:(I)Lnet/thevpc/nuts/util/NLiteral;
DefaultNArg.asLong ( ) : NOptional<Long>
net/thevpc/nuts/cmdline/DefaultNArg.asLong:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asLongAt ( int index ) : NOptional<Long>
net/thevpc/nuts/cmdline/DefaultNArg.asLongAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asNumber ( ) : NOptional<Number>
net/thevpc/nuts/cmdline/DefaultNArg.asNumber:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asObjectAt ( int index ) : NOptional<Object>
net/thevpc/nuts/cmdline/DefaultNArg.asObjectAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asShort ( ) : NOptional<Short>
net/thevpc/nuts/cmdline/DefaultNArg.asShort:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asString ( ) : NOptional<String>
net/thevpc/nuts/cmdline/DefaultNArg.asString:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asStringAt ( int index ) : NOptional<String>
net/thevpc/nuts/cmdline/DefaultNArg.asStringAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asType ( Class<ET> expectedType ) : NOptional<ET>
net/thevpc/nuts/cmdline/DefaultNArg.asType:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.asType ( Type expectedType ) : NOptional<ET>
net/thevpc/nuts/cmdline/DefaultNArg.asType:(Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.DefaultNArg ( String expression )
net/thevpc/nuts/cmdline/DefaultNArg."<init>":(Ljava/lang/String;)V
DefaultNArg.DefaultNArg ( String image, char eq )
net/thevpc/nuts/cmdline/DefaultNArg."<init>":(Ljava/lang/String;C)V
DefaultNArg.getBooleanValue ( ) : NOptional<Boolean>
net/thevpc/nuts/cmdline/DefaultNArg.getBooleanValue:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.getImage ( ) : String
net/thevpc/nuts/cmdline/DefaultNArg.getImage:()Ljava/lang/String;
DefaultNArg.getKey ( ) : NLiteral
net/thevpc/nuts/cmdline/DefaultNArg.getKey:()Lnet/thevpc/nuts/util/NLiteral;
DefaultNArg.getOptionName ( ) : NLiteral
net/thevpc/nuts/cmdline/DefaultNArg.getOptionName:()Lnet/thevpc/nuts/util/NLiteral;
DefaultNArg.getOptionPrefix ( ) : NLiteral
net/thevpc/nuts/cmdline/DefaultNArg.getOptionPrefix:()Lnet/thevpc/nuts/util/NLiteral;
DefaultNArg.getRaw ( ) : Object
net/thevpc/nuts/cmdline/DefaultNArg.getRaw:()Ljava/lang/Object;
DefaultNArg.getSeparator ( ) : String
net/thevpc/nuts/cmdline/DefaultNArg.getSeparator:()Ljava/lang/String;
DefaultNArg.getStringKey ( ) : NOptional<String>
net/thevpc/nuts/cmdline/DefaultNArg.getStringKey:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.getStringValue ( ) : NOptional<String>
net/thevpc/nuts/cmdline/DefaultNArg.getStringValue:()Lnet/thevpc/nuts/util/NOptional;
DefaultNArg.getValue ( ) : NLiteral
net/thevpc/nuts/cmdline/DefaultNArg.getValue:()Lnet/thevpc/nuts/util/NLiteral;
DefaultNArg.isActive ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isActive:()Z
DefaultNArg.isBlank ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isBlank:()Z
DefaultNArg.isBoolean ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isBoolean:()Z
DefaultNArg.isByte ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isByte:()Z
DefaultNArg.isDouble ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isDouble:()Z
DefaultNArg.isEmpty ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isEmpty:()Z
DefaultNArg.isEnabled ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isEnabled:()Z
DefaultNArg.isFlagOption ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isFlagOption:()Z
DefaultNArg.isFloat ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isFloat:()Z
DefaultNArg.isInactive ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isInactive:()Z
DefaultNArg.isInstant ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isInstant:()Z
DefaultNArg.isInt ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isInt:()Z
DefaultNArg.isKeyPart ( char c ) [static] : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isKeyPart:(C)Z
DefaultNArg.isKeyStart ( char c ) [static] : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isKeyStart:(C)Z
DefaultNArg.isKeyValue ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isKeyValue:()Z
DefaultNArg.isLong ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isLong:()Z
DefaultNArg.isNegated ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isNegated:()Z
DefaultNArg.isNonOption ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isNonOption:()Z
DefaultNArg.isNull ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isNull:()Z
DefaultNArg.isNullAt ( int index ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isNullAt:(I)Z
DefaultNArg.isNumber ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isNumber:()Z
DefaultNArg.isOption ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isOption:()Z
DefaultNArg.isShort ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isShort:()Z
DefaultNArg.isSimpleKey ( char c ) [static] : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isSimpleKey:(C)Z
DefaultNArg.isString ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isString:()Z
DefaultNArg.isSupportedType ( Class<?> type ) : boolean
net/thevpc/nuts/cmdline/DefaultNArg.isSupportedType:(Ljava/lang/Class;)Z
DefaultNArg.key ( ) : String
net/thevpc/nuts/cmdline/DefaultNArg.key:()Ljava/lang/String;
DefaultNArg.required ( ) : NArg
net/thevpc/nuts/cmdline/DefaultNArg.required:()Lnet/thevpc/nuts/cmdline/NArg;
DefaultNArg.toString ( ) : String
net/thevpc/nuts/cmdline/DefaultNArg.toString:()Ljava/lang/String;
DefaultNArg.toStringLiteral ( ) : String
net/thevpc/nuts/cmdline/DefaultNArg.toStringLiteral:()Ljava/lang/String;
DefaultNArg.value ( ) : String
net/thevpc/nuts/cmdline/DefaultNArg.value:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNArgCandidate.class
package net.thevpc.nuts.cmdline
DefaultNArgCandidate.DefaultNArgCandidate ( String value )
net/thevpc/nuts/cmdline/DefaultNArgCandidate."<init>":(Ljava/lang/String;)V
DefaultNArgCandidate.DefaultNArgCandidate ( String value, String display )
net/thevpc/nuts/cmdline/DefaultNArgCandidate."<init>":(Ljava/lang/String;Ljava/lang/String;)V
DefaultNArgCandidate.equals ( Object o ) : boolean
net/thevpc/nuts/cmdline/DefaultNArgCandidate.equals:(Ljava/lang/Object;)Z
DefaultNArgCandidate.getDisplay ( ) : String
net/thevpc/nuts/cmdline/DefaultNArgCandidate.getDisplay:()Ljava/lang/String;
DefaultNArgCandidate.getValue ( ) : String
net/thevpc/nuts/cmdline/DefaultNArgCandidate.getValue:()Ljava/lang/String;
DefaultNArgCandidate.hashCode ( ) : int
net/thevpc/nuts/cmdline/DefaultNArgCandidate.hashCode:()I
DefaultNArgCandidate.toString ( ) : String
net/thevpc/nuts/cmdline/DefaultNArgCandidate.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNArgName.class
package net.thevpc.nuts.cmdline
DefaultNArgName.DefaultNArgName ( String name )
net/thevpc/nuts/cmdline/DefaultNArgName."<init>":(Ljava/lang/String;)V
DefaultNArgName.DefaultNArgName ( String name, String type )
net/thevpc/nuts/cmdline/DefaultNArgName."<init>":(Ljava/lang/String;Ljava/lang/String;)V
DefaultNArgName.getCandidates ( NCmdLineAutoComplete context ) : List<NArgCandidate>
net/thevpc/nuts/cmdline/DefaultNArgName.getCandidates:(Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;)Ljava/util/List;
DefaultNArgName.getName ( ) : String
net/thevpc/nuts/cmdline/DefaultNArgName.getName:()Ljava/lang/String;
DefaultNArgName.getType ( ) : String
net/thevpc/nuts/cmdline/DefaultNArgName.getType:()Ljava/lang/String;
DefaultNArgName.toString ( ) : String
net/thevpc/nuts/cmdline/DefaultNArgName.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNArtifactCall.class
package net.thevpc.nuts
DefaultNArtifactCall.DefaultNArtifactCall ( )
net/thevpc/nuts/DefaultNArtifactCall."<init>":()V
DefaultNArtifactCall.DefaultNArtifactCall ( NArtifactCall other )
net/thevpc/nuts/DefaultNArtifactCall."<init>":(Lnet/thevpc/nuts/NArtifactCall;)V
DefaultNArtifactCall.DefaultNArtifactCall ( NId id )
net/thevpc/nuts/DefaultNArtifactCall."<init>":(Lnet/thevpc/nuts/NId;)V
DefaultNArtifactCall.DefaultNArtifactCall ( NId id, List<String> options )
net/thevpc/nuts/DefaultNArtifactCall."<init>":(Lnet/thevpc/nuts/NId;Ljava/util/List;)V
DefaultNArtifactCall.DefaultNArtifactCall ( NId id, List<String> options, Map<String,String> properties )
net/thevpc/nuts/DefaultNArtifactCall."<init>":(Lnet/thevpc/nuts/NId;Ljava/util/List;Ljava/util/Map;)V
DefaultNArtifactCall.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNArtifactCall.equals:(Ljava/lang/Object;)Z
DefaultNArtifactCall.getArguments ( ) : List<String>
net/thevpc/nuts/DefaultNArtifactCall.getArguments:()Ljava/util/List;
DefaultNArtifactCall.getId ( ) : NId
net/thevpc/nuts/DefaultNArtifactCall.getId:()Lnet/thevpc/nuts/NId;
DefaultNArtifactCall.hashCode ( ) : int
net/thevpc/nuts/DefaultNArtifactCall.hashCode:()I
DefaultNArtifactCall.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNArtifactCall.isBlank:()Z
DefaultNArtifactCall.toString ( ) : String
net/thevpc/nuts/DefaultNArtifactCall.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNArtifactCallBuilder.class
package net.thevpc.nuts
DefaultNArtifactCallBuilder.build ( ) : NArtifactCall
net/thevpc/nuts/DefaultNArtifactCallBuilder.build:()Lnet/thevpc/nuts/NArtifactCall;
DefaultNArtifactCallBuilder.clear ( ) : NArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.clear:()Lnet/thevpc/nuts/NArtifactCallBuilder;
DefaultNArtifactCallBuilder.DefaultNArtifactCallBuilder ( )
net/thevpc/nuts/DefaultNArtifactCallBuilder."<init>":()V
DefaultNArtifactCallBuilder.DefaultNArtifactCallBuilder ( NArtifactCall value )
net/thevpc/nuts/DefaultNArtifactCallBuilder."<init>":(Lnet/thevpc/nuts/NArtifactCall;)V
DefaultNArtifactCallBuilder.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNArtifactCallBuilder.equals:(Ljava/lang/Object;)Z
DefaultNArtifactCallBuilder.getArguments ( ) : List<String>
net/thevpc/nuts/DefaultNArtifactCallBuilder.getArguments:()Ljava/util/List;
DefaultNArtifactCallBuilder.getId ( ) : NId
net/thevpc/nuts/DefaultNArtifactCallBuilder.getId:()Lnet/thevpc/nuts/NId;
DefaultNArtifactCallBuilder.getSupportLevel ( NSupportLevelContext context ) : int
net/thevpc/nuts/DefaultNArtifactCallBuilder.getSupportLevel:(Lnet/thevpc/nuts/spi/NSupportLevelContext;)I
DefaultNArtifactCallBuilder.hashCode ( ) : int
net/thevpc/nuts/DefaultNArtifactCallBuilder.hashCode:()I
DefaultNArtifactCallBuilder.set ( NArtifactCall value ) : NArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.set:(Lnet/thevpc/nuts/NArtifactCall;)Lnet/thevpc/nuts/NArtifactCallBuilder;
DefaultNArtifactCallBuilder.set ( NArtifactCallBuilder value ) : NArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.set:(Lnet/thevpc/nuts/NArtifactCallBuilder;)Lnet/thevpc/nuts/NArtifactCallBuilder;
DefaultNArtifactCallBuilder.setArguments ( List<String> value ) : NArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.setArguments:(Ljava/util/List;)Lnet/thevpc/nuts/NArtifactCallBuilder;
DefaultNArtifactCallBuilder.setArguments ( String... arguments ) : DefaultNArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.setArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/DefaultNArtifactCallBuilder;
DefaultNArtifactCallBuilder.setArguments ( String[ ] p1 ) : NArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.setArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NArtifactCallBuilder;
DefaultNArtifactCallBuilder.setId ( NId id ) : DefaultNArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/DefaultNArtifactCallBuilder;
DefaultNArtifactCallBuilder.setId ( NId p1 ) : NArtifactCallBuilder
net/thevpc/nuts/DefaultNArtifactCallBuilder.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NArtifactCallBuilder;
nuts-0.8.4.jar,
DefaultNBootOptions.class
package net.thevpc.nuts.boot
DefaultNBootOptions.builder ( ) : NBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptions.builder:()Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
DefaultNBootOptions.builder ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptions.builder:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNBootOptions.DefaultNBootOptions ( List<String> outputFormatOptions, List<String> customOptions, NVersion apiVersion, NId runtimeId, String javaCommand, String javaOptions, String workspace, String outLinePrefix, String errLinePrefix, String name, Boolean installCompanions, Boolean skipWelcome, Boolean skipBoot, Boolean system, Boolean gui, Boolean dry, Boolean showStacktrace, Boolean recover, Boolean reset, Boolean commandVersion, Boolean commandHelp, Boolean inherited, Boolean switchWorkspace, Boolean cached, Boolean indexed, Boolean transitive, Boolean bot, NIsolationLevel isolation, Boolean initLaunchers, Boolean initScripts, Boolean initPlatforms, Boolean initJava, List<String> excludedExtensions, List<String> repositories, String userName, char[ ] credentials, NTerminalMode terminalMode, Boolean readOnly, Boolean trace, String progressOptions, String dependencySolver, NLogConfig logConfig, NConfirmationMode confirm, NContentType outputFormat, List<String> applicationArguments, NOpenMode openMode, Instant creationTime, Supplier<ClassLoader> classLoaderSupplier, List<String> executorOptions, String debug, NExecutionType executionType, NRunAs runAs, String archetype, Map<NStoreType,String> storeLocations, Map<NHomeLocation,String> homeLocations, NOsFamily storeLayout, NStoreStrategy storeStrategy, NStoreStrategy repositoryStoreStrategy, NFetchStrategy fetchStrategy, InputStream stdin, PrintStream stdout, PrintStream stderr, ExecutorService executorService, Instant expireTime, List<NMsg> errors, Boolean skipErrors, String locale, String theme, String uuid, String bootRepositories, NClassLoaderNode runtimeBootDependencyNode, List<NDescriptor> extensionBootDescriptors, List<NClassLoaderNode> extensionBootDependencyNodes, List<URL> classWorldURLs, Set<String> extensionsSet, NBootWorkspaceFactory bootWorkspaceFactory, NDescriptor runtimeBootDescriptor, ClassLoader classWorldLoader, NWorkspaceOptions userOptions, NSupportMode desktopLauncher, NSupportMode menuLauncher, NSupportMode userLauncher )
net/thevpc/nuts/boot/DefaultNBootOptions."<init>":(Ljava/util/List;Ljava/util/List;Lnet/thevpc/nuts/NVersion;Lnet/thevpc/nuts/NId;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Lnet/thevpc/nuts/NIsolationLevel;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/util/List;Ljava/util/List;Ljava/lang/String;[CLnet/thevpc/nuts/io/NTerminalMode;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/log/NLogConfig;Lnet/thevpc/nuts/NConfirmationMode;Lnet/thevpc/nuts/format/NContentType;Ljava/util/List;Lnet/thevpc/nuts/NOpenMode;Ljava/time/Instant;Ljava/util/function/Supplier;Ljava/util/List;Ljava/lang/String;Lnet/thevpc/nuts/NExecutionType;Lnet/thevpc/nuts/NRunAs;Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;Lnet/thevpc/nuts/env/NOsFamily;Lnet/thevpc/nuts/NStoreStrategy;Lnet/thevpc/nuts/NStoreStrategy;Lnet/thevpc/nuts/NFetchStrategy;Ljava/io/InputStream;Ljava/io/PrintStream;Ljava/io/PrintStream;Ljava/util/concurrent/ExecutorService;Ljava/time/Instant;Ljava/util/List;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/boot/NClassLoaderNode;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/Set;Lnet/thevpc/nuts/spi/NBootWorkspaceFactory;Lnet/thevpc/nuts/NDescriptor;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/NWorkspaceOptions;Lnet/thevpc/nuts/util/NSupportMode;Lnet/thevpc/nuts/util/NSupportMode;Lnet/thevpc/nuts/util/NSupportMode;)V
DefaultNBootOptions.getBootRepositories ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNBootOptions.getBootRepositories:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getBootWorkspaceFactory ( ) : NOptional<NBootWorkspaceFactory>
net/thevpc/nuts/boot/DefaultNBootOptions.getBootWorkspaceFactory:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getClassWorldLoader ( ) : NOptional<ClassLoader>
net/thevpc/nuts/boot/DefaultNBootOptions.getClassWorldLoader:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getClassWorldURLs ( ) : NOptional<List<URL>>
net/thevpc/nuts/boot/DefaultNBootOptions.getClassWorldURLs:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getExtensionBootDependencyNodes ( ) : NOptional<List<NClassLoaderNode>>
net/thevpc/nuts/boot/DefaultNBootOptions.getExtensionBootDependencyNodes:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getExtensionBootDescriptors ( ) : NOptional<List<NDescriptor>>
net/thevpc/nuts/boot/DefaultNBootOptions.getExtensionBootDescriptors:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getExtensionsSet ( ) : NOptional<Set<String>>
net/thevpc/nuts/boot/DefaultNBootOptions.getExtensionsSet:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getRuntimeBootDependencyNode ( ) : NOptional<NClassLoaderNode>
net/thevpc/nuts/boot/DefaultNBootOptions.getRuntimeBootDependencyNode:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getRuntimeBootDescriptor ( ) : NOptional<NDescriptor>
net/thevpc/nuts/boot/DefaultNBootOptions.getRuntimeBootDescriptor:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getUserOptions ( ) : NOptional<NWorkspaceOptions>
net/thevpc/nuts/boot/DefaultNBootOptions.getUserOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.getUuid ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNBootOptions.getUuid:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptions.readOnly ( ) : NBootOptions
net/thevpc/nuts/boot/DefaultNBootOptions.readOnly:()Lnet/thevpc/nuts/boot/NBootOptions;
DefaultNBootOptions.readOnly ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/DefaultNBootOptions.readOnly:()Lnet/thevpc/nuts/NWorkspaceOptions;
nuts-0.8.4.jar,
DefaultNBootOptionsBuilder.class
package net.thevpc.nuts.boot
DefaultNBootOptionsBuilder.build ( ) : NBootOptions
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.build:()Lnet/thevpc/nuts/boot/NBootOptions;
DefaultNBootOptionsBuilder.build ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.build:()Lnet/thevpc/nuts/NWorkspaceOptions;
DefaultNBootOptionsBuilder.builder ( ) : NBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.builder:()Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
DefaultNBootOptionsBuilder.builder ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.builder:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNBootOptionsBuilder.copy ( ) : NBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.copy:()Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
DefaultNBootOptionsBuilder.copy ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.copy:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNBootOptionsBuilder.DefaultNBootOptionsBuilder ( )
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder."<init>":()V
DefaultNBootOptionsBuilder.getBootRepositories ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getBootRepositories:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getBootWorkspaceFactory ( ) : NOptional<NBootWorkspaceFactory>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getBootWorkspaceFactory:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getClassWorldLoader ( ) : NOptional<ClassLoader>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getClassWorldLoader:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getClassWorldURLs ( ) : NOptional<List<URL>>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getClassWorldURLs:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getExtensionBootDependencyNodes ( ) : NOptional<List<NClassLoaderNode>>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getExtensionBootDependencyNodes:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getExtensionBootDescriptors ( ) : NOptional<List<NDescriptor>>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getExtensionBootDescriptors:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getExtensionsSet ( ) : NOptional<Set<String>>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getExtensionsSet:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getRuntimeBootDependencyNode ( ) : NOptional<NClassLoaderNode>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getRuntimeBootDependencyNode:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getRuntimeBootDescriptor ( ) : NOptional<NDescriptor>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getRuntimeBootDescriptor:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getUserOptions ( ) : NOptional<NWorkspaceOptions>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getUserOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.getUuid ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.getUuid:()Lnet/thevpc/nuts/util/NOptional;
DefaultNBootOptionsBuilder.readOnly ( ) : NBootOptions
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.readOnly:()Lnet/thevpc/nuts/boot/NBootOptions;
DefaultNBootOptionsBuilder.readOnly ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.readOnly:()Lnet/thevpc/nuts/NWorkspaceOptions;
DefaultNBootOptionsBuilder.setAll ( DefaultNWorkspaceOptionsBuilder other ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setAll:(Lnet/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setAll ( NWorkspaceOptions other ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setAll:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNBootOptionsBuilder.setAllPresent ( NWorkspaceOptions other ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setAllPresent:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNBootOptionsBuilder.setBootRepositories ( String bootRepositories ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setBootRepositories:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setBootWorkspaceFactory ( NBootWorkspaceFactory bootWorkspaceFactory ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setBootWorkspaceFactory:(Lnet/thevpc/nuts/spi/NBootWorkspaceFactory;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setClassWorldLoader ( ClassLoader classWorldLoader ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setClassWorldLoader:(Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setClassWorldURLs ( List<URL> classWorldURLs ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setClassWorldURLs:(Ljava/util/List;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setExtensionBootDependencyNodes ( List<NClassLoaderNode> extensionBootDependencyNodes ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setExtensionBootDependencyNodes:(Ljava/util/List;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setExtensionBootDescriptors ( List<NDescriptor> extensionBootDescriptors ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setExtensionBootDescriptors:(Ljava/util/List;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setExtensionsSet ( Set<String> extensionsSet ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setExtensionsSet:(Ljava/util/Set;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setRuntimeBootDependencyNode ( NClassLoaderNode runtimeBootDependencyNode ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setRuntimeBootDependencyNode:(Lnet/thevpc/nuts/boot/NClassLoaderNode;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setRuntimeBootDescriptor ( NDescriptor runtimeBootDescriptor ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setRuntimeBootDescriptor:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
DefaultNBootOptionsBuilder.setUserOptions ( NWorkspaceOptions p1 ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setUserOptions:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNBootOptionsBuilder.setUserOptions ( NWorkspaceOptions userOptions ) : NBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setUserOptions:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
DefaultNBootOptionsBuilder.setUuid ( String uuid ) : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/DefaultNBootOptionsBuilder.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
nuts-0.8.4.jar,
DefaultNCallableSupport.class
package net.thevpc.nuts
DefaultNCallableSupport<T>.call ( NSession session ) : T
net/thevpc/nuts/DefaultNCallableSupport.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
DefaultNCallableSupport<T>.DefaultNCallableSupport<T> ( Supplier<T> value, int supportLevel, Function<NSession,NMsg> emptyMessage )
net/thevpc/nuts/DefaultNCallableSupport."<init>":(Ljava/util/function/Supplier;ILjava/util/function/Function;)V
DefaultNCallableSupport<T>.getSupportLevel ( ) : int
net/thevpc/nuts/DefaultNCallableSupport.getSupportLevel:()I
DefaultNCallableSupport<T>.toOptional ( ) : NOptional<T>
net/thevpc/nuts/DefaultNCallableSupport.toOptional:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
DefaultNCmdLine.class
package net.thevpc.nuts.cmdline
DefaultNCmdLine.accept ( int index, String... values ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.accept:(I[Ljava/lang/String;)Z
DefaultNCmdLine.accept ( String... values ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.accept:([Ljava/lang/String;)Z
DefaultNCmdLine.add ( String argument ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.add:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.addAll ( List<String> arguments ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.addAll:(Ljava/util/List;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.append ( String... args ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.append:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.contains ( String name ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.contains:(Ljava/lang/String;)Z
DefaultNCmdLine.copy ( ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.copy:()Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.DefaultNCmdLine ( )
net/thevpc/nuts/cmdline/DefaultNCmdLine."<init>":()V
DefaultNCmdLine.DefaultNCmdLine ( List<String> args )
net/thevpc/nuts/cmdline/DefaultNCmdLine."<init>":(Ljava/util/List;)V
DefaultNCmdLine.DefaultNCmdLine ( List<String> args, NCmdLineAutoComplete autoComplete )
net/thevpc/nuts/cmdline/DefaultNCmdLine."<init>":(Ljava/util/List;Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;)V
DefaultNCmdLine.DefaultNCmdLine ( NSession session )
net/thevpc/nuts/cmdline/DefaultNCmdLine."<init>":(Lnet/thevpc/nuts/NSession;)V
DefaultNCmdLine.DefaultNCmdLine ( String[ ] args )
net/thevpc/nuts/cmdline/DefaultNCmdLine."<init>":([Ljava/lang/String;)V
DefaultNCmdLine.DefaultNCmdLine ( String[ ] args, NCmdLineAutoComplete autoComplete )
net/thevpc/nuts/cmdline/DefaultNCmdLine."<init>":([Ljava/lang/String;Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;)V
DefaultNCmdLine.find ( String name ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.find:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.forEachPeek ( NCmdLineConsumer action ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineConsumer;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.forEachPeek ( NCmdLineConsumer action, NCmdLineContext context ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineConsumer;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.forEachPeek ( NCmdLineRunner processor ) : void
net/thevpc/nuts/cmdline/DefaultNCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineRunner;)V
DefaultNCmdLine.forEachPeek ( NCmdLineRunner processor, NCmdLineContext context ) : void
net/thevpc/nuts/cmdline/DefaultNCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineRunner;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)V
DefaultNCmdLine.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/cmdline/DefaultNCmdLine.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNCmdLine.formatter ( NSession session ) : NCmdLineFormat
net/thevpc/nuts/cmdline/DefaultNCmdLine.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
DefaultNCmdLine.get ( int index ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.get:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.getAutoComplete ( ) : NCmdLineAutoComplete
net/thevpc/nuts/cmdline/DefaultNCmdLine.getAutoComplete:()Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;
DefaultNCmdLine.getCommandName ( ) : String
net/thevpc/nuts/cmdline/DefaultNCmdLine.getCommandName:()Ljava/lang/String;
DefaultNCmdLine.getSession ( ) : NSession
net/thevpc/nuts/cmdline/DefaultNCmdLine.getSession:()Lnet/thevpc/nuts/NSession;
DefaultNCmdLine.getSpecialSimpleOptions ( ) : String[ ]
net/thevpc/nuts/cmdline/DefaultNCmdLine.getSpecialSimpleOptions:()[Ljava/lang/String;
DefaultNCmdLine.getWordIndex ( ) : int
net/thevpc/nuts/cmdline/DefaultNCmdLine.getWordIndex:()I
DefaultNCmdLine.hasNext ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.hasNext:()Z
DefaultNCmdLine.hasNextNonOption ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.hasNextNonOption:()Z
DefaultNCmdLine.hasNextOption ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.hasNextOption:()Z
DefaultNCmdLine.indexOf ( String name ) : int
net/thevpc/nuts/cmdline/DefaultNCmdLine.indexOf:(Ljava/lang/String;)I
DefaultNCmdLine.isAutoCompleteMode ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isAutoCompleteMode:()Z
DefaultNCmdLine.isBlank ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isBlank:()Z
DefaultNCmdLine.isEmpty ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isEmpty:()Z
DefaultNCmdLine.isExecMode ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isExecMode:()Z
DefaultNCmdLine.isExpandSimpleOptions ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isExpandSimpleOptions:()Z
DefaultNCmdLine.isNextNonOption ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isNextNonOption:()Z
DefaultNCmdLine.isNextOption ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isNextOption:()Z
DefaultNCmdLine.isNonOption ( int index ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isNonOption:(I)Z
DefaultNCmdLine.isOption ( int index ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isOption:(I)Z
DefaultNCmdLine.isSpecialSimpleOption ( String option ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.isSpecialSimpleOption:(Ljava/lang/String;)Z
DefaultNCmdLine.iterator ( ) : Iterator<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.iterator:()Ljava/util/Iterator;
DefaultNCmdLine.length ( ) : int
net/thevpc/nuts/cmdline/DefaultNCmdLine.length:()I
DefaultNCmdLine.next ( ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.next:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.next ( boolean expandSimpleOptions ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.next:(Z)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.next ( NArgName name ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.next:(Lnet/thevpc/nuts/cmdline/NArgName;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.next ( NArgName name, boolean forceNonOption ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.next:(Lnet/thevpc/nuts/cmdline/NArgName;Z)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.next ( NArgType expectedValue, String... names ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.next:(Lnet/thevpc/nuts/cmdline/NArgType;[Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.next ( String... names ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.next:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextEntry ( ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextEntry:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextEntry ( String... names ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextEntry:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextEntryValue ( ) : NOptional<NLiteral>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextEntryValue:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextEntryValue ( String... names ) : NOptional<NLiteral>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextEntryValue:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextFlag ( ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextFlag:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextFlag ( String... names ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextFlag:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextFlagValue ( ) : NOptional<NLiteral>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextFlagValue:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextFlagValue ( String... names ) : NOptional<NLiteral>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextFlagValue:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextNonOption ( ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextNonOption:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextNonOption ( NArgName name ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextNonOption:(Lnet/thevpc/nuts/cmdline/NArgName;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextNonOption ( String name ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextNonOption:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextOption ( String option ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextOption:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.nextString ( ) : NOptional<String>
net/thevpc/nuts/cmdline/DefaultNCmdLine.nextString:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.parseDefaultList ( String commandLineString ) [static] : NOptional<String[ ]>
net/thevpc/nuts/cmdline/DefaultNCmdLine.parseDefaultList:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.peek ( ) : NOptional<NArg>
net/thevpc/nuts/cmdline/DefaultNCmdLine.peek:()Lnet/thevpc/nuts/util/NOptional;
DefaultNCmdLine.pushBack ( NArg arg ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.pushBack:(Lnet/thevpc/nuts/cmdline/NArg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.pushBack ( NArg... args ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.pushBack:([Lnet/thevpc/nuts/cmdline/NArg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.pushBack ( String... args ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.pushBack:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.registerSpecialSimpleOption ( String option ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.registerSpecialSimpleOption:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.setArguments ( List<String> arguments ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.setArguments:(Ljava/util/List;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.setArguments ( String[ ] arguments ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.setArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.setAutoComplete ( NCmdLineAutoComplete autoComplete ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.setAutoComplete:(Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.setCommandName ( String commandName ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.setCommandName:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.setExpandSimpleOptions ( boolean expand ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.setExpandSimpleOptions:(Z)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.setSession ( NSession session ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.skip ( ) : int
net/thevpc/nuts/cmdline/DefaultNCmdLine.skip:()I
DefaultNCmdLine.skip ( int count ) : int
net/thevpc/nuts/cmdline/DefaultNCmdLine.skip:(I)I
DefaultNCmdLine.skipAll ( ) : int
net/thevpc/nuts/cmdline/DefaultNCmdLine.skipAll:()I
DefaultNCmdLine.throwError ( NMsg message ) : void
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwError:(Lnet/thevpc/nuts/util/NMsg;)V
DefaultNCmdLine.throwError ( NString message ) : void
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwError:(Lnet/thevpc/nuts/text/NString;)V
DefaultNCmdLine.throwMissingArgument ( ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwMissingArgument:()Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.throwMissingArgument ( NMsg errorMessage ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwMissingArgument:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.throwMissingArgument ( String argumentName ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwMissingArgument:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.throwUnexpectedArgument ( ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwUnexpectedArgument:()Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.throwUnexpectedArgument ( NMsg errorMessage ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwUnexpectedArgument:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.throwUnexpectedArgument ( NString errorMessage ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.throwUnexpectedArgument:(Lnet/thevpc/nuts/text/NString;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.toArgumentArray ( ) : NArg[ ]
net/thevpc/nuts/cmdline/DefaultNCmdLine.toArgumentArray:()[Lnet/thevpc/nuts/cmdline/NArg;
DefaultNCmdLine.toString ( ) : String
net/thevpc/nuts/cmdline/DefaultNCmdLine.toString:()Ljava/lang/String;
DefaultNCmdLine.toStringArray ( ) : String[ ]
net/thevpc/nuts/cmdline/DefaultNCmdLine.toStringArray:()[Ljava/lang/String;
DefaultNCmdLine.toStringList ( ) : List<String>
net/thevpc/nuts/cmdline/DefaultNCmdLine.toStringList:()Ljava/util/List;
DefaultNCmdLine.unregisterSpecialSimpleOption ( String option ) : NCmdLine
net/thevpc/nuts/cmdline/DefaultNCmdLine.unregisterSpecialSimpleOption:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNCmdLine.withNextEntry ( NArgProcessor<String> consumer ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
DefaultNCmdLine.withNextEntry ( NArgProcessor<String> consumer, String... names ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
DefaultNCmdLine.withNextEntryValue ( NArgProcessor<NLiteral> consumer ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextEntryValue:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
DefaultNCmdLine.withNextEntryValue ( NArgProcessor<NLiteral> consumer, String... names ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextEntryValue:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
DefaultNCmdLine.withNextFlag ( NArgProcessor<Boolean> consumer ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
DefaultNCmdLine.withNextFlag ( NArgProcessor<Boolean> consumer, String... names ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
DefaultNCmdLine.withNextOptionalEntry ( NArgProcessor<NOptional<String>> consumer ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextOptionalEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
DefaultNCmdLine.withNextOptionalEntry ( NArgProcessor<NOptional<String>> consumer, String... names ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextOptionalEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
DefaultNCmdLine.withNextOptionalFlag ( NArgProcessor<NOptional<Boolean>> consumer ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextOptionalFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
DefaultNCmdLine.withNextOptionalFlag ( NArgProcessor<NOptional<Boolean>> consumer, String... names ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextOptionalFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
DefaultNCmdLine.withNextTrueFlag ( NArgProcessor<Boolean> consumer ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextTrueFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
DefaultNCmdLine.withNextTrueFlag ( NArgProcessor<Boolean> consumer, String... names ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextTrueFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
DefaultNCmdLine.withNextValue ( NArgProcessor<NLiteral> consumer ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLine.withNextValue:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
nuts-0.8.4.jar,
DefaultNCmdLineAutoComplete.class
package net.thevpc.nuts.cmdline
DefaultNCmdLineAutoComplete.DefaultNCmdLineAutoComplete ( )
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete."<init>":()V
DefaultNCmdLineAutoComplete.getCurrentWordIndex ( ) : int
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.getCurrentWordIndex:()I
DefaultNCmdLineAutoComplete.getLine ( ) : String
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.getLine:()Ljava/lang/String;
DefaultNCmdLineAutoComplete.getSession ( ) : NSession
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.getSession:()Lnet/thevpc/nuts/NSession;
DefaultNCmdLineAutoComplete.getWords ( ) : List<String>
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.getWords:()Ljava/util/List;
DefaultNCmdLineAutoComplete.setCurrentWordIndex ( int currentWordIndex ) : DefaultNCmdLineAutoComplete
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.setCurrentWordIndex:(I)Lnet/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete;
DefaultNCmdLineAutoComplete.setLine ( String line ) : DefaultNCmdLineAutoComplete
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.setLine:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete;
DefaultNCmdLineAutoComplete.setSession ( NSession session ) : DefaultNCmdLineAutoComplete
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete;
DefaultNCmdLineAutoComplete.setWords ( List<String> words ) : DefaultNCmdLineAutoComplete
net/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete.setWords:(Ljava/util/List;)Lnet/thevpc/nuts/cmdline/DefaultNCmdLineAutoComplete;
nuts-0.8.4.jar,
DefaultNCmdLineContext.class
package net.thevpc.nuts.cmdline
DefaultNCmdLineContext.DefaultNCmdLineContext ( Object source )
net/thevpc/nuts/cmdline/DefaultNCmdLineContext."<init>":(Ljava/lang/Object;)V
DefaultNCmdLineContext.getConfigurable ( ) : NCmdLineConfigurable
net/thevpc/nuts/cmdline/DefaultNCmdLineContext.getConfigurable:()Lnet/thevpc/nuts/cmdline/NCmdLineConfigurable;
DefaultNCmdLineContext.getSession ( ) : NSession
net/thevpc/nuts/cmdline/DefaultNCmdLineContext.getSession:()Lnet/thevpc/nuts/NSession;
DefaultNCmdLineContext.getSource ( ) : Object
net/thevpc/nuts/cmdline/DefaultNCmdLineContext.getSource:()Ljava/lang/Object;
DefaultNCmdLineContext.isSafe ( ) : boolean
net/thevpc/nuts/cmdline/DefaultNCmdLineContext.isSafe:()Z
DefaultNCmdLineContext.setSafe ( boolean safe ) : DefaultNCmdLineContext
net/thevpc/nuts/cmdline/DefaultNCmdLineContext.setSafe:(Z)Lnet/thevpc/nuts/cmdline/DefaultNCmdLineContext;
nuts-0.8.4.jar,
DefaultNContentMetadata.class
package net.thevpc.nuts.io
DefaultNContentMetadata.DefaultNContentMetadata ( )
net/thevpc/nuts/io/DefaultNContentMetadata."<init>":()V
DefaultNContentMetadata.DefaultNContentMetadata ( NContentMetadata other )
net/thevpc/nuts/io/DefaultNContentMetadata."<init>":(Lnet/thevpc/nuts/io/NContentMetadata;)V
DefaultNContentMetadata.DefaultNContentMetadata ( NMsg message, Long contentLength, String contentType, String charset, String kind )
net/thevpc/nuts/io/DefaultNContentMetadata."<init>":(Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
DefaultNContentMetadata.DefaultNContentMetadata ( String name, NMsg message, Long contentLength, String contentType, String charset, String kind )
net/thevpc/nuts/io/DefaultNContentMetadata."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
DefaultNContentMetadata.getCharset ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNContentMetadata.getCharset:()Lnet/thevpc/nuts/util/NOptional;
DefaultNContentMetadata.getContentLength ( ) : NOptional<Long>
net/thevpc/nuts/io/DefaultNContentMetadata.getContentLength:()Lnet/thevpc/nuts/util/NOptional;
DefaultNContentMetadata.getContentType ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNContentMetadata.getContentType:()Lnet/thevpc/nuts/util/NOptional;
DefaultNContentMetadata.getKind ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNContentMetadata.getKind:()Lnet/thevpc/nuts/util/NOptional;
DefaultNContentMetadata.getMessage ( ) : NOptional<NMsg>
net/thevpc/nuts/io/DefaultNContentMetadata.getMessage:()Lnet/thevpc/nuts/util/NOptional;
DefaultNContentMetadata.getName ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNContentMetadata.getName:()Lnet/thevpc/nuts/util/NOptional;
DefaultNContentMetadata.isBlank ( ) : boolean
net/thevpc/nuts/io/DefaultNContentMetadata.isBlank:()Z
DefaultNContentMetadata.setCharset ( String charset ) : DefaultNContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setCharset:(Ljava/lang/String;)Lnet/thevpc/nuts/io/DefaultNContentMetadata;
DefaultNContentMetadata.setCharset ( String p1 ) : NContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setCharset:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
DefaultNContentMetadata.setContentLength ( Long contentLength ) : NContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setContentLength:(Ljava/lang/Long;)Lnet/thevpc/nuts/io/NContentMetadata;
DefaultNContentMetadata.setContentType ( String contentType ) : DefaultNContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setContentType:(Ljava/lang/String;)Lnet/thevpc/nuts/io/DefaultNContentMetadata;
DefaultNContentMetadata.setContentType ( String p1 ) : NContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setContentType:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
DefaultNContentMetadata.setKind ( String kind ) : NContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setKind:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
DefaultNContentMetadata.setMessage ( NMsg message ) : NContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NContentMetadata;
DefaultNContentMetadata.setName ( String name ) : DefaultNContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/io/DefaultNContentMetadata;
DefaultNContentMetadata.setName ( String p1 ) : NContentMetadata
net/thevpc/nuts/io/DefaultNContentMetadata.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
DefaultNContentMetadata.toString ( ) : String
net/thevpc/nuts/io/DefaultNContentMetadata.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNDependency.class
package net.thevpc.nuts
DefaultNDependency.builder ( ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependency.builder:()Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependency.DefaultNDependency ( String repository, String groupId, String artifactId, String classifier, NVersion version, String scope, String optional, List<NId> exclusions, NEnvCondition condition, String type, Map<String,String> properties )
net/thevpc/nuts/DefaultNDependency."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Lnet/thevpc/nuts/NEnvCondition;Ljava/lang/String;Ljava/util/Map;)V
DefaultNDependency.DefaultNDependency ( String repository, String groupId, String artifactId, String classifier, NVersion version, String scope, String optional, List<NId> exclusions, NEnvCondition condition, String type, String properties )
net/thevpc/nuts/DefaultNDependency."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Lnet/thevpc/nuts/NEnvCondition;Ljava/lang/String;Ljava/lang/String;)V
DefaultNDependency.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNDependency.equals:(Ljava/lang/Object;)Z
DefaultNDependency.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/DefaultNDependency.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNDependency.formatter ( NSession session ) : NDependencyFormat
net/thevpc/nuts/DefaultNDependency.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDependencyFormat;
DefaultNDependency.getArtifactId ( ) : String
net/thevpc/nuts/DefaultNDependency.getArtifactId:()Ljava/lang/String;
DefaultNDependency.getClassifier ( ) : String
net/thevpc/nuts/DefaultNDependency.getClassifier:()Ljava/lang/String;
DefaultNDependency.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNDependency.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNDependency.getExclusions ( ) : List<NId>
net/thevpc/nuts/DefaultNDependency.getExclusions:()Ljava/util/List;
DefaultNDependency.getFullName ( ) : String
net/thevpc/nuts/DefaultNDependency.getFullName:()Ljava/lang/String;
DefaultNDependency.getGroupId ( ) : String
net/thevpc/nuts/DefaultNDependency.getGroupId:()Ljava/lang/String;
DefaultNDependency.getLongName ( ) : String
net/thevpc/nuts/DefaultNDependency.getLongName:()Ljava/lang/String;
DefaultNDependency.getOptional ( ) : String
net/thevpc/nuts/DefaultNDependency.getOptional:()Ljava/lang/String;
DefaultNDependency.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDependency.getProperties:()Ljava/util/Map;
DefaultNDependency.getPropertiesQuery ( ) : String
net/thevpc/nuts/DefaultNDependency.getPropertiesQuery:()Ljava/lang/String;
DefaultNDependency.getRepository ( ) : String
net/thevpc/nuts/DefaultNDependency.getRepository:()Ljava/lang/String;
DefaultNDependency.getScope ( ) : String
net/thevpc/nuts/DefaultNDependency.getScope:()Ljava/lang/String;
DefaultNDependency.getSimpleName ( ) : String
net/thevpc/nuts/DefaultNDependency.getSimpleName:()Ljava/lang/String;
DefaultNDependency.getType ( ) : String
net/thevpc/nuts/DefaultNDependency.getType:()Ljava/lang/String;
DefaultNDependency.getVersion ( ) : NVersion
net/thevpc/nuts/DefaultNDependency.getVersion:()Lnet/thevpc/nuts/NVersion;
DefaultNDependency.hashCode ( ) : int
net/thevpc/nuts/DefaultNDependency.hashCode:()I
DefaultNDependency.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNDependency.isBlank:()Z
DefaultNDependency.isOptional ( ) : boolean
net/thevpc/nuts/DefaultNDependency.isOptional:()Z
DefaultNDependency.toId ( ) : NId
net/thevpc/nuts/DefaultNDependency.toId:()Lnet/thevpc/nuts/NId;
DefaultNDependency.toString ( ) : String
net/thevpc/nuts/DefaultNDependency.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNDependencyBuilder.class
package net.thevpc.nuts
DefaultNDependencyBuilder.addProperties ( Map<String,String> queryMap ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.addPropertiesQuery ( String propertiesQuery ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.addPropertiesQuery:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.build ( ) : NDependency
net/thevpc/nuts/DefaultNDependencyBuilder.build:()Lnet/thevpc/nuts/NDependency;
DefaultNDependencyBuilder.builder ( ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.builder:()Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.clear ( ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.clear:()Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.copy ( ) : NDependency
net/thevpc/nuts/DefaultNDependencyBuilder.copy:()Lnet/thevpc/nuts/NDependency;
DefaultNDependencyBuilder.DefaultNDependencyBuilder ( )
net/thevpc/nuts/DefaultNDependencyBuilder."<init>":()V
DefaultNDependencyBuilder.DefaultNDependencyBuilder ( NDependency d )
net/thevpc/nuts/DefaultNDependencyBuilder."<init>":(Lnet/thevpc/nuts/NDependency;)V
DefaultNDependencyBuilder.DefaultNDependencyBuilder ( String groupId, String artifactId )
net/thevpc/nuts/DefaultNDependencyBuilder."<init>":(Ljava/lang/String;Ljava/lang/String;)V
DefaultNDependencyBuilder.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/DefaultNDependencyBuilder.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNDependencyBuilder.formatter ( NSession session ) : NDependencyFormat
net/thevpc/nuts/DefaultNDependencyBuilder.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDependencyFormat;
DefaultNDependencyBuilder.getArtifactId ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getArtifactId:()Ljava/lang/String;
DefaultNDependencyBuilder.getClassifier ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getClassifier:()Ljava/lang/String;
DefaultNDependencyBuilder.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNDependencyBuilder.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNDependencyBuilder.getCondition ( ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.getCondition:()Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNDependencyBuilder.getExclusions ( ) : List<NId>
net/thevpc/nuts/DefaultNDependencyBuilder.getExclusions:()Ljava/util/List;
DefaultNDependencyBuilder.getFullName ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getFullName:()Ljava/lang/String;
DefaultNDependencyBuilder.getGroupId ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getGroupId:()Ljava/lang/String;
DefaultNDependencyBuilder.getLongName ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getLongName:()Ljava/lang/String;
DefaultNDependencyBuilder.getOptional ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getOptional:()Ljava/lang/String;
DefaultNDependencyBuilder.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDependencyBuilder.getProperties:()Ljava/util/Map;
DefaultNDependencyBuilder.getPropertiesQuery ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getPropertiesQuery:()Ljava/lang/String;
DefaultNDependencyBuilder.getRepository ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getRepository:()Ljava/lang/String;
DefaultNDependencyBuilder.getScope ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getScope:()Ljava/lang/String;
DefaultNDependencyBuilder.getSimpleName ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getSimpleName:()Ljava/lang/String;
DefaultNDependencyBuilder.getType ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.getType:()Ljava/lang/String;
DefaultNDependencyBuilder.getVersion ( ) : NVersion
net/thevpc/nuts/DefaultNDependencyBuilder.getVersion:()Lnet/thevpc/nuts/NVersion;
DefaultNDependencyBuilder.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNDependencyBuilder.isBlank:()Z
DefaultNDependencyBuilder.isOptional ( ) : boolean
net/thevpc/nuts/DefaultNDependencyBuilder.isOptional:()Z
DefaultNDependencyBuilder.setAll ( NDependency value ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setAll:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setAll ( NDependencyBuilder value ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setAll:(Lnet/thevpc/nuts/NDependencyBuilder;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setArtifactId ( String artifactId ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setArtifactId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setClassifier ( String classifier ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setCondition ( NEnvCondition condition ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setDependency ( NDependency value ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setDependency ( NDependencyBuilder value ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setDependency:(Lnet/thevpc/nuts/NDependencyBuilder;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setExclusions ( List<NId> exclusions ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setExclusions:(Ljava/util/List;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setExclusions ( String exclusions ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setExclusions:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setGroupId ( String groupId ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setGroupId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setId ( NId id ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setOptional ( String optional ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setOptional:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setProperties ( Map<String,String> queryMap ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setPropertiesQuery ( String propertiesQuery ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setPropertiesQuery:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setProperty ( String property, String value ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setRepository ( String repository ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setScope ( NDependencyScope scope ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setScope ( String scope ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setScope:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setType ( String type ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setVersion ( NVersion version ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.setVersion ( String version ) : NDependencyBuilder
net/thevpc/nuts/DefaultNDependencyBuilder.setVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
DefaultNDependencyBuilder.toId ( ) : NId
net/thevpc/nuts/DefaultNDependencyBuilder.toId:()Lnet/thevpc/nuts/NId;
DefaultNDependencyBuilder.toString ( ) : String
net/thevpc/nuts/DefaultNDependencyBuilder.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNDescriptor.class
package net.thevpc.nuts
DefaultNDescriptor.builder ( ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptor.builder:()Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptor.DefaultNDescriptor ( NDescriptor d )
net/thevpc/nuts/DefaultNDescriptor."<init>":(Lnet/thevpc/nuts/NDescriptor;)V
DefaultNDescriptor.DefaultNDescriptor ( NId id, NIdType idType, List<NId> parents, String packaging, NArtifactCall executor, NArtifactCall installer, String name, String description, NEnvCondition condition, List<NDependency> dependencies, List<NDependency> standardDependencies, List<NIdLocation> locations, List<NDescriptorProperty> properties, String genericName, List<String> categories, List<String> icons, Set<NDescriptorFlag> flags, String solver, List<NDescriptorContributor> contributors, List<NDescriptorContributor> developers, List<NDescriptorLicense> licenses, List<NDescriptorMailingList> mailingLists, NDescriptorOrganization organization )
net/thevpc/nuts/DefaultNDescriptor."<init>":(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NIdType;Ljava/util/List;Ljava/lang/String;Lnet/thevpc/nuts/NArtifactCall;Lnet/thevpc/nuts/NArtifactCall;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NEnvCondition;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/util/Set;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Lnet/thevpc/nuts/NDescriptorOrganization;)V
DefaultNDescriptor.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNDescriptor.equals:(Ljava/lang/Object;)Z
DefaultNDescriptor.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/DefaultNDescriptor.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNDescriptor.formatter ( NSession session ) : NDescriptorFormat
net/thevpc/nuts/DefaultNDescriptor.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorFormat;
DefaultNDescriptor.getCategories ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptor.getCategories:()Ljava/util/List;
DefaultNDescriptor.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNDescriptor.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNDescriptor.getContributors ( ) : List<NDescriptorContributor>
net/thevpc/nuts/DefaultNDescriptor.getContributors:()Ljava/util/List;
DefaultNDescriptor.getDependencies ( ) : List<NDependency>
net/thevpc/nuts/DefaultNDescriptor.getDependencies:()Ljava/util/List;
DefaultNDescriptor.getDescription ( ) : String
net/thevpc/nuts/DefaultNDescriptor.getDescription:()Ljava/lang/String;
DefaultNDescriptor.getDevelopers ( ) : List<NDescriptorContributor>
net/thevpc/nuts/DefaultNDescriptor.getDevelopers:()Ljava/util/List;
DefaultNDescriptor.getExecutor ( ) : NArtifactCall
net/thevpc/nuts/DefaultNDescriptor.getExecutor:()Lnet/thevpc/nuts/NArtifactCall;
DefaultNDescriptor.getFlags ( ) : Set<NDescriptorFlag>
net/thevpc/nuts/DefaultNDescriptor.getFlags:()Ljava/util/Set;
DefaultNDescriptor.getGenericName ( ) : String
net/thevpc/nuts/DefaultNDescriptor.getGenericName:()Ljava/lang/String;
DefaultNDescriptor.getIcons ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptor.getIcons:()Ljava/util/List;
DefaultNDescriptor.getId ( ) : NId
net/thevpc/nuts/DefaultNDescriptor.getId:()Lnet/thevpc/nuts/NId;
DefaultNDescriptor.getIdType ( ) : NIdType
net/thevpc/nuts/DefaultNDescriptor.getIdType:()Lnet/thevpc/nuts/NIdType;
DefaultNDescriptor.getInstaller ( ) : NArtifactCall
net/thevpc/nuts/DefaultNDescriptor.getInstaller:()Lnet/thevpc/nuts/NArtifactCall;
DefaultNDescriptor.getLicenses ( ) : List<NDescriptorLicense>
net/thevpc/nuts/DefaultNDescriptor.getLicenses:()Ljava/util/List;
DefaultNDescriptor.getLocations ( ) : List<NIdLocation>
net/thevpc/nuts/DefaultNDescriptor.getLocations:()Ljava/util/List;
DefaultNDescriptor.getMailingLists ( ) : List<NDescriptorMailingList>
net/thevpc/nuts/DefaultNDescriptor.getMailingLists:()Ljava/util/List;
DefaultNDescriptor.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptor.getName:()Ljava/lang/String;
DefaultNDescriptor.getOrganization ( ) : NDescriptorOrganization
net/thevpc/nuts/DefaultNDescriptor.getOrganization:()Lnet/thevpc/nuts/NDescriptorOrganization;
DefaultNDescriptor.getPackaging ( ) : String
net/thevpc/nuts/DefaultNDescriptor.getPackaging:()Ljava/lang/String;
DefaultNDescriptor.getParents ( ) : List<NId>
net/thevpc/nuts/DefaultNDescriptor.getParents:()Ljava/util/List;
DefaultNDescriptor.getProperties ( ) : List<NDescriptorProperty>
net/thevpc/nuts/DefaultNDescriptor.getProperties:()Ljava/util/List;
DefaultNDescriptor.getProperty ( String name ) : NOptional<NDescriptorProperty>
net/thevpc/nuts/DefaultNDescriptor.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNDescriptor.getPropertyValue ( String name ) : NOptional<NLiteral>
net/thevpc/nuts/DefaultNDescriptor.getPropertyValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNDescriptor.getSolver ( ) : String
net/thevpc/nuts/DefaultNDescriptor.getSolver:()Ljava/lang/String;
DefaultNDescriptor.getStandardDependencies ( ) : List<NDependency>
net/thevpc/nuts/DefaultNDescriptor.getStandardDependencies:()Ljava/util/List;
DefaultNDescriptor.hashCode ( ) : int
net/thevpc/nuts/DefaultNDescriptor.hashCode:()I
DefaultNDescriptor.isApplication ( ) : boolean
net/thevpc/nuts/DefaultNDescriptor.isApplication:()Z
DefaultNDescriptor.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNDescriptor.isBlank:()Z
DefaultNDescriptor.isExecutable ( ) : boolean
net/thevpc/nuts/DefaultNDescriptor.isExecutable:()Z
DefaultNDescriptor.isValid ( ) : boolean
net/thevpc/nuts/DefaultNDescriptor.isValid:()Z
DefaultNDescriptor.readOnly ( ) : NDescriptor
net/thevpc/nuts/DefaultNDescriptor.readOnly:()Lnet/thevpc/nuts/NDescriptor;
DefaultNDescriptor.toString ( ) : String
net/thevpc/nuts/DefaultNDescriptor.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNDescriptorBuilder.class
package net.thevpc.nuts
DefaultNDescriptorBuilder.addDependencies ( List<NDependency> dependencies ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addDependency ( NDependency dependency ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addFlag ( NDescriptorFlag flag ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addFlag:(Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addFlags ( NDescriptorFlag... flags ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addFlags:([Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addLocation ( NIdLocation location ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addLocation:(Lnet/thevpc/nuts/NIdLocation;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addProperties ( List<NDescriptorProperty> properties ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addProperties:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addProperty ( NDescriptorProperty property ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addProperty:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addStandardDependencies ( List<NDependency> dependencies ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addStandardDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.addStandardDependency ( NDependency dependency ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.addStandardDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.build ( ) : NDescriptor
net/thevpc/nuts/DefaultNDescriptorBuilder.build:()Lnet/thevpc/nuts/NDescriptor;
DefaultNDescriptorBuilder.builder ( ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.builder:()Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.clear ( ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.clear:()Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.copy ( ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.copy:()Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.DefaultNDescriptorBuilder ( )
net/thevpc/nuts/DefaultNDescriptorBuilder."<init>":()V
DefaultNDescriptorBuilder.DefaultNDescriptorBuilder ( NDescriptor other )
net/thevpc/nuts/DefaultNDescriptorBuilder."<init>":(Lnet/thevpc/nuts/NDescriptor;)V
DefaultNDescriptorBuilder.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNDescriptorBuilder.equals:(Ljava/lang/Object;)Z
DefaultNDescriptorBuilder.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/DefaultNDescriptorBuilder.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNDescriptorBuilder.formatter ( NSession session ) : NDescriptorFormat
net/thevpc/nuts/DefaultNDescriptorBuilder.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorFormat;
DefaultNDescriptorBuilder.getCategories ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorBuilder.getCategories:()Ljava/util/List;
DefaultNDescriptorBuilder.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNDescriptorBuilder.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNDescriptorBuilder.getCondition ( ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.getCondition:()Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNDescriptorBuilder.getContributors ( ) : List<NDescriptorContributor>
net/thevpc/nuts/DefaultNDescriptorBuilder.getContributors:()Ljava/util/List;
DefaultNDescriptorBuilder.getDependencies ( ) : List<NDependency>
net/thevpc/nuts/DefaultNDescriptorBuilder.getDependencies:()Ljava/util/List;
DefaultNDescriptorBuilder.getDescription ( ) : String
net/thevpc/nuts/DefaultNDescriptorBuilder.getDescription:()Ljava/lang/String;
DefaultNDescriptorBuilder.getDevelopers ( ) : List<NDescriptorContributor>
net/thevpc/nuts/DefaultNDescriptorBuilder.getDevelopers:()Ljava/util/List;
DefaultNDescriptorBuilder.getExecutor ( ) : NArtifactCall
net/thevpc/nuts/DefaultNDescriptorBuilder.getExecutor:()Lnet/thevpc/nuts/NArtifactCall;
DefaultNDescriptorBuilder.getFlags ( ) : Set<NDescriptorFlag>
net/thevpc/nuts/DefaultNDescriptorBuilder.getFlags:()Ljava/util/Set;
DefaultNDescriptorBuilder.getGenericName ( ) : String
net/thevpc/nuts/DefaultNDescriptorBuilder.getGenericName:()Ljava/lang/String;
DefaultNDescriptorBuilder.getIcons ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorBuilder.getIcons:()Ljava/util/List;
DefaultNDescriptorBuilder.getId ( ) : NId
net/thevpc/nuts/DefaultNDescriptorBuilder.getId:()Lnet/thevpc/nuts/NId;
DefaultNDescriptorBuilder.getIdType ( ) : NIdType
net/thevpc/nuts/DefaultNDescriptorBuilder.getIdType:()Lnet/thevpc/nuts/NIdType;
DefaultNDescriptorBuilder.getInstaller ( ) : NArtifactCall
net/thevpc/nuts/DefaultNDescriptorBuilder.getInstaller:()Lnet/thevpc/nuts/NArtifactCall;
DefaultNDescriptorBuilder.getLicenses ( ) : List<NDescriptorLicense>
net/thevpc/nuts/DefaultNDescriptorBuilder.getLicenses:()Ljava/util/List;
DefaultNDescriptorBuilder.getLocations ( ) : List<NIdLocation>
net/thevpc/nuts/DefaultNDescriptorBuilder.getLocations:()Ljava/util/List;
DefaultNDescriptorBuilder.getMailingLists ( ) : List<NDescriptorMailingList>
net/thevpc/nuts/DefaultNDescriptorBuilder.getMailingLists:()Ljava/util/List;
DefaultNDescriptorBuilder.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorBuilder.getName:()Ljava/lang/String;
DefaultNDescriptorBuilder.getOrganization ( ) : NDescriptorOrganization
net/thevpc/nuts/DefaultNDescriptorBuilder.getOrganization:()Lnet/thevpc/nuts/NDescriptorOrganization;
DefaultNDescriptorBuilder.getPackaging ( ) : String
net/thevpc/nuts/DefaultNDescriptorBuilder.getPackaging:()Ljava/lang/String;
DefaultNDescriptorBuilder.getParents ( ) : List<NId>
net/thevpc/nuts/DefaultNDescriptorBuilder.getParents:()Ljava/util/List;
DefaultNDescriptorBuilder.getProperties ( ) : List<NDescriptorProperty>
net/thevpc/nuts/DefaultNDescriptorBuilder.getProperties:()Ljava/util/List;
DefaultNDescriptorBuilder.getProperty ( String name ) : NOptional<NDescriptorProperty>
net/thevpc/nuts/DefaultNDescriptorBuilder.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNDescriptorBuilder.getPropertyValue ( String name ) : NOptional<NLiteral>
net/thevpc/nuts/DefaultNDescriptorBuilder.getPropertyValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNDescriptorBuilder.getSolver ( ) : String
net/thevpc/nuts/DefaultNDescriptorBuilder.getSolver:()Ljava/lang/String;
DefaultNDescriptorBuilder.getStandardDependencies ( ) : List<NDependency>
net/thevpc/nuts/DefaultNDescriptorBuilder.getStandardDependencies:()Ljava/util/List;
DefaultNDescriptorBuilder.hashCode ( ) : int
net/thevpc/nuts/DefaultNDescriptorBuilder.hashCode:()I
DefaultNDescriptorBuilder.isApplication ( ) : boolean
net/thevpc/nuts/DefaultNDescriptorBuilder.isApplication:()Z
DefaultNDescriptorBuilder.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNDescriptorBuilder.isBlank:()Z
DefaultNDescriptorBuilder.isExecutable ( ) : boolean
net/thevpc/nuts/DefaultNDescriptorBuilder.isExecutable:()Z
DefaultNDescriptorBuilder.readOnly ( ) : NDescriptor
net/thevpc/nuts/DefaultNDescriptorBuilder.readOnly:()Lnet/thevpc/nuts/NDescriptor;
DefaultNDescriptorBuilder.removeDependency ( NDependency dependency ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.removeDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.removeDependency ( Predicate<NDependency> dependency ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.removeDependency:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.removeFlag ( NDescriptorFlag flag ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.removeFlag:(Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.removeFlags ( NDescriptorFlag... flags ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.removeFlags:([Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.removeProperties ( NDescriptorProperty property ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.removeProperties:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.removeStandardDependency ( NDependency dependency ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.removeStandardDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.replaceDependency ( Predicate<NDependency> filter, UnaryOperator<NDependency> converter ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.replaceDependency:(Ljava/util/function/Predicate;Ljava/util/function/UnaryOperator;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.replaceProperty ( Predicate<NDescriptorProperty> filter, Function<NDescriptorProperty,NDescriptorProperty> converter ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.replaceProperty:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setAll ( NDescriptor other ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setAll:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setAll ( NDescriptorBuilder other ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setAll:(Lnet/thevpc/nuts/NDescriptorBuilder;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setCategories ( List<String> categories ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setCategories:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setCondition ( NEnvCondition condition ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setContributors ( List<NDescriptorContributor> contributors ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setContributors:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setDependencies ( List<NDependency> dependencies ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setDescription ( String description ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setDescription:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setDevelopers ( List<NDescriptorContributor> developers ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setDevelopers:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setExecutor ( NArtifactCall executor ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setExecutor:(Lnet/thevpc/nuts/NArtifactCall;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setFlags ( Set<NDescriptorFlag> flags ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setFlags:(Ljava/util/Set;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setGenericName ( String name ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setGenericName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setIcons ( List<String> icons ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setIcons:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setId ( NId id ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setId ( String id ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setIdType ( NIdType idType ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setIdType:(Lnet/thevpc/nuts/NIdType;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setInstaller ( NArtifactCall installer ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setInstaller:(Lnet/thevpc/nuts/NArtifactCall;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setLicenses ( List<NDescriptorLicense> licenses ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setLicenses:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setLocations ( List<NIdLocation> locations ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setLocations:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setMailingLists ( List<NDescriptorMailingList> mailingLists ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setMailingLists:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setName ( String name ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setOrganization ( NDescriptorOrganization organization ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setOrganization:(Lnet/thevpc/nuts/NDescriptorOrganization;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setPackaging ( String packaging ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setParents ( List<NId> parents ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setParents:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setProperties ( List<NDescriptorProperty> properties ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setProperties:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setProperty ( String name, String value ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setSolver ( String solver ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setSolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
DefaultNDescriptorBuilder.setStandardDependencies ( List<NDependency> dependencies ) : NDescriptorBuilder
net/thevpc/nuts/DefaultNDescriptorBuilder.setStandardDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
nuts-0.8.4.jar,
DefaultNDescriptorContributor.class
package net.thevpc.nuts
DefaultNDescriptorContributor.builder ( ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributor.builder:()Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributor.DefaultNDescriptorContributor ( NDescriptorContributor other )
net/thevpc/nuts/DefaultNDescriptorContributor."<init>":(Lnet/thevpc/nuts/NDescriptorContributor;)V
DefaultNDescriptorContributor.DefaultNDescriptorContributor ( String id, String name, String url, String email, List<String> roles, String timezone, List<String> icons, NDescriptorOrganization organization, Map<String,String> properties, String comments )
net/thevpc/nuts/DefaultNDescriptorContributor."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/String;Ljava/util/List;Lnet/thevpc/nuts/NDescriptorOrganization;Ljava/util/Map;Ljava/lang/String;)V
DefaultNDescriptorContributor.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributor.getComments:()Ljava/lang/String;
DefaultNDescriptorContributor.getEmail ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributor.getEmail:()Ljava/lang/String;
DefaultNDescriptorContributor.getIcons ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorContributor.getIcons:()Ljava/util/List;
DefaultNDescriptorContributor.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributor.getId:()Ljava/lang/String;
DefaultNDescriptorContributor.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributor.getName:()Ljava/lang/String;
DefaultNDescriptorContributor.getOrganization ( ) : NDescriptorOrganization
net/thevpc/nuts/DefaultNDescriptorContributor.getOrganization:()Lnet/thevpc/nuts/NDescriptorOrganization;
DefaultNDescriptorContributor.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorContributor.getProperties:()Ljava/util/Map;
DefaultNDescriptorContributor.getRoles ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorContributor.getRoles:()Ljava/util/List;
DefaultNDescriptorContributor.getTimezone ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributor.getTimezone:()Ljava/lang/String;
DefaultNDescriptorContributor.getUrl ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributor.getUrl:()Ljava/lang/String;
DefaultNDescriptorContributor.readOnly ( ) : NDescriptorContributor
net/thevpc/nuts/DefaultNDescriptorContributor.readOnly:()Lnet/thevpc/nuts/NDescriptorContributor;
nuts-0.8.4.jar,
DefaultNDescriptorContributorBuilder.class
package net.thevpc.nuts
DefaultNDescriptorContributorBuilder.build ( ) : NDescriptorContributor
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.build:()Lnet/thevpc/nuts/NDescriptorContributor;
DefaultNDescriptorContributorBuilder.builder ( ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.builder:()Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.copy ( ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.copy:()Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.DefaultNDescriptorContributorBuilder ( )
net/thevpc/nuts/DefaultNDescriptorContributorBuilder."<init>":()V
DefaultNDescriptorContributorBuilder.DefaultNDescriptorContributorBuilder ( NDescriptorContributor other )
net/thevpc/nuts/DefaultNDescriptorContributorBuilder."<init>":(Lnet/thevpc/nuts/NDescriptorContributor;)V
DefaultNDescriptorContributorBuilder.DefaultNDescriptorContributorBuilder ( String id, String name, String url, String email, List<String> roles, String timezone, List<String> icons, NDescriptorOrganization organization, Map<String,String> properties, String comments )
net/thevpc/nuts/DefaultNDescriptorContributorBuilder."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/String;Ljava/util/List;Lnet/thevpc/nuts/NDescriptorOrganization;Ljava/util/Map;Ljava/lang/String;)V
DefaultNDescriptorContributorBuilder.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getComments:()Ljava/lang/String;
DefaultNDescriptorContributorBuilder.getEmail ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getEmail:()Ljava/lang/String;
DefaultNDescriptorContributorBuilder.getIcons ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getIcons:()Ljava/util/List;
DefaultNDescriptorContributorBuilder.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getId:()Ljava/lang/String;
DefaultNDescriptorContributorBuilder.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getName:()Ljava/lang/String;
DefaultNDescriptorContributorBuilder.getOrganization ( ) : NDescriptorOrganization
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getOrganization:()Lnet/thevpc/nuts/NDescriptorOrganization;
DefaultNDescriptorContributorBuilder.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getProperties:()Ljava/util/Map;
DefaultNDescriptorContributorBuilder.getRoles ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getRoles:()Ljava/util/List;
DefaultNDescriptorContributorBuilder.getTimezone ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getTimezone:()Ljava/lang/String;
DefaultNDescriptorContributorBuilder.getUrl ( ) : String
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.getUrl:()Ljava/lang/String;
DefaultNDescriptorContributorBuilder.readOnly ( ) : NDescriptorContributor
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.readOnly:()Lnet/thevpc/nuts/NDescriptorContributor;
DefaultNDescriptorContributorBuilder.setComments ( String comments ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setEmail ( String email ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setEmail:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setIcons ( List<String> icons ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setIcons:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setId ( String id ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setName ( String name ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setOrganization ( NDescriptorOrganization organization ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setOrganization:(Lnet/thevpc/nuts/NDescriptorOrganization;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setProperties ( Map<String,String> properties ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setRoles ( List<String> roles ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setRoles:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setTimezone ( String timezone ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setTimezone:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
DefaultNDescriptorContributorBuilder.setUrl ( String url ) : NDescriptorContributorBuilder
net/thevpc/nuts/DefaultNDescriptorContributorBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
nuts-0.8.4.jar,
DefaultNDescriptorLicense.class
package net.thevpc.nuts
DefaultNDescriptorLicense.builder ( ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicense.builder:()Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicense.DefaultNDescriptorLicense ( NDescriptorLicense other )
net/thevpc/nuts/DefaultNDescriptorLicense."<init>":(Lnet/thevpc/nuts/NDescriptorLicense;)V
DefaultNDescriptorLicense.DefaultNDescriptorLicense ( String id, String name, String url, String distribution, String comments, String date, Map<String,String> properties )
net/thevpc/nuts/DefaultNDescriptorLicense."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V
DefaultNDescriptorLicense.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicense.getComments:()Ljava/lang/String;
DefaultNDescriptorLicense.getDate ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicense.getDate:()Ljava/lang/String;
DefaultNDescriptorLicense.getDistribution ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicense.getDistribution:()Ljava/lang/String;
DefaultNDescriptorLicense.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicense.getId:()Ljava/lang/String;
DefaultNDescriptorLicense.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicense.getName:()Ljava/lang/String;
DefaultNDescriptorLicense.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorLicense.getProperties:()Ljava/util/Map;
DefaultNDescriptorLicense.getUrl ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicense.getUrl:()Ljava/lang/String;
DefaultNDescriptorLicense.readOnly ( ) : NDescriptorLicense
net/thevpc/nuts/DefaultNDescriptorLicense.readOnly:()Lnet/thevpc/nuts/NDescriptorLicense;
nuts-0.8.4.jar,
DefaultNDescriptorLicenseBuilder.class
package net.thevpc.nuts
DefaultNDescriptorLicenseBuilder.build ( ) : NDescriptorLicense
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.build:()Lnet/thevpc/nuts/NDescriptorLicense;
DefaultNDescriptorLicenseBuilder.builder ( ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.builder:()Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.copy ( ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.copy:()Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.DefaultNDescriptorLicenseBuilder ( )
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder."<init>":()V
DefaultNDescriptorLicenseBuilder.DefaultNDescriptorLicenseBuilder ( NDescriptorLicense other )
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder."<init>":(Lnet/thevpc/nuts/NDescriptorLicense;)V
DefaultNDescriptorLicenseBuilder.DefaultNDescriptorLicenseBuilder ( String id, String name, String url, String distribution, String comments, String date, Map<String,String> properties )
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V
DefaultNDescriptorLicenseBuilder.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.getComments:()Ljava/lang/String;
DefaultNDescriptorLicenseBuilder.getDate ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.getDate:()Ljava/lang/String;
DefaultNDescriptorLicenseBuilder.getDistribution ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.getDistribution:()Ljava/lang/String;
DefaultNDescriptorLicenseBuilder.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.getId:()Ljava/lang/String;
DefaultNDescriptorLicenseBuilder.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.getName:()Ljava/lang/String;
DefaultNDescriptorLicenseBuilder.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.getProperties:()Ljava/util/Map;
DefaultNDescriptorLicenseBuilder.getUrl ( ) : String
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.getUrl:()Ljava/lang/String;
DefaultNDescriptorLicenseBuilder.readOnly ( ) : NDescriptorLicense
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.readOnly:()Lnet/thevpc/nuts/NDescriptorLicense;
DefaultNDescriptorLicenseBuilder.setComments ( String comments ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.setDate ( String date ) : DefaultNDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.setDate:(Ljava/lang/String;)Lnet/thevpc/nuts/DefaultNDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.setDistribution ( String distribution ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.setDistribution:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.setId ( String id ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.setName ( String name ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.setProperties ( Map<String,String> properties ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
DefaultNDescriptorLicenseBuilder.setUrl ( String url ) : NDescriptorLicenseBuilder
net/thevpc/nuts/DefaultNDescriptorLicenseBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
nuts-0.8.4.jar,
DefaultNDescriptorMailingList.class
package net.thevpc.nuts
DefaultNDescriptorMailingList.builder ( ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingList.builder:()Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingList.DefaultNDescriptorMailingList ( NDescriptorMailingList other )
net/thevpc/nuts/DefaultNDescriptorMailingList."<init>":(Lnet/thevpc/nuts/NDescriptorMailingList;)V
DefaultNDescriptorMailingList.DefaultNDescriptorMailingList ( String id, String name, String subscribe, String unsubscribe, String post, String archive, List<String> otherArchives, Map<String,String> properties, String comments )
net/thevpc/nuts/DefaultNDescriptorMailingList."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/Map;Ljava/lang/String;)V
DefaultNDescriptorMailingList.getArchive ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingList.getArchive:()Ljava/lang/String;
DefaultNDescriptorMailingList.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingList.getComments:()Ljava/lang/String;
DefaultNDescriptorMailingList.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingList.getId:()Ljava/lang/String;
DefaultNDescriptorMailingList.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingList.getName:()Ljava/lang/String;
DefaultNDescriptorMailingList.getOtherArchives ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorMailingList.getOtherArchives:()Ljava/util/List;
DefaultNDescriptorMailingList.getPost ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingList.getPost:()Ljava/lang/String;
DefaultNDescriptorMailingList.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorMailingList.getProperties:()Ljava/util/Map;
DefaultNDescriptorMailingList.getSubscribe ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingList.getSubscribe:()Ljava/lang/String;
DefaultNDescriptorMailingList.getUnsubscribe ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingList.getUnsubscribe:()Ljava/lang/String;
DefaultNDescriptorMailingList.readOnly ( ) : NDescriptorMailingList
net/thevpc/nuts/DefaultNDescriptorMailingList.readOnly:()Lnet/thevpc/nuts/NDescriptorMailingList;
nuts-0.8.4.jar,
DefaultNDescriptorMailingListBuilder.class
package net.thevpc.nuts
DefaultNDescriptorMailingListBuilder.build ( ) : NDescriptorMailingList
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.build:()Lnet/thevpc/nuts/NDescriptorMailingList;
DefaultNDescriptorMailingListBuilder.builder ( ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.builder:()Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.copy ( ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.copy:()Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.DefaultNDescriptorMailingListBuilder ( )
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder."<init>":()V
DefaultNDescriptorMailingListBuilder.DefaultNDescriptorMailingListBuilder ( NDescriptorMailingList other )
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder."<init>":(Lnet/thevpc/nuts/NDescriptorMailingList;)V
DefaultNDescriptorMailingListBuilder.DefaultNDescriptorMailingListBuilder ( String id, String name, String subscribe, String unsubscribe, String post, String archive, List<String> otherArchives, Map<String,String> properties, String comments )
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/Map;Ljava/lang/String;)V
DefaultNDescriptorMailingListBuilder.getArchive ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getArchive:()Ljava/lang/String;
DefaultNDescriptorMailingListBuilder.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getComments:()Ljava/lang/String;
DefaultNDescriptorMailingListBuilder.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getId:()Ljava/lang/String;
DefaultNDescriptorMailingListBuilder.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getName:()Ljava/lang/String;
DefaultNDescriptorMailingListBuilder.getOtherArchives ( ) : List<String>
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getOtherArchives:()Ljava/util/List;
DefaultNDescriptorMailingListBuilder.getPost ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getPost:()Ljava/lang/String;
DefaultNDescriptorMailingListBuilder.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getProperties:()Ljava/util/Map;
DefaultNDescriptorMailingListBuilder.getSubscribe ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getSubscribe:()Ljava/lang/String;
DefaultNDescriptorMailingListBuilder.getUnsubscribe ( ) : String
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.getUnsubscribe:()Ljava/lang/String;
DefaultNDescriptorMailingListBuilder.readOnly ( ) : NDescriptorMailingList
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.readOnly:()Lnet/thevpc/nuts/NDescriptorMailingList;
DefaultNDescriptorMailingListBuilder.setArchive ( String archive ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setArchive:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setComments ( String comments ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setId ( String id ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setName ( String name ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setOtherArchives ( List<String> otherArchives ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setOtherArchives:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setPost ( String post ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setPost:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setProperties ( Map<String,String> properties ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setSubscribe ( String subscribe ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setSubscribe:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
DefaultNDescriptorMailingListBuilder.setUnsubscribe ( String unsubscribe ) : NDescriptorMailingListBuilder
net/thevpc/nuts/DefaultNDescriptorMailingListBuilder.setUnsubscribe:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
nuts-0.8.4.jar,
DefaultNDescriptorOrganization.class
package net.thevpc.nuts
DefaultNDescriptorOrganization.builder ( ) : DefaultNDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganization.builder:()Lnet/thevpc/nuts/DefaultNDescriptorOrganizationBuilder;
DefaultNDescriptorOrganization.builder ( ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganization.builder:()Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
DefaultNDescriptorOrganization.DefaultNDescriptorOrganization ( NDescriptorOrganization other )
net/thevpc/nuts/DefaultNDescriptorOrganization."<init>":(Lnet/thevpc/nuts/NDescriptorOrganization;)V
DefaultNDescriptorOrganization.DefaultNDescriptorOrganization ( String id, String name, String url, String comments, Map<String,String> properties )
net/thevpc/nuts/DefaultNDescriptorOrganization."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V
DefaultNDescriptorOrganization.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganization.getComments:()Ljava/lang/String;
DefaultNDescriptorOrganization.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganization.getId:()Ljava/lang/String;
DefaultNDescriptorOrganization.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganization.getName:()Ljava/lang/String;
DefaultNDescriptorOrganization.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorOrganization.getProperties:()Ljava/util/Map;
DefaultNDescriptorOrganization.getUrl ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganization.getUrl:()Ljava/lang/String;
DefaultNDescriptorOrganization.readOnly ( ) : NDescriptorOrganization
net/thevpc/nuts/DefaultNDescriptorOrganization.readOnly:()Lnet/thevpc/nuts/NDescriptorOrganization;
nuts-0.8.4.jar,
DefaultNDescriptorOrganizationBuilder.class
package net.thevpc.nuts
DefaultNDescriptorOrganizationBuilder.build ( ) : NDescriptorOrganization
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.build:()Lnet/thevpc/nuts/NDescriptorOrganization;
DefaultNDescriptorOrganizationBuilder.builder ( ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.builder:()Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
DefaultNDescriptorOrganizationBuilder.copy ( ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.copy:()Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
DefaultNDescriptorOrganizationBuilder.DefaultNDescriptorOrganizationBuilder ( )
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder."<init>":()V
DefaultNDescriptorOrganizationBuilder.DefaultNDescriptorOrganizationBuilder ( NDescriptorOrganization other )
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder."<init>":(Lnet/thevpc/nuts/NDescriptorOrganization;)V
DefaultNDescriptorOrganizationBuilder.DefaultNDescriptorOrganizationBuilder ( String id, String name, String url, String comments, Map<String,String> properties )
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V
DefaultNDescriptorOrganizationBuilder.getComments ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.getComments:()Ljava/lang/String;
DefaultNDescriptorOrganizationBuilder.getId ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.getId:()Ljava/lang/String;
DefaultNDescriptorOrganizationBuilder.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.getName:()Ljava/lang/String;
DefaultNDescriptorOrganizationBuilder.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.getProperties:()Ljava/util/Map;
DefaultNDescriptorOrganizationBuilder.getUrl ( ) : String
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.getUrl:()Ljava/lang/String;
DefaultNDescriptorOrganizationBuilder.readOnly ( ) : NDescriptorOrganization
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.readOnly:()Lnet/thevpc/nuts/NDescriptorOrganization;
DefaultNDescriptorOrganizationBuilder.setComments ( String comments ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
DefaultNDescriptorOrganizationBuilder.setId ( String id ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
DefaultNDescriptorOrganizationBuilder.setName ( String name ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
DefaultNDescriptorOrganizationBuilder.setProperties ( Map<String,String> properties ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
DefaultNDescriptorOrganizationBuilder.setUrl ( String url ) : NDescriptorOrganizationBuilder
net/thevpc/nuts/DefaultNDescriptorOrganizationBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
nuts-0.8.4.jar,
DefaultNDescriptorProperty.class
package net.thevpc.nuts
DefaultNDescriptorProperty.builder ( ) : NDescriptorPropertyBuilder
net/thevpc/nuts/DefaultNDescriptorProperty.builder:()Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
DefaultNDescriptorProperty.DefaultNDescriptorProperty ( String name, NLiteral value, NEnvCondition condition )
net/thevpc/nuts/DefaultNDescriptorProperty."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/util/NLiteral;Lnet/thevpc/nuts/NEnvCondition;)V
DefaultNDescriptorProperty.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNDescriptorProperty.equals:(Ljava/lang/Object;)Z
DefaultNDescriptorProperty.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNDescriptorProperty.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNDescriptorProperty.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorProperty.getName:()Ljava/lang/String;
DefaultNDescriptorProperty.getValue ( ) : NLiteral
net/thevpc/nuts/DefaultNDescriptorProperty.getValue:()Lnet/thevpc/nuts/util/NLiteral;
DefaultNDescriptorProperty.hashCode ( ) : int
net/thevpc/nuts/DefaultNDescriptorProperty.hashCode:()I
DefaultNDescriptorProperty.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNDescriptorProperty.isBlank:()Z
DefaultNDescriptorProperty.readOnly ( ) : NDescriptorProperty
net/thevpc/nuts/DefaultNDescriptorProperty.readOnly:()Lnet/thevpc/nuts/NDescriptorProperty;
DefaultNDescriptorProperty.toString ( ) : String
net/thevpc/nuts/DefaultNDescriptorProperty.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNDescriptorPropertyBuilder.class
package net.thevpc.nuts
DefaultNDescriptorPropertyBuilder.build ( ) : NDescriptorProperty
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.build:()Lnet/thevpc/nuts/NDescriptorProperty;
DefaultNDescriptorPropertyBuilder.builder ( ) : NDescriptorPropertyBuilder
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.builder:()Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
DefaultNDescriptorPropertyBuilder.copy ( ) : NDescriptorPropertyBuilder
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.copy:()Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
DefaultNDescriptorPropertyBuilder.DefaultNDescriptorPropertyBuilder ( )
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder."<init>":()V
DefaultNDescriptorPropertyBuilder.DefaultNDescriptorPropertyBuilder ( NDescriptorProperty other )
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder."<init>":(Lnet/thevpc/nuts/NDescriptorProperty;)V
DefaultNDescriptorPropertyBuilder.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNDescriptorPropertyBuilder.getCondition ( ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.getCondition:()Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNDescriptorPropertyBuilder.getName ( ) : String
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.getName:()Ljava/lang/String;
DefaultNDescriptorPropertyBuilder.getValue ( ) : NLiteral
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.getValue:()Lnet/thevpc/nuts/util/NLiteral;
DefaultNDescriptorPropertyBuilder.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.isBlank:()Z
DefaultNDescriptorPropertyBuilder.readOnly ( ) : NDescriptorProperty
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.readOnly:()Lnet/thevpc/nuts/NDescriptorProperty;
DefaultNDescriptorPropertyBuilder.setAll ( NDescriptorProperty value ) : NDescriptorPropertyBuilder
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.setAll:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
DefaultNDescriptorPropertyBuilder.setCondition ( NEnvCondition condition ) : NDescriptorPropertyBuilder
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
DefaultNDescriptorPropertyBuilder.setName ( String name ) : NDescriptorPropertyBuilder
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
DefaultNDescriptorPropertyBuilder.setValue ( String value ) : NDescriptorPropertyBuilder
net/thevpc/nuts/DefaultNDescriptorPropertyBuilder.setValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
nuts-0.8.4.jar,
DefaultNDurationFormat.class
package net.thevpc.nuts.time
DefaultNDurationFormat.copy ( ) : DefaultNDurationFormat
net/thevpc/nuts/time/DefaultNDurationFormat.copy:()Lnet/thevpc/nuts/time/DefaultNDurationFormat;
DefaultNDurationFormat.DefaultNDurationFormat ( DefaultNDurationFormat other )
net/thevpc/nuts/time/DefaultNDurationFormat."<init>":(Lnet/thevpc/nuts/time/DefaultNDurationFormat;)V
DefaultNDurationFormat.DefaultNDurationFormat ( NDurationFormatMode mode )
net/thevpc/nuts/time/DefaultNDurationFormat."<init>":(Lnet/thevpc/nuts/time/NDurationFormatMode;)V
DefaultNDurationFormat.format ( Duration duration ) : String
net/thevpc/nuts/time/DefaultNDurationFormat.format:(Ljava/time/Duration;)Ljava/lang/String;
DefaultNDurationFormat.format ( long millis, int nanos ) : String
net/thevpc/nuts/time/DefaultNDurationFormat.format:(JI)Ljava/lang/String;
DefaultNDurationFormat.format ( NDuration duration ) : String
net/thevpc/nuts/time/DefaultNDurationFormat.format:(Lnet/thevpc/nuts/time/NDuration;)Ljava/lang/String;
DefaultNDurationFormat.formatMillis ( long millis ) : String
net/thevpc/nuts/time/DefaultNDurationFormat.formatMillis:(J)Ljava/lang/String;
DefaultNDurationFormat.formatNanos ( long nanos ) : String
net/thevpc/nuts/time/DefaultNDurationFormat.formatNanos:(J)Ljava/lang/String;
DefaultNDurationFormat.formatUnit ( NDuration duration, ChronoUnit unit, Set<ChronoUnit> processed, NPrintStream out ) : void
net/thevpc/nuts/time/DefaultNDurationFormat.formatUnit:(Lnet/thevpc/nuts/time/NDuration;Ljava/time/temporal/ChronoUnit;Ljava/util/Set;Lnet/thevpc/nuts/io/NPrintStream;)V
DefaultNDurationFormat.freeze ( ) : DefaultNDurationFormat
net/thevpc/nuts/time/DefaultNDurationFormat.freeze:()Lnet/thevpc/nuts/time/DefaultNDurationFormat;
DefaultNDurationFormat.getMode ( ) : NDurationFormatMode
net/thevpc/nuts/time/DefaultNDurationFormat.getMode:()Lnet/thevpc/nuts/time/NDurationFormatMode;
DefaultNDurationFormat.of ( NDurationFormatMode mode ) [static] : DefaultNDurationFormat
net/thevpc/nuts/time/DefaultNDurationFormat.of:(Lnet/thevpc/nuts/time/NDurationFormatMode;)Lnet/thevpc/nuts/time/DefaultNDurationFormat;
DefaultNDurationFormat.print ( NDuration duration, NPrintStream out ) : void
net/thevpc/nuts/time/DefaultNDurationFormat.print:(Lnet/thevpc/nuts/time/NDuration;Lnet/thevpc/nuts/io/NPrintStream;)V
DefaultNDurationFormat.setMode ( NDurationFormatMode mode ) : DefaultNDurationFormat
net/thevpc/nuts/time/DefaultNDurationFormat.setMode:(Lnet/thevpc/nuts/time/NDurationFormatMode;)Lnet/thevpc/nuts/time/DefaultNDurationFormat;
DefaultNDurationFormat.unitString ( ChronoUnit unit ) : String
net/thevpc/nuts/time/DefaultNDurationFormat.unitString:(Ljava/time/temporal/ChronoUnit;)Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNElementEntry.class
package net.thevpc.nuts.elem
DefaultNElementEntry.DefaultNElementEntry ( NElement key, NElement value )
net/thevpc/nuts/elem/DefaultNElementEntry."<init>":(Lnet/thevpc/nuts/elem/NElement;Lnet/thevpc/nuts/elem/NElement;)V
DefaultNElementEntry.equals ( Object o ) : boolean
net/thevpc/nuts/elem/DefaultNElementEntry.equals:(Ljava/lang/Object;)Z
DefaultNElementEntry.getKey ( ) : NElement
net/thevpc/nuts/elem/DefaultNElementEntry.getKey:()Lnet/thevpc/nuts/elem/NElement;
DefaultNElementEntry.getValue ( ) : NElement
net/thevpc/nuts/elem/DefaultNElementEntry.getValue:()Lnet/thevpc/nuts/elem/NElement;
DefaultNElementEntry.hashCode ( ) : int
net/thevpc/nuts/elem/DefaultNElementEntry.hashCode:()I
DefaultNElementEntry.toString ( ) : String
net/thevpc/nuts/elem/DefaultNElementEntry.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNEnvCondition.class
package net.thevpc.nuts
DefaultNEnvCondition.builder ( ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvCondition.builder:()Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvCondition.DefaultNEnvCondition ( )
net/thevpc/nuts/DefaultNEnvCondition."<init>":()V
DefaultNEnvCondition.DefaultNEnvCondition ( List<String> arch, List<String> os, List<String> osDist, List<String> platform, List<String> desktopEnvironment, List<String> profile, Map<String,String> properties )
net/thevpc/nuts/DefaultNEnvCondition."<init>":(Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/Map;)V
DefaultNEnvCondition.DefaultNEnvCondition ( NEnvCondition d )
net/thevpc/nuts/DefaultNEnvCondition."<init>":(Lnet/thevpc/nuts/NEnvCondition;)V
DefaultNEnvCondition.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNEnvCondition.equals:(Ljava/lang/Object;)Z
DefaultNEnvCondition.getArch ( ) : List<String>
net/thevpc/nuts/DefaultNEnvCondition.getArch:()Ljava/util/List;
DefaultNEnvCondition.getDesktopEnvironment ( ) : List<String>
net/thevpc/nuts/DefaultNEnvCondition.getDesktopEnvironment:()Ljava/util/List;
DefaultNEnvCondition.getOs ( ) : List<String>
net/thevpc/nuts/DefaultNEnvCondition.getOs:()Ljava/util/List;
DefaultNEnvCondition.getOsDist ( ) : List<String>
net/thevpc/nuts/DefaultNEnvCondition.getOsDist:()Ljava/util/List;
DefaultNEnvCondition.getPlatform ( ) : List<String>
net/thevpc/nuts/DefaultNEnvCondition.getPlatform:()Ljava/util/List;
DefaultNEnvCondition.getProfile ( ) : List<String>
net/thevpc/nuts/DefaultNEnvCondition.getProfile:()Ljava/util/List;
DefaultNEnvCondition.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNEnvCondition.getProperties:()Ljava/util/Map;
DefaultNEnvCondition.hashCode ( ) : int
net/thevpc/nuts/DefaultNEnvCondition.hashCode:()I
DefaultNEnvCondition.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNEnvCondition.isBlank:()Z
DefaultNEnvCondition.readOnly ( ) : NEnvCondition
net/thevpc/nuts/DefaultNEnvCondition.readOnly:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNEnvCondition.toMap ( ) : Map<String,String>
net/thevpc/nuts/DefaultNEnvCondition.toMap:()Ljava/util/Map;
DefaultNEnvCondition.toString ( ) : String
net/thevpc/nuts/DefaultNEnvCondition.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNEnvConditionBuilder.class
package net.thevpc.nuts
DefaultNEnvConditionBuilder.addAll ( NEnvCondition other ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addAll:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addArchs ( String value ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addArchs:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addArchs ( String... values ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addArchs:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addDesktopEnvironment ( String value ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addDesktopEnvironment:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addDesktopEnvironments ( String... values ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addDesktopEnvironments:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addOs ( String value ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addOsDist ( String value ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addOsDist:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addOsDists ( String... values ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addOsDists:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addOses ( String... values ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addOses:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addPlatform ( String value ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addPlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addPlatforms ( String... values ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addPlatforms:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addProfile ( String value ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addProfile:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addProfiles ( String... values ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addProfiles:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addProperties ( Map<String,String> properties ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.addProperty ( String key, String value ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.build ( ) : NEnvCondition
net/thevpc/nuts/DefaultNEnvConditionBuilder.build:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNEnvConditionBuilder.builder ( ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.builder:()Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.clear ( ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.clear:()Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.copy ( ) : NEnvCondition
net/thevpc/nuts/DefaultNEnvConditionBuilder.copy:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNEnvConditionBuilder.DefaultNEnvConditionBuilder ( )
net/thevpc/nuts/DefaultNEnvConditionBuilder."<init>":()V
DefaultNEnvConditionBuilder.DefaultNEnvConditionBuilder ( NEnvCondition other )
net/thevpc/nuts/DefaultNEnvConditionBuilder."<init>":(Lnet/thevpc/nuts/NEnvCondition;)V
DefaultNEnvConditionBuilder.getArch ( ) : List<String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.getArch:()Ljava/util/List;
DefaultNEnvConditionBuilder.getDesktopEnvironment ( ) : List<String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.getDesktopEnvironment:()Ljava/util/List;
DefaultNEnvConditionBuilder.getOs ( ) : List<String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.getOs:()Ljava/util/List;
DefaultNEnvConditionBuilder.getOsDist ( ) : List<String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.getOsDist:()Ljava/util/List;
DefaultNEnvConditionBuilder.getPlatform ( ) : List<String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.getPlatform:()Ljava/util/List;
DefaultNEnvConditionBuilder.getProfile ( ) : List<String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.getProfile:()Ljava/util/List;
DefaultNEnvConditionBuilder.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.getProperties:()Ljava/util/Map;
DefaultNEnvConditionBuilder.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNEnvConditionBuilder.isBlank:()Z
DefaultNEnvConditionBuilder.readOnly ( ) : NEnvCondition
net/thevpc/nuts/DefaultNEnvConditionBuilder.readOnly:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNEnvConditionBuilder.setAll ( NEnvCondition other ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setAll:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.setArch ( List<String> arch ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setArch:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.setDesktopEnvironment ( List<String> desktopEnvironment ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setDesktopEnvironment:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.setOs ( List<String> os ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setOs:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.setOsDist ( List<String> osDist ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setOsDist:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.setPlatform ( List<String> platform ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setPlatform:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.setProfile ( List<String> profiles ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setProfile:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.setProperties ( Map<String,String> properties ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNEnvConditionBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNEnvConditionBuilder.toMap ( ) : Map<String,String>
net/thevpc/nuts/DefaultNEnvConditionBuilder.toMap:()Ljava/util/Map;
DefaultNEnvConditionBuilder.toString ( ) : String
net/thevpc/nuts/DefaultNEnvConditionBuilder.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNId.class
package net.thevpc.nuts
DefaultNId.builder ( ) : NIdBuilder
net/thevpc/nuts/DefaultNId.builder:()Lnet/thevpc/nuts/NIdBuilder;
DefaultNId.compareTo ( NId o2 ) : int
net/thevpc/nuts/DefaultNId.compareTo:(Lnet/thevpc/nuts/NId;)I
DefaultNId.compareTo ( Object p1 ) : int
net/thevpc/nuts/DefaultNId.compareTo:(Ljava/lang/Object;)I
DefaultNId.compatNewer ( ) : NId
net/thevpc/nuts/DefaultNId.compatNewer:()Lnet/thevpc/nuts/NId;
DefaultNId.compatOlder ( ) : NId
net/thevpc/nuts/DefaultNId.compatOlder:()Lnet/thevpc/nuts/NId;
DefaultNId.DefaultNId ( )
net/thevpc/nuts/DefaultNId."<init>":()V
DefaultNId.DefaultNId ( String groupId, String artifactId, NVersion version )
net/thevpc/nuts/DefaultNId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;)V
DefaultNId.DefaultNId ( String groupId, String artifactId, NVersion version, String classifier, Map<String,String> properties, NEnvCondition condition )
net/thevpc/nuts/DefaultNId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;Ljava/lang/String;Ljava/util/Map;Lnet/thevpc/nuts/NEnvCondition;)V
DefaultNId.DefaultNId ( String groupId, String artifactId, NVersion version, String classifier, String properties, NEnvCondition condition )
net/thevpc/nuts/DefaultNId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NEnvCondition;)V
DefaultNId.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNId.equals:(Ljava/lang/Object;)Z
DefaultNId.equalsLongId ( NId other ) : boolean
net/thevpc/nuts/DefaultNId.equalsLongId:(Lnet/thevpc/nuts/NId;)Z
DefaultNId.equalsShortId ( NId other ) : boolean
net/thevpc/nuts/DefaultNId.equalsShortId:(Lnet/thevpc/nuts/NId;)Z
DefaultNId.filter ( NSession session ) : NIdFilter
net/thevpc/nuts/DefaultNId.filter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIdFilter;
DefaultNId.formatter ( NSession session ) : NFormat
net/thevpc/nuts/DefaultNId.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNId.getArtifactId ( ) : String
net/thevpc/nuts/DefaultNId.getArtifactId:()Ljava/lang/String;
DefaultNId.getClassifier ( ) : String
net/thevpc/nuts/DefaultNId.getClassifier:()Ljava/lang/String;
DefaultNId.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNId.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNId.getFace ( ) : String
net/thevpc/nuts/DefaultNId.getFace:()Ljava/lang/String;
DefaultNId.getFullName ( ) : String
net/thevpc/nuts/DefaultNId.getFullName:()Ljava/lang/String;
DefaultNId.getGroupId ( ) : String
net/thevpc/nuts/DefaultNId.getGroupId:()Ljava/lang/String;
DefaultNId.getLongId ( ) : NId
net/thevpc/nuts/DefaultNId.getLongId:()Lnet/thevpc/nuts/NId;
DefaultNId.getLongName ( ) : String
net/thevpc/nuts/DefaultNId.getLongName:()Ljava/lang/String;
DefaultNId.getPackaging ( ) : String
net/thevpc/nuts/DefaultNId.getPackaging:()Ljava/lang/String;
DefaultNId.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNId.getProperties:()Ljava/util/Map;
DefaultNId.getPropertiesQuery ( ) : String
net/thevpc/nuts/DefaultNId.getPropertiesQuery:()Ljava/lang/String;
DefaultNId.getRepository ( ) : String
net/thevpc/nuts/DefaultNId.getRepository:()Ljava/lang/String;
DefaultNId.getShortId ( ) : NId
net/thevpc/nuts/DefaultNId.getShortId:()Lnet/thevpc/nuts/NId;
DefaultNId.getShortName ( ) : String
net/thevpc/nuts/DefaultNId.getShortName:()Ljava/lang/String;
DefaultNId.getVersion ( ) : NVersion
net/thevpc/nuts/DefaultNId.getVersion:()Lnet/thevpc/nuts/NVersion;
DefaultNId.hashCode ( ) : int
net/thevpc/nuts/DefaultNId.hashCode:()I
DefaultNId.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNId.isBlank:()Z
DefaultNId.isLongId ( ) : boolean
net/thevpc/nuts/DefaultNId.isLongId:()Z
DefaultNId.isNull ( ) : boolean
net/thevpc/nuts/DefaultNId.isNull:()Z
DefaultNId.isShortId ( ) : boolean
net/thevpc/nuts/DefaultNId.isShortId:()Z
DefaultNId.toDependency ( ) : NDependency
net/thevpc/nuts/DefaultNId.toDependency:()Lnet/thevpc/nuts/NDependency;
DefaultNId.toString ( ) : String
net/thevpc/nuts/DefaultNId.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNIdBuilder.class
package net.thevpc.nuts
DefaultNIdBuilder.build ( ) : NId
net/thevpc/nuts/DefaultNIdBuilder.build:()Lnet/thevpc/nuts/NId;
DefaultNIdBuilder.builder ( ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.builder:()Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.clear ( ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.clear:()Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.clearProperties ( ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.clearProperties:()Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.compareTo ( NId o ) : int
net/thevpc/nuts/DefaultNIdBuilder.compareTo:(Lnet/thevpc/nuts/NId;)I
DefaultNIdBuilder.compareTo ( Object p1 ) : int
net/thevpc/nuts/DefaultNIdBuilder.compareTo:(Ljava/lang/Object;)I
DefaultNIdBuilder.compatNewer ( ) : NId
net/thevpc/nuts/DefaultNIdBuilder.compatNewer:()Lnet/thevpc/nuts/NId;
DefaultNIdBuilder.compatOlder ( ) : NId
net/thevpc/nuts/DefaultNIdBuilder.compatOlder:()Lnet/thevpc/nuts/NId;
DefaultNIdBuilder.DefaultNIdBuilder ( )
net/thevpc/nuts/DefaultNIdBuilder."<init>":()V
DefaultNIdBuilder.DefaultNIdBuilder ( NId id )
net/thevpc/nuts/DefaultNIdBuilder."<init>":(Lnet/thevpc/nuts/NId;)V
DefaultNIdBuilder.DefaultNIdBuilder ( String groupId, String artifactId )
net/thevpc/nuts/DefaultNIdBuilder."<init>":(Ljava/lang/String;Ljava/lang/String;)V
DefaultNIdBuilder.DefaultNIdBuilder ( String groupId, String artifactId, NVersion version, String classifier, String propertiesQuery, NEnvCondition condition )
net/thevpc/nuts/DefaultNIdBuilder."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NEnvCondition;)V
DefaultNIdBuilder.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNIdBuilder.equals:(Ljava/lang/Object;)Z
DefaultNIdBuilder.equalsLongId ( NId other ) : boolean
net/thevpc/nuts/DefaultNIdBuilder.equalsLongId:(Lnet/thevpc/nuts/NId;)Z
DefaultNIdBuilder.equalsShortId ( NId other ) : boolean
net/thevpc/nuts/DefaultNIdBuilder.equalsShortId:(Lnet/thevpc/nuts/NId;)Z
DefaultNIdBuilder.filter ( NSession session ) : NIdFilter
net/thevpc/nuts/DefaultNIdBuilder.filter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIdFilter;
DefaultNIdBuilder.formatter ( NSession session ) : NFormat
net/thevpc/nuts/DefaultNIdBuilder.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNIdBuilder.getArtifactId ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getArtifactId:()Ljava/lang/String;
DefaultNIdBuilder.getClassifier ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getClassifier:()Ljava/lang/String;
DefaultNIdBuilder.getCondition ( ) : NEnvCondition
net/thevpc/nuts/DefaultNIdBuilder.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
DefaultNIdBuilder.getCondition ( ) : NEnvConditionBuilder
net/thevpc/nuts/DefaultNIdBuilder.getCondition:()Lnet/thevpc/nuts/NEnvConditionBuilder;
DefaultNIdBuilder.getFace ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getFace:()Ljava/lang/String;
DefaultNIdBuilder.getFullName ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getFullName:()Ljava/lang/String;
DefaultNIdBuilder.getGroupId ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getGroupId:()Ljava/lang/String;
DefaultNIdBuilder.getLongId ( ) : NId
net/thevpc/nuts/DefaultNIdBuilder.getLongId:()Lnet/thevpc/nuts/NId;
DefaultNIdBuilder.getLongName ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getLongName:()Ljava/lang/String;
DefaultNIdBuilder.getPackaging ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getPackaging:()Ljava/lang/String;
DefaultNIdBuilder.getProperties ( ) : Map<String,String>
net/thevpc/nuts/DefaultNIdBuilder.getProperties:()Ljava/util/Map;
DefaultNIdBuilder.getPropertiesQuery ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getPropertiesQuery:()Ljava/lang/String;
DefaultNIdBuilder.getRepository ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getRepository:()Ljava/lang/String;
DefaultNIdBuilder.getShortId ( ) : NId
net/thevpc/nuts/DefaultNIdBuilder.getShortId:()Lnet/thevpc/nuts/NId;
DefaultNIdBuilder.getShortName ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.getShortName:()Ljava/lang/String;
DefaultNIdBuilder.getVersion ( ) : NVersion
net/thevpc/nuts/DefaultNIdBuilder.getVersion:()Lnet/thevpc/nuts/NVersion;
DefaultNIdBuilder.hashCode ( ) : int
net/thevpc/nuts/DefaultNIdBuilder.hashCode:()I
DefaultNIdBuilder.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNIdBuilder.isBlank:()Z
DefaultNIdBuilder.isLongId ( ) : boolean
net/thevpc/nuts/DefaultNIdBuilder.isLongId:()Z
DefaultNIdBuilder.isNull ( ) : boolean
net/thevpc/nuts/DefaultNIdBuilder.isNull:()Z
DefaultNIdBuilder.isShortId ( ) : boolean
net/thevpc/nuts/DefaultNIdBuilder.isShortId:()Z
DefaultNIdBuilder.setAll ( NId id ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setAll:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setAll ( NIdBuilder id ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setAll:(Lnet/thevpc/nuts/NIdBuilder;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setArtifactId ( String p1 ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setArtifactId:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setArtifactId ( String value ) : DefaultNIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setArtifactId:(Ljava/lang/String;)Lnet/thevpc/nuts/DefaultNIdBuilder;
DefaultNIdBuilder.setClassifier ( String value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setCondition ( NEnvCondition c ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setCondition ( NEnvConditionBuilder c ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setCondition:(Lnet/thevpc/nuts/NEnvConditionBuilder;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setFace ( String value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setFace:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setFaceContent ( ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setFaceContent:()Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setFaceDescriptor ( ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setFaceDescriptor:()Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setGroupId ( String value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setGroupId:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setPackaging ( String value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setProperties ( Map<String,String> queryMap ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setPropertiesQuery ( String propertiesQuery ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setPropertiesQuery:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setProperty ( String property, String value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setRepository ( String value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setVersion ( NVersion value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.setVersion ( String value ) : NIdBuilder
net/thevpc/nuts/DefaultNIdBuilder.setVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
DefaultNIdBuilder.toDependency ( ) : NDependency
net/thevpc/nuts/DefaultNIdBuilder.toDependency:()Lnet/thevpc/nuts/NDependency;
DefaultNIdBuilder.toString ( ) : String
net/thevpc/nuts/DefaultNIdBuilder.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNLiteral.class
package net.thevpc.nuts
DefaultNLiteral.asBigDecimal ( ) : NOptional<BigDecimal>
net/thevpc/nuts/DefaultNLiteral.asBigDecimal:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asBigInt ( ) : NOptional<BigInteger>
net/thevpc/nuts/DefaultNLiteral.asBigInt:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asBoolean ( ) : NOptional<Boolean>
net/thevpc/nuts/DefaultNLiteral.asBoolean:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asByte ( ) : NOptional<Byte>
net/thevpc/nuts/DefaultNLiteral.asByte:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asChar ( ) : NOptional<Character>
net/thevpc/nuts/DefaultNLiteral.asChar:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asDouble ( ) : NOptional<Double>
net/thevpc/nuts/DefaultNLiteral.asDouble:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asDoubleAt ( int index ) : NOptional<Double>
net/thevpc/nuts/DefaultNLiteral.asDoubleAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asFloat ( ) : NOptional<Float>
net/thevpc/nuts/DefaultNLiteral.asFloat:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asInstant ( ) : NOptional<Instant>
net/thevpc/nuts/DefaultNLiteral.asInstant:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asInt ( ) : NOptional<Integer>
net/thevpc/nuts/DefaultNLiteral.asInt:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asIntAt ( int index ) : NOptional<Integer>
net/thevpc/nuts/DefaultNLiteral.asIntAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asLiteralAt ( int index ) : NLiteral
net/thevpc/nuts/DefaultNLiteral.asLiteralAt:(I)Lnet/thevpc/nuts/util/NLiteral;
DefaultNLiteral.asLong ( ) : NOptional<Long>
net/thevpc/nuts/DefaultNLiteral.asLong:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asLongAt ( int index ) : NOptional<Long>
net/thevpc/nuts/DefaultNLiteral.asLongAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asNumber ( ) : NOptional<Number>
net/thevpc/nuts/DefaultNLiteral.asNumber:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asObjectAt ( int index ) : NOptional<Object>
net/thevpc/nuts/DefaultNLiteral.asObjectAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asShort ( ) : NOptional<Short>
net/thevpc/nuts/DefaultNLiteral.asShort:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asString ( ) : NOptional<String>
net/thevpc/nuts/DefaultNLiteral.asString:()Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asStringAt ( int index ) : NOptional<String>
net/thevpc/nuts/DefaultNLiteral.asStringAt:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asType ( Class<ET> type ) : NOptional<ET>
net/thevpc/nuts/DefaultNLiteral.asType:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.asType ( Type expectedType ) : NOptional<ET>
net/thevpc/nuts/DefaultNLiteral.asType:(Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.DefaultNLiteral ( Object value )
net/thevpc/nuts/DefaultNLiteral."<init>":(Ljava/lang/Object;)V
DefaultNLiteral.equals ( Object obj ) : boolean
net/thevpc/nuts/DefaultNLiteral.equals:(Ljava/lang/Object;)Z
DefaultNLiteral.getRaw ( ) : Object
net/thevpc/nuts/DefaultNLiteral.getRaw:()Ljava/lang/Object;
DefaultNLiteral.hashCode ( ) : int
net/thevpc/nuts/DefaultNLiteral.hashCode:()I
DefaultNLiteral.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isBlank:()Z
DefaultNLiteral.isBoolean ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isBoolean:()Z
DefaultNLiteral.isByte ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isByte:()Z
DefaultNLiteral.isDouble ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isDouble:()Z
DefaultNLiteral.isEmpty ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isEmpty:()Z
DefaultNLiteral.isFloat ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isFloat:()Z
DefaultNLiteral.isInstant ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isInstant:()Z
DefaultNLiteral.isInt ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isInt:()Z
DefaultNLiteral.isLong ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isLong:()Z
DefaultNLiteral.isNull ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isNull:()Z
DefaultNLiteral.isNullAt ( int index ) : boolean
net/thevpc/nuts/DefaultNLiteral.isNullAt:(I)Z
DefaultNLiteral.isNumber ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isNumber:()Z
DefaultNLiteral.isShort ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isShort:()Z
DefaultNLiteral.isString ( ) : boolean
net/thevpc/nuts/DefaultNLiteral.isString:()Z
DefaultNLiteral.isSupportedType ( Class<?> type ) : boolean
net/thevpc/nuts/DefaultNLiteral.isSupportedType:(Ljava/lang/Class;)Z
DefaultNLiteral.of ( Object any ) [static] : NLiteral
net/thevpc/nuts/DefaultNLiteral.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NLiteral;
DefaultNLiteral.parseInstant ( String text ) [static] : NOptional<Instant>
net/thevpc/nuts/DefaultNLiteral.parseInstant:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
DefaultNLiteral.toString ( ) : String
net/thevpc/nuts/DefaultNLiteral.toString:()Ljava/lang/String;
DefaultNLiteral.toStringLiteral ( ) : String
net/thevpc/nuts/DefaultNLiteral.toStringLiteral:()Ljava/lang/String;
DefaultNLiteral.type ( ) : NElementType
net/thevpc/nuts/DefaultNLiteral.type:()Lnet/thevpc/nuts/elem/NElementType;
nuts-0.8.4.jar,
DefaultNPathMetadata.class
package net.thevpc.nuts.io
DefaultNPathMetadata.DefaultNPathMetadata ( NPath path )
net/thevpc/nuts/io/DefaultNPathMetadata."<init>":(Lnet/thevpc/nuts/io/NPath;)V
DefaultNPathMetadata.getCharset ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNPathMetadata.getCharset:()Lnet/thevpc/nuts/util/NOptional;
DefaultNPathMetadata.getContentLength ( ) : NOptional<Long>
net/thevpc/nuts/io/DefaultNPathMetadata.getContentLength:()Lnet/thevpc/nuts/util/NOptional;
DefaultNPathMetadata.getContentType ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNPathMetadata.getContentType:()Lnet/thevpc/nuts/util/NOptional;
DefaultNPathMetadata.getKind ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNPathMetadata.getKind:()Lnet/thevpc/nuts/util/NOptional;
DefaultNPathMetadata.getMessage ( ) : NOptional<NMsg>
net/thevpc/nuts/io/DefaultNPathMetadata.getMessage:()Lnet/thevpc/nuts/util/NOptional;
DefaultNPathMetadata.getMetaData ( ) : NContentMetadata
net/thevpc/nuts/io/DefaultNPathMetadata.getMetaData:()Lnet/thevpc/nuts/io/NContentMetadata;
DefaultNPathMetadata.getName ( ) : NOptional<String>
net/thevpc/nuts/io/DefaultNPathMetadata.getName:()Lnet/thevpc/nuts/util/NOptional;
DefaultNPathMetadata.isUserCache ( ) : boolean
net/thevpc/nuts/io/DefaultNPathMetadata.isUserCache:()Z
DefaultNPathMetadata.isUserTemporary ( ) : boolean
net/thevpc/nuts/io/DefaultNPathMetadata.isUserTemporary:()Z
DefaultNPathMetadata.setAll ( DefaultNPathMetadata omd ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setAll:(Lnet/thevpc/nuts/io/DefaultNPathMetadata;)V
DefaultNPathMetadata.setAll ( NContentMetadata omd ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setAll:(Lnet/thevpc/nuts/io/NContentMetadata;)V
DefaultNPathMetadata.setCharset ( String charset ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setCharset:(Ljava/lang/String;)V
DefaultNPathMetadata.setContentLength ( Long contentLength ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setContentLength:(Ljava/lang/Long;)V
DefaultNPathMetadata.setContentType ( String contentType ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setContentType:(Ljava/lang/String;)V
DefaultNPathMetadata.setKind ( String kind ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setKind:(Ljava/lang/String;)V
DefaultNPathMetadata.setMessage ( NMsg message ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setMessage:(Lnet/thevpc/nuts/util/NMsg;)V
DefaultNPathMetadata.setName ( String name ) : void
net/thevpc/nuts/io/DefaultNPathMetadata.setName:(Ljava/lang/String;)V
DefaultNPathMetadata.setUserCache ( boolean userCache ) : DefaultNPathMetadata
net/thevpc/nuts/io/DefaultNPathMetadata.setUserCache:(Z)Lnet/thevpc/nuts/io/DefaultNPathMetadata;
DefaultNPathMetadata.setUserTemporary ( boolean userTemporary ) : DefaultNPathMetadata
net/thevpc/nuts/io/DefaultNPathMetadata.setUserTemporary:(Z)Lnet/thevpc/nuts/io/DefaultNPathMetadata;
DefaultNPathMetadata.toString ( ) : String
net/thevpc/nuts/io/DefaultNPathMetadata.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNProgressEvent.class
package net.thevpc.nuts.time
DefaultNProgressEvent.DefaultNProgressEvent ( Object source, NMsg message, long globalCount, long globalDurationNanos, Double progress, long partialCount, long partialDurationNanos, long length, Throwable exception, NSession session, Boolean indeterminate, NProgressEventType state )
net/thevpc/nuts/time/DefaultNProgressEvent."<init>":(Ljava/lang/Object;Lnet/thevpc/nuts/util/NMsg;JJLjava/lang/Double;JJJLjava/lang/Throwable;Lnet/thevpc/nuts/NSession;Ljava/lang/Boolean;Lnet/thevpc/nuts/time/NProgressEventType;)V
DefaultNProgressEvent.getCurrentCount ( ) : long
net/thevpc/nuts/time/DefaultNProgressEvent.getCurrentCount:()J
DefaultNProgressEvent.getDuration ( ) : NDuration
net/thevpc/nuts/time/DefaultNProgressEvent.getDuration:()Lnet/thevpc/nuts/time/NDuration;
DefaultNProgressEvent.getError ( ) : Throwable
net/thevpc/nuts/time/DefaultNProgressEvent.getError:()Ljava/lang/Throwable;
DefaultNProgressEvent.getMaxValue ( ) : long
net/thevpc/nuts/time/DefaultNProgressEvent.getMaxValue:()J
DefaultNProgressEvent.getMessage ( ) : NMsg
net/thevpc/nuts/time/DefaultNProgressEvent.getMessage:()Lnet/thevpc/nuts/util/NMsg;
DefaultNProgressEvent.getPartialCount ( ) : long
net/thevpc/nuts/time/DefaultNProgressEvent.getPartialCount:()J
DefaultNProgressEvent.getPartialDuration ( ) : NDuration
net/thevpc/nuts/time/DefaultNProgressEvent.getPartialDuration:()Lnet/thevpc/nuts/time/NDuration;
DefaultNProgressEvent.getProgress ( ) : double
net/thevpc/nuts/time/DefaultNProgressEvent.getProgress:()D
DefaultNProgressEvent.getSession ( ) : NSession
net/thevpc/nuts/time/DefaultNProgressEvent.getSession:()Lnet/thevpc/nuts/NSession;
DefaultNProgressEvent.getSource ( ) : Object
net/thevpc/nuts/time/DefaultNProgressEvent.getSource:()Ljava/lang/Object;
DefaultNProgressEvent.getState ( ) : NProgressEventType
net/thevpc/nuts/time/DefaultNProgressEvent.getState:()Lnet/thevpc/nuts/time/NProgressEventType;
DefaultNProgressEvent.isIndeterminate ( ) : boolean
net/thevpc/nuts/time/DefaultNProgressEvent.isIndeterminate:()Z
nuts-0.8.4.jar,
DefaultNProperties.class
package net.thevpc.nuts.util
DefaultNProperties.add ( NDescriptorProperty p ) : DefaultNProperties
net/thevpc/nuts/util/DefaultNProperties.add:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/util/DefaultNProperties;
DefaultNProperties.addAll ( List<NDescriptorProperty> arr ) : DefaultNProperties
net/thevpc/nuts/util/DefaultNProperties.addAll:(Ljava/util/List;)Lnet/thevpc/nuts/util/DefaultNProperties;
DefaultNProperties.clear ( ) : void
net/thevpc/nuts/util/DefaultNProperties.clear:()V
DefaultNProperties.DefaultNProperties ( )
net/thevpc/nuts/util/DefaultNProperties."<init>":()V
DefaultNProperties.get ( String name, NEnvCondition cond ) : NDescriptorProperty
net/thevpc/nuts/util/DefaultNProperties.get:(Ljava/lang/String;Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NDescriptorProperty;
DefaultNProperties.getAll ( String name ) : NDescriptorProperty[ ]
net/thevpc/nuts/util/DefaultNProperties.getAll:(Ljava/lang/String;)[Lnet/thevpc/nuts/NDescriptorProperty;
DefaultNProperties.keySet ( ) : Set<String>
net/thevpc/nuts/util/DefaultNProperties.keySet:()Ljava/util/Set;
DefaultNProperties.remove ( NDescriptorProperty p ) : DefaultNProperties
net/thevpc/nuts/util/DefaultNProperties.remove:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/util/DefaultNProperties;
DefaultNProperties.remove ( String name ) : DefaultNProperties
net/thevpc/nuts/util/DefaultNProperties.remove:(Ljava/lang/String;)Lnet/thevpc/nuts/util/DefaultNProperties;
DefaultNProperties.toArray ( ) : NDescriptorProperty[ ]
net/thevpc/nuts/util/DefaultNProperties.toArray:()[Lnet/thevpc/nuts/NDescriptorProperty;
DefaultNProperties.toList ( ) : List<NDescriptorProperty>
net/thevpc/nuts/util/DefaultNProperties.toList:()Ljava/util/List;
nuts-0.8.4.jar,
DefaultNRunnableSupport.class
package net.thevpc.nuts
DefaultNRunnableSupport.DefaultNRunnableSupport ( Runnable value, int supportLevel, Function<NSession,NMsg> emptyMessage )
net/thevpc/nuts/DefaultNRunnableSupport."<init>":(Ljava/lang/Runnable;ILjava/util/function/Function;)V
DefaultNRunnableSupport.getSupportLevel ( ) : int
net/thevpc/nuts/DefaultNRunnableSupport.getSupportLevel:()I
DefaultNRunnableSupport.run ( NSession session ) : void
net/thevpc/nuts/DefaultNRunnableSupport.run:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
DefaultNVersion.class
package net.thevpc.nuts
DefaultNVersion.asSingleValue ( ) : NOptional<String>
net/thevpc/nuts/DefaultNVersion.asSingleValue:()Lnet/thevpc/nuts/util/NOptional;
DefaultNVersion.compareTo ( NVersion other ) : int
net/thevpc/nuts/DefaultNVersion.compareTo:(Lnet/thevpc/nuts/NVersion;)I
DefaultNVersion.compareTo ( Object p1 ) : int
net/thevpc/nuts/DefaultNVersion.compareTo:(Ljava/lang/Object;)I
DefaultNVersion.compareTo ( String other ) : int
net/thevpc/nuts/DefaultNVersion.compareTo:(Ljava/lang/String;)I
DefaultNVersion.compareVersions ( String v1, String v2 ) [static] : int
net/thevpc/nuts/DefaultNVersion.compareVersions:(Ljava/lang/String;Ljava/lang/String;)I
DefaultNVersion.compatNewer ( ) : NVersion
net/thevpc/nuts/DefaultNVersion.compatNewer:()Lnet/thevpc/nuts/NVersion;
DefaultNVersion.compatOlder ( ) : NVersion
net/thevpc/nuts/DefaultNVersion.compatOlder:()Lnet/thevpc/nuts/NVersion;
DefaultNVersion.DefaultNVersion ( String expression )
net/thevpc/nuts/DefaultNVersion."<init>":(Ljava/lang/String;)V
DefaultNVersion.equals ( Object o ) : boolean
net/thevpc/nuts/DefaultNVersion.equals:(Ljava/lang/Object;)Z
DefaultNVersion.filter ( NSession session ) : NVersionFilter
net/thevpc/nuts/DefaultNVersion.filter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NVersionFilter;
DefaultNVersion.formatter ( NSession session ) : NFormat
net/thevpc/nuts/DefaultNVersion.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
DefaultNVersion.get ( int index ) : NOptional<NLiteral>
net/thevpc/nuts/DefaultNVersion.get:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNVersion.getNumber ( int level ) : NOptional<NLiteral>
net/thevpc/nuts/DefaultNVersion.getNumber:(I)Lnet/thevpc/nuts/util/NOptional;
DefaultNVersion.getValue ( ) : String
net/thevpc/nuts/DefaultNVersion.getValue:()Ljava/lang/String;
DefaultNVersion.hashCode ( ) : int
net/thevpc/nuts/DefaultNVersion.hashCode:()I
DefaultNVersion.inc ( ) : NVersion
net/thevpc/nuts/DefaultNVersion.inc:()Lnet/thevpc/nuts/NVersion;
DefaultNVersion.inc ( int index ) : NVersion
net/thevpc/nuts/DefaultNVersion.inc:(I)Lnet/thevpc/nuts/NVersion;
DefaultNVersion.inc ( int index, BigInteger amount ) : NVersion
net/thevpc/nuts/DefaultNVersion.inc:(ILjava/math/BigInteger;)Lnet/thevpc/nuts/NVersion;
DefaultNVersion.inc ( int index, long amount ) : NVersion
net/thevpc/nuts/DefaultNVersion.inc:(IJ)Lnet/thevpc/nuts/NVersion;
DefaultNVersion.incVersion ( String oldVersion, int level, BigInteger count ) [static] : String
net/thevpc/nuts/DefaultNVersion.incVersion:(Ljava/lang/String;ILjava/math/BigInteger;)Ljava/lang/String;
DefaultNVersion.incVersion ( String oldVersion, int level, long count ) [static] : String
net/thevpc/nuts/DefaultNVersion.incVersion:(Ljava/lang/String;IJ)Ljava/lang/String;
DefaultNVersion.intervals ( ) : NOptional<List<NVersionInterval>>
net/thevpc/nuts/DefaultNVersion.intervals:()Lnet/thevpc/nuts/util/NOptional;
DefaultNVersion.isBlank ( ) : boolean
net/thevpc/nuts/DefaultNVersion.isBlank:()Z
DefaultNVersion.isFilter ( ) : boolean
net/thevpc/nuts/DefaultNVersion.isFilter:()Z
DefaultNVersion.isLatestVersion ( ) : boolean
net/thevpc/nuts/DefaultNVersion.isLatestVersion:()Z
DefaultNVersion.isNull ( ) : boolean
net/thevpc/nuts/DefaultNVersion.isNull:()Z
DefaultNVersion.isReleaseVersion ( ) : boolean
net/thevpc/nuts/DefaultNVersion.isReleaseVersion:()Z
DefaultNVersion.isSingleValue ( ) : boolean
net/thevpc/nuts/DefaultNVersion.isSingleValue:()Z
DefaultNVersion.isSnapshotVersion ( ) : boolean
net/thevpc/nuts/DefaultNVersion.isSnapshotVersion:()Z
DefaultNVersion.numberSize ( ) : int
net/thevpc/nuts/DefaultNVersion.numberSize:()I
DefaultNVersion.size ( ) : int
net/thevpc/nuts/DefaultNVersion.size:()I
DefaultNVersion.split ( ) : NLiteral[ ]
net/thevpc/nuts/DefaultNVersion.split:()[Lnet/thevpc/nuts/util/NLiteral;
DefaultNVersion.toString ( ) : String
net/thevpc/nuts/DefaultNVersion.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNVersionInterval.class
package net.thevpc.nuts
DefaultNVersionInterval.acceptVersion ( NVersion version ) : boolean
net/thevpc/nuts/DefaultNVersionInterval.acceptVersion:(Lnet/thevpc/nuts/NVersion;)Z
DefaultNVersionInterval.DefaultNVersionInterval ( boolean inclusiveLowerBoundary, boolean inclusiveUpperBoundary, String min, String max )
net/thevpc/nuts/DefaultNVersionInterval."<init>":(ZZLjava/lang/String;Ljava/lang/String;)V
DefaultNVersionInterval.getLowerBound ( ) : String
net/thevpc/nuts/DefaultNVersionInterval.getLowerBound:()Ljava/lang/String;
DefaultNVersionInterval.getUpperBound ( ) : String
net/thevpc/nuts/DefaultNVersionInterval.getUpperBound:()Ljava/lang/String;
DefaultNVersionInterval.isFixedValue ( ) : boolean
net/thevpc/nuts/DefaultNVersionInterval.isFixedValue:()Z
DefaultNVersionInterval.isIncludeLowerBound ( ) : boolean
net/thevpc/nuts/DefaultNVersionInterval.isIncludeLowerBound:()Z
DefaultNVersionInterval.isIncludeUpperBound ( ) : boolean
net/thevpc/nuts/DefaultNVersionInterval.isIncludeUpperBound:()Z
DefaultNVersionInterval.toString ( ) : String
net/thevpc/nuts/DefaultNVersionInterval.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNWorkspaceOptions.class
package net.thevpc.nuts.boot
DefaultNWorkspaceOptions.builder ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.builder:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptions.DefaultNWorkspaceOptions ( NVersion apiVersion, NId runtimeId, String workspace, String name, String javaCommand, String javaOptions, String outLinePrefix, String errLinePrefix, String userName, char[ ] credentials, String progressOptions, String dependencySolver, String debug, String archetype, String locale, String theme, NLogConfig logConfig, NConfirmationMode confirm, NContentType outputFormat, NOpenMode openMode, NExecutionType executionType, NStoreStrategy storeStrategy, NStoreStrategy repositoryStoreStrategy, NOsFamily storeLayout, NTerminalMode terminalMode, NFetchStrategy fetchStrategy, NRunAs runAs, Instant creationTime, Instant expireTime, Boolean installCompanions, Boolean skipWelcome, Boolean skipBoot, Boolean system, Boolean gui, Boolean readOnly, Boolean trace, Boolean dry, Boolean showStacktrace, Boolean recover, Boolean reset, Boolean commandVersion, Boolean commandHelp, Boolean inherited, Boolean switchWorkspace, Boolean cached, Boolean indexed, Boolean transitive, Boolean bot, Boolean skipErrors, NIsolationLevel isolationLevel, Boolean initLaunchers, Boolean initScripts, Boolean initPlatforms, Boolean initJava, InputStream stdin, PrintStream stdout, PrintStream stderr, ExecutorService executorService, Supplier<ClassLoader> classLoaderSupplier, List<String> applicationArguments, List<String> outputFormatOptions, List<String> customOptions, List<String> excludedExtensions, List<String> repositories, List<String> executorOptions, List<NMsg> errors, Map<NStoreType,String> storeLocations, Map<NHomeLocation,String> homeLocations, NSupportMode desktopLauncher, NSupportMode menuLauncher, NSupportMode userLauncher )
net/thevpc/nuts/boot/DefaultNWorkspaceOptions."<init>":(Lnet/thevpc/nuts/NVersion;Lnet/thevpc/nuts/NId;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[CLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/log/NLogConfig;Lnet/thevpc/nuts/NConfirmationMode;Lnet/thevpc/nuts/format/NContentType;Lnet/thevpc/nuts/NOpenMode;Lnet/thevpc/nuts/NExecutionType;Lnet/thevpc/nuts/NStoreStrategy;Lnet/thevpc/nuts/NStoreStrategy;Lnet/thevpc/nuts/env/NOsFamily;Lnet/thevpc/nuts/io/NTerminalMode;Lnet/thevpc/nuts/NFetchStrategy;Lnet/thevpc/nuts/NRunAs;Ljava/time/Instant;Ljava/time/Instant;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Lnet/thevpc/nuts/NIsolationLevel;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/io/InputStream;Ljava/io/PrintStream;Ljava/io/PrintStream;Ljava/util/concurrent/ExecutorService;Ljava/util/function/Supplier;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/Map;Ljava/util/Map;Lnet/thevpc/nuts/util/NSupportMode;Lnet/thevpc/nuts/util/NSupportMode;Lnet/thevpc/nuts/util/NSupportMode;)V
DefaultNWorkspaceOptions.getApiVersion ( ) : NOptional<NVersion>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getApiVersion:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getApplicationArguments ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getApplicationArguments:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getArchetype ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getArchetype:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getBot ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getBot:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getCached ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getCached:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getClassLoaderSupplier ( ) : NOptional<Supplier<ClassLoader>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getClassLoaderSupplier:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getCommandHelp ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getCommandHelp:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getCommandVersion ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getCommandVersion:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getConfirm ( ) : NOptional<NConfirmationMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getConfirm:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getCreationTime ( ) : NOptional<Instant>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getCreationTime:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getCredentials ( ) : NOptional<char[ ]>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getCredentials:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getCustomOptions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getCustomOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getDebug ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getDebug:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getDependencySolver ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getDependencySolver:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getDesktopLauncher ( ) : NOptional<NSupportMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getDesktopLauncher:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getDry ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getDry:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getErrLinePrefix ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getErrLinePrefix:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getErrors ( ) : NOptional<List<NMsg>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getErrors:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getExcludedExtensions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getExcludedExtensions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getExecutionType ( ) : NOptional<NExecutionType>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getExecutionType:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getExecutorOptions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getExecutorOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getExecutorService ( ) : NOptional<ExecutorService>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getExecutorService:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getExpireTime ( ) : NOptional<Instant>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getExpireTime:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getFetchStrategy ( ) : NOptional<NFetchStrategy>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getFetchStrategy:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getGui ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getGui:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getHomeLocation ( NHomeLocation location ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;)Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getHomeLocations ( ) : NOptional<Map<NHomeLocation,String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getHomeLocations:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getIndexed ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getIndexed:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getInherited ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getInherited:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getInitJava ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getInitJava:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getInitLaunchers ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getInitLaunchers:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getInitPlatforms ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getInitPlatforms:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getInitScripts ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getInitScripts:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getInstallCompanions ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getInstallCompanions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getIsolationLevel ( ) : NOptional<NIsolationLevel>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getIsolationLevel:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getJavaCommand ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getJavaCommand:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getJavaOptions ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getJavaOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getLocale ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getLocale:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getLogConfig ( ) : NOptional<NLogConfig>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getLogConfig:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getMenuLauncher ( ) : NOptional<NSupportMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getMenuLauncher:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getName ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getName:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getOpenMode ( ) : NOptional<NOpenMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getOpenMode:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getOutLinePrefix ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getOutLinePrefix:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getOutputFormat ( ) : NOptional<NContentType>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getOutputFormat:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getOutputFormatOptions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getOutputFormatOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getProgressOptions ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getProgressOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getReadOnly ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getReadOnly:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getRecover ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getRecover:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getRepositories ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getRepositories:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getRepositoryStoreStrategy ( ) : NOptional<NStoreStrategy>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getRepositoryStoreStrategy:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getReset ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getReset:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getRunAs ( ) : NOptional<NRunAs>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getRunAs:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getRuntimeId ( ) : NOptional<NId>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getRuntimeId:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getShowStacktrace ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getShowStacktrace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getSkipBoot ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getSkipBoot:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getSkipErrors ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getSkipErrors:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getSkipWelcome ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getSkipWelcome:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getStderr ( ) : NOptional<PrintStream>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getStderr:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getStdin ( ) : NOptional<InputStream>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getStdin:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getStdout ( ) : NOptional<PrintStream>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getStdout:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getStoreLayout ( ) : NOptional<NOsFamily>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getStoreLayout:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getStoreLocations ( ) : NOptional<Map<NStoreType,String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getStoreLocations:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getStoreStrategy ( ) : NOptional<NStoreStrategy>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getStoreStrategy:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getStoreType ( NStoreType folder ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getStoreType:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getSwitchWorkspace ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getSwitchWorkspace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getSystem ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getSystem:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getTerminalMode ( ) : NOptional<NTerminalMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getTerminalMode:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getTheme ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getTheme:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getTrace ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getTrace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getTransitive ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getTransitive:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getUserLauncher ( ) : NOptional<NSupportMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getUserLauncher:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getUserName ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getUserName:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.getWorkspace ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.getWorkspace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptions.readOnly ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.readOnly:()Lnet/thevpc/nuts/NWorkspaceOptions;
DefaultNWorkspaceOptions.toCmdLine ( ) : NCmdLine
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.toCmdLine:()Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNWorkspaceOptions.toCmdLine ( NWorkspaceOptionsConfig config ) : NCmdLine
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.toCmdLine:(Lnet/thevpc/nuts/NWorkspaceOptionsConfig;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNWorkspaceOptions.toString ( ) : String
net/thevpc/nuts/boot/DefaultNWorkspaceOptions.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
DefaultNWorkspaceOptionsBuilder.class
package net.thevpc.nuts.boot
DefaultNWorkspaceOptionsBuilder.addOutputFormatOptions ( String... options ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.addOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.build ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.build:()Lnet/thevpc/nuts/NWorkspaceOptions;
DefaultNWorkspaceOptionsBuilder.builder ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.builder:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.copy ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.copy:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.DefaultNWorkspaceOptionsBuilder ( )
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder."<init>":()V
DefaultNWorkspaceOptionsBuilder.getApiVersion ( ) : NOptional<NVersion>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getApiVersion:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getApplicationArguments ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getApplicationArguments:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getArchetype ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getArchetype:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getBot ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getBot:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getCached ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getCached:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getClassLoaderSupplier ( ) : NOptional<Supplier<ClassLoader>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getClassLoaderSupplier:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getCommandHelp ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getCommandHelp:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getCommandVersion ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getCommandVersion:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getConfirm ( ) : NOptional<NConfirmationMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getConfirm:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getCreationTime ( ) : NOptional<Instant>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getCreationTime:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getCredentials ( ) : NOptional<char[ ]>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getCredentials:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getCustomOptions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getCustomOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getDebug ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getDebug:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getDependencySolver ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getDependencySolver:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getDesktopLauncher ( ) : NOptional<NSupportMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getDesktopLauncher:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getDry ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getDry:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getErrLinePrefix ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getErrLinePrefix:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getErrors ( ) : NOptional<List<NMsg>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getErrors:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getExcludedExtensions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getExcludedExtensions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getExecutionType ( ) : NOptional<NExecutionType>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getExecutionType:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getExecutorOptions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getExecutorOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getExecutorService ( ) : NOptional<ExecutorService>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getExecutorService:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getExpireTime ( ) : NOptional<Instant>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getExpireTime:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getFetchStrategy ( ) : NOptional<NFetchStrategy>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getFetchStrategy:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getGui ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getGui:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getHomeLocation ( NHomeLocation location ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;)Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getHomeLocations ( ) : NOptional<Map<NHomeLocation,String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getHomeLocations:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getIndexed ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getIndexed:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getInherited ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getInherited:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getInitJava ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getInitJava:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getInitLaunchers ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getInitLaunchers:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getInitPlatforms ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getInitPlatforms:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getInitScripts ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getInitScripts:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getInstallCompanions ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getInstallCompanions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getIsolationLevel ( ) : NOptional<NIsolationLevel>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getIsolationLevel:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getJavaCommand ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getJavaCommand:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getJavaOptions ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getJavaOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getLocale ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getLocale:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getLogConfig ( ) : NOptional<NLogConfig>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getLogConfig:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getMenuLauncher ( ) : NOptional<NSupportMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getMenuLauncher:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getName ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getName:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getOpenMode ( ) : NOptional<NOpenMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getOpenMode:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getOutLinePrefix ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getOutLinePrefix:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getOutputFormat ( ) : NOptional<NContentType>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getOutputFormat:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getOutputFormatOptions ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getOutputFormatOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getProgressOptions ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getProgressOptions:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getReadOnly ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getReadOnly:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getRecover ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getRecover:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getRepositories ( ) : NOptional<List<String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getRepositories:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getRepositoryStoreStrategy ( ) : NOptional<NStoreStrategy>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getRepositoryStoreStrategy:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getReset ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getReset:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getRunAs ( ) : NOptional<NRunAs>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getRunAs:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getRuntimeId ( ) : NOptional<NId>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getRuntimeId:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getShowStacktrace ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getShowStacktrace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getSkipBoot ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getSkipBoot:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getSkipErrors ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getSkipErrors:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getSkipWelcome ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getSkipWelcome:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getStderr ( ) : NOptional<PrintStream>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getStderr:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getStdin ( ) : NOptional<InputStream>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getStdin:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getStdout ( ) : NOptional<PrintStream>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getStdout:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getStoreLayout ( ) : NOptional<NOsFamily>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getStoreLayout:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getStoreLocations ( ) : NOptional<Map<NStoreType,String>>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getStoreLocations:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getStoreStrategy ( ) : NOptional<NStoreStrategy>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getStoreStrategy:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getStoreType ( NStoreType folder ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getStoreType:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getSwitchWorkspace ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getSwitchWorkspace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getSystem ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getSystem:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getTerminalMode ( ) : NOptional<NTerminalMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getTerminalMode:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getTheme ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getTheme:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getTrace ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getTrace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getTransitive ( ) : NOptional<Boolean>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getTransitive:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getUserLauncher ( ) : NOptional<NSupportMode>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getUserLauncher:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getUserName ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getUserName:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.getWorkspace ( ) : NOptional<String>
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.getWorkspace:()Lnet/thevpc/nuts/util/NOptional;
DefaultNWorkspaceOptionsBuilder.readOnly ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.readOnly:()Lnet/thevpc/nuts/NWorkspaceOptions;
DefaultNWorkspaceOptionsBuilder.setAll ( NWorkspaceOptions other ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setAll:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setAllPresent ( NWorkspaceOptions other ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setAllPresent:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setApiVersion ( NVersion apiVersion ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setApiVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setApplicationArguments ( List<String> applicationArguments ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setApplicationArguments:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setArchetype ( String archetype ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setArchetype:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setBot ( Boolean bot ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCached ( Boolean cached ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCached:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setClassLoaderSupplier ( Supplier<ClassLoader> provider ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setClassLoaderSupplier:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCmdLine ( String cmdLine, NSession session ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCmdLine:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCmdLine ( String[ ] args, NSession session ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCmdLine:([Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCommandHelp ( Boolean help ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCommandHelp:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCommandVersion ( Boolean version ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCommandVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setConfirm ( NConfirmationMode confirm ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setConfirm:(Lnet/thevpc/nuts/NConfirmationMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCreationTime ( Instant creationTime ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCreationTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCredentials ( char[ ] credentials ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCredentials:([C)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setCustomOptions ( List<String> properties ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setCustomOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setDebug ( String debug ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setDebug:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setDependencySolver ( String dependencySolver ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setDependencySolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setDesktopLauncher ( NSupportMode desktopLauncher ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setDesktopLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setDry ( Boolean dry ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setErrLinePrefix ( String errLinePrefix ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setErrLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setErrors ( List<NMsg> errors ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setErrors:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setExcludedExtensions ( List<String> excludedExtensions ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setExcludedExtensions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setExecutionType ( NExecutionType executionType ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setExecutionType:(Lnet/thevpc/nuts/NExecutionType;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setExecutorOptions ( List<String> executorOptions ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setExecutorOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setExecutorService ( ExecutorService executorService ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setExecutorService:(Ljava/util/concurrent/ExecutorService;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setExpireTime ( Instant expireTime ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setExpireTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setFetchStrategy ( NFetchStrategy fetchStrategy ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setFetchStrategy:(Lnet/thevpc/nuts/NFetchStrategy;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setGui ( Boolean gui ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setHomeLocation ( NHomeLocation location, String value ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setHomeLocations ( Map<NHomeLocation,String> homeLocations ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setHomeLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setIndexed ( Boolean indexed ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setInherited ( Boolean inherited ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setInherited:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setInitJava ( Boolean initJava ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setInitJava:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setInitLaunchers ( Boolean initLaunchers ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setInitLaunchers:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setInitPlatforms ( Boolean initPlatforms ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setInitPlatforms:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setInitScripts ( Boolean initScripts ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setInitScripts:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setInstallCompanions ( Boolean skipInstallCompanions ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setInstallCompanions:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setIsolationLevel ( NIsolationLevel isolationLevel ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setIsolationLevel:(Lnet/thevpc/nuts/NIsolationLevel;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setJavaCommand ( String javaCommand ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setJavaCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setJavaOptions ( String javaOptions ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setJavaOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setLocale ( String locale ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setLogConfig ( NLogConfig logConfig ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setLogConfig:(Lnet/thevpc/nuts/log/NLogConfig;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setMenuLauncher ( NSupportMode menuLauncher ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setMenuLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setName ( String workspaceName ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setOpenMode ( NOpenMode openMode ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setOpenMode:(Lnet/thevpc/nuts/NOpenMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setOutLinePrefix ( String outLinePrefix ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setOutLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setOutputFormat ( NContentType outputFormat ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setOutputFormat:(Lnet/thevpc/nuts/format/NContentType;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setOutputFormatOptions ( List<String> options ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setOutputFormatOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setOutputFormatOptions ( String... options ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setProgressOptions ( String progressOptions ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setProgressOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setReadOnly ( Boolean readOnly ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setReadOnly:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setRecover ( Boolean recover ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setRecover:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setRepositories ( List<String> repositories ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setRepositories:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setRepositoryStoreStrategy ( NStoreStrategy repositoryStoreStrategy ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setRepositoryStoreStrategy:(Lnet/thevpc/nuts/NStoreStrategy;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setReset ( Boolean reset ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setReset:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setRunAs ( NRunAs runAs ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setRunAs:(Lnet/thevpc/nuts/NRunAs;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setRuntimeId ( NId runtimeId ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setRuntimeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setShowStacktrace ( Boolean showStacktrace ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setShowStacktrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setSkipBoot ( Boolean skipBoot ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setSkipBoot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setSkipErrors ( Boolean value ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setSkipErrors:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setSkipWelcome ( Boolean skipWelcome ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setSkipWelcome:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setStderr ( PrintStream stderr ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setStderr:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setStdin ( InputStream stdin ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setStdin:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setStdout ( PrintStream stdout ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setStdout:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setStoreLayout ( NOsFamily storeLayout ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setStoreLayout:(Lnet/thevpc/nuts/env/NOsFamily;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setStoreLocation ( NStoreType location, String value ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setStoreLocation:(Lnet/thevpc/nuts/NStoreType;Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setStoreLocations ( Map<NStoreType,String> storeLocations ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setStoreLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setStoreStrategy ( NStoreStrategy storeStrategy ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setStoreStrategy:(Lnet/thevpc/nuts/NStoreStrategy;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setSwitchWorkspace ( Boolean switchWorkspace ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setSwitchWorkspace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setSystem ( Boolean system ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setSystem:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setTerminalMode ( NTerminalMode terminalMode ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setTerminalMode:(Lnet/thevpc/nuts/io/NTerminalMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setTheme ( String theme ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setTrace ( Boolean trace ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setTransitive ( Boolean transitive ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setTransitive:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setUserLauncher ( NSupportMode userLauncher ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setUserLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setUserName ( String username ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setUserName:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.setWorkspace ( String workspace ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.setWorkspace:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.toCmdLine ( ) : NCmdLine
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.toCmdLine:()Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNWorkspaceOptionsBuilder.toCmdLine ( NWorkspaceOptionsConfig config ) : NCmdLine
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.toCmdLine:(Lnet/thevpc/nuts/NWorkspaceOptionsConfig;)Lnet/thevpc/nuts/cmdline/NCmdLine;
DefaultNWorkspaceOptionsBuilder.toString ( ) : String
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.toString:()Ljava/lang/String;
DefaultNWorkspaceOptionsBuilder.unsetCreationOptions ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.unsetCreationOptions:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.unsetExportedOptions ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.unsetExportedOptions:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
DefaultNWorkspaceOptionsBuilder.unsetRuntimeOptions ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/DefaultNWorkspaceOptionsBuilder.unsetRuntimeOptions:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
nuts-0.8.4.jar,
EnumValue.class
package net.thevpc.nuts.util
NEnumUtils.EnumValue.getNormalizedValue ( ) : String
net/thevpc/nuts/util/NEnumUtils.EnumValue.getNormalizedValue:()Ljava/lang/String;
NEnumUtils.EnumValue.getParsedValue ( ) : String[ ]
net/thevpc/nuts/util/NEnumUtils.EnumValue.getParsedValue:()[Ljava/lang/String;
NEnumUtils.EnumValue.getValue ( ) : String
net/thevpc/nuts/util/NEnumUtils.EnumValue.getValue:()Ljava/lang/String;
NEnumUtils.EnumValue.NEnumUtils.EnumValue ( String value, String normalizedValue, String[ ] parsedValue )
net/thevpc/nuts/util/NEnumUtils.EnumValue."<init>":(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
nuts-0.8.4.jar,
EnvEntry.class
package net.thevpc.nuts
NExecCmdFormat.EnvEntry.getName ( ) [abstract] : String
net/thevpc/nuts/NExecCmdFormat.EnvEntry.getName:()Ljava/lang/String;
NExecCmdFormat.EnvEntry.getValue ( ) [abstract] : String
net/thevpc/nuts/NExecCmdFormat.EnvEntry.getValue:()Ljava/lang/String;
nuts-0.8.4.jar,
Extension.class
package net.thevpc.nuts
NWorkspaceBootConfig.Extension.getId ( ) [abstract] : NId
net/thevpc/nuts/NWorkspaceBootConfig.Extension.getId:()Lnet/thevpc/nuts/NId;
NWorkspaceBootConfig.Extension.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceBootConfig.Extension.isEnabled:()Z
nuts-0.8.4.jar,
InstallStatusFilterWithDescription.class
package net.thevpc.nuts.reserved.util
InstallStatusFilterWithDescription.acceptInstallStatus ( NInstallStatus status, NSession session ) : boolean
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.acceptInstallStatus:(Lnet/thevpc/nuts/NInstallStatus;Lnet/thevpc/nuts/NSession;)Z
InstallStatusFilterWithDescription.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
InstallStatusFilterWithDescription.getFilterOp ( ) : NFilterOp
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.getFilterOp:()Lnet/thevpc/nuts/util/NFilterOp;
InstallStatusFilterWithDescription.getFilterType ( ) : Class<?>
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.getFilterType:()Ljava/lang/Class;
InstallStatusFilterWithDescription.getSession ( ) : NSession
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.getSession:()Lnet/thevpc/nuts/NSession;
InstallStatusFilterWithDescription.getSubFilters ( ) : List<NFilter>
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.getSubFilters:()Ljava/util/List;
InstallStatusFilterWithDescription.InstallStatusFilterWithDescription ( NInstallStatusFilter base, NEDesc description )
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription."<init>":(Lnet/thevpc/nuts/NInstallStatusFilter;Lnet/thevpc/nuts/elem/NEDesc;)V
InstallStatusFilterWithDescription.simplify ( ) : NFilter
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.simplify:()Lnet/thevpc/nuts/util/NFilter;
InstallStatusFilterWithDescription.simplify ( ) : NInstallStatusFilter
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.simplify:()Lnet/thevpc/nuts/NInstallStatusFilter;
InstallStatusFilterWithDescription.simplify ( ) : Object
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.simplify:()Ljava/lang/Object;
InstallStatusFilterWithDescription.simplify ( Class<T> type ) : NFilter
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.simplify:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
InstallStatusFilterWithDescription.to ( Class<T> type ) : T
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.to:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
InstallStatusFilterWithDescription.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
InstallStatusFilterWithDescription.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/InstallStatusFilterWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
Mode.class
package net.thevpc.nuts
NRunAs.Mode.id ( ) : String
net/thevpc/nuts/NRunAs.Mode.id:()Ljava/lang/String;
NRunAs.Mode.parse ( String value ) [static] : NOptional<NRunAs.Mode>
net/thevpc/nuts/NRunAs.Mode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NRunAs.Mode.valueOf ( String name ) [static] : NRunAs.Mode
net/thevpc/nuts/NRunAs.Mode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NRunAs$Mode;
NRunAs.Mode.values ( ) [static] : NRunAs.Mode[ ]
net/thevpc/nuts/NRunAs.Mode.values:()[Lnet/thevpc/nuts/NRunAs$Mode;
nuts-0.8.4.jar,
NAddRepositoryOptions.class
package net.thevpc.nuts
NAddRepositoryOptions.copy ( ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.copy:()Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.equals ( Object o ) : boolean
net/thevpc/nuts/NAddRepositoryOptions.equals:(Ljava/lang/Object;)Z
NAddRepositoryOptions.getConfig ( ) : NRepositoryConfig
net/thevpc/nuts/NAddRepositoryOptions.getConfig:()Lnet/thevpc/nuts/NRepositoryConfig;
NAddRepositoryOptions.getDeployWeight ( ) : int
net/thevpc/nuts/NAddRepositoryOptions.getDeployWeight:()I
NAddRepositoryOptions.getLocation ( ) : String
net/thevpc/nuts/NAddRepositoryOptions.getLocation:()Ljava/lang/String;
NAddRepositoryOptions.getName ( ) : String
net/thevpc/nuts/NAddRepositoryOptions.getName:()Ljava/lang/String;
NAddRepositoryOptions.getOrder ( ) : int
net/thevpc/nuts/NAddRepositoryOptions.getOrder:()I
NAddRepositoryOptions.getRepositoryModel ( ) : NRepositoryModel
net/thevpc/nuts/NAddRepositoryOptions.getRepositoryModel:()Lnet/thevpc/nuts/NRepositoryModel;
NAddRepositoryOptions.hashCode ( ) : int
net/thevpc/nuts/NAddRepositoryOptions.hashCode:()I
NAddRepositoryOptions.isCreate ( ) : boolean
net/thevpc/nuts/NAddRepositoryOptions.isCreate:()Z
NAddRepositoryOptions.isEnabled ( ) : boolean
net/thevpc/nuts/NAddRepositoryOptions.isEnabled:()Z
NAddRepositoryOptions.isFailSafe ( ) : boolean
net/thevpc/nuts/NAddRepositoryOptions.isFailSafe:()Z
NAddRepositoryOptions.isTemporary ( ) : boolean
net/thevpc/nuts/NAddRepositoryOptions.isTemporary:()Z
NAddRepositoryOptions.NAddRepositoryOptions ( )
net/thevpc/nuts/NAddRepositoryOptions."<init>":()V
NAddRepositoryOptions.NAddRepositoryOptions ( NAddRepositoryOptions other )
net/thevpc/nuts/NAddRepositoryOptions."<init>":(Lnet/thevpc/nuts/NAddRepositoryOptions;)V
NAddRepositoryOptions.setConfig ( NRepositoryConfig value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setConfig:(Lnet/thevpc/nuts/NRepositoryConfig;)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setCreate ( boolean value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setCreate:(Z)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setDeployWeight ( int value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setDeployWeight:(I)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setEnabled ( boolean value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setEnabled:(Z)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setFailSafe ( boolean value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setFailSafe:(Z)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setLocation ( String value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setName ( String value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setOrder ( int order ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setOrder:(I)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setRepositoryModel ( NRepositoryModel repositoryModel ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setRepositoryModel:(Lnet/thevpc/nuts/NRepositoryModel;)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.setTemporary ( boolean value ) : NAddRepositoryOptions
net/thevpc/nuts/NAddRepositoryOptions.setTemporary:(Z)Lnet/thevpc/nuts/NAddRepositoryOptions;
NAddRepositoryOptions.toString ( ) : String
net/thevpc/nuts/NAddRepositoryOptions.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NAddUserCmd.class
package net.thevpc.nuts
NAddUserCmd.addGroup ( String p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.addGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.addGroups ( Collection<String> p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.addGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.addGroups ( String... p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.addGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.addPermission ( String p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.addPermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.addPermissions ( Collection<String> p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.addPermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.addPermissions ( String... p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.addPermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.configure ( boolean p1, String... p2 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NAddUserCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NAddUserCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NAddUserCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NAddUserCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NAddUserCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NAddUserCmd.copySession ( ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.copySession:()Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.getCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NAddUserCmd.getCredentials:()[C
NAddUserCmd.getGroups ( ) [abstract] : List<String>
net/thevpc/nuts/NAddUserCmd.getGroups:()Ljava/util/List;
NAddUserCmd.getPermissions ( ) [abstract] : List<String>
net/thevpc/nuts/NAddUserCmd.getPermissions:()Ljava/util/List;
NAddUserCmd.getRemoteCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NAddUserCmd.getRemoteCredentials:()[C
NAddUserCmd.getRemoteIdentity ( ) [abstract] : String
net/thevpc/nuts/NAddUserCmd.getRemoteIdentity:()Ljava/lang/String;
NAddUserCmd.getRepository ( ) [abstract] : NRepository
net/thevpc/nuts/NAddUserCmd.getRepository:()Lnet/thevpc/nuts/NRepository;
NAddUserCmd.getUsername ( ) [abstract] : String
net/thevpc/nuts/NAddUserCmd.getUsername:()Ljava/lang/String;
NAddUserCmd.of ( NSession session ) [static] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.removeGroups ( Collection<String> p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.removeGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.removeGroups ( String... p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.removeGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.removePermissions ( Collection<String> p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.removePermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.removePermissions ( String... p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.removePermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NAddUserCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NAddUserCmd.run ( ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.run:()Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.setCredentials ( char[ ] p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.setCredentials:([C)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.setRemoteCredentials ( char[ ] p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.setRemoteCredentials:([C)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.setRemoteIdentity ( String p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.setRemoteIdentity:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.setRepository ( NRepository p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.setRepository:(Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NAddUserCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NAddUserCmd.setSession ( NSession p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NAddUserCmd;
NAddUserCmd.setUsername ( String p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NAddUserCmd.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
nuts-0.8.4.jar,
NAlreadyDeployedException.class
package net.thevpc.nuts
NAlreadyDeployedException.NAlreadyDeployedException ( NSession session, NId id )
net/thevpc/nuts/NAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NAlreadyDeployedException.NAlreadyDeployedException ( NSession session, NId id, NMsg msg, Throwable cause )
net/thevpc/nuts/NAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NAlreadyInstalledException.class
package net.thevpc.nuts
NAlreadyInstalledException.NAlreadyInstalledException ( NSession session, NId id )
net/thevpc/nuts/NAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NAlreadyInstalledException.NAlreadyInstalledException ( NSession session, NId id, NMsg msg, Exception cause )
net/thevpc/nuts/NAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Exception;)V
nuts-0.8.4.jar,
NAnsiTermHelper.class
package net.thevpc.nuts.spi
NAnsiTermHelper.backColor ( NColor c, NSession session ) : String
net/thevpc/nuts/spi/NAnsiTermHelper.backColor:(Lnet/thevpc/nuts/util/NColor;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NAnsiTermHelper.command ( NTerminalCmd command, NSession session ) : String
net/thevpc/nuts/spi/NAnsiTermHelper.command:(Lnet/thevpc/nuts/text/NTerminalCmd;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NAnsiTermHelper.foreColor ( NColor c, NSession session ) : String
net/thevpc/nuts/spi/NAnsiTermHelper.foreColor:(Lnet/thevpc/nuts/util/NColor;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NAnsiTermHelper.NAnsiTermHelper ( )
net/thevpc/nuts/spi/NAnsiTermHelper."<init>":()V
NAnsiTermHelper.of ( NSession session ) [static] : NAnsiTermHelper
net/thevpc/nuts/spi/NAnsiTermHelper.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NAnsiTermHelper;
NAnsiTermHelper.plain ( ) : String
net/thevpc/nuts/spi/NAnsiTermHelper.plain:()Ljava/lang/String;
NAnsiTermHelper.styled ( NColor foreground, NColor background, boolean bold, boolean blink, boolean underlined, boolean striked, boolean italic, boolean reversed, int intensity, NSession session ) : String
net/thevpc/nuts/spi/NAnsiTermHelper.styled:(Lnet/thevpc/nuts/util/NColor;Lnet/thevpc/nuts/util/NColor;ZZZZZZILnet/thevpc/nuts/NSession;)Ljava/lang/String;
NAnsiTermHelper.styled ( NTextStyles styles, NSession session ) : String
net/thevpc/nuts/spi/NAnsiTermHelper.styled:(Lnet/thevpc/nuts/text/NTextStyles;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
nuts-0.8.4.jar,
NApiUtilsRPI.class
package net.thevpc.nuts.reserved
NApiUtilsRPI.findClassLoaderJar ( NId id, URL[ ] urls ) [static] : URL
net/thevpc/nuts/reserved/NApiUtilsRPI.findClassLoaderJar:(Lnet/thevpc/nuts/NId;[Ljava/net/URL;)Ljava/net/URL;
NApiUtilsRPI.firstNonBlank ( List<T> any ) [static] : T
net/thevpc/nuts/reserved/NApiUtilsRPI.firstNonBlank:(Ljava/util/List;)Ljava/lang/Object;
NApiUtilsRPI.firstNonBlank ( T... any ) [static] : T
net/thevpc/nuts/reserved/NApiUtilsRPI.firstNonBlank:([Ljava/lang/Object;)Ljava/lang/Object;
NApiUtilsRPI.getOrCreateRefProperty ( Class<T> type, NSession session, Supplier<T> sup ) [static] : T
net/thevpc/nuts/reserved/NApiUtilsRPI.getOrCreateRefProperty:(Ljava/lang/Class;Lnet/thevpc/nuts/NSession;Ljava/util/function/Supplier;)Ljava/lang/Object;
NApiUtilsRPI.getOrCreateRefProperty ( String name, Class<T> type, NSession session, Supplier<T> sup ) [static] : T
net/thevpc/nuts/reserved/NApiUtilsRPI.getOrCreateRefProperty:(Ljava/lang/String;Ljava/lang/Class;Lnet/thevpc/nuts/NSession;Ljava/util/function/Supplier;)Ljava/lang/Object;
NApiUtilsRPI.getSysBoolNutsProperty ( String property, boolean defaultValue ) [static] : boolean
net/thevpc/nuts/reserved/NApiUtilsRPI.getSysBoolNutsProperty:(Ljava/lang/String;Z)Z
NApiUtilsRPI.isBlank ( char[ ] string ) [static] : boolean
net/thevpc/nuts/reserved/NApiUtilsRPI.isBlank:([C)Z
NApiUtilsRPI.isBlank ( CharSequence s ) [static] : boolean
net/thevpc/nuts/reserved/NApiUtilsRPI.isBlank:(Ljava/lang/CharSequence;)Z
NApiUtilsRPI.isBlank ( Object any ) [static] : boolean
net/thevpc/nuts/reserved/NApiUtilsRPI.isBlank:(Ljava/lang/Object;)Z
NApiUtilsRPI.isGraphicalDesktopEnvironment ( ) [static] : boolean
net/thevpc/nuts/reserved/NApiUtilsRPI.isGraphicalDesktopEnvironment:()Z
NApiUtilsRPI.parseFileSizeInBytes ( String value, Integer defaultMultiplier ) [static] : NOptional<Integer>
net/thevpc/nuts/reserved/NApiUtilsRPI.parseFileSizeInBytes:(Ljava/lang/String;Ljava/lang/Integer;)Lnet/thevpc/nuts/util/NOptional;
NApiUtilsRPI.processThrowable ( Throwable ex, NLog out ) [static] : int
net/thevpc/nuts/reserved/NApiUtilsRPI.processThrowable:(Ljava/lang/Throwable;Lnet/thevpc/nuts/log/NLog;)I
NApiUtilsRPI.processThrowable ( Throwable ex, NLog out, boolean showMessage, boolean showStackTrace, boolean showGui ) [static] : int
net/thevpc/nuts/reserved/NApiUtilsRPI.processThrowable:(Ljava/lang/Throwable;Lnet/thevpc/nuts/log/NLog;ZZZ)I
NApiUtilsRPI.processThrowable ( Throwable ex, String[ ] args ) [static] : int
net/thevpc/nuts/reserved/NApiUtilsRPI.processThrowable:(Ljava/lang/Throwable;[Ljava/lang/String;)I
NApiUtilsRPI.resolveGui ( NWorkspaceOptions bo ) [static] : boolean
net/thevpc/nuts/reserved/NApiUtilsRPI.resolveGui:(Lnet/thevpc/nuts/NWorkspaceOptions;)Z
NApiUtilsRPI.resolveNutsIdDigest ( ) [static] : String
net/thevpc/nuts/reserved/NApiUtilsRPI.resolveNutsIdDigest:()Ljava/lang/String;
NApiUtilsRPI.resolveNutsIdDigest ( NId id, URL[ ] urls ) [static] : String
net/thevpc/nuts/reserved/NApiUtilsRPI.resolveNutsIdDigest:(Lnet/thevpc/nuts/NId;[Ljava/net/URL;)Ljava/lang/String;
NApiUtilsRPI.resolveNutsIdDigestOrError ( ) [static] : String
net/thevpc/nuts/reserved/NApiUtilsRPI.resolveNutsIdDigestOrError:()Ljava/lang/String;
NApiUtilsRPI.resolveNutsVersionFromClassPath ( NLog bLog ) [static] : String
net/thevpc/nuts/reserved/NApiUtilsRPI.resolveNutsVersionFromClassPath:(Lnet/thevpc/nuts/log/NLog;)Ljava/lang/String;
NApiUtilsRPI.resolveShowStackTrace ( NWorkspaceOptions bo ) [static] : boolean
net/thevpc/nuts/reserved/NApiUtilsRPI.resolveShowStackTrace:(Lnet/thevpc/nuts/NWorkspaceOptions;)Z
NApiUtilsRPI.resolveValidErrorMessage ( Supplier<NMsg> supplier ) [static] : NMsg
net/thevpc/nuts/reserved/NApiUtilsRPI.resolveValidErrorMessage:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NMsg;
nuts-0.8.4.jar,
NApplication.class
package net.thevpc.nuts
NApplication.main ( Class<T> appType, String[ ] args ) [static] : void
net/thevpc/nuts/NApplication.main:(Ljava/lang/Class;[Ljava/lang/String;)V
NApplication.onInstallApplication ( NSession session ) : void
net/thevpc/nuts/NApplication.onInstallApplication:(Lnet/thevpc/nuts/NSession;)V
NApplication.onUninstallApplication ( NSession session ) : void
net/thevpc/nuts/NApplication.onUninstallApplication:(Lnet/thevpc/nuts/NSession;)V
NApplication.onUpdateApplication ( NSession session ) : void
net/thevpc/nuts/NApplication.onUpdateApplication:(Lnet/thevpc/nuts/NSession;)V
NApplication.run ( NSession p1 ) [abstract] : void
net/thevpc/nuts/NApplication.run:(Lnet/thevpc/nuts/NSession;)V
NApplication.run ( NSession session, String[ ] args ) : void
net/thevpc/nuts/NApplication.run:(Lnet/thevpc/nuts/NSession;[Ljava/lang/String;)V
NApplication.run ( String[ ] args ) : void
net/thevpc/nuts/NApplication.run:([Ljava/lang/String;)V
NApplication.runAndExit ( String[ ] args ) : void
net/thevpc/nuts/NApplication.runAndExit:([Ljava/lang/String;)V
nuts-0.8.4.jar,
NApplicationExceptionHandler.class
package net.thevpc.nuts
NApplicationExceptionHandler.of ( NSession session ) [static] : NApplicationExceptionHandler
net/thevpc/nuts/NApplicationExceptionHandler.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NApplicationExceptionHandler;
NApplicationExceptionHandler.processThrowable ( String[ ] p1, Throwable p2 ) [abstract] : int
net/thevpc/nuts/NApplicationExceptionHandler.processThrowable:([Ljava/lang/String;Ljava/lang/Throwable;)I
nuts-0.8.4.jar,
NApplicationMode.class
package net.thevpc.nuts
NApplicationMode.id ( ) : String
net/thevpc/nuts/NApplicationMode.id:()Ljava/lang/String;
NApplicationMode.parse ( String value ) [static] : NOptional<NApplicationMode>
net/thevpc/nuts/NApplicationMode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NApplicationMode.valueOf ( String name ) [static] : NApplicationMode
net/thevpc/nuts/NApplicationMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NApplicationMode;
NApplicationMode.values ( ) [static] : NApplicationMode[ ]
net/thevpc/nuts/NApplicationMode.values:()[Lnet/thevpc/nuts/NApplicationMode;
nuts-0.8.4.jar,
NApplications.class
package net.thevpc.nuts
NApplications.createApplicationInstance ( Class<T> appType ) [static] : T *DEPRECATED*
net/thevpc/nuts/NApplications.createApplicationInstance:(Ljava/lang/Class;)Lnet/thevpc/nuts/NApplication;
NApplications.createApplicationInstance ( Class<T> appType, NSession session, String[ ] args ) [static] : T
net/thevpc/nuts/NApplications.createApplicationInstance:(Ljava/lang/Class;Lnet/thevpc/nuts/NSession;[Ljava/lang/String;)Lnet/thevpc/nuts/NApplication;
NApplications.getSharedMap ( ) [static] : Map<String,Object>
net/thevpc/nuts/NApplications.getSharedMap:()Ljava/util/Map;
NApplications.processThrowable ( Throwable ex ) [static] : int
net/thevpc/nuts/NApplications.processThrowable:(Ljava/lang/Throwable;)I
NApplications.processThrowable ( Throwable ex, NLog out ) [static] : int
net/thevpc/nuts/NApplications.processThrowable:(Ljava/lang/Throwable;Lnet/thevpc/nuts/log/NLog;)I
NApplications.runApplication ( NApplication applicationInstance, NSession session ) [static] : void
net/thevpc/nuts/NApplications.runApplication:(Lnet/thevpc/nuts/NApplication;Lnet/thevpc/nuts/NSession;)V
NApplications.runApplication ( NApplication applicationInstance, NSession session, String[ ] nutsArgs, String[ ] args ) [static] : void
net/thevpc/nuts/NApplications.runApplication:(Lnet/thevpc/nuts/NApplication;Lnet/thevpc/nuts/NSession;[Ljava/lang/String;[Ljava/lang/String;)V
NApplications.runApplicationAndExit ( NApplication application, NSession session, String[ ] args ) [static] : void
net/thevpc/nuts/NApplications.runApplicationAndExit:(Lnet/thevpc/nuts/NApplication;Lnet/thevpc/nuts/NSession;[Ljava/lang/String;)V
NApplications.runApplicationAndExit ( NApplication application, String[ ] args ) [static] : void *DEPRECATED*
net/thevpc/nuts/NApplications.runApplicationAndExit:(Lnet/thevpc/nuts/NApplication;[Ljava/lang/String;)V
nuts-0.8.4.jar,
NAppStoreLocationResolver.class
package net.thevpc.nuts
NAppStoreLocationResolver.getStoreLocation ( NId p1, NStoreType p2 ) [abstract] : NPath
net/thevpc/nuts/NAppStoreLocationResolver.getStoreLocation:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/io/NPath;
nuts-0.8.4.jar,
NArchFamily.class
package net.thevpc.nuts.env
NArchFamily.getCurrent ( ) [static] : NArchFamily
net/thevpc/nuts/env/NArchFamily.getCurrent:()Lnet/thevpc/nuts/env/NArchFamily;
NArchFamily.id ( ) : String
net/thevpc/nuts/env/NArchFamily.id:()Ljava/lang/String;
NArchFamily.parse ( String value ) [static] : NOptional<NArchFamily>
net/thevpc/nuts/env/NArchFamily.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NArchFamily.valueOf ( String name ) [static] : NArchFamily
net/thevpc/nuts/env/NArchFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NArchFamily;
NArchFamily.values ( ) [static] : NArchFamily[ ]
net/thevpc/nuts/env/NArchFamily.values:()[Lnet/thevpc/nuts/env/NArchFamily;
nuts-0.8.4.jar,
NArg.class
package net.thevpc.nuts.cmdline
NArg.getBooleanValue ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/cmdline/NArg.getBooleanValue:()Lnet/thevpc/nuts/util/NOptional;
NArg.getImage ( ) [abstract] : String
net/thevpc/nuts/cmdline/NArg.getImage:()Ljava/lang/String;
NArg.getKey ( ) [abstract] : NLiteral
net/thevpc/nuts/cmdline/NArg.getKey:()Lnet/thevpc/nuts/util/NLiteral;
NArg.getOptionName ( ) [abstract] : NLiteral
net/thevpc/nuts/cmdline/NArg.getOptionName:()Lnet/thevpc/nuts/util/NLiteral;
NArg.getOptionPrefix ( ) [abstract] : NLiteral
net/thevpc/nuts/cmdline/NArg.getOptionPrefix:()Lnet/thevpc/nuts/util/NLiteral;
NArg.getSeparator ( ) [abstract] : String
net/thevpc/nuts/cmdline/NArg.getSeparator:()Ljava/lang/String;
NArg.getStringKey ( ) [abstract] : NOptional<String>
net/thevpc/nuts/cmdline/NArg.getStringKey:()Lnet/thevpc/nuts/util/NOptional;
NArg.getStringValue ( ) [abstract] : NOptional<String>
net/thevpc/nuts/cmdline/NArg.getStringValue:()Lnet/thevpc/nuts/util/NOptional;
NArg.getValue ( ) [abstract] : NLiteral
net/thevpc/nuts/cmdline/NArg.getValue:()Lnet/thevpc/nuts/util/NLiteral;
NArg.isActive ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isActive:()Z
NArg.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isEnabled:()Z
NArg.isFlagOption ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isFlagOption:()Z
NArg.isInactive ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isInactive:()Z
NArg.isKeyValue ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isKeyValue:()Z
NArg.isNegated ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isNegated:()Z
NArg.isNonOption ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isNonOption:()Z
NArg.isOption ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NArg.isOption:()Z
NArg.key ( ) [abstract] : String
net/thevpc/nuts/cmdline/NArg.key:()Ljava/lang/String;
NArg.of ( String value ) [static] : NArg
net/thevpc/nuts/cmdline/NArg.of:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NArg;
NArg.required ( ) [abstract] : NArg
net/thevpc/nuts/cmdline/NArg.required:()Lnet/thevpc/nuts/cmdline/NArg;
NArg.value ( ) [abstract] : String
net/thevpc/nuts/cmdline/NArg.value:()Ljava/lang/String;
nuts-0.8.4.jar,
NArgCandidate.class
package net.thevpc.nuts.cmdline
NArgCandidate.getDisplay ( ) [abstract] : String
net/thevpc/nuts/cmdline/NArgCandidate.getDisplay:()Ljava/lang/String;
NArgCandidate.getValue ( ) [abstract] : String
net/thevpc/nuts/cmdline/NArgCandidate.getValue:()Ljava/lang/String;
nuts-0.8.4.jar,
NArgName.class
package net.thevpc.nuts.cmdline
NArgName.getCandidates ( NCmdLineAutoComplete p1 ) [abstract] : List<NArgCandidate>
net/thevpc/nuts/cmdline/NArgName.getCandidates:(Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;)Ljava/util/List;
NArgName.getName ( ) [abstract] : String
net/thevpc/nuts/cmdline/NArgName.getName:()Ljava/lang/String;
NArgName.of ( String type, NSession session ) [static] : NArgName
net/thevpc/nuts/cmdline/NArgName.of:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NArgName;
NArgName.of ( String type, String label, NSession session ) [static] : NArgName
net/thevpc/nuts/cmdline/NArgName.of:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NArgName;
nuts-0.8.4.jar,
NArgProcessor.class
package net.thevpc.nuts.cmdline
NArgProcessor<T>.run ( T p1, NArg p2, NSession p3 ) [abstract] : void
net/thevpc/nuts/cmdline/NArgProcessor.run:(Ljava/lang/Object;Lnet/thevpc/nuts/cmdline/NArg;Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NArgType.class
package net.thevpc.nuts.cmdline
NArgType.id ( ) : String
net/thevpc/nuts/cmdline/NArgType.id:()Ljava/lang/String;
NArgType.parse ( String value ) [static] : NOptional<NArgType>
net/thevpc/nuts/cmdline/NArgType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NArgType.valueOf ( String name ) [static] : NArgType
net/thevpc/nuts/cmdline/NArgType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NArgType;
NArgType.values ( ) [static] : NArgType[ ]
net/thevpc/nuts/cmdline/NArgType.values:()[Lnet/thevpc/nuts/cmdline/NArgType;
nuts-0.8.4.jar,
NArrayElement.class
package net.thevpc.nuts.elem
NArrayElement.builder ( ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElement.builder:()Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElement.get ( int p1 ) [abstract] : NOptional<NElement>
net/thevpc/nuts/elem/NArrayElement.get:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getArray ( int p1 ) [abstract] : NOptional<NArrayElement>
net/thevpc/nuts/elem/NArrayElement.getArray:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getBoolean ( int p1 ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/elem/NArrayElement.getBoolean:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getByte ( int p1 ) [abstract] : NOptional<Byte>
net/thevpc/nuts/elem/NArrayElement.getByte:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getDouble ( int p1 ) [abstract] : NOptional<Double>
net/thevpc/nuts/elem/NArrayElement.getDouble:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getFloat ( int p1 ) [abstract] : NOptional<Float>
net/thevpc/nuts/elem/NArrayElement.getFloat:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getInstant ( int p1 ) [abstract] : NOptional<Instant>
net/thevpc/nuts/elem/NArrayElement.getInstant:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getInt ( int p1 ) [abstract] : NOptional<Integer>
net/thevpc/nuts/elem/NArrayElement.getInt:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getLong ( int p1 ) [abstract] : NOptional<Long>
net/thevpc/nuts/elem/NArrayElement.getLong:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getObject ( int p1 ) [abstract] : NOptional<NObjectElement>
net/thevpc/nuts/elem/NArrayElement.getObject:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getShort ( int p1 ) [abstract] : NOptional<Short>
net/thevpc/nuts/elem/NArrayElement.getShort:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.getString ( int p1 ) [abstract] : NOptional<String>
net/thevpc/nuts/elem/NArrayElement.getString:(I)Lnet/thevpc/nuts/util/NOptional;
NArrayElement.items ( ) [abstract] : Collection<NElement>
net/thevpc/nuts/elem/NArrayElement.items:()Ljava/util/Collection;
NArrayElement.ofEmpty ( NSession session ) [static] : NArrayElement
net/thevpc/nuts/elem/NArrayElement.ofEmpty:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NArrayElement;
NArrayElement.stream ( ) [abstract] : Stream<NElement>
net/thevpc/nuts/elem/NArrayElement.stream:()Ljava/util/stream/Stream;
nuts-0.8.4.jar,
NArrayElementBuilder.class
package net.thevpc.nuts.elem
NArrayElementBuilder.add ( boolean p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(Z)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( byte p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(B)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( char p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(C)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( double p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(D)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( float p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(F)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( int p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(I)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( long p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(J)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( NElement p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( Number p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(Ljava/lang/Number;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.add ( String p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.add:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( boolean[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([Z)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( byte[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([B)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( char[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([C)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( Collection<NElement> p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( double[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([D)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( float[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([F)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( int[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([I)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( long[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([J)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( NArrayElement p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:(Lnet/thevpc/nuts/elem/NArrayElement;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( NArrayElementBuilder p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:(Lnet/thevpc/nuts/elem/NArrayElementBuilder;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( NElement[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.addAll ( String[ ] p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.addAll:([Ljava/lang/String;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.build ( ) : NElement
net/thevpc/nuts/elem/NArrayElementBuilder.build:()Lnet/thevpc/nuts/elem/NElement;
NArrayElementBuilder.build ( ) [abstract] : NArrayElement
net/thevpc/nuts/elem/NArrayElementBuilder.build:()Lnet/thevpc/nuts/elem/NArrayElement;
NArrayElementBuilder.clear ( ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.clear:()Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.get ( int p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NArrayElementBuilder.get:(I)Lnet/thevpc/nuts/elem/NElement;
NArrayElementBuilder.insert ( int p1, NElement p2 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.insert:(ILnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.items ( ) [abstract] : List<NElement>
net/thevpc/nuts/elem/NArrayElementBuilder.items:()Ljava/util/List;
NArrayElementBuilder.of ( NSession session ) [static] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.remove ( int p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.remove:(I)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.set ( int p1, NElement p2 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.set:(ILnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.set ( NArrayElement p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.set:(Lnet/thevpc/nuts/elem/NArrayElement;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.set ( NArrayElementBuilder p1 ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NArrayElementBuilder.set:(Lnet/thevpc/nuts/elem/NArrayElementBuilder;)Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NArrayElementBuilder.size ( ) [abstract] : int
net/thevpc/nuts/elem/NArrayElementBuilder.size:()I
nuts-0.8.4.jar,
NArrays.class
package net.thevpc.nuts.util
NArrays.append ( A[ ] a1, A b1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.append:([Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
NArrays.append ( boolean[ ] a1, boolean b1 ) [static] : boolean[ ]
net/thevpc/nuts/util/NArrays.append:([ZZ)[Z
NArrays.append ( byte[ ] a1, byte b1 ) [static] : byte[ ]
net/thevpc/nuts/util/NArrays.append:([BB)[B
NArrays.append ( char[ ] a1, char b1 ) [static] : char[ ]
net/thevpc/nuts/util/NArrays.append:([CC)[C
NArrays.append ( double[ ] a1, double b1 ) [static] : double[ ]
net/thevpc/nuts/util/NArrays.append:([DD)[D
NArrays.append ( float[ ] a1, float b1 ) [static] : float[ ]
net/thevpc/nuts/util/NArrays.append:([FF)[F
NArrays.append ( int[ ] a1, int b1 ) [static] : int[ ]
net/thevpc/nuts/util/NArrays.append:([II)[I
NArrays.append ( long[ ] a1, long b1 ) [static] : long[ ]
net/thevpc/nuts/util/NArrays.append:([JJ)[J
NArrays.append ( short[ ] a1, short b1 ) [static] : short[ ]
net/thevpc/nuts/util/NArrays.append:([SS)[S
NArrays.concat ( A b1, A[ ] a1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.concat:(Ljava/lang/Object;[Ljava/lang/Object;)[Ljava/lang/Object;
NArrays.concat ( A[ ] a1, A b1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.concat:([Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
NArrays.concat ( A[ ] a1, A[ ] b1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.concat:([Ljava/lang/Object;[Ljava/lang/Object;)[Ljava/lang/Object;
NArrays.concat ( A[ ] a1, Collection<A> b1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.concat:([Ljava/lang/Object;Ljava/util/Collection;)[Ljava/lang/Object;
NArrays.concat ( boolean b1, boolean[ ] a1 ) [static] : boolean[ ]
net/thevpc/nuts/util/NArrays.concat:(Z[Z)[Z
NArrays.concat ( boolean[ ] a1, boolean b1 ) [static] : boolean[ ]
net/thevpc/nuts/util/NArrays.concat:([ZZ)[Z
NArrays.concat ( boolean[ ] a1, boolean[ ] b1 ) [static] : boolean[ ]
net/thevpc/nuts/util/NArrays.concat:([Z[Z)[Z
NArrays.concat ( byte b1, byte[ ] a1 ) [static] : byte[ ]
net/thevpc/nuts/util/NArrays.concat:(B[B)[B
NArrays.concat ( byte[ ] a1, byte b1 ) [static] : byte[ ]
net/thevpc/nuts/util/NArrays.concat:([BB)[B
NArrays.concat ( byte[ ] a1, byte[ ] b1 ) [static] : byte[ ]
net/thevpc/nuts/util/NArrays.concat:([B[B)[B
NArrays.concat ( char b1, char[ ] a1 ) [static] : char[ ]
net/thevpc/nuts/util/NArrays.concat:(C[C)[C
NArrays.concat ( char[ ] a1, char b1 ) [static] : char[ ]
net/thevpc/nuts/util/NArrays.concat:([CC)[C
NArrays.concat ( char[ ] a1, char[ ] b1 ) [static] : char[ ]
net/thevpc/nuts/util/NArrays.concat:([C[C)[C
NArrays.concat ( Collection<A> a1, A[ ] b1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.concat:(Ljava/util/Collection;[Ljava/lang/Object;)[Ljava/lang/Object;
NArrays.concat ( Collection<A> a1, Collection<A> b1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.concat:(Ljava/util/Collection;Ljava/util/Collection;)[Ljava/lang/Object;
NArrays.concat ( double b1, double[ ] a1 ) [static] : double[ ]
net/thevpc/nuts/util/NArrays.concat:(D[D)[D
NArrays.concat ( double[ ] a1, double b1 ) [static] : double[ ]
net/thevpc/nuts/util/NArrays.concat:([DD)[D
NArrays.concat ( double[ ] a1, double[ ] b1 ) [static] : double[ ]
net/thevpc/nuts/util/NArrays.concat:([D[D)[D
NArrays.concat ( float b1, float[ ] a1 ) [static] : float[ ]
net/thevpc/nuts/util/NArrays.concat:(F[F)[F
NArrays.concat ( float[ ] a1, float b1 ) [static] : float[ ]
net/thevpc/nuts/util/NArrays.concat:([FF)[F
NArrays.concat ( float[ ] a1, float[ ] b1 ) [static] : float[ ]
net/thevpc/nuts/util/NArrays.concat:([F[F)[F
NArrays.concat ( int b1, int[ ] a1 ) [static] : int[ ]
net/thevpc/nuts/util/NArrays.concat:(I[I)[I
NArrays.concat ( int[ ] a1, int b1 ) [static] : int[ ]
net/thevpc/nuts/util/NArrays.concat:([II)[I
NArrays.concat ( int[ ] a1, int[ ] b1 ) [static] : int[ ]
net/thevpc/nuts/util/NArrays.concat:([I[I)[I
NArrays.concat ( long b1, long[ ] a1 ) [static] : long[ ]
net/thevpc/nuts/util/NArrays.concat:(J[J)[J
NArrays.concat ( long[ ] a1, long b1 ) [static] : long[ ]
net/thevpc/nuts/util/NArrays.concat:([JJ)[J
NArrays.concat ( long[ ] a1, long[ ] b1 ) [static] : long[ ]
net/thevpc/nuts/util/NArrays.concat:([J[J)[J
NArrays.concat ( short b1, short[ ] a1 ) [static] : short[ ]
net/thevpc/nuts/util/NArrays.concat:(S[S)[S
NArrays.concat ( short[ ] a1, short b1 ) [static] : short[ ]
net/thevpc/nuts/util/NArrays.concat:([SS)[S
NArrays.concat ( short[ ] a1, short[ ] b1 ) [static] : short[ ]
net/thevpc/nuts/util/NArrays.concat:([S[S)[S
NArrays.copyOf ( boolean[ ] original ) [static] : boolean[ ]
net/thevpc/nuts/util/NArrays.copyOf:([Z)[Z
NArrays.copyOf ( byte[ ] original ) [static] : byte[ ]
net/thevpc/nuts/util/NArrays.copyOf:([B)[B
NArrays.copyOf ( char[ ] original ) [static] : char[ ]
net/thevpc/nuts/util/NArrays.copyOf:([C)[C
NArrays.copyOf ( double[ ] original ) [static] : double[ ]
net/thevpc/nuts/util/NArrays.copyOf:([D)[D
NArrays.copyOf ( float[ ] original ) [static] : float[ ]
net/thevpc/nuts/util/NArrays.copyOf:([F)[F
NArrays.copyOf ( int[ ] original ) [static] : int[ ]
net/thevpc/nuts/util/NArrays.copyOf:([I)[I
NArrays.copyOf ( long[ ] original ) [static] : long[ ]
net/thevpc/nuts/util/NArrays.copyOf:([J)[J
NArrays.copyOf ( short[ ] original ) [static] : short[ ]
net/thevpc/nuts/util/NArrays.copyOf:([S)[S
NArrays.copyOf ( T[ ] original ) [static] : T[ ]
net/thevpc/nuts/util/NArrays.copyOf:([Ljava/lang/Object;)[Ljava/lang/Object;
NArrays.NArrays ( )
net/thevpc/nuts/util/NArrays."<init>":()V
NArrays.prepend ( A b1, A[ ] a1 ) [static] : A[ ]
net/thevpc/nuts/util/NArrays.prepend:(Ljava/lang/Object;[Ljava/lang/Object;)[Ljava/lang/Object;
NArrays.prepend ( boolean b1, boolean[ ] a1 ) [static] : boolean[ ]
net/thevpc/nuts/util/NArrays.prepend:(Z[Z)[Z
NArrays.prepend ( byte b1, byte[ ] a1 ) [static] : byte[ ]
net/thevpc/nuts/util/NArrays.prepend:(B[B)[B
NArrays.prepend ( char b1, char[ ] a1 ) [static] : char[ ]
net/thevpc/nuts/util/NArrays.prepend:(C[C)[C
NArrays.prepend ( double b1, double[ ] a1 ) [static] : double[ ]
net/thevpc/nuts/util/NArrays.prepend:(D[D)[D
NArrays.prepend ( float b1, float[ ] a1 ) [static] : float[ ]
net/thevpc/nuts/util/NArrays.prepend:(F[F)[F
NArrays.prepend ( int b1, int[ ] a1 ) [static] : int[ ]
net/thevpc/nuts/util/NArrays.prepend:(I[I)[I
NArrays.prepend ( long b1, long[ ] a1 ) [static] : long[ ]
net/thevpc/nuts/util/NArrays.prepend:(J[J)[J
NArrays.prepend ( short b1, short[ ] a1 ) [static] : short[ ]
net/thevpc/nuts/util/NArrays.prepend:(S[S)[S
nuts-0.8.4.jar,
NArtifactCall.class
package net.thevpc.nuts
NArtifactCall.getArguments ( ) [abstract] : List<String>
net/thevpc/nuts/NArtifactCall.getArguments:()Ljava/util/List;
NArtifactCall.getId ( ) [abstract] : NId
net/thevpc/nuts/NArtifactCall.getId:()Lnet/thevpc/nuts/NId;
nuts-0.8.4.jar,
NArtifactCallBuilder.class
package net.thevpc.nuts
NArtifactCallBuilder.build ( ) [abstract] : NArtifactCall
net/thevpc/nuts/NArtifactCallBuilder.build:()Lnet/thevpc/nuts/NArtifactCall;
NArtifactCallBuilder.clear ( ) [abstract] : NArtifactCallBuilder
net/thevpc/nuts/NArtifactCallBuilder.clear:()Lnet/thevpc/nuts/NArtifactCallBuilder;
NArtifactCallBuilder.getArguments ( ) [abstract] : List<String>
net/thevpc/nuts/NArtifactCallBuilder.getArguments:()Ljava/util/List;
NArtifactCallBuilder.getId ( ) [abstract] : NId
net/thevpc/nuts/NArtifactCallBuilder.getId:()Lnet/thevpc/nuts/NId;
NArtifactCallBuilder.of ( NSession session ) [static] : NArtifactCallBuilder
net/thevpc/nuts/NArtifactCallBuilder.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NArtifactCallBuilder;
NArtifactCallBuilder.set ( NArtifactCall p1 ) [abstract] : NArtifactCallBuilder
net/thevpc/nuts/NArtifactCallBuilder.set:(Lnet/thevpc/nuts/NArtifactCall;)Lnet/thevpc/nuts/NArtifactCallBuilder;
NArtifactCallBuilder.set ( NArtifactCallBuilder p1 ) [abstract] : NArtifactCallBuilder
net/thevpc/nuts/NArtifactCallBuilder.set:(Lnet/thevpc/nuts/NArtifactCallBuilder;)Lnet/thevpc/nuts/NArtifactCallBuilder;
NArtifactCallBuilder.setArguments ( List<String> p1 ) [abstract] : NArtifactCallBuilder
net/thevpc/nuts/NArtifactCallBuilder.setArguments:(Ljava/util/List;)Lnet/thevpc/nuts/NArtifactCallBuilder;
NArtifactCallBuilder.setArguments ( String... p1 ) [abstract] : NArtifactCallBuilder
net/thevpc/nuts/NArtifactCallBuilder.setArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NArtifactCallBuilder;
NArtifactCallBuilder.setId ( NId p1 ) [abstract] : NArtifactCallBuilder
net/thevpc/nuts/NArtifactCallBuilder.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NArtifactCallBuilder;
nuts-0.8.4.jar,
NArtifactFilter.class
package net.thevpc.nuts
NArtifactFilter.acceptSearchId ( NSearchId p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NArtifactFilter.acceptSearchId:(Lnet/thevpc/nuts/NSearchId;Lnet/thevpc/nuts/NSession;)Z
nuts-0.8.4.jar,
NAsk.class
package net.thevpc.nuts.util
NAsk<T>.configure ( boolean p1, String... p2 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/util/NAsk.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NAsk<T>.forBoolean ( NMsg p1 ) [abstract] : NAsk<Boolean>
net/thevpc/nuts/util/NAsk.forBoolean:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.forDouble ( NMsg p1 ) [abstract] : NAsk<Double>
net/thevpc/nuts/util/NAsk.forDouble:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.forEnum ( Class<K> p1, NMsg p2 ) [abstract] : NAsk<K>
net/thevpc/nuts/util/NAsk.forEnum:(Ljava/lang/Class;Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.forFloat ( NMsg p1 ) [abstract] : NAsk<Float>
net/thevpc/nuts/util/NAsk.forFloat:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.forInteger ( NMsg p1 ) [abstract] : NAsk<Integer>
net/thevpc/nuts/util/NAsk.forInteger:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.forLong ( NMsg p1 ) [abstract] : NAsk<Long>
net/thevpc/nuts/util/NAsk.forLong:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.forPassword ( NMsg p1 ) [abstract] : NAsk<char[ ]>
net/thevpc/nuts/util/NAsk.forPassword:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.forString ( NMsg p1 ) [abstract] : NAsk<String>
net/thevpc/nuts/util/NAsk.forString:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.getAcceptedValues ( ) [abstract] : List<Object>
net/thevpc/nuts/util/NAsk.getAcceptedValues:()Ljava/util/List;
NAsk<T>.getBooleanValue ( ) [abstract] : Boolean
net/thevpc/nuts/util/NAsk.getBooleanValue:()Ljava/lang/Boolean;
NAsk<T>.getCancelMessage ( ) [abstract] : NMsg
net/thevpc/nuts/util/NAsk.getCancelMessage:()Lnet/thevpc/nuts/util/NMsg;
NAsk<T>.getDefaultValue ( ) [abstract] : T
net/thevpc/nuts/util/NAsk.getDefaultValue:()Ljava/lang/Object;
NAsk<T>.getFormat ( ) [abstract] : NAskFormat<T>
net/thevpc/nuts/util/NAsk.getFormat:()Lnet/thevpc/nuts/util/NAskFormat;
NAsk<T>.getHintMessage ( ) [abstract] : NMsg
net/thevpc/nuts/util/NAsk.getHintMessage:()Lnet/thevpc/nuts/util/NMsg;
NAsk<T>.getMessage ( ) [abstract] : NMsg
net/thevpc/nuts/util/NAsk.getMessage:()Lnet/thevpc/nuts/util/NMsg;
NAsk<T>.getParser ( ) [abstract] : NAskParser<T>
net/thevpc/nuts/util/NAsk.getParser:()Lnet/thevpc/nuts/util/NAskParser;
NAsk<T>.getValidator ( ) [abstract] : NAskValidator<T>
net/thevpc/nuts/util/NAsk.getValidator:()Lnet/thevpc/nuts/util/NAskValidator;
NAsk<T>.getValue ( ) [abstract] : T
net/thevpc/nuts/util/NAsk.getValue:()Ljava/lang/Object;
NAsk<T>.getValueType ( ) [abstract] : Class<T>
net/thevpc/nuts/util/NAsk.getValueType:()Ljava/lang/Class;
NAsk<T>.isResetLine ( ) [abstract] : boolean
net/thevpc/nuts/util/NAsk.isResetLine:()Z
NAsk<T>.of ( NSession session ) [static] : NAsk<T>
net/thevpc/nuts/util/NAsk.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.of ( NSessionTerminal terminal ) [static] : NAsk<T>
net/thevpc/nuts/util/NAsk.of:(Lnet/thevpc/nuts/io/NSessionTerminal;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.resetLine ( ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.resetLine:()Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.resetLine ( boolean p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.resetLine:(Z)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.run ( ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.run:()Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setAcceptedValues ( List<Object> p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setAcceptedValues:(Ljava/util/List;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setCancelMessage ( NMsg p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setCancelMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setDefaultValue ( T p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setDefaultValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setFormat ( NAskFormat<T> p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setFormat:(Lnet/thevpc/nuts/util/NAskFormat;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setHintMessage ( NMsg p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setHintMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setMessage ( NMsg p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setParser ( NAskParser<T> p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setParser:(Lnet/thevpc/nuts/util/NAskParser;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setSession ( NSession p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setValidator ( NAskValidator<T> p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setValidator:(Lnet/thevpc/nuts/util/NAskValidator;)Lnet/thevpc/nuts/util/NAsk;
NAsk<T>.setValueType ( Class<T> p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/util/NAsk.setValueType:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NAsk;
nuts-0.8.4.jar,
NAskFormat.class
package net.thevpc.nuts.util
NAskFormat<T>.format ( Object p1, NAsk<T> p2 ) [abstract] : String
net/thevpc/nuts/util/NAskFormat.format:(Ljava/lang/Object;Lnet/thevpc/nuts/util/NAsk;)Ljava/lang/String;
NAskFormat<T>.getDefaultValues ( Class p1, NAsk<T> p2 ) [abstract] : List<Object>
net/thevpc/nuts/util/NAskFormat.getDefaultValues:(Ljava/lang/Class;Lnet/thevpc/nuts/util/NAsk;)Ljava/util/List;
nuts-0.8.4.jar,
NAskParser.class
package net.thevpc.nuts.util
NAskParser<T>.parse ( Object p1, T p2, NAsk<T> p3 ) [abstract] : T
net/thevpc/nuts/util/NAskParser.parse:(Ljava/lang/Object;Ljava/lang/Object;Lnet/thevpc/nuts/util/NAsk;)Ljava/lang/Object;
nuts-0.8.4.jar,
NAskValidator.class
package net.thevpc.nuts.util
NAskValidator<T>.validate ( T p1, NAsk<T> p2 ) [abstract] : T
net/thevpc/nuts/util/NAskValidator.validate:(Ljava/lang/Object;Lnet/thevpc/nuts/util/NAsk;)Ljava/lang/Object;
nuts-0.8.4.jar,
NAssert.class
package net.thevpc.nuts.util
NAssert.requireFalse ( boolean object, Supplier<NMsg> msg, NSession session ) [static] : boolean
net/thevpc/nuts/util/NAssert.requireFalse:(ZLjava/util/function/Supplier;Lnet/thevpc/nuts/NSession;)Z
NAssert.requireFalse ( boolean value, String name ) [static] : boolean
net/thevpc/nuts/util/NAssert.requireFalse:(ZLjava/lang/String;)Z
NAssert.requireFalse ( boolean value, Supplier<NMsg> msg ) [static] : boolean
net/thevpc/nuts/util/NAssert.requireFalse:(ZLjava/util/function/Supplier;)Z
NAssert.requireFalse ( T value, String name, NSession session ) [static] : T
net/thevpc/nuts/util/NAssert.requireFalse:(Ljava/lang/Object;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NAssert.requireNonBlank ( T object, String name ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonBlank:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
NAssert.requireNonBlank ( T object, String name, NSession session ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonBlank:(Ljava/lang/Object;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NAssert.requireNonBlank ( T object, Supplier<NMsg> msg ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonBlank:(Ljava/lang/Object;Ljava/util/function/Supplier;)Ljava/lang/Object;
NAssert.requireNonBlank ( T object, Supplier<NMsg> msg, NSession session ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonBlank:(Ljava/lang/Object;Ljava/util/function/Supplier;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NAssert.requireNonNull ( T object, NSession session ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonNull:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NAssert.requireNonNull ( T object, String name ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
NAssert.requireNonNull ( T object, String name, NSession session ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NAssert.requireNonNull ( T object, Supplier<NMsg> msg ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonNull:(Ljava/lang/Object;Ljava/util/function/Supplier;)Ljava/lang/Object;
NAssert.requireNonNull ( T object, Supplier<NMsg> msg, NSession session ) [static] : T
net/thevpc/nuts/util/NAssert.requireNonNull:(Ljava/lang/Object;Ljava/util/function/Supplier;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NAssert.requireNull ( Object object ) [static] : void
net/thevpc/nuts/util/NAssert.requireNull:(Ljava/lang/Object;)V
NAssert.requireNull ( Object object, NSession session ) [static] : void
net/thevpc/nuts/util/NAssert.requireNull:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)V
NAssert.requireNull ( Object object, String name ) [static] : void
net/thevpc/nuts/util/NAssert.requireNull:(Ljava/lang/Object;Ljava/lang/String;)V
NAssert.requireNull ( Object object, String name, NSession session ) [static] : void
net/thevpc/nuts/util/NAssert.requireNull:(Ljava/lang/Object;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)V
NAssert.requireNull ( Object object, Supplier<NMsg> message ) [static] : void
net/thevpc/nuts/util/NAssert.requireNull:(Ljava/lang/Object;Ljava/util/function/Supplier;)V
NAssert.requireNull ( Object object, Supplier<NMsg> message, NSession session ) [static] : void
net/thevpc/nuts/util/NAssert.requireNull:(Ljava/lang/Object;Ljava/util/function/Supplier;Lnet/thevpc/nuts/NSession;)V
NAssert.requireSession ( NSession session ) [static] : NSession
net/thevpc/nuts/util/NAssert.requireSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NSession;
NAssert.requireSession ( NSession session, NSession defaultSession ) [static] : NSession
net/thevpc/nuts/util/NAssert.requireSession:(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NSession;
NAssert.requireTrue ( boolean object, Supplier<NMsg> msg, NSession session ) [static] : boolean
net/thevpc/nuts/util/NAssert.requireTrue:(ZLjava/util/function/Supplier;Lnet/thevpc/nuts/NSession;)Z
NAssert.requireTrue ( boolean value, String name ) [static] : boolean
net/thevpc/nuts/util/NAssert.requireTrue:(ZLjava/lang/String;)Z
NAssert.requireTrue ( boolean value, Supplier<NMsg> msg ) [static] : boolean
net/thevpc/nuts/util/NAssert.requireTrue:(ZLjava/util/function/Supplier;)Z
NAssert.requireTrue ( T value, String name, NSession session ) [static] : T
net/thevpc/nuts/util/NAssert.requireTrue:(Ljava/lang/Object;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
nuts-0.8.4.jar,
NAuthenticationAgent.class
package net.thevpc.nuts.security
NAuthenticationAgent.checkCredentials ( char[ ] p1, char[ ] p2, Map<String,String> p3, NSession p4 ) [abstract] : void
net/thevpc/nuts/security/NAuthenticationAgent.checkCredentials:([C[CLjava/util/Map;Lnet/thevpc/nuts/NSession;)V
NAuthenticationAgent.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, Map<String,String> p4, NSession p5 ) [abstract] : char[ ]
net/thevpc/nuts/security/NAuthenticationAgent.createCredentials:([CZ[CLjava/util/Map;Lnet/thevpc/nuts/NSession;)[C
NAuthenticationAgent.getCredentials ( char[ ] p1, Map<String,String> p2, NSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/security/NAuthenticationAgent.getCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NSession;)[C
NAuthenticationAgent.getId ( ) [abstract] : String
net/thevpc/nuts/security/NAuthenticationAgent.getId:()Ljava/lang/String;
NAuthenticationAgent.removeCredentials ( char[ ] p1, Map<String,String> p2, NSession p3 ) [abstract] : boolean
net/thevpc/nuts/security/NAuthenticationAgent.removeCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NSession;)Z
nuts-0.8.4.jar,
NBlankable.class
package net.thevpc.nuts.util
NBlankable.firstNonBlank ( List<?> values ) [static] : T
net/thevpc/nuts/util/NBlankable.firstNonBlank:(Ljava/util/List;)Ljava/lang/Object;
NBlankable.firstNonBlank ( T a, T b ) [static] : T
net/thevpc/nuts/util/NBlankable.firstNonBlank:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
NBlankable.firstNonBlank ( T... values ) [static] : T
net/thevpc/nuts/util/NBlankable.firstNonBlank:([Ljava/lang/Object;)Ljava/lang/Object;
NBlankable.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/util/NBlankable.isBlank:()Z
NBlankable.isBlank ( char[ ] value ) [static] : boolean
net/thevpc/nuts/util/NBlankable.isBlank:([C)Z
NBlankable.isBlank ( CharSequence value ) [static] : boolean
net/thevpc/nuts/util/NBlankable.isBlank:(Ljava/lang/CharSequence;)Z
NBlankable.isBlank ( NBlankable value ) [static] : boolean
net/thevpc/nuts/util/NBlankable.isBlank:(Lnet/thevpc/nuts/util/NBlankable;)Z
NBlankable.isBlank ( Object value ) [static] : boolean
net/thevpc/nuts/util/NBlankable.isBlank:(Ljava/lang/Object;)Z
NBlankable.isBlank ( String value ) [static] : boolean
net/thevpc/nuts/util/NBlankable.isBlank:(Ljava/lang/String;)Z
NBlankable.isNonBlank ( Object v ) [static] : boolean
net/thevpc/nuts/util/NBlankable.isNonBlank:(Ljava/lang/Object;)Z
nuts-0.8.4.jar,
NBootCache.class
package net.thevpc.nuts.boot
NBootCache.NBootCache ( )
net/thevpc/nuts/boot/NBootCache."<init>":()V
nuts-0.8.4.jar,
NBootException.class
package net.thevpc.nuts
NBootException.getExitCode ( ) : int
net/thevpc/nuts/NBootException.getExitCode:()I
NBootException.NBootException ( NMsg message )
net/thevpc/nuts/NBootException."<init>":(Lnet/thevpc/nuts/util/NMsg;)V
NBootException.NBootException ( NMsg message, int exitCode )
net/thevpc/nuts/NBootException."<init>":(Lnet/thevpc/nuts/util/NMsg;I)V
NBootException.NBootException ( NMsg message, Throwable cause )
net/thevpc/nuts/NBootException."<init>":(Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NBootException.NBootException ( NMsg message, Throwable cause, int exitCode )
net/thevpc/nuts/NBootException."<init>":(Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;I)V
nuts-0.8.4.jar,
NBootManager.class
package net.thevpc.nuts
NBootManager.getBootClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NBootManager.getBootClassLoader:()Ljava/lang/ClassLoader;
NBootManager.getBootClassWorldURLs ( ) [abstract] : List<URL>
net/thevpc/nuts/NBootManager.getBootClassWorldURLs:()Ljava/util/List;
NBootManager.getBootExtensionClassLoaderNode ( ) [abstract] : List<NClassLoaderNode>
net/thevpc/nuts/NBootManager.getBootExtensionClassLoaderNode:()Ljava/util/List;
NBootManager.getBootOptions ( ) [abstract] : NBootOptions
net/thevpc/nuts/NBootManager.getBootOptions:()Lnet/thevpc/nuts/boot/NBootOptions;
NBootManager.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NBootManager.getBootRepositories:()Ljava/lang/String;
NBootManager.getBootRuntimeClassLoaderNode ( ) [abstract] : NClassLoaderNode
net/thevpc/nuts/NBootManager.getBootRuntimeClassLoaderNode:()Lnet/thevpc/nuts/boot/NClassLoaderNode;
NBootManager.getBootTerminal ( ) [abstract] : NWorkspaceTerminalOptions
net/thevpc/nuts/NBootManager.getBootTerminal:()Lnet/thevpc/nuts/NWorkspaceTerminalOptions;
NBootManager.getCreationDuration ( ) [abstract] : Duration
net/thevpc/nuts/NBootManager.getCreationDuration:()Ljava/time/Duration;
NBootManager.getCreationFinishTime ( ) [abstract] : Instant
net/thevpc/nuts/NBootManager.getCreationFinishTime:()Ljava/time/Instant;
NBootManager.getCreationStartTime ( ) [abstract] : Instant
net/thevpc/nuts/NBootManager.getCreationStartTime:()Ljava/time/Instant;
NBootManager.getCustomBootOption ( String... p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NBootManager.getCustomBootOption:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NBootManager.isFirstBoot ( ) [abstract] : boolean
net/thevpc/nuts/NBootManager.isFirstBoot:()Z
NBootManager.of ( NSession session ) [static] : NBootManager
net/thevpc/nuts/NBootManager.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NBootManager;
NBootManager.setSession ( NSession p1 ) [abstract] : NBootManager
net/thevpc/nuts/NBootManager.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NBootManager;
nuts-0.8.4.jar,
NBootOptions.class
package net.thevpc.nuts.boot
NBootOptions.builder ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/NBootOptions.builder:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NBootOptions.builder ( ) [abstract] : NBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptions.builder:()Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
NBootOptions.getBootRepositories ( ) [abstract] : NOptional<String>
net/thevpc/nuts/boot/NBootOptions.getBootRepositories:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getBootWorkspaceFactory ( ) [abstract] : NOptional<NBootWorkspaceFactory>
net/thevpc/nuts/boot/NBootOptions.getBootWorkspaceFactory:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getClassWorldLoader ( ) [abstract] : NOptional<ClassLoader>
net/thevpc/nuts/boot/NBootOptions.getClassWorldLoader:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getClassWorldURLs ( ) [abstract] : NOptional<List<URL>>
net/thevpc/nuts/boot/NBootOptions.getClassWorldURLs:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getExtensionBootDependencyNodes ( ) [abstract] : NOptional<List<NClassLoaderNode>>
net/thevpc/nuts/boot/NBootOptions.getExtensionBootDependencyNodes:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getExtensionBootDescriptors ( ) [abstract] : NOptional<List<NDescriptor>>
net/thevpc/nuts/boot/NBootOptions.getExtensionBootDescriptors:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getExtensionsSet ( ) [abstract] : NOptional<Set<String>>
net/thevpc/nuts/boot/NBootOptions.getExtensionsSet:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getRuntimeBootDependencyNode ( ) [abstract] : NOptional<NClassLoaderNode>
net/thevpc/nuts/boot/NBootOptions.getRuntimeBootDependencyNode:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getRuntimeBootDescriptor ( ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/boot/NBootOptions.getRuntimeBootDescriptor:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getUserOptions ( ) [abstract] : NOptional<NWorkspaceOptions>
net/thevpc/nuts/boot/NBootOptions.getUserOptions:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.getUuid ( ) [abstract] : NOptional<String>
net/thevpc/nuts/boot/NBootOptions.getUuid:()Lnet/thevpc/nuts/util/NOptional;
NBootOptions.readOnly ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/NBootOptions.readOnly:()Lnet/thevpc/nuts/NWorkspaceOptions;
NBootOptions.readOnly ( ) [abstract] : NBootOptions
net/thevpc/nuts/boot/NBootOptions.readOnly:()Lnet/thevpc/nuts/boot/NBootOptions;
nuts-0.8.4.jar,
NBootOptionsBuilder.class
package net.thevpc.nuts.boot
NBootOptionsBuilder.build ( ) : NWorkspaceOptions
net/thevpc/nuts/boot/NBootOptionsBuilder.build:()Lnet/thevpc/nuts/NWorkspaceOptions;
NBootOptionsBuilder.build ( ) [abstract] : NBootOptions
net/thevpc/nuts/boot/NBootOptionsBuilder.build:()Lnet/thevpc/nuts/boot/NBootOptions;
NBootOptionsBuilder.builder ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.builder:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NBootOptionsBuilder.builder ( ) [abstract] : NBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.builder:()Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
NBootOptionsBuilder.copy ( ) : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.copy:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NBootOptionsBuilder.copy ( ) [abstract] : NBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.copy:()Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
NBootOptionsBuilder.setBootRepositories ( String p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setBootRepositories:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setBootWorkspaceFactory ( NBootWorkspaceFactory p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setBootWorkspaceFactory:(Lnet/thevpc/nuts/spi/NBootWorkspaceFactory;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setClassWorldLoader ( ClassLoader p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setClassWorldLoader:(Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setClassWorldURLs ( List<URL> p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setClassWorldURLs:(Ljava/util/List;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setExtensionBootDependencyNodes ( List<NClassLoaderNode> p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setExtensionBootDependencyNodes:(Ljava/util/List;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setExtensionBootDescriptors ( List<NDescriptor> p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setExtensionBootDescriptors:(Ljava/util/List;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setExtensionsSet ( Set<String> p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setExtensionsSet:(Ljava/util/Set;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setRuntimeBootDependencyNode ( NClassLoaderNode p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setRuntimeBootDependencyNode:(Lnet/thevpc/nuts/boot/NClassLoaderNode;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setRuntimeBootDescriptor ( NDescriptor p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setRuntimeBootDescriptor:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
NBootOptionsBuilder.setUserOptions ( NWorkspaceOptions p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setUserOptions:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NBootOptionsBuilder.setUuid ( String p1 ) [abstract] : DefaultNBootOptionsBuilder
net/thevpc/nuts/boot/NBootOptionsBuilder.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/DefaultNBootOptionsBuilder;
nuts-0.8.4.jar,
NBootWorkspace.class
package net.thevpc.nuts.boot
NBootWorkspace.createProcessCmdLine ( ) : String[ ]
net/thevpc/nuts/boot/NBootWorkspace.createProcessCmdLine:()[Ljava/lang/String;
NBootWorkspace.getOptions ( ) : NBootOptionsBuilder
net/thevpc/nuts/boot/NBootWorkspace.getOptions:()Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
NBootWorkspace.getRequirementsHelpString ( boolean unsatisfiedOnly ) : String
net/thevpc/nuts/boot/NBootWorkspace.getRequirementsHelpString:(Z)Ljava/lang/String;
NBootWorkspace.hasUnsatisfiedRequirements ( ) : boolean
net/thevpc/nuts/boot/NBootWorkspace.hasUnsatisfiedRequirements:()Z
NBootWorkspace.NBootWorkspace ( NWorkspaceOptions userOptions )
net/thevpc/nuts/boot/NBootWorkspace."<init>":(Lnet/thevpc/nuts/NWorkspaceOptions;)V
NBootWorkspace.NBootWorkspace ( NWorkspaceTerminalOptions bootTerminal, String... args )
net/thevpc/nuts/boot/NBootWorkspace."<init>":(Lnet/thevpc/nuts/NWorkspaceTerminalOptions;[Ljava/lang/String;)V
NBootWorkspace.openWorkspace ( ) : NSession
net/thevpc/nuts/boot/NBootWorkspace.openWorkspace:()Lnet/thevpc/nuts/NSession;
NBootWorkspace.resolveBootRuntimeRepositories ( boolean dependencies ) : Set<NRepositoryLocation>
net/thevpc/nuts/boot/NBootWorkspace.resolveBootRuntimeRepositories:(Z)Ljava/util/Set;
NBootWorkspace.runNewProcess ( ) : void
net/thevpc/nuts/boot/NBootWorkspace.runNewProcess:()V
NBootWorkspace.runWorkspace ( ) : NSession
net/thevpc/nuts/boot/NBootWorkspace.runWorkspace:()Lnet/thevpc/nuts/NSession;
nuts-0.8.4.jar,
NBootWorkspaceFactory.class
package net.thevpc.nuts.spi
NBootWorkspaceFactory.createWorkspace ( NBootOptions p1 ) [abstract] : NWorkspace
net/thevpc/nuts/spi/NBootWorkspaceFactory.createWorkspace:(Lnet/thevpc/nuts/boot/NBootOptions;)Lnet/thevpc/nuts/NWorkspace;
NBootWorkspaceFactory.getBootSupportLevel ( NBootOptions p1 ) [abstract] : int
net/thevpc/nuts/spi/NBootWorkspaceFactory.getBootSupportLevel:(Lnet/thevpc/nuts/boot/NBootOptions;)I
nuts-0.8.4.jar,
NCallable.class
package net.thevpc.nuts.util
NCallable<T>.call ( NSession p1 ) [abstract] : T
net/thevpc/nuts/util/NCallable.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NCallable<T>.withDesc ( NEDesc description ) : NCallable<T>
net/thevpc/nuts/util/NCallable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NCallable;
NCallable<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NCallable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NCallableSupport.class
package net.thevpc.nuts
NCallableSupport<T>.call ( NSession p1 ) [abstract] : T
net/thevpc/nuts/NCallableSupport.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NCallableSupport<T>.getSupportLevel ( ) [abstract] : int
net/thevpc/nuts/NCallableSupport.getSupportLevel:()I
NCallableSupport<T>.invalid ( Function<NSession,NMsg> emptyMessage ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.invalid:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.isValid ( ) : boolean
net/thevpc/nuts/NCallableSupport.isValid:()Z
NCallableSupport<T>.isValid ( NCallableSupport<T> s ) [static] : boolean
net/thevpc/nuts/NCallableSupport.isValid:(Lnet/thevpc/nuts/NCallableSupport;)Z
NCallableSupport<T>.of ( int supportLevel, Supplier<T> supplier ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.of:(ILjava/util/function/Supplier;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.of ( int supportLevel, Supplier<T> supplier, Function<NSession,NMsg> emptyMessage ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.of:(ILjava/util/function/Supplier;Ljava/util/function/Function;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.of ( int supportLevel, T value ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.of:(ILjava/lang/Object;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.of ( int supportLevel, T value, Function<NSession,NMsg> emptyMessage ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.of:(ILjava/lang/Object;Ljava/util/function/Function;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.resolve ( Collection<NCallableSupport<T>> source, Function<NSession,NMsg> emptyMessage ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.resolve:(Ljava/util/Collection;Ljava/util/function/Function;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.resolve ( Stream<NCallableSupport<T>> source, Function<NSession,NMsg> emptyMessage ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.resolve:(Ljava/util/stream/Stream;Ljava/util/function/Function;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.resolveSupplier ( Collection<Supplier<NCallableSupport<T>>> source, Function<NSession,NMsg> emptyMessage ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.resolveSupplier:(Ljava/util/Collection;Ljava/util/function/Function;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.resolveSupplier ( Stream<Supplier<NCallableSupport<T>>> source, Function<NSession,NMsg> emptyMessage ) [static] : NCallableSupport<T>
net/thevpc/nuts/NCallableSupport.resolveSupplier:(Ljava/util/stream/Stream;Ljava/util/function/Function;)Lnet/thevpc/nuts/NCallableSupport;
NCallableSupport<T>.toOptional ( ) [abstract] : NOptional<T>
net/thevpc/nuts/NCallableSupport.toOptional:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NCallableWithDescription.class
package net.thevpc.nuts.reserved.util
NCallableWithDescription<T>.call ( NSession session ) : T
net/thevpc/nuts/reserved/util/NCallableWithDescription.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NCallableWithDescription<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NCallableWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NCallableWithDescription<T>.NCallableWithDescription<T> ( NCallable<T> base, NEDesc description )
net/thevpc/nuts/reserved/util/NCallableWithDescription."<init>":(Lnet/thevpc/nuts/util/NCallable;Lnet/thevpc/nuts/elem/NEDesc;)V
NCallableWithDescription<T>.withDesc ( NEDesc description ) : NCallable<T>
net/thevpc/nuts/reserved/util/NCallableWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NCallable;
NCallableWithDescription<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NCallableWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NCancelException.class
package net.thevpc.nuts
NCancelException.NCancelException ( NSession session )
net/thevpc/nuts/NCancelException."<init>":(Lnet/thevpc/nuts/NSession;)V
NCancelException.NCancelException ( NSession session, NMsg message )
net/thevpc/nuts/NCancelException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NCancelException.NCancelException ( NSession session, NMsg message, int exitCode )
net/thevpc/nuts/NCancelException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;I)V
nuts-0.8.4.jar,
NCharsetResolver.class
package net.thevpc.nuts.spi
NCharsetResolver.probeCharset ( byte[ ] p1 ) [abstract] : NCallableSupport<String>
net/thevpc/nuts/spi/NCharsetResolver.probeCharset:([B)Lnet/thevpc/nuts/NCallableSupport;
NCharsetResolver.probeCharset ( InputStream p1 ) [abstract] : NCallableSupport<String>
net/thevpc/nuts/spi/NCharsetResolver.probeCharset:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NCallableSupport;
NCharsetResolver.probeCharset ( NPath p1 ) [abstract] : NCallableSupport<String>
net/thevpc/nuts/spi/NCharsetResolver.probeCharset:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NCallableSupport;
nuts-0.8.4.jar,
NChronometer.class
package net.thevpc.nuts.time
NChronometer.accumulate ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.accumulate:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.copy ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.copy:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.formatter ( NSession session ) : NFormat
net/thevpc/nuts/time/NChronometer.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NChronometer.getDuration ( ) : NDuration
net/thevpc/nuts/time/NChronometer.getDuration:()Lnet/thevpc/nuts/time/NDuration;
NChronometer.getDurationMs ( ) : long
net/thevpc/nuts/time/NChronometer.getDurationMs:()J
NChronometer.getDurationNanos ( ) : long
net/thevpc/nuts/time/NChronometer.getDurationNanos:()J
NChronometer.getEndClock ( ) : NClock
net/thevpc/nuts/time/NChronometer.getEndClock:()Lnet/thevpc/nuts/time/NClock;
NChronometer.getLargestUnit ( ) : ChronoUnit
net/thevpc/nuts/time/NChronometer.getLargestUnit:()Ljava/time/temporal/ChronoUnit;
NChronometer.getName ( ) : String
net/thevpc/nuts/time/NChronometer.getName:()Ljava/lang/String;
NChronometer.getSmallestUnit ( ) : ChronoUnit
net/thevpc/nuts/time/NChronometer.getSmallestUnit:()Ljava/time/temporal/ChronoUnit;
NChronometer.getStartClock ( ) : NClock
net/thevpc/nuts/time/NChronometer.getStartClock:()Lnet/thevpc/nuts/time/NClock;
NChronometer.isStarted ( ) : boolean
net/thevpc/nuts/time/NChronometer.isStarted:()Z
NChronometer.isStopped ( ) : boolean
net/thevpc/nuts/time/NChronometer.isStopped:()Z
NChronometer.isSuspended ( ) : boolean
net/thevpc/nuts/time/NChronometer.isSuspended:()Z
NChronometer.lap ( ) : Duration
net/thevpc/nuts/time/NChronometer.lap:()Ljava/time/Duration;
NChronometer.NChronometer ( )
net/thevpc/nuts/time/NChronometer."<init>":()V
NChronometer.NChronometer ( String name )
net/thevpc/nuts/time/NChronometer."<init>":(Ljava/lang/String;)V
NChronometer.NChronometer ( String name, ChronoUnit smallestUnit )
net/thevpc/nuts/time/NChronometer."<init>":(Ljava/lang/String;Ljava/time/temporal/ChronoUnit;)V
NChronometer.NChronometer ( String name, NClock startClock, NClock endClock, long accumulatedNanos, long lastNanos, boolean running, ChronoUnit smallestUnit, ChronoUnit largestUnit )
net/thevpc/nuts/time/NChronometer."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/time/NClock;Lnet/thevpc/nuts/time/NClock;JJZLjava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)V
NChronometer.reset ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.reset:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.restart ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.restart:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.restart ( String newName ) : NChronometer
net/thevpc/nuts/time/NChronometer.restart:(Ljava/lang/String;)Lnet/thevpc/nuts/time/NChronometer;
NChronometer.resume ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.resume:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.setLargestUnit ( ChronoUnit largestUnit ) : NChronometer
net/thevpc/nuts/time/NChronometer.setLargestUnit:(Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NChronometer;
NChronometer.setName ( String desc ) : NChronometer
net/thevpc/nuts/time/NChronometer.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/time/NChronometer;
NChronometer.setSmallestUnit ( ChronoUnit smallestUnit ) : NChronometer
net/thevpc/nuts/time/NChronometer.setSmallestUnit:(Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NChronometer;
NChronometer.start ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.start:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.startNow ( ) [static] : NChronometer
net/thevpc/nuts/time/NChronometer.startNow:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.startNow ( ChronoUnit smallestUnit ) [static] : NChronometer
net/thevpc/nuts/time/NChronometer.startNow:(Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NChronometer;
NChronometer.startNow ( String name ) [static] : NChronometer
net/thevpc/nuts/time/NChronometer.startNow:(Ljava/lang/String;)Lnet/thevpc/nuts/time/NChronometer;
NChronometer.startNow ( String name, ChronoUnit smallestUnit ) [static] : NChronometer
net/thevpc/nuts/time/NChronometer.startNow:(Ljava/lang/String;Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NChronometer;
NChronometer.stop ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.stop:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.suspend ( ) : NChronometer
net/thevpc/nuts/time/NChronometer.suspend:()Lnet/thevpc/nuts/time/NChronometer;
NChronometer.toString ( ) : String
net/thevpc/nuts/time/NChronometer.toString:()Ljava/lang/String;
NChronometer.toString ( NDurationFormatMode mode ) : String
net/thevpc/nuts/time/NChronometer.toString:(Lnet/thevpc/nuts/time/NDurationFormatMode;)Ljava/lang/String;
NChronometer.updateDescription ( String desc ) : NChronometer
net/thevpc/nuts/time/NChronometer.updateDescription:(Ljava/lang/String;)Lnet/thevpc/nuts/time/NChronometer;
nuts-0.8.4.jar,
NClassLoaderNode.class
package net.thevpc.nuts.boot
NClassLoaderNode.equals ( Object o ) : boolean
net/thevpc/nuts/boot/NClassLoaderNode.equals:(Ljava/lang/Object;)Z
NClassLoaderNode.getDependencies ( ) : List<NClassLoaderNode>
net/thevpc/nuts/boot/NClassLoaderNode.getDependencies:()Ljava/util/List;
NClassLoaderNode.getId ( ) : String
net/thevpc/nuts/boot/NClassLoaderNode.getId:()Ljava/lang/String;
NClassLoaderNode.getURL ( ) : URL
net/thevpc/nuts/boot/NClassLoaderNode.getURL:()Ljava/net/URL;
NClassLoaderNode.hashCode ( ) : int
net/thevpc/nuts/boot/NClassLoaderNode.hashCode:()I
NClassLoaderNode.isEnabled ( ) : boolean
net/thevpc/nuts/boot/NClassLoaderNode.isEnabled:()Z
NClassLoaderNode.isIncludedInClasspath ( ) : boolean
net/thevpc/nuts/boot/NClassLoaderNode.isIncludedInClasspath:()Z
NClassLoaderNode.NClassLoaderNode ( String id, URL url, boolean enabled, boolean includedInClasspath, NClassLoaderNode... dependencies )
net/thevpc/nuts/boot/NClassLoaderNode."<init>":(Ljava/lang/String;Ljava/net/URL;ZZ[Lnet/thevpc/nuts/boot/NClassLoaderNode;)V
NClassLoaderNode.toString ( ) : String
net/thevpc/nuts/boot/NClassLoaderNode.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NClassLoaderNodeBuilder.class
package net.thevpc.nuts.boot
NClassLoaderNodeBuilder.addDependency ( NClassLoaderNode other ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.addDependency:(Lnet/thevpc/nuts/boot/NClassLoaderNode;)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
NClassLoaderNodeBuilder.build ( ) : NClassLoaderNode
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.build:()Lnet/thevpc/nuts/boot/NClassLoaderNode;
NClassLoaderNodeBuilder.getDependencies ( ) : List<NClassLoaderNode>
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.getDependencies:()Ljava/util/List;
NClassLoaderNodeBuilder.getId ( ) : String
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.getId:()Ljava/lang/String;
NClassLoaderNodeBuilder.getURL ( ) : URL
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.getURL:()Ljava/net/URL;
NClassLoaderNodeBuilder.isEnabled ( ) : boolean
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.isEnabled:()Z
NClassLoaderNodeBuilder.isIncludedInClasspath ( ) : boolean
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.isIncludedInClasspath:()Z
NClassLoaderNodeBuilder.NClassLoaderNodeBuilder ( )
net/thevpc/nuts/boot/NClassLoaderNodeBuilder."<init>":()V
NClassLoaderNodeBuilder.setAll ( NClassLoaderNode o ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.setAll:(Lnet/thevpc/nuts/boot/NClassLoaderNode;)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
NClassLoaderNodeBuilder.setAll ( NClassLoaderNodeBuilder o ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.setAll:(Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
NClassLoaderNodeBuilder.setDependencies ( List<NClassLoaderNode> dependencies ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.setDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
NClassLoaderNodeBuilder.setEnabled ( boolean enabled ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.setEnabled:(Z)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
NClassLoaderNodeBuilder.setId ( String id ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
NClassLoaderNodeBuilder.setIncludedInClasspath ( boolean includedInClasspath ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.setIncludedInClasspath:(Z)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
NClassLoaderNodeBuilder.setUrl ( URL url ) : NClassLoaderNodeBuilder
net/thevpc/nuts/boot/NClassLoaderNodeBuilder.setUrl:(Ljava/net/URL;)Lnet/thevpc/nuts/boot/NClassLoaderNodeBuilder;
nuts-0.8.4.jar,
NClock.class
package net.thevpc.nuts.time
NClock.equals ( Object o ) : boolean
net/thevpc/nuts/time/NClock.equals:(Ljava/lang/Object;)Z
NClock.getInstant ( ) : Instant
net/thevpc/nuts/time/NClock.getInstant:()Ljava/time/Instant;
NClock.getTimeMillis ( ) : long
net/thevpc/nuts/time/NClock.getTimeMillis:()J
NClock.getTimeNanos ( ) : long
net/thevpc/nuts/time/NClock.getTimeNanos:()J
NClock.hashCode ( ) : int
net/thevpc/nuts/time/NClock.hashCode:()I
NClock.minus ( NClock o ) : NDuration
net/thevpc/nuts/time/NClock.minus:(Lnet/thevpc/nuts/time/NClock;)Lnet/thevpc/nuts/time/NDuration;
NClock.NClock ( long timeMillis, long nanos )
net/thevpc/nuts/time/NClock."<init>":(JJ)V
NClock.now ( ) [static] : NClock
net/thevpc/nuts/time/NClock.now:()Lnet/thevpc/nuts/time/NClock;
NClock.toString ( ) : String
net/thevpc/nuts/time/NClock.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NCmdExecOptions.class
package net.thevpc.nuts
NCmdExecOptions.equals ( Object o ) : boolean
net/thevpc/nuts/NCmdExecOptions.equals:(Ljava/lang/Object;)Z
NCmdExecOptions.getDirectory ( ) : NPath
net/thevpc/nuts/NCmdExecOptions.getDirectory:()Lnet/thevpc/nuts/io/NPath;
NCmdExecOptions.getEnv ( ) : Map<String,String>
net/thevpc/nuts/NCmdExecOptions.getEnv:()Ljava/util/Map;
NCmdExecOptions.getExecutionType ( ) : NExecutionType
net/thevpc/nuts/NCmdExecOptions.getExecutionType:()Lnet/thevpc/nuts/NExecutionType;
NCmdExecOptions.getExecutorOptions ( ) : List<String>
net/thevpc/nuts/NCmdExecOptions.getExecutorOptions:()Ljava/util/List;
NCmdExecOptions.hashCode ( ) : int
net/thevpc/nuts/NCmdExecOptions.hashCode:()I
NCmdExecOptions.isFailFast ( ) : boolean
net/thevpc/nuts/NCmdExecOptions.isFailFast:()Z
NCmdExecOptions.NCmdExecOptions ( )
net/thevpc/nuts/NCmdExecOptions."<init>":()V
NCmdExecOptions.setDirectory ( NPath directory ) : NCmdExecOptions
net/thevpc/nuts/NCmdExecOptions.setDirectory:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NCmdExecOptions;
NCmdExecOptions.setEnv ( Map<String,String> env ) : NCmdExecOptions
net/thevpc/nuts/NCmdExecOptions.setEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NCmdExecOptions;
NCmdExecOptions.setExecutionType ( NExecutionType executionType ) : NCmdExecOptions
net/thevpc/nuts/NCmdExecOptions.setExecutionType:(Lnet/thevpc/nuts/NExecutionType;)Lnet/thevpc/nuts/NCmdExecOptions;
NCmdExecOptions.setExecutorOptions ( List<String> executorOptions ) : NCmdExecOptions
net/thevpc/nuts/NCmdExecOptions.setExecutorOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NCmdExecOptions;
NCmdExecOptions.setFailFast ( boolean failFast ) : NCmdExecOptions
net/thevpc/nuts/NCmdExecOptions.setFailFast:(Z)Lnet/thevpc/nuts/NCmdExecOptions;
NCmdExecOptions.toString ( ) : String
net/thevpc/nuts/NCmdExecOptions.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NCmdLine.class
package net.thevpc.nuts.cmdline
NCmdLine.accept ( int p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.accept:(I[Ljava/lang/String;)Z
NCmdLine.accept ( String... p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.accept:([Ljava/lang/String;)Z
NCmdLine.add ( String p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.add:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.addAll ( List<String> p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.addAll:(Ljava/util/List;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.append ( String... p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.append:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.contains ( String p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.contains:(Ljava/lang/String;)Z
NCmdLine.find ( String p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.find:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.forEach ( Consumer<? super NArg> action ) : void
net/thevpc/nuts/cmdline/NCmdLine.forEach:(Ljava/util/function/Consumer;)V
NCmdLine.forEachPeek ( NCmdLineConsumer p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineConsumer;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.forEachPeek ( NCmdLineConsumer p1, NCmdLineContext p2 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineConsumer;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.forEachPeek ( NCmdLineRunner p1 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineRunner;)V
NCmdLine.forEachPeek ( NCmdLineRunner p1, NCmdLineContext p2 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLine.forEachPeek:(Lnet/thevpc/nuts/cmdline/NCmdLineRunner;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)V
NCmdLine.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/cmdline/NCmdLine.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NCmdLine.formatter ( NSession p1 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLine.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLine.get ( int p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.get:(I)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.getAutoComplete ( ) [abstract] : NCmdLineAutoComplete
net/thevpc/nuts/cmdline/NCmdLine.getAutoComplete:()Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;
NCmdLine.getCommandName ( ) [abstract] : String
net/thevpc/nuts/cmdline/NCmdLine.getCommandName:()Ljava/lang/String;
NCmdLine.getSpecialSimpleOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/cmdline/NCmdLine.getSpecialSimpleOptions:()[Ljava/lang/String;
NCmdLine.getWordIndex ( ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLine.getWordIndex:()I
NCmdLine.hasNext ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.hasNext:()Z
NCmdLine.hasNextNonOption ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.hasNextNonOption:()Z
NCmdLine.hasNextOption ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.hasNextOption:()Z
NCmdLine.indexOf ( String p1 ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLine.indexOf:(Ljava/lang/String;)I
NCmdLine.isAutoCompleteMode ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isAutoCompleteMode:()Z
NCmdLine.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isEmpty:()Z
NCmdLine.isExecMode ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isExecMode:()Z
NCmdLine.isExpandSimpleOptions ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isExpandSimpleOptions:()Z
NCmdLine.isNextNonOption ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isNextNonOption:()Z
NCmdLine.isNextOption ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isNextOption:()Z
NCmdLine.isNonOption ( int p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isNonOption:(I)Z
NCmdLine.isOption ( int p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isOption:(I)Z
NCmdLine.isSpecialSimpleOption ( String p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.isSpecialSimpleOption:(Ljava/lang/String;)Z
NCmdLine.iterator ( ) [abstract] : Iterator<NArg>
net/thevpc/nuts/cmdline/NCmdLine.iterator:()Ljava/util/Iterator;
NCmdLine.length ( ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLine.length:()I
NCmdLine.next ( ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.next:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.next ( NArgName p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.next:(Lnet/thevpc/nuts/cmdline/NArgName;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.next ( NArgType p1, String... p2 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.next:(Lnet/thevpc/nuts/cmdline/NArgType;[Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.next ( String... p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.next:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextEntry ( ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextEntry:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextEntry ( String... p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextEntry:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextEntryValue ( ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/cmdline/NCmdLine.nextEntryValue:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextEntryValue ( String... p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/cmdline/NCmdLine.nextEntryValue:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextFlag ( ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextFlag:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextFlag ( String... p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextFlag:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextFlagValue ( ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/cmdline/NCmdLine.nextFlagValue:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextFlagValue ( String... p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/cmdline/NCmdLine.nextFlagValue:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextNonOption ( ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextNonOption:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextNonOption ( NArgName p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextNonOption:(Lnet/thevpc/nuts/cmdline/NArgName;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextNonOption ( String p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextNonOption:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextOption ( String p1 ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.nextOption:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.nextString ( ) [abstract] : NOptional<String>
net/thevpc/nuts/cmdline/NCmdLine.nextString:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.of ( List<String> args ) [static] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.of:(Ljava/util/List;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.of ( List<String> args, NSession session ) [static] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.of:(Ljava/util/List;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.of ( String line, NShellFamily shellFamily, NSession session ) [static] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.of:(Ljava/lang/String;Lnet/thevpc/nuts/NShellFamily;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.of ( String[ ] args ) [static] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.of:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.of ( String[ ] args, NSession session ) [static] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.of:([Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.parse ( String line, NSession session ) [static] : NOptional<NCmdLine>
net/thevpc/nuts/cmdline/NCmdLine.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.parse ( String line, NShellFamily shellFamily, NSession session ) [static] : NOptional<NCmdLine>
net/thevpc/nuts/cmdline/NCmdLine.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NShellFamily;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.parseDefault ( String line ) [static] : NOptional<NCmdLine>
net/thevpc/nuts/cmdline/NCmdLine.parseDefault:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLine.peek ( ) [abstract] : NOptional<NArg>
net/thevpc/nuts/cmdline/NCmdLine.peek:()Lnet/thevpc/nuts/util/NOptional;
NCmdLine.pushBack ( NArg p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.pushBack:(Lnet/thevpc/nuts/cmdline/NArg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.pushBack ( NArg... p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.pushBack:([Lnet/thevpc/nuts/cmdline/NArg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.pushBack ( String... p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.pushBack:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.registerSpecialSimpleOption ( String p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.registerSpecialSimpleOption:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.setArguments ( List<String> p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.setArguments:(Ljava/util/List;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.setArguments ( String[ ] p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.setArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.setAutoComplete ( NCmdLineAutoComplete p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.setAutoComplete:(Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.setCommandName ( String p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.setCommandName:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.setExpandSimpleOptions ( boolean p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.setExpandSimpleOptions:(Z)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.setSession ( NSession p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.skip ( ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLine.skip:()I
NCmdLine.skip ( int p1 ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLine.skip:(I)I
NCmdLine.skipAll ( ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLine.skipAll:()I
NCmdLine.throwError ( NMsg p1 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLine.throwError:(Lnet/thevpc/nuts/util/NMsg;)V
NCmdLine.throwError ( NString p1 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLine.throwError:(Lnet/thevpc/nuts/text/NString;)V
NCmdLine.throwMissingArgument ( ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.throwMissingArgument:()Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.throwMissingArgument ( NMsg p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.throwMissingArgument:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.throwMissingArgument ( String p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.throwMissingArgument:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.throwUnexpectedArgument ( ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.throwUnexpectedArgument:()Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.throwUnexpectedArgument ( NMsg p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.throwUnexpectedArgument:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.throwUnexpectedArgument ( NString p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.throwUnexpectedArgument:(Lnet/thevpc/nuts/text/NString;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.toArgumentArray ( ) [abstract] : NArg[ ]
net/thevpc/nuts/cmdline/NCmdLine.toArgumentArray:()[Lnet/thevpc/nuts/cmdline/NArg;
NCmdLine.toStringArray ( ) [abstract] : String[ ]
net/thevpc/nuts/cmdline/NCmdLine.toStringArray:()[Ljava/lang/String;
NCmdLine.toStringList ( ) [abstract] : List<String>
net/thevpc/nuts/cmdline/NCmdLine.toStringList:()Ljava/util/List;
NCmdLine.unregisterSpecialSimpleOption ( String p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLine.unregisterSpecialSimpleOption:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLine.withNextEntry ( NArgProcessor<String> p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
NCmdLine.withNextEntry ( NArgProcessor<String> p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
NCmdLine.withNextEntryValue ( NArgProcessor<NLiteral> p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextEntryValue:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
NCmdLine.withNextEntryValue ( NArgProcessor<NLiteral> p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextEntryValue:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
NCmdLine.withNextFlag ( NArgProcessor<Boolean> p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
NCmdLine.withNextFlag ( NArgProcessor<Boolean> p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
NCmdLine.withNextOptionalEntry ( NArgProcessor<NOptional<String>> p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextOptionalEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
NCmdLine.withNextOptionalEntry ( NArgProcessor<NOptional<String>> p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextOptionalEntry:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
NCmdLine.withNextOptionalFlag ( NArgProcessor<NOptional<Boolean>> p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextOptionalFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
NCmdLine.withNextOptionalFlag ( NArgProcessor<NOptional<Boolean>> p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextOptionalFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
NCmdLine.withNextTrueFlag ( NArgProcessor<Boolean> p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextTrueFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
NCmdLine.withNextTrueFlag ( NArgProcessor<Boolean> p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextTrueFlag:(Lnet/thevpc/nuts/cmdline/NArgProcessor;[Ljava/lang/String;)Z
NCmdLine.withNextValue ( NArgProcessor<NLiteral> p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLine.withNextValue:(Lnet/thevpc/nuts/cmdline/NArgProcessor;)Z
nuts-0.8.4.jar,
NCmdLineAutoComplete.class
package net.thevpc.nuts.cmdline
NCmdLineAutoComplete.addCandidate ( NArgCandidate p1 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineAutoComplete.addCandidate:(Lnet/thevpc/nuts/cmdline/NArgCandidate;)V
NCmdLineAutoComplete.get ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/cmdline/NCmdLineAutoComplete.get:(Ljava/lang/Class;)Ljava/lang/Object;
NCmdLineAutoComplete.getCandidates ( ) [abstract] : List<NArgCandidate>
net/thevpc/nuts/cmdline/NCmdLineAutoComplete.getCandidates:()Ljava/util/List;
NCmdLineAutoComplete.getCurrentWordIndex ( ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLineAutoComplete.getCurrentWordIndex:()I
NCmdLineAutoComplete.getLine ( ) [abstract] : String
net/thevpc/nuts/cmdline/NCmdLineAutoComplete.getLine:()Ljava/lang/String;
NCmdLineAutoComplete.getSession ( ) [abstract] : NSession
net/thevpc/nuts/cmdline/NCmdLineAutoComplete.getSession:()Lnet/thevpc/nuts/NSession;
NCmdLineAutoComplete.getWords ( ) [abstract] : List<String>
net/thevpc/nuts/cmdline/NCmdLineAutoComplete.getWords:()Ljava/util/List;
nuts-0.8.4.jar,
NCmdLineAutoCompleteBase.class
package net.thevpc.nuts.cmdline
NCmdLineAutoCompleteBase.addCandidate ( NArgCandidate value ) : void
net/thevpc/nuts/cmdline/NCmdLineAutoCompleteBase.addCandidate:(Lnet/thevpc/nuts/cmdline/NArgCandidate;)V
NCmdLineAutoCompleteBase.addCandidatesImpl ( NArgCandidate value ) : NArgCandidate
net/thevpc/nuts/cmdline/NCmdLineAutoCompleteBase.addCandidatesImpl:(Lnet/thevpc/nuts/cmdline/NArgCandidate;)Lnet/thevpc/nuts/cmdline/NArgCandidate;
NCmdLineAutoCompleteBase.get ( Class<T> t ) : T
net/thevpc/nuts/cmdline/NCmdLineAutoCompleteBase.get:(Ljava/lang/Class;)Ljava/lang/Object;
NCmdLineAutoCompleteBase.getCandidates ( ) : List<NArgCandidate>
net/thevpc/nuts/cmdline/NCmdLineAutoCompleteBase.getCandidates:()Ljava/util/List;
NCmdLineAutoCompleteBase.NCmdLineAutoCompleteBase ( )
net/thevpc/nuts/cmdline/NCmdLineAutoCompleteBase."<init>":()V
nuts-0.8.4.jar,
NCmdLineAutoCompleteResolver.class
package net.thevpc.nuts.cmdline
NCmdLineAutoCompleteResolver.resolveCandidates ( NCmdLine p1, int p2, NSession p3 ) [abstract] : List<NArgCandidate>
net/thevpc/nuts/cmdline/NCmdLineAutoCompleteResolver.resolveCandidates:(Lnet/thevpc/nuts/cmdline/NCmdLine;ILnet/thevpc/nuts/NSession;)Ljava/util/List;
nuts-0.8.4.jar,
NCmdLineConfigurable.class
package net.thevpc.nuts.cmdline
NCmdLineConfigurable.configure ( boolean skipUnsupported, NCmdLine cmdLine ) : boolean
net/thevpc/nuts/cmdline/NCmdLineConfigurable.configure:(ZLnet/thevpc/nuts/cmdline/NCmdLine;)Z
NCmdLineConfigurable.configure ( boolean skipUnsupported, String... args ) : Object
net/thevpc/nuts/cmdline/NCmdLineConfigurable.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NCmdLineConfigurable.configure ( NCmdLineConfigurable c, boolean skipUnsupported, String[ ] args, String commandName, NSession session ) [static] : T
net/thevpc/nuts/cmdline/NCmdLineConfigurable.configure:(Lnet/thevpc/nuts/cmdline/NCmdLineConfigurable;Z[Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NCmdLineConfigurable.configureFirst ( NCmdLine p1 ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLineConfigurable.configureFirst:(Lnet/thevpc/nuts/cmdline/NCmdLine;)Z
NCmdLineConfigurable.configureLast ( NCmdLine cmdLine ) : void
net/thevpc/nuts/cmdline/NCmdLineConfigurable.configureLast:(Lnet/thevpc/nuts/cmdline/NCmdLine;)V
nuts-0.8.4.jar,
NCmdLineConsumer.class
package net.thevpc.nuts.cmdline
NCmdLineConsumer.next ( NArg arg, NCmdLine cmdLine, NCmdLineContext context ) : boolean
net/thevpc/nuts/cmdline/NCmdLineConsumer.next:(Lnet/thevpc/nuts/cmdline/NArg;Lnet/thevpc/nuts/cmdline/NCmdLine;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)Z
nuts-0.8.4.jar,
NCmdLineContext.class
package net.thevpc.nuts.cmdline
NCmdLineContext.getConfigurable ( ) : NCmdLineConfigurable
net/thevpc/nuts/cmdline/NCmdLineContext.getConfigurable:()Lnet/thevpc/nuts/cmdline/NCmdLineConfigurable;
NCmdLineContext.getSource ( ) : Object
net/thevpc/nuts/cmdline/NCmdLineContext.getSource:()Ljava/lang/Object;
NCmdLineContext.isSafe ( ) : boolean
net/thevpc/nuts/cmdline/NCmdLineContext.isSafe:()Z
nuts-0.8.4.jar,
NCmdLineFormat.class
package net.thevpc.nuts.cmdline
NCmdLineFormat.configure ( boolean p1, String... p2 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLineFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NCmdLineFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/cmdline/NCmdLineFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NCmdLineFormat.getFormatStrategy ( ) [abstract] : NCmdLineFormatStrategy
net/thevpc/nuts/cmdline/NCmdLineFormat.getFormatStrategy:()Lnet/thevpc/nuts/cmdline/NCmdLineFormatStrategy;
NCmdLineFormat.getShellFamily ( ) [abstract] : NShellFamily
net/thevpc/nuts/cmdline/NCmdLineFormat.getShellFamily:()Lnet/thevpc/nuts/NShellFamily;
NCmdLineFormat.getValue ( ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLineFormat.getValue:()Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLineFormat.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/cmdline/NCmdLineFormat.isNtf:()Z
NCmdLineFormat.of ( NSession session ) [static] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLineFormat.setFormatStrategy ( NCmdLineFormatStrategy p1 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineFormat.setFormatStrategy:(Lnet/thevpc/nuts/cmdline/NCmdLineFormatStrategy;)V
NCmdLineFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NCmdLineFormat.setNtf ( boolean p1 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setNtf:(Z)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLineFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NCmdLineFormat.setSession ( NSession p1 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLineFormat.setShellFamily ( NShellFamily p1 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setShellFamily:(Lnet/thevpc/nuts/NShellFamily;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLineFormat.setValue ( NCmdLine p1 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setValue:(Lnet/thevpc/nuts/cmdline/NCmdLine;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLineFormat.setValue ( String p1 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setValue:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
NCmdLineFormat.setValue ( String[ ] p1 ) [abstract] : NCmdLineFormat
net/thevpc/nuts/cmdline/NCmdLineFormat.setValue:([Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLineFormat;
nuts-0.8.4.jar,
NCmdLineFormatStrategy.class
package net.thevpc.nuts.cmdline
NCmdLineFormatStrategy.getCurrent ( ) [static] : NCmdLineFormatStrategy
net/thevpc/nuts/cmdline/NCmdLineFormatStrategy.getCurrent:()Lnet/thevpc/nuts/cmdline/NCmdLineFormatStrategy;
NCmdLineFormatStrategy.id ( ) : String
net/thevpc/nuts/cmdline/NCmdLineFormatStrategy.id:()Ljava/lang/String;
NCmdLineFormatStrategy.parse ( String value ) [static] : NOptional<NCmdLineFormatStrategy>
net/thevpc/nuts/cmdline/NCmdLineFormatStrategy.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NCmdLineFormatStrategy.valueOf ( String name ) [static] : NCmdLineFormatStrategy
net/thevpc/nuts/cmdline/NCmdLineFormatStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLineFormatStrategy;
NCmdLineFormatStrategy.values ( ) [static] : NCmdLineFormatStrategy[ ]
net/thevpc/nuts/cmdline/NCmdLineFormatStrategy.values:()[Lnet/thevpc/nuts/cmdline/NCmdLineFormatStrategy;
nuts-0.8.4.jar,
NCmdLineHistory.class
package net.thevpc.nuts.cmdline
NCmdLineHistory.add ( Instant p1, String p2 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineHistory.add:(Ljava/time/Instant;Ljava/lang/String;)V
NCmdLineHistory.getEntry ( int p1 ) [abstract] : NCmdLineHistoryEntry
net/thevpc/nuts/cmdline/NCmdLineHistory.getEntry:(I)Lnet/thevpc/nuts/cmdline/NCmdLineHistoryEntry;
NCmdLineHistory.getPath ( ) [abstract] : NPath
net/thevpc/nuts/cmdline/NCmdLineHistory.getPath:()Lnet/thevpc/nuts/io/NPath;
NCmdLineHistory.iterator ( int p1 ) [abstract] : ListIterator<NCmdLineHistoryEntry>
net/thevpc/nuts/cmdline/NCmdLineHistory.iterator:(I)Ljava/util/ListIterator;
NCmdLineHistory.load ( ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineHistory.load:()V
NCmdLineHistory.load ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineHistory.load:(Ljava/io/InputStream;)V
NCmdLineHistory.of ( NSession session ) [static] : NCmdLineHistory
net/thevpc/nuts/cmdline/NCmdLineHistory.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLineHistory;
NCmdLineHistory.purge ( ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineHistory.purge:()V
NCmdLineHistory.save ( ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineHistory.save:()V
NCmdLineHistory.save ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineHistory.save:(Ljava/io/OutputStream;)V
NCmdLineHistory.setPath ( File p1 ) [abstract] : NCmdLineHistory
net/thevpc/nuts/cmdline/NCmdLineHistory.setPath:(Ljava/io/File;)Lnet/thevpc/nuts/cmdline/NCmdLineHistory;
NCmdLineHistory.setPath ( NPath p1 ) [abstract] : NCmdLineHistory
net/thevpc/nuts/cmdline/NCmdLineHistory.setPath:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/cmdline/NCmdLineHistory;
NCmdLineHistory.setPath ( Path p1 ) [abstract] : NCmdLineHistory
net/thevpc/nuts/cmdline/NCmdLineHistory.setPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/cmdline/NCmdLineHistory;
NCmdLineHistory.size ( ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLineHistory.size:()I
nuts-0.8.4.jar,
NCmdLineHistoryEntry.class
package net.thevpc.nuts.cmdline
NCmdLineHistoryEntry.getIndex ( ) [abstract] : int
net/thevpc/nuts/cmdline/NCmdLineHistoryEntry.getIndex:()I
NCmdLineHistoryEntry.getLine ( ) [abstract] : String
net/thevpc/nuts/cmdline/NCmdLineHistoryEntry.getLine:()Ljava/lang/String;
NCmdLineHistoryEntry.getTime ( ) [abstract] : Instant
net/thevpc/nuts/cmdline/NCmdLineHistoryEntry.getTime:()Ljava/time/Instant;
nuts-0.8.4.jar,
NCmdLineRunner.class
package net.thevpc.nuts.cmdline
NCmdLineRunner.autoComplete ( NCmdLineAutoComplete autoComplete, NCmdLineContext context ) : void
net/thevpc/nuts/cmdline/NCmdLineRunner.autoComplete:(Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)V
NCmdLineRunner.init ( NCmdLine cmdLine, NCmdLineContext context ) : void
net/thevpc/nuts/cmdline/NCmdLineRunner.init:(Lnet/thevpc/nuts/cmdline/NCmdLine;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)V
NCmdLineRunner.nextNonOption ( NArg nonOption, NCmdLine cmdLine, NCmdLineContext context ) : boolean
net/thevpc/nuts/cmdline/NCmdLineRunner.nextNonOption:(Lnet/thevpc/nuts/cmdline/NArg;Lnet/thevpc/nuts/cmdline/NCmdLine;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)Z
NCmdLineRunner.nextOption ( NArg option, NCmdLine cmdLine, NCmdLineContext context ) : boolean
net/thevpc/nuts/cmdline/NCmdLineRunner.nextOption:(Lnet/thevpc/nuts/cmdline/NArg;Lnet/thevpc/nuts/cmdline/NCmdLine;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)Z
NCmdLineRunner.run ( NCmdLine p1, NCmdLineContext p2 ) [abstract] : void
net/thevpc/nuts/cmdline/NCmdLineRunner.run:(Lnet/thevpc/nuts/cmdline/NCmdLine;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)V
NCmdLineRunner.validate ( NCmdLine cmdLine, NCmdLineContext context ) : void
net/thevpc/nuts/cmdline/NCmdLineRunner.validate:(Lnet/thevpc/nuts/cmdline/NCmdLine;Lnet/thevpc/nuts/cmdline/NCmdLineContext;)V
nuts-0.8.4.jar,
NCmdLines.class
package net.thevpc.nuts.cmdline
NCmdLines.createName ( String p1, String p2 ) [abstract] : NArgName
net/thevpc/nuts/cmdline/NCmdLines.createName:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NArgName;
NCmdLines.createName ( String type ) : NArgName
net/thevpc/nuts/cmdline/NCmdLines.createName:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NArgName;
NCmdLines.getShellFamily ( ) [abstract] : NShellFamily
net/thevpc/nuts/cmdline/NCmdLines.getShellFamily:()Lnet/thevpc/nuts/NShellFamily;
NCmdLines.of ( NSession session ) [static] : NCmdLines
net/thevpc/nuts/cmdline/NCmdLines.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLines;
NCmdLines.parseCmdLine ( String p1 ) [abstract] : NCmdLine
net/thevpc/nuts/cmdline/NCmdLines.parseCmdLine:(Ljava/lang/String;)Lnet/thevpc/nuts/cmdline/NCmdLine;
NCmdLines.setSession ( NSession p1 ) [abstract] : NCmdLines
net/thevpc/nuts/cmdline/NCmdLines.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/cmdline/NCmdLines;
NCmdLines.setShellFamily ( NShellFamily p1 ) [abstract] : NCmdLines
net/thevpc/nuts/cmdline/NCmdLines.setShellFamily:(Lnet/thevpc/nuts/NShellFamily;)Lnet/thevpc/nuts/cmdline/NCmdLines;
nuts-0.8.4.jar,
NCodeHighlighter.class
package net.thevpc.nuts
NCodeHighlighter.getId ( ) [abstract] : String
net/thevpc/nuts/NCodeHighlighter.getId:()Ljava/lang/String;
NCodeHighlighter.getSupportLevel ( NSupportLevelContext p1 ) [abstract] : int
net/thevpc/nuts/NCodeHighlighter.getSupportLevel:(Lnet/thevpc/nuts/spi/NSupportLevelContext;)I
NCodeHighlighter.stringToText ( String p1, NTexts p2, NSession p3 ) [abstract] : NText
net/thevpc/nuts/NCodeHighlighter.stringToText:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTexts;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
NCodeHighlighter.tokenToText ( String p1, String p2, NTexts p3, NSession p4 ) [abstract] : NText
net/thevpc/nuts/NCodeHighlighter.tokenToText:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/text/NTexts;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
nuts-0.8.4.jar,
NCollections.class
package net.thevpc.nuts.util
NCollections.append ( Collection<A> a1, A b1 ) [static] : List<A>
net/thevpc/nuts/util/NCollections.append:(Ljava/util/Collection;Ljava/lang/Object;)Ljava/util/List;
NCollections.appendAll ( Collection<A> a1, Collection<A> b1 ) [static] : List<A>
net/thevpc/nuts/util/NCollections.appendAll:(Ljava/util/Collection;Ljava/util/Collection;)Ljava/util/List;
NCollections.distinctByKey ( Function<? super T,?> distinctMapper ) [static] : Predicate<T>
net/thevpc/nuts/util/NCollections.distinctByKey:(Ljava/util/function/Function;)Ljava/util/function/Predicate;
NCollections.list ( Collection<T> it ) [static] : List<T>
net/thevpc/nuts/util/NCollections.list:(Ljava/util/Collection;)Ljava/util/List;
NCollections.list ( Enumeration<T> it ) [static] : List<T>
net/thevpc/nuts/util/NCollections.list:(Ljava/util/Enumeration;)Ljava/util/List;
NCollections.list ( Iterable<T> it ) [static] : List<T>
net/thevpc/nuts/util/NCollections.list:(Ljava/lang/Iterable;)Ljava/util/List;
NCollections.list ( Iterator<T> it ) [static] : List<T>
net/thevpc/nuts/util/NCollections.list:(Ljava/util/Iterator;)Ljava/util/List;
NCollections.NCollections ( )
net/thevpc/nuts/util/NCollections."<init>":()V
NCollections.prepend ( A b1, Collection<A> a1 ) [static] : List<A>
net/thevpc/nuts/util/NCollections.prepend:(Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/List;
NCollections.stream ( Iterable<T> it ) [static] : Stream<T>
net/thevpc/nuts/util/NCollections.stream:(Ljava/lang/Iterable;)Ljava/util/stream/Stream;
NCollections.stream ( Iterator<T> it ) [static] : Stream<T>
net/thevpc/nuts/util/NCollections.stream:(Ljava/util/Iterator;)Ljava/util/stream/Stream;
nuts-0.8.4.jar,
NCollectionsRPI.class
package net.thevpc.nuts.reserved.rpi
NCollectionsRPI.arrayToStream ( T[ ] p1 ) [abstract] : NStream<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.arrayToStream:([Ljava/lang/Object;)Lnet/thevpc/nuts/util/NStream;
NCollectionsRPI.emptyIterator ( ) [abstract] : NIterator<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.emptyIterator:()Lnet/thevpc/nuts/util/NIterator;
NCollectionsRPI.emptyStream ( ) [abstract] : NStream<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.emptyStream:()Lnet/thevpc/nuts/util/NStream;
NCollectionsRPI.iterableToStream ( Iterable<T> p1 ) [abstract] : NStream<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.iterableToStream:(Ljava/lang/Iterable;)Lnet/thevpc/nuts/util/NStream;
NCollectionsRPI.iteratorToStream ( Iterator<T> p1 ) [abstract] : NStream<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.iteratorToStream:(Ljava/util/Iterator;)Lnet/thevpc/nuts/util/NStream;
NCollectionsRPI.of ( NSession session ) [static] : NCollectionsRPI
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/reserved/rpi/NCollectionsRPI;
NCollectionsRPI.toIterable ( Iterable<T> p1 ) [abstract] : NIterable<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.toIterable:(Ljava/lang/Iterable;)Lnet/thevpc/nuts/util/NIterable;
NCollectionsRPI.toIterator ( Iterator<T> p1 ) [abstract] : NIterator<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.toIterator:(Ljava/util/Iterator;)Lnet/thevpc/nuts/util/NIterator;
NCollectionsRPI.toStream ( Stream<T> p1 ) [abstract] : NStream<T>
net/thevpc/nuts/reserved/rpi/NCollectionsRPI.toStream:(Ljava/util/stream/Stream;)Lnet/thevpc/nuts/util/NStream;
nuts-0.8.4.jar,
NColor.class
package net.thevpc.nuts.util
NColor.getColor ( ) : int
net/thevpc/nuts/util/NColor.getColor:()I
NColor.getType ( ) : int
net/thevpc/nuts/util/NColor.getType:()I
NColor.NColor ( int type, int color )
net/thevpc/nuts/util/NColor."<init>":(II)V
NColor.of24 ( int color ) [static] : NColor
net/thevpc/nuts/util/NColor.of24:(I)Lnet/thevpc/nuts/util/NColor;
NColor.of4 ( int color ) [static] : NColor
net/thevpc/nuts/util/NColor.of4:(I)Lnet/thevpc/nuts/util/NColor;
NColor.of8 ( int color ) [static] : NColor
net/thevpc/nuts/util/NColor.of8:(I)Lnet/thevpc/nuts/util/NColor;
nuts-0.8.4.jar,
NCommandConfig.class
package net.thevpc.nuts
NCommandConfig.equals ( Object o ) : boolean
net/thevpc/nuts/NCommandConfig.equals:(Ljava/lang/Object;)Z
NCommandConfig.getCommand ( ) : List<String>
net/thevpc/nuts/NCommandConfig.getCommand:()Ljava/util/List;
NCommandConfig.getExecutorOptions ( ) : List<String>
net/thevpc/nuts/NCommandConfig.getExecutorOptions:()Ljava/util/List;
NCommandConfig.getFactoryId ( ) : String
net/thevpc/nuts/NCommandConfig.getFactoryId:()Ljava/lang/String;
NCommandConfig.getHelpCommand ( ) : List<String>
net/thevpc/nuts/NCommandConfig.getHelpCommand:()Ljava/util/List;
NCommandConfig.getHelpText ( ) : String
net/thevpc/nuts/NCommandConfig.getHelpText:()Ljava/lang/String;
NCommandConfig.getName ( ) : String
net/thevpc/nuts/NCommandConfig.getName:()Ljava/lang/String;
NCommandConfig.getOwner ( ) : NId
net/thevpc/nuts/NCommandConfig.getOwner:()Lnet/thevpc/nuts/NId;
NCommandConfig.hashCode ( ) : int
net/thevpc/nuts/NCommandConfig.hashCode:()I
NCommandConfig.NCommandConfig ( )
net/thevpc/nuts/NCommandConfig."<init>":()V
NCommandConfig.setCommand ( List<String> value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setCommand:(Ljava/util/List;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setCommand ( String... value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setExecutorOptions ( List<String> value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setExecutorOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setFactoryId ( String value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setHelpCommand ( List<String> value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setHelpCommand:(Ljava/util/List;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setHelpCommand ( String... value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setHelpCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setHelpText ( String value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setHelpText:(Ljava/lang/String;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setName ( String value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.setOwner ( NId value ) : NCommandConfig
net/thevpc/nuts/NCommandConfig.setOwner:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NCommandConfig;
NCommandConfig.toString ( ) : String
net/thevpc/nuts/NCommandConfig.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NCommandFactoryConfig.class
package net.thevpc.nuts
NCommandFactoryConfig.equals ( Object o ) : boolean
net/thevpc/nuts/NCommandFactoryConfig.equals:(Ljava/lang/Object;)Z
NCommandFactoryConfig.getFactoryId ( ) : String
net/thevpc/nuts/NCommandFactoryConfig.getFactoryId:()Ljava/lang/String;
NCommandFactoryConfig.getFactoryType ( ) : String
net/thevpc/nuts/NCommandFactoryConfig.getFactoryType:()Ljava/lang/String;
NCommandFactoryConfig.getParameters ( ) : Map<String,String>
net/thevpc/nuts/NCommandFactoryConfig.getParameters:()Ljava/util/Map;
NCommandFactoryConfig.getPriority ( ) : int
net/thevpc/nuts/NCommandFactoryConfig.getPriority:()I
NCommandFactoryConfig.hashCode ( ) : int
net/thevpc/nuts/NCommandFactoryConfig.hashCode:()I
NCommandFactoryConfig.NCommandFactoryConfig ( )
net/thevpc/nuts/NCommandFactoryConfig."<init>":()V
NCommandFactoryConfig.setFactoryId ( String value ) : NCommandFactoryConfig
net/thevpc/nuts/NCommandFactoryConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NCommandFactoryConfig;
NCommandFactoryConfig.setFactoryType ( String value ) : NCommandFactoryConfig
net/thevpc/nuts/NCommandFactoryConfig.setFactoryType:(Ljava/lang/String;)Lnet/thevpc/nuts/NCommandFactoryConfig;
NCommandFactoryConfig.setParameters ( Map<String,String> value ) : NCommandFactoryConfig
net/thevpc/nuts/NCommandFactoryConfig.setParameters:(Ljava/util/Map;)Lnet/thevpc/nuts/NCommandFactoryConfig;
NCommandFactoryConfig.setPriority ( int value ) : NCommandFactoryConfig
net/thevpc/nuts/NCommandFactoryConfig.setPriority:(I)Lnet/thevpc/nuts/NCommandFactoryConfig;
NCommandFactoryConfig.toString ( ) : String
net/thevpc/nuts/NCommandFactoryConfig.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NCommands.class
package net.thevpc.nuts
NCommands.addCommand ( NCommandConfig p1 ) [abstract] : boolean
net/thevpc/nuts/NCommands.addCommand:(Lnet/thevpc/nuts/NCommandConfig;)Z
NCommands.addCommandFactory ( NCommandFactoryConfig p1 ) [abstract] : void
net/thevpc/nuts/NCommands.addCommandFactory:(Lnet/thevpc/nuts/NCommandFactoryConfig;)V
NCommands.commandExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NCommands.commandExists:(Ljava/lang/String;)Z
NCommands.commandFactoryExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NCommands.commandFactoryExists:(Ljava/lang/String;)Z
NCommands.findAllCommands ( ) [abstract] : List<NCustomCmd>
net/thevpc/nuts/NCommands.findAllCommands:()Ljava/util/List;
NCommands.findCommand ( String p1 ) [abstract] : NCustomCmd
net/thevpc/nuts/NCommands.findCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/NCustomCmd;
NCommands.findCommand ( String p1, NId p2, NId p3 ) [abstract] : NCustomCmd
net/thevpc/nuts/NCommands.findCommand:(Ljava/lang/String;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NCustomCmd;
NCommands.findCommandsByOwner ( NId p1 ) [abstract] : List<NCustomCmd>
net/thevpc/nuts/NCommands.findCommandsByOwner:(Lnet/thevpc/nuts/NId;)Ljava/util/List;
NCommands.getCommandFactories ( ) [abstract] : List<NCommandFactoryConfig>
net/thevpc/nuts/NCommands.getCommandFactories:()Ljava/util/List;
NCommands.of ( NSession session ) [static] : NCommands
net/thevpc/nuts/NCommands.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NCommands;
NCommands.removeCommand ( String p1 ) [abstract] : void
net/thevpc/nuts/NCommands.removeCommand:(Ljava/lang/String;)V
NCommands.removeCommandFactory ( String p1 ) [abstract] : void
net/thevpc/nuts/NCommands.removeCommandFactory:(Ljava/lang/String;)V
NCommands.removeCommandFactoryIfExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NCommands.removeCommandFactoryIfExists:(Ljava/lang/String;)Z
NCommands.removeCommandIfExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NCommands.removeCommandIfExists:(Ljava/lang/String;)Z
NCommands.setSession ( NSession p1 ) [abstract] : NCommands
net/thevpc/nuts/NCommands.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NCommands;
NCommands.updateCommand ( NCommandConfig p1 ) [abstract] : boolean
net/thevpc/nuts/NCommands.updateCommand:(Lnet/thevpc/nuts/NCommandConfig;)Z
nuts-0.8.4.jar,
NComparator.class
package net.thevpc.nuts.util
NComparator<T>.of ( Comparator<T> o ) [static] : NComparator<T>
net/thevpc/nuts/util/NComparator.of:(Ljava/util/Comparator;)Lnet/thevpc/nuts/util/NComparator;
NComparator<T>.withDesc ( NEDesc description ) : NComparator<T>
net/thevpc/nuts/util/NComparator.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NComparator;
NComparator<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NComparator.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NComparatorFromJavaComparator.class
package net.thevpc.nuts.reserved.util
NComparatorFromJavaComparator<T>.compare ( T o1, T o2 ) : int
net/thevpc/nuts/reserved/util/NComparatorFromJavaComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
NComparatorFromJavaComparator<T>.NComparatorFromJavaComparator<T> ( Comparator<T> comparator )
net/thevpc/nuts/reserved/util/NComparatorFromJavaComparator."<init>":(Ljava/util/Comparator;)V
nuts-0.8.4.jar,
NComparatorWithDescription.class
package net.thevpc.nuts.reserved.util
NComparatorWithDescription<T>.compare ( T o1, T o2 ) : int
net/thevpc/nuts/reserved/util/NComparatorWithDescription.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
NComparatorWithDescription<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NComparatorWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NComparatorWithDescription<T>.NComparatorWithDescription<T> ( NComparator<T> comparator, NEDesc description )
net/thevpc/nuts/reserved/util/NComparatorWithDescription."<init>":(Lnet/thevpc/nuts/util/NComparator;Lnet/thevpc/nuts/elem/NEDesc;)V
NComparatorWithDescription<T>.withDesc ( NEDesc description ) : NComparator<T>
net/thevpc/nuts/reserved/util/NComparatorWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NComparator;
NComparatorWithDescription<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NComparatorWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NComponent.class
package net.thevpc.nuts.spi
NComponent.getSupportLevel ( NSupportLevelContext context ) : int
net/thevpc/nuts/spi/NComponent.getSupportLevel:(Lnet/thevpc/nuts/spi/NSupportLevelContext;)I
nuts-0.8.4.jar,
NCompress.class
package net.thevpc.nuts.io
NCompress.addOptions ( NPathOption... p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.addOptions:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NCompress;
NCompress.addSource ( File p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.addSource:(Ljava/io/File;)Lnet/thevpc/nuts/io/NCompress;
NCompress.addSource ( InputStream p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.addSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NCompress;
NCompress.addSource ( NInputSource p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.addSource:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NCompress;
NCompress.addSource ( NPath p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.addSource:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NCompress;
NCompress.addSource ( Path p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.addSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NCompress;
NCompress.addSource ( URL p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.addSource:(Ljava/net/URL;)Lnet/thevpc/nuts/io/NCompress;
NCompress.clearOptions ( ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.clearOptions:()Lnet/thevpc/nuts/io/NCompress;
NCompress.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/io/NCompress.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NCompress.getOptions ( ) [abstract] : Set<NPathOption>
net/thevpc/nuts/io/NCompress.getOptions:()Ljava/util/Set;
NCompress.getPackaging ( ) [abstract] : String
net/thevpc/nuts/io/NCompress.getPackaging:()Ljava/lang/String;
NCompress.getProgressFactory ( ) [abstract] : NProgressFactory
net/thevpc/nuts/io/NCompress.getProgressFactory:()Lnet/thevpc/nuts/time/NProgressFactory;
NCompress.getSources ( ) [abstract] : List<NInputSource>
net/thevpc/nuts/io/NCompress.getSources:()Ljava/util/List;
NCompress.getTarget ( ) [abstract] : NOutputTarget
net/thevpc/nuts/io/NCompress.getTarget:()Lnet/thevpc/nuts/io/NOutputTarget;
NCompress.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/io/NCompress.isSafe:()Z
NCompress.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/io/NCompress.isSkipRoot:()Z
NCompress.of ( NSession session ) [static] : NCompress
net/thevpc/nuts/io/NCompress.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NCompress;
NCompress.removeOptions ( NPathOption... p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.removeOptions:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NCompress;
NCompress.run ( ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.run:()Lnet/thevpc/nuts/io/NCompress;
NCompress.setFormatOption ( String p1, Object p2 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setPackaging ( String p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setProgressFactory ( NProgressFactory p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setProgressFactory:(Lnet/thevpc/nuts/time/NProgressFactory;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setProgressMonitor ( NProgressListener p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setProgressMonitor:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setSafe ( boolean p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setSafe:(Z)Lnet/thevpc/nuts/io/NCompress;
NCompress.setSession ( NSession p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setSkipRoot ( boolean p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setSkipRoot:(Z)Lnet/thevpc/nuts/io/NCompress;
NCompress.setTarget ( File p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setTarget ( NOutputTarget p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setTarget:(Lnet/thevpc/nuts/io/NOutputTarget;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setTarget ( NPath p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setTarget:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setTarget ( OutputStream p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setTarget ( Path p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NCompress;
NCompress.setTarget ( String p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NCompress;
NCompress.to ( File p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.to:(Ljava/io/File;)Lnet/thevpc/nuts/io/NCompress;
NCompress.to ( NPath p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.to:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NCompress;
NCompress.to ( OutputStream p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NCompress;
NCompress.to ( Path p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NCompress;
NCompress.to ( String p1 ) [abstract] : NCompress
net/thevpc/nuts/io/NCompress.to:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NCompress;
nuts-0.8.4.jar,
NCompressPackaging.class
package net.thevpc.nuts.spi
NCompressPackaging.compressPackage ( NCompress p1 ) [abstract] : void
net/thevpc/nuts/spi/NCompressPackaging.compressPackage:(Lnet/thevpc/nuts/io/NCompress;)V
nuts-0.8.4.jar,
NConfigItem.class
package net.thevpc.nuts
NConfigItem.getConfigVersion ( ) : NVersion
net/thevpc/nuts/NConfigItem.getConfigVersion:()Lnet/thevpc/nuts/NVersion;
NConfigItem.NConfigItem ( )
net/thevpc/nuts/NConfigItem."<init>":()V
NConfigItem.setConfigVersion ( NVersion configVersion ) : void
net/thevpc/nuts/NConfigItem.setConfigVersion:(Lnet/thevpc/nuts/NVersion;)V
nuts-0.8.4.jar,
NConfigs.class
package net.thevpc.nuts
NConfigs.getAvailableArchetypes ( ) [abstract] : Set<String>
net/thevpc/nuts/NConfigs.getAvailableArchetypes:()Ljava/util/Set;
NConfigs.getConfigMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NConfigs.getConfigMap:()Ljava/util/Map;
NConfigs.getConfigProperty ( String p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NConfigs.getConfigProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NConfigs.getDefaultRepositories ( ) [abstract] : List<NAddRepositoryOptions>
net/thevpc/nuts/NConfigs.getDefaultRepositories:()Ljava/util/List;
NConfigs.getIndexStoreClientFactory ( ) [abstract] : NIndexStoreFactory
net/thevpc/nuts/NConfigs.getIndexStoreClientFactory:()Lnet/thevpc/nuts/spi/NIndexStoreFactory;
NConfigs.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NConfigs.getJavaCommand:()Ljava/lang/String;
NConfigs.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NConfigs.getJavaOptions:()Ljava/lang/String;
NConfigs.isReadOnly ( ) [abstract] : boolean
net/thevpc/nuts/NConfigs.isReadOnly:()Z
NConfigs.isSupportedRepositoryType ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NConfigs.isSupportedRepositoryType:(Ljava/lang/String;)Z
NConfigs.isSystemWorkspace ( ) [abstract] : boolean
net/thevpc/nuts/NConfigs.isSystemWorkspace:()Z
NConfigs.loadBootConfig ( String p1, boolean p2, boolean p3 ) [abstract] : NWorkspaceBootConfig
net/thevpc/nuts/NConfigs.loadBootConfig:(Ljava/lang/String;ZZ)Lnet/thevpc/nuts/NWorkspaceBootConfig;
NConfigs.of ( NSession session ) [static] : NConfigs
net/thevpc/nuts/NConfigs.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NConfigs;
NConfigs.resolveRepositoryPath ( String p1 ) [abstract] : NPath
net/thevpc/nuts/NConfigs.resolveRepositoryPath:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NConfigs.save ( ) [abstract] : boolean
net/thevpc/nuts/NConfigs.save:()Z
NConfigs.save ( boolean p1 ) [abstract] : boolean
net/thevpc/nuts/NConfigs.save:(Z)Z
NConfigs.setConfigProperty ( String p1, String p2 ) [abstract] : NConfigs
net/thevpc/nuts/NConfigs.setConfigProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NConfigs;
NConfigs.setSession ( NSession p1 ) [abstract] : NConfigs
net/thevpc/nuts/NConfigs.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NConfigs;
NConfigs.stored ( ) [abstract] : NWorkspaceStoredConfig
net/thevpc/nuts/NConfigs.stored:()Lnet/thevpc/nuts/NWorkspaceStoredConfig;
nuts-0.8.4.jar,
NConfirmationMode.class
package net.thevpc.nuts
NConfirmationMode.id ( ) : String
net/thevpc/nuts/NConfirmationMode.id:()Ljava/lang/String;
NConfirmationMode.parse ( String value ) [static] : NOptional<NConfirmationMode>
net/thevpc/nuts/NConfirmationMode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NConfirmationMode.valueOf ( String name ) [static] : NConfirmationMode
net/thevpc/nuts/NConfirmationMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NConfirmationMode;
NConfirmationMode.values ( ) [static] : NConfirmationMode[ ]
net/thevpc/nuts/NConfirmationMode.values:()[Lnet/thevpc/nuts/NConfirmationMode;
nuts-0.8.4.jar,
NConnexionString.class
package net.thevpc.nuts.util
NConnexionString.copy ( ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.copy:()Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.equals ( Object o ) : boolean
net/thevpc/nuts/util/NConnexionString.equals:(Ljava/lang/Object;)Z
NConnexionString.getHost ( ) : String
net/thevpc/nuts/util/NConnexionString.getHost:()Ljava/lang/String;
NConnexionString.getPassword ( ) : String
net/thevpc/nuts/util/NConnexionString.getPassword:()Ljava/lang/String;
NConnexionString.getPath ( ) : String
net/thevpc/nuts/util/NConnexionString.getPath:()Ljava/lang/String;
NConnexionString.getPort ( ) : String
net/thevpc/nuts/util/NConnexionString.getPort:()Ljava/lang/String;
NConnexionString.getProtocol ( ) : String
net/thevpc/nuts/util/NConnexionString.getProtocol:()Ljava/lang/String;
NConnexionString.getQueryString ( ) : String
net/thevpc/nuts/util/NConnexionString.getQueryString:()Ljava/lang/String;
NConnexionString.getUser ( ) : String
net/thevpc/nuts/util/NConnexionString.getUser:()Ljava/lang/String;
NConnexionString.hashCode ( ) : int
net/thevpc/nuts/util/NConnexionString.hashCode:()I
NConnexionString.NConnexionString ( )
net/thevpc/nuts/util/NConnexionString."<init>":()V
NConnexionString.of ( String value ) [static] : NOptional<NConnexionString>
net/thevpc/nuts/util/NConnexionString.of:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NConnexionString.setHost ( String host ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.setHost:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.setPassword ( String password ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.setPassword:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.setPath ( String path ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.setPath:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.setPort ( String port ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.setPort:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.setProtocol ( String protocol ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.setProtocol:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.setQueryString ( String queryString ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.setQueryString:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.setUser ( String user ) : NConnexionString
net/thevpc/nuts/util/NConnexionString.setUser:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NConnexionString;
NConnexionString.toString ( ) : String
net/thevpc/nuts/util/NConnexionString.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NContentEvent.class
package net.thevpc.nuts
NContentEvent.getLocation ( ) [abstract] : NPath
net/thevpc/nuts/NContentEvent.getLocation:()Lnet/thevpc/nuts/io/NPath;
NContentEvent.getRepository ( ) [abstract] : NRepository
net/thevpc/nuts/NContentEvent.getRepository:()Lnet/thevpc/nuts/NRepository;
NContentEvent.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NContentEvent.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
nuts-0.8.4.jar,
NContentMetadata.class
package net.thevpc.nuts.io
NContentMetadata.getCharset ( ) [abstract] : NOptional<String>
net/thevpc/nuts/io/NContentMetadata.getCharset:()Lnet/thevpc/nuts/util/NOptional;
NContentMetadata.getContentLength ( ) [abstract] : NOptional<Long>
net/thevpc/nuts/io/NContentMetadata.getContentLength:()Lnet/thevpc/nuts/util/NOptional;
NContentMetadata.getContentType ( ) [abstract] : NOptional<String>
net/thevpc/nuts/io/NContentMetadata.getContentType:()Lnet/thevpc/nuts/util/NOptional;
NContentMetadata.getKind ( ) [abstract] : NOptional<String>
net/thevpc/nuts/io/NContentMetadata.getKind:()Lnet/thevpc/nuts/util/NOptional;
NContentMetadata.getMessage ( ) [abstract] : NOptional<NMsg>
net/thevpc/nuts/io/NContentMetadata.getMessage:()Lnet/thevpc/nuts/util/NOptional;
NContentMetadata.getName ( ) [abstract] : NOptional<String>
net/thevpc/nuts/io/NContentMetadata.getName:()Lnet/thevpc/nuts/util/NOptional;
NContentMetadata.setCharset ( String p1 ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NContentMetadata.setCharset:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
NContentMetadata.setContentLength ( Long p1 ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NContentMetadata.setContentLength:(Ljava/lang/Long;)Lnet/thevpc/nuts/io/NContentMetadata;
NContentMetadata.setContentType ( String p1 ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NContentMetadata.setContentType:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
NContentMetadata.setKind ( String p1 ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NContentMetadata.setKind:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
NContentMetadata.setMessage ( NMsg p1 ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NContentMetadata.setMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NContentMetadata;
NContentMetadata.setName ( String p1 ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NContentMetadata.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NContentMetadata;
nuts-0.8.4.jar,
NContentMetadataProvider.class
package net.thevpc.nuts.io
NContentMetadataProvider.getMetaData ( ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NContentMetadataProvider.getMetaData:()Lnet/thevpc/nuts/io/NContentMetadata;
nuts-0.8.4.jar,
NContentMetadataProviderFormatSPI.class
package net.thevpc.nuts.io
NContentMetadataProviderFormatSPI.configureFirst ( NCmdLine cmdLine ) : boolean
net/thevpc/nuts/io/NContentMetadataProviderFormatSPI.configureFirst:(Lnet/thevpc/nuts/cmdline/NCmdLine;)Z
NContentMetadataProviderFormatSPI.getName ( ) : String
net/thevpc/nuts/io/NContentMetadataProviderFormatSPI.getName:()Ljava/lang/String;
NContentMetadataProviderFormatSPI.NContentMetadataProviderFormatSPI ( NContentMetadataProvider p, NMsg defaultMsg, String defaultName )
net/thevpc/nuts/io/NContentMetadataProviderFormatSPI."<init>":(Lnet/thevpc/nuts/io/NContentMetadataProvider;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/String;)V
NContentMetadataProviderFormatSPI.print ( NPrintStream out ) : void
net/thevpc/nuts/io/NContentMetadataProviderFormatSPI.print:(Lnet/thevpc/nuts/io/NPrintStream;)V
nuts-0.8.4.jar,
NContentType.class
package net.thevpc.nuts.format
NContentType.id ( ) : String
net/thevpc/nuts/format/NContentType.id:()Ljava/lang/String;
NContentType.parse ( String value ) [static] : NOptional<NContentType>
net/thevpc/nuts/format/NContentType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NContentType.valueOf ( String name ) [static] : NContentType
net/thevpc/nuts/format/NContentType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NContentType;
NContentType.values ( ) [static] : NContentType[ ]
net/thevpc/nuts/format/NContentType.values:()[Lnet/thevpc/nuts/format/NContentType;
nuts-0.8.4.jar,
NContentTypeFormat.class
package net.thevpc.nuts.format
NContentTypeFormat.configure ( boolean p1, String... p2 ) [abstract] : NContentTypeFormat
net/thevpc/nuts/format/NContentTypeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NContentTypeFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/format/NContentTypeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NContentTypeFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/format/NContentTypeFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NContentTypeFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/format/NContentTypeFormat.getValue:()Ljava/lang/Object;
NContentTypeFormat.of ( NSession session ) [static] : NContentTypeFormat
net/thevpc/nuts/format/NContentTypeFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NContentTypeFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/format/NContentTypeFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NContentTypeFormat.setNtf ( boolean p1 ) [abstract] : NContentTypeFormat
net/thevpc/nuts/format/NContentTypeFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NContentTypeFormat;
NContentTypeFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/format/NContentTypeFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NContentTypeFormat.setSession ( NSession p1 ) [abstract] : NContentTypeFormat
net/thevpc/nuts/format/NContentTypeFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NContentTypeFormat.setValue ( Object p1 ) [abstract] : NContentTypeFormat
net/thevpc/nuts/format/NContentTypeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NContentTypeFormat;
nuts-0.8.4.jar,
NContentTypeResolver.class
package net.thevpc.nuts.spi
NContentTypeResolver.findContentTypesByExtension ( String p1 ) [abstract] : List<String>
net/thevpc/nuts/spi/NContentTypeResolver.findContentTypesByExtension:(Ljava/lang/String;)Ljava/util/List;
NContentTypeResolver.findExtensionsByContentType ( String p1 ) [abstract] : List<String>
net/thevpc/nuts/spi/NContentTypeResolver.findExtensionsByContentType:(Ljava/lang/String;)Ljava/util/List;
NContentTypeResolver.probeContentType ( byte[ ] p1 ) [abstract] : NCallableSupport<String>
net/thevpc/nuts/spi/NContentTypeResolver.probeContentType:([B)Lnet/thevpc/nuts/NCallableSupport;
NContentTypeResolver.probeContentType ( NPath p1 ) [abstract] : NCallableSupport<String>
net/thevpc/nuts/spi/NContentTypeResolver.probeContentType:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NCallableSupport;
nuts-0.8.4.jar,
NContentTypes.class
package net.thevpc.nuts.io
NContentTypes.findContentTypesByExtension ( String p1 ) [abstract] : List<String>
net/thevpc/nuts/io/NContentTypes.findContentTypesByExtension:(Ljava/lang/String;)Ljava/util/List;
NContentTypes.findExtensionsByContentType ( String p1 ) [abstract] : List<String>
net/thevpc/nuts/io/NContentTypes.findExtensionsByContentType:(Ljava/lang/String;)Ljava/util/List;
NContentTypes.of ( NSession session ) [static] : NContentTypes
net/thevpc/nuts/io/NContentTypes.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NContentTypes;
NContentTypes.probeCharset ( byte[ ] p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeCharset:([B)Ljava/lang/String;
NContentTypes.probeCharset ( File p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeCharset:(Ljava/io/File;)Ljava/lang/String;
NContentTypes.probeCharset ( InputStream p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeCharset:(Ljava/io/InputStream;)Ljava/lang/String;
NContentTypes.probeCharset ( NPath p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeCharset:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NContentTypes.probeCharset ( Path p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeCharset:(Ljava/nio/file/Path;)Ljava/lang/String;
NContentTypes.probeCharset ( URL p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeCharset:(Ljava/net/URL;)Ljava/lang/String;
NContentTypes.probeContentType ( byte[ ] p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeContentType:([B)Ljava/lang/String;
NContentTypes.probeContentType ( File p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeContentType:(Ljava/io/File;)Ljava/lang/String;
NContentTypes.probeContentType ( InputStream p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeContentType:(Ljava/io/InputStream;)Ljava/lang/String;
NContentTypes.probeContentType ( NPath p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeContentType:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NContentTypes.probeContentType ( Path p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeContentType:(Ljava/nio/file/Path;)Ljava/lang/String;
NContentTypes.probeContentType ( URL p1 ) [abstract] : String
net/thevpc/nuts/io/NContentTypes.probeContentType:(Ljava/net/URL;)Ljava/lang/String;
nuts-0.8.4.jar,
NCp.class
package net.thevpc.nuts.io
NCp.addOptions ( NPathOption... p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.addOptions:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NCp;
NCp.clearOptions ( ) [abstract] : NCp
net/thevpc/nuts/io/NCp.clearOptions:()Lnet/thevpc/nuts/io/NCp;
NCp.from ( byte[ ] p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.from:([B)Lnet/thevpc/nuts/io/NCp;
NCp.from ( File p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.from:(Ljava/io/File;)Lnet/thevpc/nuts/io/NCp;
NCp.from ( InputStream p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NCp;
NCp.from ( NInputSource p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.from:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NCp;
NCp.from ( NPath p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.from:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NCp;
NCp.from ( Path p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NCp;
NCp.from ( URL p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.from:(Ljava/net/URL;)Lnet/thevpc/nuts/io/NCp;
NCp.getActionMessage ( ) [abstract] : NMsg
net/thevpc/nuts/io/NCp.getActionMessage:()Lnet/thevpc/nuts/util/NMsg;
NCp.getByteArrayResult ( ) [abstract] : byte[ ]
net/thevpc/nuts/io/NCp.getByteArrayResult:()[B
NCp.getOptions ( ) [abstract] : Set<NPathOption>
net/thevpc/nuts/io/NCp.getOptions:()Ljava/util/Set;
NCp.getProgressFactory ( ) [abstract] : NProgressFactory
net/thevpc/nuts/io/NCp.getProgressFactory:()Lnet/thevpc/nuts/time/NProgressFactory;
NCp.getSource ( ) [abstract] : NInputSource
net/thevpc/nuts/io/NCp.getSource:()Lnet/thevpc/nuts/io/NInputSource;
NCp.getSourceOrigin ( ) [abstract] : Object
net/thevpc/nuts/io/NCp.getSourceOrigin:()Ljava/lang/Object;
NCp.getSourceTypeName ( ) [abstract] : String
net/thevpc/nuts/io/NCp.getSourceTypeName:()Ljava/lang/String;
NCp.getStringResult ( ) [abstract] : String
net/thevpc/nuts/io/NCp.getStringResult:()Ljava/lang/String;
NCp.getTarget ( ) [abstract] : NOutputTarget
net/thevpc/nuts/io/NCp.getTarget:()Lnet/thevpc/nuts/io/NOutputTarget;
NCp.getValidator ( ) [abstract] : NCpValidator
net/thevpc/nuts/io/NCp.getValidator:()Lnet/thevpc/nuts/io/NCpValidator;
NCp.interrupt ( ) [abstract] : NCp
net/thevpc/nuts/io/NCp.interrupt:()Lnet/thevpc/nuts/io/NCp;
NCp.isMkdirs ( ) [abstract] : boolean
net/thevpc/nuts/io/NCp.isMkdirs:()Z
NCp.isRecursive ( ) [abstract] : boolean
net/thevpc/nuts/io/NCp.isRecursive:()Z
NCp.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/io/NCp.isSkipRoot:()Z
NCp.of ( NSession session ) [static] : NCp
net/thevpc/nuts/io/NCp.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NCp;
NCp.removeOptions ( NPathOption... p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.removeOptions:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NCp;
NCp.run ( ) [abstract] : NCp
net/thevpc/nuts/io/NCp.run:()Lnet/thevpc/nuts/io/NCp;
NCp.setActionMessage ( NMsg p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setActionMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NCp;
NCp.setMkdirs ( boolean p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setMkdirs:(Z)Lnet/thevpc/nuts/io/NCp;
NCp.setProgressFactory ( NProgressFactory p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setProgressFactory:(Lnet/thevpc/nuts/time/NProgressFactory;)Lnet/thevpc/nuts/io/NCp;
NCp.setProgressMonitor ( NProgressListener p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setProgressMonitor:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/io/NCp;
NCp.setRecursive ( boolean p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setRecursive:(Z)Lnet/thevpc/nuts/io/NCp;
NCp.setSession ( NSession p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NCp;
NCp.setSkipRoot ( boolean p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSkipRoot:(Z)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( byte[ ] p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:([B)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( File p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( InputStream p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( NInputSource p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( NPath p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( Path p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( String p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NCp;
NCp.setSource ( URL p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/io/NCp;
NCp.setSourceOrigin ( Object p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSourceOrigin:(Ljava/lang/Object;)Lnet/thevpc/nuts/io/NCp;
NCp.setSourceTypeName ( String p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setSourceTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NCp;
NCp.setTarget ( File p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/io/NCp;
NCp.setTarget ( NOutputTarget p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setTarget:(Lnet/thevpc/nuts/io/NOutputTarget;)Lnet/thevpc/nuts/io/NCp;
NCp.setTarget ( NPath p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setTarget:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NCp;
NCp.setTarget ( NPrintStream p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setTarget:(Lnet/thevpc/nuts/io/NPrintStream;)Lnet/thevpc/nuts/io/NCp;
NCp.setTarget ( OutputStream p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NCp;
NCp.setTarget ( Path p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NCp;
NCp.setValidator ( NCpValidator p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.setValidator:(Lnet/thevpc/nuts/io/NCpValidator;)Lnet/thevpc/nuts/io/NCp;
NCp.to ( File p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.to:(Ljava/io/File;)Lnet/thevpc/nuts/io/NCp;
NCp.to ( NOutputTarget p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.to:(Lnet/thevpc/nuts/io/NOutputTarget;)Lnet/thevpc/nuts/io/NCp;
NCp.to ( NPath p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.to:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NCp;
NCp.to ( NPrintStream p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.to:(Lnet/thevpc/nuts/io/NPrintStream;)Lnet/thevpc/nuts/io/NCp;
NCp.to ( OutputStream p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NCp;
NCp.to ( Path p1 ) [abstract] : NCp
net/thevpc/nuts/io/NCp.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NCp;
nuts-0.8.4.jar,
NCpValidator.class
package net.thevpc.nuts.io
NCpValidator.validate ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/io/NCpValidator.validate:(Ljava/io/InputStream;)V
nuts-0.8.4.jar,
NCpValidatorException.class
package net.thevpc.nuts.io
NCpValidatorException.NCpValidatorException ( NSession session, NMsg message )
net/thevpc/nuts/io/NCpValidatorException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NCpValidatorException.NCpValidatorException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/io/NCpValidatorException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NCreated.class
package net.thevpc.nuts.util
NCreated<T>.get ( ) : T
net/thevpc/nuts/util/NCreated.get:()Ljava/lang/Object;
NCreated<T>.isExisting ( ) : boolean
net/thevpc/nuts/util/NCreated.isExisting:()Z
NCreated<T>.isNew ( ) : boolean
net/thevpc/nuts/util/NCreated.isNew:()Z
NCreated<T>.map ( Function<? super T,?> mapper ) : NCreated<V>
net/thevpc/nuts/util/NCreated.map:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NCreated;
NCreated<T>.NCreated<T> ( T value, boolean newValue )
net/thevpc/nuts/util/NCreated."<init>":(Ljava/lang/Object;Z)V
NCreated<T>.ofExisting ( T item ) [static] : NCreated<T>
net/thevpc/nuts/util/NCreated.ofExisting:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NCreated;
NCreated<T>.ofNew ( T item ) [static] : NCreated<T>
net/thevpc/nuts/util/NCreated.ofNew:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NCreated;
NCreated<T>.toDto ( ) : NCreatedDto<T>
net/thevpc/nuts/util/NCreated.toDto:()Lnet/thevpc/nuts/util/NCreatedDto;
nuts-0.8.4.jar,
NCreatedDto.class
package net.thevpc.nuts.util
NCreatedDto<T>.getValue ( ) : T
net/thevpc/nuts/util/NCreatedDto.getValue:()Ljava/lang/Object;
NCreatedDto<T>.isNewValue ( ) : boolean
net/thevpc/nuts/util/NCreatedDto.isNewValue:()Z
NCreatedDto<T>.map ( Function<? super T,?> mapper ) : NCreatedDto<V>
net/thevpc/nuts/util/NCreatedDto.map:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NCreatedDto;
NCreatedDto<T>.NCreatedDto<T> ( T value, boolean newValue )
net/thevpc/nuts/util/NCreatedDto."<init>":(Ljava/lang/Object;Z)V
nuts-0.8.4.jar,
NCustomCmd.class
package net.thevpc.nuts
NCustomCmd.exec ( String[ ] p1, NCmdExecOptions p2, NSession p3 ) [abstract] : int
net/thevpc/nuts/NCustomCmd.exec:([Ljava/lang/String;Lnet/thevpc/nuts/NCmdExecOptions;Lnet/thevpc/nuts/NSession;)I
NCustomCmd.getCommand ( ) [abstract] : List<String>
net/thevpc/nuts/NCustomCmd.getCommand:()Ljava/util/List;
NCustomCmd.getExecutorOptions ( ) [abstract] : List<String>
net/thevpc/nuts/NCustomCmd.getExecutorOptions:()Ljava/util/List;
NCustomCmd.getFactoryId ( ) [abstract] : String
net/thevpc/nuts/NCustomCmd.getFactoryId:()Ljava/lang/String;
NCustomCmd.getHelpText ( NSession p1 ) [abstract] : NText
net/thevpc/nuts/NCustomCmd.getHelpText:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
NCustomCmd.getName ( ) [abstract] : String
net/thevpc/nuts/NCustomCmd.getName:()Ljava/lang/String;
NCustomCmd.getOwner ( ) [abstract] : NId
net/thevpc/nuts/NCustomCmd.getOwner:()Lnet/thevpc/nuts/NId;
NCustomCmd.toCommandConfig ( ) [abstract] : NCommandConfig
net/thevpc/nuts/NCustomCmd.toCommandConfig:()Lnet/thevpc/nuts/NCommandConfig;
nuts-0.8.4.jar,
NCustomElement.class
package net.thevpc.nuts.elem
NCustomElement.getValue ( ) [abstract] : Object
net/thevpc/nuts/elem/NCustomElement.getValue:()Ljava/lang/Object;
nuts-0.8.4.jar,
NDefaultSupportLevelContext.class
package net.thevpc.nuts.spi
NDefaultSupportLevelContext.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NDefaultSupportLevelContext.equals:(Ljava/lang/Object;)Z
NDefaultSupportLevelContext.getConstraints ( ) : T
net/thevpc/nuts/spi/NDefaultSupportLevelContext.getConstraints:()Ljava/lang/Object;
NDefaultSupportLevelContext.getConstraints ( Class<T> expected ) : T
net/thevpc/nuts/spi/NDefaultSupportLevelContext.getConstraints:(Ljava/lang/Class;)Ljava/lang/Object;
NDefaultSupportLevelContext.getSession ( ) : NSession
net/thevpc/nuts/spi/NDefaultSupportLevelContext.getSession:()Lnet/thevpc/nuts/NSession;
NDefaultSupportLevelContext.hashCode ( ) : int
net/thevpc/nuts/spi/NDefaultSupportLevelContext.hashCode:()I
NDefaultSupportLevelContext.NDefaultSupportLevelContext ( NSession session, Object constraints )
net/thevpc/nuts/spi/NDefaultSupportLevelContext."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/Object;)V
NDefaultSupportLevelContext.toString ( ) : String
net/thevpc/nuts/spi/NDefaultSupportLevelContext.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NDefaultTerminalSpec.class
package net.thevpc.nuts.spi
NDefaultTerminalSpec.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NDefaultTerminalSpec.equals:(Ljava/lang/Object;)Z
NDefaultTerminalSpec.get ( String name ) : Object
net/thevpc/nuts/spi/NDefaultTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NDefaultTerminalSpec.getAutoComplete ( ) : Boolean
net/thevpc/nuts/spi/NDefaultTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NDefaultTerminalSpec.getParent ( ) : NSystemTerminalBase
net/thevpc/nuts/spi/NDefaultTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NDefaultTerminalSpec.getProperties ( ) : Map<String,Object>
net/thevpc/nuts/spi/NDefaultTerminalSpec.getProperties:()Ljava/util/Map;
NDefaultTerminalSpec.hashCode ( ) : int
net/thevpc/nuts/spi/NDefaultTerminalSpec.hashCode:()I
NDefaultTerminalSpec.NDefaultTerminalSpec ( )
net/thevpc/nuts/spi/NDefaultTerminalSpec."<init>":()V
NDefaultTerminalSpec.setAll ( Map<String,Object> other ) : NTerminalSpec
net/thevpc/nuts/spi/NDefaultTerminalSpec.setAll:(Ljava/util/Map;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NDefaultTerminalSpec.setAll ( NTerminalSpec other ) : NTerminalSpec
net/thevpc/nuts/spi/NDefaultTerminalSpec.setAll:(Lnet/thevpc/nuts/spi/NTerminalSpec;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NDefaultTerminalSpec.setAutoComplete ( Boolean autoComplete ) : NTerminalSpec
net/thevpc/nuts/spi/NDefaultTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NDefaultTerminalSpec.setParent ( NSystemTerminalBase parent ) : NTerminalSpec
net/thevpc/nuts/spi/NDefaultTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NSystemTerminalBase;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NDefaultTerminalSpec.setProperty ( String name, Object o ) : NTerminalSpec
net/thevpc/nuts/spi/NDefaultTerminalSpec.setProperty:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NTerminalSpec;
nuts-0.8.4.jar,
NDefinition.class
package net.thevpc.nuts
NDefinition.compareTo ( NDefinition p1 ) [abstract] : int
net/thevpc/nuts/NDefinition.compareTo:(Lnet/thevpc/nuts/NDefinition;)I
NDefinition.compareTo ( Object p1 ) : int
net/thevpc/nuts/NDefinition.compareTo:(Ljava/lang/Object;)I
NDefinition.getApiId ( ) [abstract] : NId
net/thevpc/nuts/NDefinition.getApiId:()Lnet/thevpc/nuts/NId;
NDefinition.getContent ( ) [abstract] : NOptional<NPath>
net/thevpc/nuts/NDefinition.getContent:()Lnet/thevpc/nuts/util/NOptional;
NDefinition.getDependencies ( ) [abstract] : NOptional<NDependencies>
net/thevpc/nuts/NDefinition.getDependencies:()Lnet/thevpc/nuts/util/NOptional;
NDefinition.getDescriptor ( ) [abstract] : NDescriptor
net/thevpc/nuts/NDefinition.getDescriptor:()Lnet/thevpc/nuts/NDescriptor;
NDefinition.getEffectiveDescriptor ( ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDefinition.getEffectiveDescriptor:()Lnet/thevpc/nuts/util/NOptional;
NDefinition.getId ( ) [abstract] : NId
net/thevpc/nuts/NDefinition.getId:()Lnet/thevpc/nuts/NId;
NDefinition.getInstallInformation ( ) [abstract] : NOptional<NInstallInformation>
net/thevpc/nuts/NDefinition.getInstallInformation:()Lnet/thevpc/nuts/util/NOptional;
NDefinition.getRepositoryName ( ) [abstract] : String
net/thevpc/nuts/NDefinition.getRepositoryName:()Ljava/lang/String;
NDefinition.getRepositoryUuid ( ) [abstract] : String
net/thevpc/nuts/NDefinition.getRepositoryUuid:()Ljava/lang/String;
nuts-0.8.4.jar,
NDependencies.class
package net.thevpc.nuts
NDependencies.filter ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencies.filter:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencies.immediate ( ) [abstract] : NStream<NDependency>
net/thevpc/nuts/NDependencies.immediate:()Lnet/thevpc/nuts/util/NStream;
NDependencies.solver ( ) [abstract] : String
net/thevpc/nuts/NDependencies.solver:()Ljava/lang/String;
NDependencies.sourceIds ( ) [abstract] : NStream<NId>
net/thevpc/nuts/NDependencies.sourceIds:()Lnet/thevpc/nuts/util/NStream;
NDependencies.sourceNodes ( ) [abstract] : NStream<NDependencyTreeNode>
net/thevpc/nuts/NDependencies.sourceNodes:()Lnet/thevpc/nuts/util/NStream;
NDependencies.transitive ( ) [abstract] : NStream<NDependency>
net/thevpc/nuts/NDependencies.transitive:()Lnet/thevpc/nuts/util/NStream;
NDependencies.transitiveNodes ( ) [abstract] : NStream<NDependencyTreeNode>
net/thevpc/nuts/NDependencies.transitiveNodes:()Lnet/thevpc/nuts/util/NStream;
NDependencies.transitiveWithSource ( ) [abstract] : NStream<NDependency>
net/thevpc/nuts/NDependencies.transitiveWithSource:()Lnet/thevpc/nuts/util/NStream;
nuts-0.8.4.jar,
NDependency.class
package net.thevpc.nuts
NDependency.builder ( ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependency.builder:()Lnet/thevpc/nuts/NDependencyBuilder;
NDependency.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/NDependency.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NDependency.formatter ( NSession p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependency.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDependencyFormat;
NDependency.getArtifactId ( ) [abstract] : String
net/thevpc/nuts/NDependency.getArtifactId:()Ljava/lang/String;
NDependency.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NDependency.getClassifier:()Ljava/lang/String;
NDependency.getCondition ( ) [abstract] : NEnvCondition
net/thevpc/nuts/NDependency.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
NDependency.getExclusions ( ) [abstract] : List<NId>
net/thevpc/nuts/NDependency.getExclusions:()Ljava/util/List;
NDependency.getFullName ( ) [abstract] : String
net/thevpc/nuts/NDependency.getFullName:()Ljava/lang/String;
NDependency.getGroupId ( ) [abstract] : String
net/thevpc/nuts/NDependency.getGroupId:()Ljava/lang/String;
NDependency.getLongName ( ) [abstract] : String
net/thevpc/nuts/NDependency.getLongName:()Ljava/lang/String;
NDependency.getOptional ( ) [abstract] : String
net/thevpc/nuts/NDependency.getOptional:()Ljava/lang/String;
NDependency.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NDependency.getProperties:()Ljava/util/Map;
NDependency.getPropertiesQuery ( ) [abstract] : String
net/thevpc/nuts/NDependency.getPropertiesQuery:()Ljava/lang/String;
NDependency.getRepository ( ) [abstract] : String
net/thevpc/nuts/NDependency.getRepository:()Ljava/lang/String;
NDependency.getScope ( ) [abstract] : String
net/thevpc/nuts/NDependency.getScope:()Ljava/lang/String;
NDependency.getSimpleName ( ) [abstract] : String
net/thevpc/nuts/NDependency.getSimpleName:()Ljava/lang/String;
NDependency.getType ( ) [abstract] : String
net/thevpc/nuts/NDependency.getType:()Ljava/lang/String;
NDependency.getVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NDependency.getVersion:()Lnet/thevpc/nuts/NVersion;
NDependency.isOptional ( ) [abstract] : boolean
net/thevpc/nuts/NDependency.isOptional:()Z
NDependency.of ( String value ) [static] : NOptional<NDependency>
net/thevpc/nuts/NDependency.of:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDependency.toId ( ) [abstract] : NId
net/thevpc/nuts/NDependency.toId:()Lnet/thevpc/nuts/NId;
nuts-0.8.4.jar,
NDependencyBuilder.class
package net.thevpc.nuts
NDependencyBuilder.addProperties ( Map<String,String> p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.addPropertiesQuery ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.addPropertiesQuery:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.build ( ) [abstract] : NDependency
net/thevpc/nuts/NDependencyBuilder.build:()Lnet/thevpc/nuts/NDependency;
NDependencyBuilder.clear ( ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.clear:()Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.copy ( ) [abstract] : NDependency
net/thevpc/nuts/NDependencyBuilder.copy:()Lnet/thevpc/nuts/NDependency;
NDependencyBuilder.of ( ) [static] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.of:()Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.of ( String groupId, String artifactId ) [static] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.of:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setAll ( NDependency p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setAll:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setAll ( NDependencyBuilder p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setAll:(Lnet/thevpc/nuts/NDependencyBuilder;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setArtifactId ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setArtifactId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setClassifier ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setCondition ( NEnvCondition p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setDependency ( NDependency p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setDependency ( NDependencyBuilder p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setDependency:(Lnet/thevpc/nuts/NDependencyBuilder;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setExclusions ( List<NId> p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setExclusions:(Ljava/util/List;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setGroupId ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setGroupId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setId ( NId p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setOptional ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setOptional:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setPropertiesQuery ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setPropertiesQuery:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setProperty ( String p1, String p2 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setRepository ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setScope ( NDependencyScope p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setScope ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setScope:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setType ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setVersion ( NVersion p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NDependencyBuilder;
NDependencyBuilder.setVersion ( String p1 ) [abstract] : NDependencyBuilder
net/thevpc/nuts/NDependencyBuilder.setVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyBuilder;
nuts-0.8.4.jar,
NDependencyFilter.class
package net.thevpc.nuts
NDependencyFilter.acceptDependency ( NId p1, NDependency p2, NSession p3 ) [abstract] : boolean
net/thevpc/nuts/NDependencyFilter.acceptDependency:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NDependency;Lnet/thevpc/nuts/NSession;)Z
NDependencyFilter.and ( NDependencyFilter p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilter.and:(Lnet/thevpc/nuts/NDependencyFilter;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilter.neg ( ) : NFilter
net/thevpc/nuts/NDependencyFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
NDependencyFilter.neg ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilter.neg:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilter.or ( NDependencyFilter p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilter.or:(Lnet/thevpc/nuts/NDependencyFilter;)Lnet/thevpc/nuts/NDependencyFilter;
nuts-0.8.4.jar,
NDependencyFilters.class
package net.thevpc.nuts
NDependencyFilters.byArch ( Collection<NArchFamily> p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byArch:(Ljava/util/Collection;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byArch ( NArchFamily p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byArch:(Lnet/thevpc/nuts/env/NArchFamily;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byArch ( NArchFamily... p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byArch:([Lnet/thevpc/nuts/env/NArchFamily;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byArch ( String p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byCurrentArch ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byCurrentArch:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byCurrentDesktop ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byCurrentDesktop:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byCurrentEnv ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byCurrentEnv:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byCurrentOs ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byCurrentOs:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byDesktop ( Collection<NDesktopEnvironmentFamily> p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byDesktop:(Ljava/util/Collection;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byDesktop ( NDesktopEnvironmentFamily p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byDesktop:(Lnet/thevpc/nuts/env/NDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byDesktop ( NDesktopEnvironmentFamily... p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byDesktop:([Lnet/thevpc/nuts/env/NDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byExclude ( NDependencyFilter p1, String[ ] p2 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byExclude:(Lnet/thevpc/nuts/NDependencyFilter;[Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOptional ( Boolean p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOs ( Collection<NOsFamily> p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOs ( NOsFamily p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOs:(Lnet/thevpc/nuts/env/NOsFamily;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOs ( NOsFamily... p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOs:([Lnet/thevpc/nuts/env/NOsFamily;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOs ( String p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOsDist ( Collection<String> p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOsDist:(Ljava/util/Collection;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOsDist ( String p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOsDist:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byOsDist ( String... p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byOsDist:([Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byPlatform ( NPlatformFamily... p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byPlatform:([Lnet/thevpc/nuts/env/NPlatformFamily;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byPlatform ( String... p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byRegularType ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byRegularType:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byRunnable ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byRunnable:()Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byRunnable ( boolean p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byRunnable:(Z)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byScope ( Collection<NDependencyScope> p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byScope:(Ljava/util/Collection;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byScope ( NDependencyScope p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byScope ( NDependencyScope... p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byScope:([Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byScope ( NDependencyScopePattern p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byScope:(Lnet/thevpc/nuts/NDependencyScopePattern;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.byType ( String p1 ) [abstract] : NDependencyFilter
net/thevpc/nuts/NDependencyFilters.byType:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFilter;
NDependencyFilters.of ( NSession session ) [static] : NDependencyFilters
net/thevpc/nuts/NDependencyFilters.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDependencyFilters;
nuts-0.8.4.jar,
NDependencyFormat.class
package net.thevpc.nuts
NDependencyFormat.configure ( boolean p1, String... p2 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/NDependencyFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NDependencyFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NDependencyFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NDependencyFormat.getOmitQueryProperties ( ) [abstract] : List<String>
net/thevpc/nuts/NDependencyFormat.getOmitQueryProperties:()Ljava/util/List;
NDependencyFormat.getValue ( ) [abstract] : NDependency
net/thevpc/nuts/NDependencyFormat.getValue:()Lnet/thevpc/nuts/NDependency;
NDependencyFormat.isHighlightImportedGroup ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isHighlightImportedGroup:()Z
NDependencyFormat.isOmitClassifier ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitClassifier:()Z
NDependencyFormat.isOmitExclusions ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitExclusions:()Z
NDependencyFormat.isOmitGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitGroupId:()Z
NDependencyFormat.isOmitImportedGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitImportedGroupId:()Z
NDependencyFormat.isOmitOptional ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitOptional:()Z
NDependencyFormat.isOmitOtherProperties ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitOtherProperties:()Z
NDependencyFormat.isOmitQueryProperty ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitQueryProperty:(Ljava/lang/String;)Z
NDependencyFormat.isOmitRepository ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitRepository:()Z
NDependencyFormat.isOmitScope ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyFormat.isOmitScope:()Z
NDependencyFormat.of ( NSession session ) [static] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setHighlightImportedGroup ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setHighlightImportedGroup:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/NDependencyFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NDependencyFormat.setNtf ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setNtf:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitClassifier ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitClassifier:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitExclusions ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitExclusions:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitGroupId ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitGroupId:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitImportedGroup ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitImportedGroup:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitOptional ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitOptional:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitOtherProperties ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitOtherProperties:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitQueryProperty ( String p1, boolean p2 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitQueryProperty:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitRepository ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitRepository:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setOmitScope ( boolean p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setOmitScope:(Z)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/NDependencyFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NDependencyFormat.setSession ( NSession p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDependencyFormat;
NDependencyFormat.setValue ( NDependency p1 ) [abstract] : NDependencyFormat
net/thevpc/nuts/NDependencyFormat.setValue:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDependencyFormat;
nuts-0.8.4.jar,
NDependencyScope.class
package net.thevpc.nuts
NDependencyScope.id ( ) : String
net/thevpc/nuts/NDependencyScope.id:()Ljava/lang/String;
NDependencyScope.isApi ( ) : boolean
net/thevpc/nuts/NDependencyScope.isApi:()Z
NDependencyScope.isCompile ( ) : boolean
net/thevpc/nuts/NDependencyScope.isCompile:()Z
NDependencyScope.isImplementation ( ) : boolean
net/thevpc/nuts/NDependencyScope.isImplementation:()Z
NDependencyScope.isOther ( ) : boolean
net/thevpc/nuts/NDependencyScope.isOther:()Z
NDependencyScope.isProvided ( ) : boolean
net/thevpc/nuts/NDependencyScope.isProvided:()Z
NDependencyScope.isRuntime ( ) : boolean
net/thevpc/nuts/NDependencyScope.isRuntime:()Z
NDependencyScope.isSystem ( ) : boolean
net/thevpc/nuts/NDependencyScope.isSystem:()Z
NDependencyScope.isTest ( ) : boolean
net/thevpc/nuts/NDependencyScope.isTest:()Z
NDependencyScope.parse ( String value ) [static] : NOptional<NDependencyScope>
net/thevpc/nuts/NDependencyScope.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDependencyScope.valueOf ( String name ) [static] : NDependencyScope
net/thevpc/nuts/NDependencyScope.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyScope;
NDependencyScope.values ( ) [static] : NDependencyScope[ ]
net/thevpc/nuts/NDependencyScope.values:()[Lnet/thevpc/nuts/NDependencyScope;
nuts-0.8.4.jar,
NDependencyScopePattern.class
package net.thevpc.nuts
NDependencyScopePattern.id ( ) : String
net/thevpc/nuts/NDependencyScopePattern.id:()Ljava/lang/String;
NDependencyScopePattern.parse ( String value ) [static] : NOptional<NDependencyScopePattern>
net/thevpc/nuts/NDependencyScopePattern.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDependencyScopePattern.toScopes ( ) : EnumSet<NDependencyScope>
net/thevpc/nuts/NDependencyScopePattern.toScopes:()Ljava/util/EnumSet;
NDependencyScopePattern.valueOf ( String name ) [static] : NDependencyScopePattern
net/thevpc/nuts/NDependencyScopePattern.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NDependencyScopePattern;
NDependencyScopePattern.values ( ) [static] : NDependencyScopePattern[ ]
net/thevpc/nuts/NDependencyScopePattern.values:()[Lnet/thevpc/nuts/NDependencyScopePattern;
nuts-0.8.4.jar,
NDependencySolver.class
package net.thevpc.nuts.spi
NDependencySolver.add ( NDefinition p1 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolver.add:(Lnet/thevpc/nuts/NDefinition;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolver.add ( NDependency p1 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolver.add:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolver.add ( NDependency p1, NDefinition p2 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolver.add:(Lnet/thevpc/nuts/NDependency;Lnet/thevpc/nuts/NDefinition;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolver.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NDependencySolver.getName:()Ljava/lang/String;
NDependencySolver.getSolverNames ( NSession session ) [static] : List<String>
net/thevpc/nuts/spi/NDependencySolver.getSolverNames:(Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NDependencySolver.of ( NSession session ) [static] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolver.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolver.of ( String solverName, NSession session ) [static] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolver.of:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolver.setDependencyFilter ( NDependencyFilter p1 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolver.setDependencyFilter:(Lnet/thevpc/nuts/NDependencyFilter;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolver.setRepositoryFilter ( NRepositoryFilter p1 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolver.setRepositoryFilter:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolver.solve ( ) [abstract] : NDependencies
net/thevpc/nuts/spi/NDependencySolver.solve:()Lnet/thevpc/nuts/NDependencies;
nuts-0.8.4.jar,
NDependencySolverFactory.class
package net.thevpc.nuts.spi
NDependencySolverFactory.create ( NSession p1 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolverFactory.create:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolverFactory.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NDependencySolverFactory.getName:()Ljava/lang/String;
nuts-0.8.4.jar,
NDependencySolvers.class
package net.thevpc.nuts.spi
NDependencySolvers.createSolver ( NSession p1 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolvers.createSolver:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolvers.createSolver ( String p1, NSession p2 ) [abstract] : NDependencySolver
net/thevpc/nuts/spi/NDependencySolvers.createSolver:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NDependencySolver;
NDependencySolvers.getSolverNames ( NSession p1 ) [abstract] : List<String>
net/thevpc/nuts/spi/NDependencySolvers.getSolverNames:(Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NDependencySolvers.of ( NSession session ) [static] : NDependencySolvers
net/thevpc/nuts/spi/NDependencySolvers.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NDependencySolvers;
nuts-0.8.4.jar,
NDependencyTreeNode.class
package net.thevpc.nuts
NDependencyTreeNode.getChildren ( ) [abstract] : List<NDependencyTreeNode>
net/thevpc/nuts/NDependencyTreeNode.getChildren:()Ljava/util/List;
NDependencyTreeNode.getDependency ( ) [abstract] : NDependency
net/thevpc/nuts/NDependencyTreeNode.getDependency:()Lnet/thevpc/nuts/NDependency;
NDependencyTreeNode.isPartial ( ) [abstract] : boolean
net/thevpc/nuts/NDependencyTreeNode.isPartial:()Z
nuts-0.8.4.jar,
NDeployCmd.class
package net.thevpc.nuts
NDeployCmd.addId ( NId p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.addId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.addId ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.addIds ( NId... p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.addIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.addIds ( String... p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.clearIds ( ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.clearIds:()Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.configure ( boolean p1, String... p2 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NDeployCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NDeployCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NDeployCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NDeployCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NDeployCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NDeployCmd.copySession ( ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.copySession:()Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.from ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.getContent ( ) [abstract] : NInputSource
net/thevpc/nuts/NDeployCmd.getContent:()Lnet/thevpc/nuts/io/NInputSource;
NDeployCmd.getIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NDeployCmd.getIds:()Ljava/util/List;
NDeployCmd.getResult ( ) [abstract] : List<NId>
net/thevpc/nuts/NDeployCmd.getResult:()Ljava/util/List;
NDeployCmd.getSha1 ( ) [abstract] : String
net/thevpc/nuts/NDeployCmd.getSha1:()Ljava/lang/String;
NDeployCmd.getTargetRepository ( ) [abstract] : String
net/thevpc/nuts/NDeployCmd.getTargetRepository:()Ljava/lang/String;
NDeployCmd.of ( NSession session ) [static] : NDeployCmd
net/thevpc/nuts/NDeployCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.removeId ( NId p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.removeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.removeId ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NDeployCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NDeployCmd.run ( ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.run:()Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setContent ( byte[ ] p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setContent:([B)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setContent ( File p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setContent:(Ljava/io/File;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setContent ( InputStream p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setContent:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setContent ( NInputSource p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setContent:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setContent ( NPath p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setContent:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setContent ( Path p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setContent:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setContent ( URL p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setContent:(Ljava/net/URL;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setDescriptor ( File p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setDescriptor:(Ljava/io/File;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setDescriptor ( InputStream p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setDescriptor:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setDescriptor ( NDescriptor p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setDescriptor:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setDescriptor ( Path p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setDescriptor:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setDescriptor ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setDescriptor:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setDescriptor ( URL p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setDescriptor:(Ljava/net/URL;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setDescSha1 ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setDescSha1:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setRepository ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NDeployCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NDeployCmd.setSession ( NSession p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setSha1 ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setSha1:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setSourceRepository ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setSourceRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.setTargetRepository ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.setTargetRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
NDeployCmd.to ( String p1 ) [abstract] : NDeployCmd
net/thevpc/nuts/NDeployCmd.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NDeployCmd;
nuts-0.8.4.jar,
NDeployRepositoryCmd.class
package net.thevpc.nuts.spi
NDeployRepositoryCmd.getContent ( ) [abstract] : NInputSource
net/thevpc/nuts/spi/NDeployRepositoryCmd.getContent:()Lnet/thevpc/nuts/io/NInputSource;
NDeployRepositoryCmd.getDescriptor ( ) [abstract] : NDescriptor
net/thevpc/nuts/spi/NDeployRepositoryCmd.getDescriptor:()Lnet/thevpc/nuts/NDescriptor;
NDeployRepositoryCmd.getId ( ) [abstract] : NId
net/thevpc/nuts/spi/NDeployRepositoryCmd.getId:()Lnet/thevpc/nuts/NId;
NDeployRepositoryCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NDeployRepositoryCmd.run ( ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setContent ( File p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setContent:(Ljava/io/File;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setContent ( InputStream p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setContent:(Ljava/io/InputStream;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setContent ( NInputSource p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setContent:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setContent ( NPath p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setContent:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setContent ( Path p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setContent:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setContent ( URL p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setContent:(Ljava/net/URL;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setDescriptor ( NDescriptor p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setDescriptor:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setId ( NId p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NDeployRepositoryCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NDeployRepositoryCmd.setSession ( NSession p1 ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NDeployRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
nuts-0.8.4.jar,
NDescriptor.class
package net.thevpc.nuts
NDescriptor.builder ( ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptor.builder:()Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptor.formatter ( NSession p1 ) : NFormat
net/thevpc/nuts/NDescriptor.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NDescriptor.formatter ( NSession p1 ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptor.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptor.getCategories ( ) [abstract] : List<String>
net/thevpc/nuts/NDescriptor.getCategories:()Ljava/util/List;
NDescriptor.getCondition ( ) [abstract] : NEnvCondition
net/thevpc/nuts/NDescriptor.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
NDescriptor.getContributors ( ) [abstract] : List<NDescriptorContributor>
net/thevpc/nuts/NDescriptor.getContributors:()Ljava/util/List;
NDescriptor.getDependencies ( ) [abstract] : List<NDependency>
net/thevpc/nuts/NDescriptor.getDependencies:()Ljava/util/List;
NDescriptor.getDescription ( ) [abstract] : String
net/thevpc/nuts/NDescriptor.getDescription:()Ljava/lang/String;
NDescriptor.getDevelopers ( ) [abstract] : List<NDescriptorContributor>
net/thevpc/nuts/NDescriptor.getDevelopers:()Ljava/util/List;
NDescriptor.getExecutor ( ) [abstract] : NArtifactCall
net/thevpc/nuts/NDescriptor.getExecutor:()Lnet/thevpc/nuts/NArtifactCall;
NDescriptor.getFlags ( ) [abstract] : Set<NDescriptorFlag>
net/thevpc/nuts/NDescriptor.getFlags:()Ljava/util/Set;
NDescriptor.getGenericName ( ) [abstract] : String
net/thevpc/nuts/NDescriptor.getGenericName:()Ljava/lang/String;
NDescriptor.getIcons ( ) [abstract] : List<String>
net/thevpc/nuts/NDescriptor.getIcons:()Ljava/util/List;
NDescriptor.getId ( ) [abstract] : NId
net/thevpc/nuts/NDescriptor.getId:()Lnet/thevpc/nuts/NId;
NDescriptor.getIdType ( ) [abstract] : NIdType
net/thevpc/nuts/NDescriptor.getIdType:()Lnet/thevpc/nuts/NIdType;
NDescriptor.getInstaller ( ) [abstract] : NArtifactCall
net/thevpc/nuts/NDescriptor.getInstaller:()Lnet/thevpc/nuts/NArtifactCall;
NDescriptor.getLicenses ( ) [abstract] : List<NDescriptorLicense>
net/thevpc/nuts/NDescriptor.getLicenses:()Ljava/util/List;
NDescriptor.getLocations ( ) [abstract] : List<NIdLocation>
net/thevpc/nuts/NDescriptor.getLocations:()Ljava/util/List;
NDescriptor.getMailingLists ( ) [abstract] : List<NDescriptorMailingList>
net/thevpc/nuts/NDescriptor.getMailingLists:()Ljava/util/List;
NDescriptor.getName ( ) [abstract] : String
net/thevpc/nuts/NDescriptor.getName:()Ljava/lang/String;
NDescriptor.getOrganization ( ) [abstract] : NDescriptorOrganization
net/thevpc/nuts/NDescriptor.getOrganization:()Lnet/thevpc/nuts/NDescriptorOrganization;
NDescriptor.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NDescriptor.getPackaging:()Ljava/lang/String;
NDescriptor.getParents ( ) [abstract] : List<NId>
net/thevpc/nuts/NDescriptor.getParents:()Ljava/util/List;
NDescriptor.getProperties ( ) [abstract] : List<NDescriptorProperty>
net/thevpc/nuts/NDescriptor.getProperties:()Ljava/util/List;
NDescriptor.getProperty ( String p1 ) [abstract] : NOptional<NDescriptorProperty>
net/thevpc/nuts/NDescriptor.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDescriptor.getPropertyValue ( String p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NDescriptor.getPropertyValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDescriptor.getSolver ( ) [abstract] : String
net/thevpc/nuts/NDescriptor.getSolver:()Ljava/lang/String;
NDescriptor.getStandardDependencies ( ) [abstract] : List<NDependency>
net/thevpc/nuts/NDescriptor.getStandardDependencies:()Ljava/util/List;
NDescriptor.isApplication ( ) [abstract] : boolean
net/thevpc/nuts/NDescriptor.isApplication:()Z
NDescriptor.isExecutable ( ) [abstract] : boolean
net/thevpc/nuts/NDescriptor.isExecutable:()Z
NDescriptor.readOnly ( ) [abstract] : NDescriptor
net/thevpc/nuts/NDescriptor.readOnly:()Lnet/thevpc/nuts/NDescriptor;
nuts-0.8.4.jar,
NDescriptorBuilder.class
package net.thevpc.nuts
NDescriptorBuilder.addDependencies ( List<NDependency> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addDependency ( NDependency p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addFlag ( NDescriptorFlag p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addFlag:(Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addFlags ( NDescriptorFlag... p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addFlags:([Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addLocation ( NIdLocation p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addLocation:(Lnet/thevpc/nuts/NIdLocation;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addProperties ( List<NDescriptorProperty> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addProperties:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addProperty ( NDescriptorProperty p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addProperty:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addStandardDependencies ( List<NDependency> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addStandardDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.addStandardDependency ( NDependency p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.addStandardDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.build ( ) [abstract] : NDescriptor
net/thevpc/nuts/NDescriptorBuilder.build:()Lnet/thevpc/nuts/NDescriptor;
NDescriptorBuilder.clear ( ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.clear:()Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.copy ( ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.copy:()Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.getFlags ( ) [abstract] : Set<NDescriptorFlag>
net/thevpc/nuts/NDescriptorBuilder.getFlags:()Ljava/util/Set;
NDescriptorBuilder.getGenericName ( ) [abstract] : String
net/thevpc/nuts/NDescriptorBuilder.getGenericName:()Ljava/lang/String;
NDescriptorBuilder.getIdType ( ) [abstract] : NIdType
net/thevpc/nuts/NDescriptorBuilder.getIdType:()Lnet/thevpc/nuts/NIdType;
NDescriptorBuilder.getParents ( ) [abstract] : List<NId>
net/thevpc/nuts/NDescriptorBuilder.getParents:()Ljava/util/List;
NDescriptorBuilder.getProperty ( String p1 ) [abstract] : NOptional<NDescriptorProperty>
net/thevpc/nuts/NDescriptorBuilder.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorBuilder.getPropertyValue ( String p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NDescriptorBuilder.getPropertyValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorBuilder.removeDependency ( NDependency p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.removeDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.removeDependency ( Predicate<NDependency> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.removeDependency:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.removeFlag ( NDescriptorFlag p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.removeFlag:(Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.removeFlags ( NDescriptorFlag... p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.removeFlags:([Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.removeProperties ( NDescriptorProperty p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.removeProperties:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.removeStandardDependency ( NDependency p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.removeStandardDependency:(Lnet/thevpc/nuts/NDependency;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.replaceDependency ( Predicate<NDependency> p1, UnaryOperator<NDependency> p2 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.replaceDependency:(Ljava/util/function/Predicate;Ljava/util/function/UnaryOperator;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.replaceProperty ( Predicate<NDescriptorProperty> p1, Function<NDescriptorProperty,NDescriptorProperty> p2 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.replaceProperty:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setAll ( NDescriptor p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setAll:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setAll ( NDescriptorBuilder p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setAll:(Lnet/thevpc/nuts/NDescriptorBuilder;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setCategories ( List<String> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setCategories:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setCondition ( NEnvCondition p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setContributors ( List<NDescriptorContributor> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setContributors:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setDependencies ( List<NDependency> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setDescription ( String p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setDescription:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setDevelopers ( List<NDescriptorContributor> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setDevelopers:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setExecutor ( NArtifactCall p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setExecutor:(Lnet/thevpc/nuts/NArtifactCall;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setFlags ( Set<NDescriptorFlag> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setFlags:(Ljava/util/Set;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setGenericName ( String p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setGenericName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setIcons ( List<String> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setIcons:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setId ( NId p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setId ( String p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setIdType ( NIdType p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setIdType:(Lnet/thevpc/nuts/NIdType;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setInstaller ( NArtifactCall p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setInstaller:(Lnet/thevpc/nuts/NArtifactCall;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setLicenses ( List<NDescriptorLicense> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setLicenses:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setLocations ( List<NIdLocation> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setLocations:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setMailingLists ( List<NDescriptorMailingList> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setMailingLists:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setName ( String p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setOrganization ( NDescriptorOrganization p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setOrganization:(Lnet/thevpc/nuts/NDescriptorOrganization;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setPackaging ( String p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setParents ( List<NId> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setParents:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setProperties ( List<NDescriptorProperty> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setProperties:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setProperty ( String p1, String p2 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setSolver ( String p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setSolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorBuilder;
NDescriptorBuilder.setStandardDependencies ( List<NDependency> p1 ) [abstract] : NDescriptorBuilder
net/thevpc/nuts/NDescriptorBuilder.setStandardDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorBuilder;
nuts-0.8.4.jar,
NDescriptorContentParserComponent.class
package net.thevpc.nuts.spi
NDescriptorContentParserComponent.parse ( NDescriptorContentParserContext p1 ) [abstract] : NDescriptor
net/thevpc/nuts/spi/NDescriptorContentParserComponent.parse:(Lnet/thevpc/nuts/spi/NDescriptorContentParserContext;)Lnet/thevpc/nuts/NDescriptor;
nuts-0.8.4.jar,
NDescriptorContentParserContext.class
package net.thevpc.nuts.spi
NDescriptorContentParserContext.getFileExtension ( ) [abstract] : String
net/thevpc/nuts/spi/NDescriptorContentParserContext.getFileExtension:()Ljava/lang/String;
NDescriptorContentParserContext.getFullStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NDescriptorContentParserContext.getFullStream:()Ljava/io/InputStream;
NDescriptorContentParserContext.getHeadStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NDescriptorContentParserContext.getHeadStream:()Ljava/io/InputStream;
NDescriptorContentParserContext.getMimeType ( ) [abstract] : String
net/thevpc/nuts/spi/NDescriptorContentParserContext.getMimeType:()Ljava/lang/String;
NDescriptorContentParserContext.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NDescriptorContentParserContext.getName:()Ljava/lang/String;
NDescriptorContentParserContext.getParseOptions ( ) [abstract] : List<String>
net/thevpc/nuts/spi/NDescriptorContentParserContext.getParseOptions:()Ljava/util/List;
nuts-0.8.4.jar,
NDescriptorContributor.class
package net.thevpc.nuts
NDescriptorContributor.builder ( ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributor.builder:()Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributor.getComments ( ) [abstract] : String
net/thevpc/nuts/NDescriptorContributor.getComments:()Ljava/lang/String;
NDescriptorContributor.getEmail ( ) [abstract] : String
net/thevpc/nuts/NDescriptorContributor.getEmail:()Ljava/lang/String;
NDescriptorContributor.getIcons ( ) [abstract] : List<String>
net/thevpc/nuts/NDescriptorContributor.getIcons:()Ljava/util/List;
NDescriptorContributor.getId ( ) [abstract] : String
net/thevpc/nuts/NDescriptorContributor.getId:()Ljava/lang/String;
NDescriptorContributor.getName ( ) [abstract] : String
net/thevpc/nuts/NDescriptorContributor.getName:()Ljava/lang/String;
NDescriptorContributor.getOrganization ( ) [abstract] : NDescriptorOrganization
net/thevpc/nuts/NDescriptorContributor.getOrganization:()Lnet/thevpc/nuts/NDescriptorOrganization;
NDescriptorContributor.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NDescriptorContributor.getProperties:()Ljava/util/Map;
NDescriptorContributor.getRoles ( ) [abstract] : List<String>
net/thevpc/nuts/NDescriptorContributor.getRoles:()Ljava/util/List;
NDescriptorContributor.getTimezone ( ) [abstract] : String
net/thevpc/nuts/NDescriptorContributor.getTimezone:()Ljava/lang/String;
NDescriptorContributor.getUrl ( ) [abstract] : String
net/thevpc/nuts/NDescriptorContributor.getUrl:()Ljava/lang/String;
NDescriptorContributor.readOnly ( ) [abstract] : NDescriptorContributor
net/thevpc/nuts/NDescriptorContributor.readOnly:()Lnet/thevpc/nuts/NDescriptorContributor;
nuts-0.8.4.jar,
NDescriptorContributorBuilder.class
package net.thevpc.nuts
NDescriptorContributorBuilder.build ( ) [abstract] : NDescriptorContributor
net/thevpc/nuts/NDescriptorContributorBuilder.build:()Lnet/thevpc/nuts/NDescriptorContributor;
NDescriptorContributorBuilder.copy ( ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.copy:()Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setComments ( String p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setEmail ( String p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setEmail:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setIcons ( List<String> p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setIcons:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setId ( String p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setName ( String p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setOrganization ( NDescriptorOrganization p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setOrganization:(Lnet/thevpc/nuts/NDescriptorOrganization;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setRoles ( List<String> p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setRoles:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setTimezone ( String p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setTimezone:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
NDescriptorContributorBuilder.setUrl ( String p1 ) [abstract] : NDescriptorContributorBuilder
net/thevpc/nuts/NDescriptorContributorBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorContributorBuilder;
nuts-0.8.4.jar,
NDescriptorFilter.class
package net.thevpc.nuts
NDescriptorFilter.acceptDescriptor ( NDescriptor p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NDescriptorFilter.acceptDescriptor:(Lnet/thevpc/nuts/NDescriptor;Lnet/thevpc/nuts/NSession;)Z
NDescriptorFilter.acceptSearchId ( NSearchId sid, NSession session ) : boolean
net/thevpc/nuts/NDescriptorFilter.acceptSearchId:(Lnet/thevpc/nuts/NSearchId;Lnet/thevpc/nuts/NSession;)Z
NDescriptorFilter.and ( NDescriptorFilter p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilter.and:(Lnet/thevpc/nuts/NDescriptorFilter;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilter.neg ( ) : NFilter
net/thevpc/nuts/NDescriptorFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
NDescriptorFilter.neg ( ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilter.neg:()Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilter.or ( NDescriptorFilter p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilter.or:(Lnet/thevpc/nuts/NDescriptorFilter;)Lnet/thevpc/nuts/NDescriptorFilter;
nuts-0.8.4.jar,
NDescriptorFilters.class
package net.thevpc.nuts
NDescriptorFilters.byApiVersion ( NVersion p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byApiVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byArch ( List<String> p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byArch:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byArch ( String... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byCompanion ( NVersion p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byCompanion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byDesktopEnvironment ( List<String> p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byDesktopEnvironment:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byDesktopEnvironment ( String... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byDesktopEnvironment:([Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byExtension ( NVersion p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byExtension:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byFlag ( List<NDescriptorFlag> p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byFlag:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byFlag ( NDescriptorFlag... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byFlag:([Lnet/thevpc/nuts/NDescriptorFlag;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byLockedIds ( String... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byOs ( List<String> p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byOs:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byOs ( String... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byOs:([Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byOsDist ( List<String> p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byOsDist:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byOsDist ( String... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byOsDist:([Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byPackaging ( List<String> p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byPackaging:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byPackaging ( String... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byPackaging:([Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byPlatform ( List<String> p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byPlatform:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byPlatform ( String... p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.byRuntime ( NVersion p1 ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NDescriptorFilters.byRuntime:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NDescriptorFilter;
NDescriptorFilters.of ( NSession session ) [static] : NDescriptorFilters
net/thevpc/nuts/NDescriptorFilters.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorFilters;
nuts-0.8.4.jar,
NDescriptorFlag.class
package net.thevpc.nuts
NDescriptorFlag.id ( ) : String
net/thevpc/nuts/NDescriptorFlag.id:()Ljava/lang/String;
NDescriptorFlag.parse ( String value ) [static] : NOptional<NDescriptorFlag>
net/thevpc/nuts/NDescriptorFlag.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorFlag.valueOf ( String name ) [static] : NDescriptorFlag
net/thevpc/nuts/NDescriptorFlag.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFlag;
NDescriptorFlag.values ( ) [static] : NDescriptorFlag[ ]
net/thevpc/nuts/NDescriptorFlag.values:()[Lnet/thevpc/nuts/NDescriptorFlag;
nuts-0.8.4.jar,
NDescriptorFormat.class
package net.thevpc.nuts
NDescriptorFormat.compact ( ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.compact:()Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptorFormat.compact ( boolean p1 ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.compact:(Z)Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptorFormat.configure ( boolean p1, String... p2 ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptorFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/NDescriptorFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NDescriptorFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NDescriptorFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NDescriptorFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NDescriptorFormat.isCompact:()Z
NDescriptorFormat.of ( NSession session ) [static] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptorFormat.setCompact ( boolean p1 ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.setCompact:(Z)Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptorFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/NDescriptorFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NDescriptorFormat.setNtf ( boolean p1 ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.setNtf:(Z)Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptorFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/NDescriptorFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NDescriptorFormat.setSession ( NSession p1 ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorFormat;
NDescriptorFormat.setValue ( NDescriptor p1 ) [abstract] : NDescriptorFormat
net/thevpc/nuts/NDescriptorFormat.setValue:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/NDescriptorFormat;
nuts-0.8.4.jar,
NDescriptorLicense.class
package net.thevpc.nuts
NDescriptorLicense.builder ( ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicense.builder:()Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
NDescriptorLicense.getComments ( ) [abstract] : String
net/thevpc/nuts/NDescriptorLicense.getComments:()Ljava/lang/String;
NDescriptorLicense.getDate ( ) [abstract] : String
net/thevpc/nuts/NDescriptorLicense.getDate:()Ljava/lang/String;
NDescriptorLicense.getDistribution ( ) [abstract] : String
net/thevpc/nuts/NDescriptorLicense.getDistribution:()Ljava/lang/String;
NDescriptorLicense.getId ( ) [abstract] : String
net/thevpc/nuts/NDescriptorLicense.getId:()Ljava/lang/String;
NDescriptorLicense.getName ( ) [abstract] : String
net/thevpc/nuts/NDescriptorLicense.getName:()Ljava/lang/String;
NDescriptorLicense.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NDescriptorLicense.getProperties:()Ljava/util/Map;
NDescriptorLicense.getUrl ( ) [abstract] : String
net/thevpc/nuts/NDescriptorLicense.getUrl:()Ljava/lang/String;
NDescriptorLicense.readOnly ( ) [abstract] : NDescriptorLicense
net/thevpc/nuts/NDescriptorLicense.readOnly:()Lnet/thevpc/nuts/NDescriptorLicense;
nuts-0.8.4.jar,
NDescriptorLicenseBuilder.class
package net.thevpc.nuts
NDescriptorLicenseBuilder.build ( ) [abstract] : NDescriptorLicense
net/thevpc/nuts/NDescriptorLicenseBuilder.build:()Lnet/thevpc/nuts/NDescriptorLicense;
NDescriptorLicenseBuilder.copy ( ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicenseBuilder.copy:()Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
NDescriptorLicenseBuilder.setComments ( String p1 ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicenseBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
NDescriptorLicenseBuilder.setDistribution ( String p1 ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicenseBuilder.setDistribution:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
NDescriptorLicenseBuilder.setId ( String p1 ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicenseBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
NDescriptorLicenseBuilder.setName ( String p1 ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicenseBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
NDescriptorLicenseBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicenseBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
NDescriptorLicenseBuilder.setUrl ( String p1 ) [abstract] : NDescriptorLicenseBuilder
net/thevpc/nuts/NDescriptorLicenseBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorLicenseBuilder;
nuts-0.8.4.jar,
NDescriptorMailingList.class
package net.thevpc.nuts
NDescriptorMailingList.builder ( ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingList.builder:()Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingList.getArchive ( ) [abstract] : String
net/thevpc/nuts/NDescriptorMailingList.getArchive:()Ljava/lang/String;
NDescriptorMailingList.getComments ( ) [abstract] : String
net/thevpc/nuts/NDescriptorMailingList.getComments:()Ljava/lang/String;
NDescriptorMailingList.getId ( ) [abstract] : String
net/thevpc/nuts/NDescriptorMailingList.getId:()Ljava/lang/String;
NDescriptorMailingList.getName ( ) [abstract] : String
net/thevpc/nuts/NDescriptorMailingList.getName:()Ljava/lang/String;
NDescriptorMailingList.getOtherArchives ( ) [abstract] : List<String>
net/thevpc/nuts/NDescriptorMailingList.getOtherArchives:()Ljava/util/List;
NDescriptorMailingList.getPost ( ) [abstract] : String
net/thevpc/nuts/NDescriptorMailingList.getPost:()Ljava/lang/String;
NDescriptorMailingList.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NDescriptorMailingList.getProperties:()Ljava/util/Map;
NDescriptorMailingList.getSubscribe ( ) [abstract] : String
net/thevpc/nuts/NDescriptorMailingList.getSubscribe:()Ljava/lang/String;
NDescriptorMailingList.getUnsubscribe ( ) [abstract] : String
net/thevpc/nuts/NDescriptorMailingList.getUnsubscribe:()Ljava/lang/String;
NDescriptorMailingList.readOnly ( ) [abstract] : NDescriptorMailingList
net/thevpc/nuts/NDescriptorMailingList.readOnly:()Lnet/thevpc/nuts/NDescriptorMailingList;
nuts-0.8.4.jar,
NDescriptorMailingListBuilder.class
package net.thevpc.nuts
NDescriptorMailingListBuilder.build ( ) [abstract] : NDescriptorMailingList
net/thevpc/nuts/NDescriptorMailingListBuilder.build:()Lnet/thevpc/nuts/NDescriptorMailingList;
NDescriptorMailingListBuilder.copy ( ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.copy:()Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setArchive ( String p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setArchive:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setComments ( String p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setId ( String p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setName ( String p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setOtherArchives ( List<String> p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setOtherArchives:(Ljava/util/List;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setPost ( String p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setPost:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setSubscribe ( String p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setSubscribe:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
NDescriptorMailingListBuilder.setUnsubscribe ( String p1 ) [abstract] : NDescriptorMailingListBuilder
net/thevpc/nuts/NDescriptorMailingListBuilder.setUnsubscribe:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorMailingListBuilder;
nuts-0.8.4.jar,
NDescriptorOrganization.class
package net.thevpc.nuts
NDescriptorOrganization.builder ( ) [abstract] : NDescriptorOrganizationBuilder
net/thevpc/nuts/NDescriptorOrganization.builder:()Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
NDescriptorOrganization.getComments ( ) [abstract] : String
net/thevpc/nuts/NDescriptorOrganization.getComments:()Ljava/lang/String;
NDescriptorOrganization.getId ( ) [abstract] : String
net/thevpc/nuts/NDescriptorOrganization.getId:()Ljava/lang/String;
NDescriptorOrganization.getName ( ) [abstract] : String
net/thevpc/nuts/NDescriptorOrganization.getName:()Ljava/lang/String;
NDescriptorOrganization.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NDescriptorOrganization.getProperties:()Ljava/util/Map;
NDescriptorOrganization.getUrl ( ) [abstract] : String
net/thevpc/nuts/NDescriptorOrganization.getUrl:()Ljava/lang/String;
NDescriptorOrganization.readOnly ( ) [abstract] : NDescriptorOrganization
net/thevpc/nuts/NDescriptorOrganization.readOnly:()Lnet/thevpc/nuts/NDescriptorOrganization;
nuts-0.8.4.jar,
NDescriptorOrganizationBuilder.class
package net.thevpc.nuts
NDescriptorOrganizationBuilder.build ( ) [abstract] : NDescriptorOrganization
net/thevpc/nuts/NDescriptorOrganizationBuilder.build:()Lnet/thevpc/nuts/NDescriptorOrganization;
NDescriptorOrganizationBuilder.copy ( ) [abstract] : NDescriptorOrganizationBuilder
net/thevpc/nuts/NDescriptorOrganizationBuilder.copy:()Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
NDescriptorOrganizationBuilder.setComments ( String p1 ) [abstract] : NDescriptorOrganizationBuilder
net/thevpc/nuts/NDescriptorOrganizationBuilder.setComments:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
NDescriptorOrganizationBuilder.setId ( String p1 ) [abstract] : NDescriptorOrganizationBuilder
net/thevpc/nuts/NDescriptorOrganizationBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
NDescriptorOrganizationBuilder.setName ( String p1 ) [abstract] : NDescriptorOrganizationBuilder
net/thevpc/nuts/NDescriptorOrganizationBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
NDescriptorOrganizationBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NDescriptorOrganizationBuilder
net/thevpc/nuts/NDescriptorOrganizationBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
NDescriptorOrganizationBuilder.setUrl ( String p1 ) [abstract] : NDescriptorOrganizationBuilder
net/thevpc/nuts/NDescriptorOrganizationBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorOrganizationBuilder;
nuts-0.8.4.jar,
NDescriptorParser.class
package net.thevpc.nuts
NDescriptorParser.getDescriptorStyle ( ) [abstract] : NDescriptorStyle
net/thevpc/nuts/NDescriptorParser.getDescriptorStyle:()Lnet/thevpc/nuts/NDescriptorStyle;
NDescriptorParser.of ( NSession session ) [static] : NDescriptorParser
net/thevpc/nuts/NDescriptorParser.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorParser;
NDescriptorParser.parse ( byte[ ] p1 ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDescriptorParser.parse:([B)Lnet/thevpc/nuts/util/NOptional;
NDescriptorParser.parse ( File p1 ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDescriptorParser.parse:(Ljava/io/File;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorParser.parse ( InputStream p1 ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDescriptorParser.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorParser.parse ( NPath p1 ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDescriptorParser.parse:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorParser.parse ( Path p1 ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDescriptorParser.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorParser.parse ( String p1 ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDescriptorParser.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorParser.parse ( URL p1 ) [abstract] : NOptional<NDescriptor>
net/thevpc/nuts/NDescriptorParser.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorParser.setDescriptorStyle ( NDescriptorStyle p1 ) [abstract] : NDescriptorParser
net/thevpc/nuts/NDescriptorParser.setDescriptorStyle:(Lnet/thevpc/nuts/NDescriptorStyle;)Lnet/thevpc/nuts/NDescriptorParser;
NDescriptorParser.setSession ( NSession p1 ) [abstract] : NDescriptorParser
net/thevpc/nuts/NDescriptorParser.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptorParser;
nuts-0.8.4.jar,
NDescriptorProperty.class
package net.thevpc.nuts
NDescriptorProperty.builder ( ) [abstract] : NDescriptorPropertyBuilder
net/thevpc/nuts/NDescriptorProperty.builder:()Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
NDescriptorProperty.getCondition ( ) [abstract] : NEnvCondition
net/thevpc/nuts/NDescriptorProperty.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
NDescriptorProperty.getName ( ) [abstract] : String
net/thevpc/nuts/NDescriptorProperty.getName:()Ljava/lang/String;
NDescriptorProperty.getValue ( ) [abstract] : NLiteral
net/thevpc/nuts/NDescriptorProperty.getValue:()Lnet/thevpc/nuts/util/NLiteral;
NDescriptorProperty.readOnly ( ) [abstract] : NDescriptorProperty
net/thevpc/nuts/NDescriptorProperty.readOnly:()Lnet/thevpc/nuts/NDescriptorProperty;
nuts-0.8.4.jar,
NDescriptorPropertyBuilder.class
package net.thevpc.nuts
NDescriptorPropertyBuilder.build ( ) [abstract] : NDescriptorProperty
net/thevpc/nuts/NDescriptorPropertyBuilder.build:()Lnet/thevpc/nuts/NDescriptorProperty;
NDescriptorPropertyBuilder.copy ( ) [abstract] : NDescriptorPropertyBuilder
net/thevpc/nuts/NDescriptorPropertyBuilder.copy:()Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
NDescriptorPropertyBuilder.setAll ( NDescriptorProperty p1 ) [abstract] : NDescriptorPropertyBuilder
net/thevpc/nuts/NDescriptorPropertyBuilder.setAll:(Lnet/thevpc/nuts/NDescriptorProperty;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
NDescriptorPropertyBuilder.setCondition ( NEnvCondition p1 ) [abstract] : NDescriptorPropertyBuilder
net/thevpc/nuts/NDescriptorPropertyBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
NDescriptorPropertyBuilder.setName ( String p1 ) [abstract] : NDescriptorPropertyBuilder
net/thevpc/nuts/NDescriptorPropertyBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
NDescriptorPropertyBuilder.setValue ( String p1 ) [abstract] : NDescriptorPropertyBuilder
net/thevpc/nuts/NDescriptorPropertyBuilder.setValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorPropertyBuilder;
nuts-0.8.4.jar,
NDescriptorStyle.class
package net.thevpc.nuts
NDescriptorStyle.id ( ) : String
net/thevpc/nuts/NDescriptorStyle.id:()Ljava/lang/String;
NDescriptorStyle.parse ( String value ) [static] : NOptional<NDescriptorStyle>
net/thevpc/nuts/NDescriptorStyle.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDescriptorStyle.valueOf ( String name ) [static] : NDescriptorStyle
net/thevpc/nuts/NDescriptorStyle.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NDescriptorStyle;
NDescriptorStyle.values ( ) [static] : NDescriptorStyle[ ]
net/thevpc/nuts/NDescriptorStyle.values:()[Lnet/thevpc/nuts/NDescriptorStyle;
nuts-0.8.4.jar,
NDesktopEnvironmentFamily.class
package net.thevpc.nuts.env
NDesktopEnvironmentFamily.id ( ) : String
net/thevpc/nuts/env/NDesktopEnvironmentFamily.id:()Ljava/lang/String;
NDesktopEnvironmentFamily.parse ( String value ) [static] : NOptional<NDesktopEnvironmentFamily>
net/thevpc/nuts/env/NDesktopEnvironmentFamily.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDesktopEnvironmentFamily.valueOf ( String name ) [static] : NDesktopEnvironmentFamily
net/thevpc/nuts/env/NDesktopEnvironmentFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NDesktopEnvironmentFamily;
NDesktopEnvironmentFamily.values ( ) [static] : NDesktopEnvironmentFamily[ ]
net/thevpc/nuts/env/NDesktopEnvironmentFamily.values:()[Lnet/thevpc/nuts/env/NDesktopEnvironmentFamily;
nuts-0.8.4.jar,
NDesktopIntegrationItem.class
package net.thevpc.nuts.env
NDesktopIntegrationItem.id ( ) : String
net/thevpc/nuts/env/NDesktopIntegrationItem.id:()Ljava/lang/String;
NDesktopIntegrationItem.parse ( String value ) [static] : NOptional<NDesktopIntegrationItem>
net/thevpc/nuts/env/NDesktopIntegrationItem.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDesktopIntegrationItem.valueOf ( String name ) [static] : NDesktopIntegrationItem
net/thevpc/nuts/env/NDesktopIntegrationItem.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NDesktopIntegrationItem;
NDesktopIntegrationItem.values ( ) [static] : NDesktopIntegrationItem[ ]
net/thevpc/nuts/env/NDesktopIntegrationItem.values:()[Lnet/thevpc/nuts/env/NDesktopIntegrationItem;
nuts-0.8.4.jar,
NDigest.class
package net.thevpc.nuts.io
NDigest.addSource ( NInputSource p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.addSource:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NDigest;
NDigest.algorithm ( String p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.algorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NDigest;
NDigest.computeBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/io/NDigest.computeBytes:()[B
NDigest.computeString ( ) [abstract] : String
net/thevpc/nuts/io/NDigest.computeString:()Ljava/lang/String;
NDigest.getAlgorithm ( ) [abstract] : String
net/thevpc/nuts/io/NDigest.getAlgorithm:()Ljava/lang/String;
NDigest.getSource ( ) [abstract] : List<NInputSource>
net/thevpc/nuts/io/NDigest.getSource:()Ljava/util/List;
NDigest.md5 ( ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.md5:()Lnet/thevpc/nuts/io/NDigest;
NDigest.of ( NSession session ) [static] : NDigest
net/thevpc/nuts/io/NDigest.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setAlgorithm ( String p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setAlgorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSession ( NSession p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( byte[ ] p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:([B)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( File p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( InputStream p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( NDescriptor p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( NInputSource p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( NPath p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( Path p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NDigest;
NDigest.setSource ( URL p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/io/NDigest;
NDigest.sha1 ( ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.sha1:()Lnet/thevpc/nuts/io/NDigest;
NDigest.sha256 ( ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.sha256:()Lnet/thevpc/nuts/io/NDigest;
NDigest.writeHash ( OutputStream p1 ) [abstract] : NDigest
net/thevpc/nuts/io/NDigest.writeHash:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NDigest;
nuts-0.8.4.jar,
NDuration.class
package net.thevpc.nuts.time
NDuration.add ( NDuration other ) : NDuration
net/thevpc/nuts/time/NDuration.add:(Lnet/thevpc/nuts/time/NDuration;)Lnet/thevpc/nuts/time/NDuration;
NDuration.firstNonZeroDown ( ChronoUnit unit ) : ChronoUnit
net/thevpc/nuts/time/NDuration.firstNonZeroDown:(Ljava/time/temporal/ChronoUnit;)Ljava/time/temporal/ChronoUnit;
NDuration.firstNonZeroUp ( ChronoUnit unit ) : ChronoUnit
net/thevpc/nuts/time/NDuration.firstNonZeroUp:(Ljava/time/temporal/ChronoUnit;)Ljava/time/temporal/ChronoUnit;
NDuration.formatter ( NSession session ) : NFormat
net/thevpc/nuts/time/NDuration.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NDuration.get ( ChronoUnit unit ) : long
net/thevpc/nuts/time/NDuration.get:(Ljava/time/temporal/ChronoUnit;)J
NDuration.getAs ( ChronoUnit unit ) : long
net/thevpc/nuts/time/NDuration.getAs:(Ljava/time/temporal/ChronoUnit;)J
NDuration.getDays ( ) : long
net/thevpc/nuts/time/NDuration.getDays:()J
NDuration.getHours ( ) : long
net/thevpc/nuts/time/NDuration.getHours:()J
NDuration.getLargestUnit ( ) : ChronoUnit
net/thevpc/nuts/time/NDuration.getLargestUnit:()Ljava/time/temporal/ChronoUnit;
NDuration.getMicros ( ) : long
net/thevpc/nuts/time/NDuration.getMicros:()J
NDuration.getMilliSeconds ( ) : long
net/thevpc/nuts/time/NDuration.getMilliSeconds:()J
NDuration.getMinutes ( ) : long
net/thevpc/nuts/time/NDuration.getMinutes:()J
NDuration.getMonths ( ) : long
net/thevpc/nuts/time/NDuration.getMonths:()J
NDuration.getNanos ( ) : long
net/thevpc/nuts/time/NDuration.getNanos:()J
NDuration.getSeconds ( ) : long
net/thevpc/nuts/time/NDuration.getSeconds:()J
NDuration.getSmallestUnit ( ) : ChronoUnit
net/thevpc/nuts/time/NDuration.getSmallestUnit:()Ljava/time/temporal/ChronoUnit;
NDuration.getTimeAsDays ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsDays:()J
NDuration.getTimeAsDoubleSeconds ( ) : double
net/thevpc/nuts/time/NDuration.getTimeAsDoubleSeconds:()D
NDuration.getTimeAsHours ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsHours:()J
NDuration.getTimeAsMicros ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsMicros:()J
NDuration.getTimeAsMillis ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsMillis:()J
NDuration.getTimeAsMinutes ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsMinutes:()J
NDuration.getTimeAsMonths ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsMonths:()J
NDuration.getTimeAsNanos ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsNanos:()J
NDuration.getTimeAsSeconds ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsSeconds:()J
NDuration.getTimeAsWeeks ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsWeeks:()J
NDuration.getTimeAsYears ( ) : long
net/thevpc/nuts/time/NDuration.getTimeAsYears:()J
NDuration.getTimeMillis ( ) : long
net/thevpc/nuts/time/NDuration.getTimeMillis:()J
NDuration.getTimeNanos ( ) : int
net/thevpc/nuts/time/NDuration.getTimeNanos:()I
NDuration.getWeeks ( ) : long
net/thevpc/nuts/time/NDuration.getWeeks:()J
NDuration.getYears ( ) : long
net/thevpc/nuts/time/NDuration.getYears:()J
NDuration.isZero ( ) : boolean
net/thevpc/nuts/time/NDuration.isZero:()Z
NDuration.isZeroDown ( ChronoUnit unit ) : boolean
net/thevpc/nuts/time/NDuration.isZeroDown:(Ljava/time/temporal/ChronoUnit;)Z
NDuration.isZeroUp ( ChronoUnit unit ) : boolean
net/thevpc/nuts/time/NDuration.isZeroUp:(Ljava/time/temporal/ChronoUnit;)Z
NDuration.mul ( double other ) : NDuration
net/thevpc/nuts/time/NDuration.mul:(D)Lnet/thevpc/nuts/time/NDuration;
NDuration.mul ( long other ) : NDuration
net/thevpc/nuts/time/NDuration.mul:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.NDuration ( long timeMillis, int timeNanos )
net/thevpc/nuts/time/NDuration."<init>":(JI)V
NDuration.NDuration ( long timeMillis, int timeNanos, ChronoUnit smallestUnit, ChronoUnit largestUnit )
net/thevpc/nuts/time/NDuration."<init>":(JILjava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)V
NDuration.NDuration ( long years, long months, long weeks, long days, long hours, long minutes, long seconds, long milliSeconds, long micros, long nanos, ChronoUnit smallestUnit, ChronoUnit largestUnit )
net/thevpc/nuts/time/NDuration."<init>":(JJJJJJJJJJLjava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)V
NDuration.NDuration ( long[ ] values, ChronoUnit smallestUnit, ChronoUnit largestUnit )
net/thevpc/nuts/time/NDuration."<init>":([JLjava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)V
NDuration.neg ( ) : NDuration
net/thevpc/nuts/time/NDuration.neg:()Lnet/thevpc/nuts/time/NDuration;
NDuration.normalize ( ) : NDuration
net/thevpc/nuts/time/NDuration.normalize:()Lnet/thevpc/nuts/time/NDuration;
NDuration.of ( long[ ] values ) [static] : NDuration
net/thevpc/nuts/time/NDuration.of:([J)Lnet/thevpc/nuts/time/NDuration;
NDuration.of ( long[ ] values, ChronoUnit smallestUnit, ChronoUnit largestUnit ) [static] : NDuration
net/thevpc/nuts/time/NDuration.of:([JLjava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofDays ( long durationDays ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofDays:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofDaysOnly ( long durationDays ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofDaysOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofDuration ( Duration duration ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofDuration:(Ljava/time/Duration;)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofHours ( long durationHours ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofHours:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofHoursOnly ( long durationHours ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofHoursOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMillis ( long durationMillis ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMillis:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMillis ( long durationMillis, ChronoUnit smallestUnit, ChronoUnit largestUnit ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMillis:(JLjava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMillisAndNanos ( long durationMillis, int nanos ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMillisAndNanos:(JI)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMillisOnly ( long durationMillis ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMillisOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMinutes ( long durationMinutes ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMinutes:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMinutesOnly ( long durationMinutes ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMinutesOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMonth ( long durationMonths ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMonth:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofMonthOnly ( long durationMonths ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofMonthOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofNanos ( long durationNanos ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofNanos:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofNanos ( long durationNanos, ChronoUnit smallestUnit, ChronoUnit largestUnit ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofNanos:(JLjava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofNanosOnly ( long durationNanos ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofNanosOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofSeconds ( long durationSeconds ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofSeconds:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofSecondsAndNanos ( long durationSeconds, long nanos ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofSecondsAndNanos:(JJ)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofSecondsOnly ( long durationSeconds ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofSecondsOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofUnit ( long durationInUnit, ChronoUnit unit ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofUnit:(JLjava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofUnitOnly ( long durationInUnit, ChronoUnit unit ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofUnitOnly:(JLjava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofWeeks ( long durationWeeks ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofWeeks:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofWeeksOnly ( long durationWeeks ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofWeeksOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofYears ( long durationYears ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofYears:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.ofYearsOnly ( long durationYears ) [static] : NDuration
net/thevpc/nuts/time/NDuration.ofYearsOnly:(J)Lnet/thevpc/nuts/time/NDuration;
NDuration.subtract ( NDuration other ) : NDuration
net/thevpc/nuts/time/NDuration.subtract:(Lnet/thevpc/nuts/time/NDuration;)Lnet/thevpc/nuts/time/NDuration;
NDuration.toDuration ( ) : Duration
net/thevpc/nuts/time/NDuration.toDuration:()Ljava/time/Duration;
NDuration.toString ( ) : String
net/thevpc/nuts/time/NDuration.toString:()Ljava/lang/String;
NDuration.toString ( NDurationFormatMode formatMode ) : String
net/thevpc/nuts/time/NDuration.toString:(Lnet/thevpc/nuts/time/NDurationFormatMode;)Ljava/lang/String;
NDuration.toUnitsArray ( ) : long[ ]
net/thevpc/nuts/time/NDuration.toUnitsArray:()[J
NDuration.withLargestUnit ( ChronoUnit largestUnit ) : NDuration
net/thevpc/nuts/time/NDuration.withLargestUnit:(Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
NDuration.withSmallestUnit ( ChronoUnit smallestUnit ) : NDuration
net/thevpc/nuts/time/NDuration.withSmallestUnit:(Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
NDuration.withUnits ( ChronoUnit smallestUnit, ChronoUnit largestUnit ) : NDuration
net/thevpc/nuts/time/NDuration.withUnits:(Ljava/time/temporal/ChronoUnit;Ljava/time/temporal/ChronoUnit;)Lnet/thevpc/nuts/time/NDuration;
nuts-0.8.4.jar,
NDurationFormatMode.class
package net.thevpc.nuts.time
NDurationFormatMode.id ( ) : String
net/thevpc/nuts/time/NDurationFormatMode.id:()Ljava/lang/String;
NDurationFormatMode.parse ( String value ) [static] : NOptional<NDurationFormatMode>
net/thevpc/nuts/time/NDurationFormatMode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NDurationFormatMode.valueOf ( String name ) [static] : NDurationFormatMode
net/thevpc/nuts/time/NDurationFormatMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/time/NDurationFormatMode;
NDurationFormatMode.values ( ) [static] : NDurationFormatMode[ ]
net/thevpc/nuts/time/NDurationFormatMode.values:()[Lnet/thevpc/nuts/time/NDurationFormatMode;
nuts-0.8.4.jar,
NEDesc.class
package net.thevpc.nuts.elem
NEDesc.describeResolveOr ( Object o, NSession session, Supplier<NElement> d ) [static] : NElement
net/thevpc/nuts/elem/NEDesc.describeResolveOr:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/elem/NElement;
NEDesc.describeResolveOrDestruct ( Object o, NSession session ) [static] : NElement
net/thevpc/nuts/elem/NEDesc.describeResolveOrDestruct:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NEDesc.describeResolveOrDestructAsObject ( Object o, NSession session ) [static] : NObjectElement
net/thevpc/nuts/elem/NEDesc.describeResolveOrDestructAsObject:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NObjectElement;
NEDesc.describeResolveOrNull ( Object o, NSession session ) [static] : NElement
net/thevpc/nuts/elem/NEDesc.describeResolveOrNull:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NEDesc.describeResolveOrToString ( Object o, NSession session ) [static] : NElement
net/thevpc/nuts/elem/NEDesc.describeResolveOrToString:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NEDesc.isSupported ( Object o ) [static] : boolean
net/thevpc/nuts/elem/NEDesc.isSupported:(Ljava/lang/Object;)Z
NEDesc.of ( Function<NSession,NElement> f ) [static] : NEDesc
net/thevpc/nuts/elem/NEDesc.of:(Ljava/util/function/Function;)Lnet/thevpc/nuts/elem/NEDesc;
NEDesc.of ( NElement element ) [static] : NEDesc
net/thevpc/nuts/elem/NEDesc.of:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NEDesc;
NEDesc.of ( String name ) [static] : NEDesc
net/thevpc/nuts/elem/NEDesc.of:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NEDesc;
NEDesc.ofLateString ( Supplier<String> name ) [static] : NEDesc
net/thevpc/nuts/elem/NEDesc.ofLateString:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/elem/NEDesc;
NEDesc.ofLateToString ( Object any ) [static] : NEDesc
net/thevpc/nuts/elem/NEDesc.ofLateToString:(Ljava/lang/Object;)Lnet/thevpc/nuts/elem/NEDesc;
NEDesc.ofPossibleDescribable ( Object any ) [static] : NEDesc
net/thevpc/nuts/elem/NEDesc.ofPossibleDescribable:(Ljava/lang/Object;)Lnet/thevpc/nuts/elem/NEDesc;
NEDesc.safeDescribe ( NSession session, NEDesc... descriptions ) [static] : NElement
net/thevpc/nuts/elem/NEDesc.safeDescribe:(Lnet/thevpc/nuts/NSession;[Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/elem/NElement;
NEDesc.safeDescribeOfBase ( NSession session, NEDesc description, Object base ) [static] : NElement
net/thevpc/nuts/elem/NEDesc.safeDescribeOfBase:(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/elem/NEDesc;Ljava/lang/Object;)Lnet/thevpc/nuts/elem/NElement;
nuts-0.8.4.jar,
NElement.class
package net.thevpc.nuts.elem
NElement.asArray ( ) [abstract] : NOptional<NArrayElement>
net/thevpc/nuts/elem/NElement.asArray:()Lnet/thevpc/nuts/util/NOptional;
NElement.asCustom ( ) [abstract] : NOptional<NCustomElement>
net/thevpc/nuts/elem/NElement.asCustom:()Lnet/thevpc/nuts/util/NOptional;
NElement.asNavigatable ( ) [abstract] : NOptional<NNavigatableElement>
net/thevpc/nuts/elem/NElement.asNavigatable:()Lnet/thevpc/nuts/util/NOptional;
NElement.asObject ( ) [abstract] : NOptional<NObjectElement>
net/thevpc/nuts/elem/NElement.asObject:()Lnet/thevpc/nuts/util/NOptional;
NElement.asPrimitive ( ) [abstract] : NOptional<NPrimitiveElement>
net/thevpc/nuts/elem/NElement.asPrimitive:()Lnet/thevpc/nuts/util/NOptional;
NElement.isArray ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElement.isArray:()Z
NElement.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElement.isBlank:()Z
NElement.isCustom ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElement.isCustom:()Z
NElement.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElement.isEmpty:()Z
NElement.isObject ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElement.isObject:()Z
NElement.isPrimitive ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElement.isPrimitive:()Z
NElement.type ( ) [abstract] : NElementType
net/thevpc/nuts/elem/NElement.type:()Lnet/thevpc/nuts/elem/NElementType;
nuts-0.8.4.jar,
NElementBuilder.class
package net.thevpc.nuts.elem
NElementBuilder.build ( ) [abstract] : NElement
net/thevpc/nuts/elem/NElementBuilder.build:()Lnet/thevpc/nuts/elem/NElement;
NElementBuilder.type ( ) [abstract] : NElementType
net/thevpc/nuts/elem/NElementBuilder.type:()Lnet/thevpc/nuts/elem/NElementType;
nuts-0.8.4.jar,
NElementDescribable.class
package net.thevpc.nuts.elem
NElementDescribable<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/elem/NElementDescribable.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NElementDescribable<T>.withDesc ( NEDesc p1 ) [abstract] : T
net/thevpc/nuts/elem/NElementDescribable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NElementEntry.class
package net.thevpc.nuts.elem
NElementEntry.getKey ( ) [abstract] : NElement
net/thevpc/nuts/elem/NElementEntry.getKey:()Lnet/thevpc/nuts/elem/NElement;
NElementEntry.getValue ( ) [abstract] : NElement
net/thevpc/nuts/elem/NElementEntry.getValue:()Lnet/thevpc/nuts/elem/NElement;
nuts-0.8.4.jar,
NElementFactoryContext.class
package net.thevpc.nuts.elem
NElementFactoryContext.defaultDestruct ( Object p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/elem/NElementFactoryContext.defaultDestruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NElementFactoryContext.defaultElementToObject ( NElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElementFactoryContext.defaultElementToObject:(Lnet/thevpc/nuts/elem/NElement;Ljava/lang/Class;)Ljava/lang/Object;
NElementFactoryContext.defaultElementToObject ( NElement p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/elem/NElementFactoryContext.defaultElementToObject:(Lnet/thevpc/nuts/elem/NElement;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NElementFactoryContext.defaultObjectToElement ( Object p1, Type p2 ) [abstract] : NElement
net/thevpc/nuts/elem/NElementFactoryContext.defaultObjectToElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/elem/NElement;
NElementFactoryContext.destruct ( Object p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/elem/NElementFactoryContext.destruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NElementFactoryContext.elem ( ) [abstract] : NElements
net/thevpc/nuts/elem/NElementFactoryContext.elem:()Lnet/thevpc/nuts/elem/NElements;
NElementFactoryContext.elementToObject ( NElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElementFactoryContext.elementToObject:(Lnet/thevpc/nuts/elem/NElement;Ljava/lang/Class;)Ljava/lang/Object;
NElementFactoryContext.elementToObject ( NElement p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/elem/NElementFactoryContext.elementToObject:(Lnet/thevpc/nuts/elem/NElement;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NElementFactoryContext.getIndestructibleObjects ( ) [abstract] : Predicate<Class>
net/thevpc/nuts/elem/NElementFactoryContext.getIndestructibleObjects:()Ljava/util/function/Predicate;
NElementFactoryContext.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/elem/NElementFactoryContext.getProperties:()Ljava/util/Map;
NElementFactoryContext.getReflectRepository ( ) [abstract] : NReflectRepository
net/thevpc/nuts/elem/NElementFactoryContext.getReflectRepository:()Lnet/thevpc/nuts/reflect/NReflectRepository;
NElementFactoryContext.getSession ( ) [abstract] : NSession
net/thevpc/nuts/elem/NElementFactoryContext.getSession:()Lnet/thevpc/nuts/NSession;
NElementFactoryContext.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElementFactoryContext.isNtf:()Z
NElementFactoryContext.objectToElement ( Object p1, Type p2 ) [abstract] : NElement
net/thevpc/nuts/elem/NElementFactoryContext.objectToElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/elem/NElement;
nuts-0.8.4.jar,
NElementMapper.class
package net.thevpc.nuts.elem
NElementMapper<T>.createElement ( T p1, Type p2, NElementFactoryContext p3 ) [abstract] : NElement
net/thevpc/nuts/elem/NElementMapper.createElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/elem/NElementFactoryContext;)Lnet/thevpc/nuts/elem/NElement;
NElementMapper<T>.createObject ( NElement p1, Type p2, NElementFactoryContext p3 ) [abstract] : T
net/thevpc/nuts/elem/NElementMapper.createObject:(Lnet/thevpc/nuts/elem/NElement;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/elem/NElementFactoryContext;)Ljava/lang/Object;
NElementMapper<T>.destruct ( T p1, Type p2, NElementFactoryContext p3 ) [abstract] : Object
net/thevpc/nuts/elem/NElementMapper.destruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/elem/NElementFactoryContext;)Ljava/lang/Object;
nuts-0.8.4.jar,
NElementNotFoundException.class
package net.thevpc.nuts.elem
NElementNotFoundException.NElementNotFoundException ( NSession session, NMsg message )
net/thevpc/nuts/elem/NElementNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NElementNotFoundException.NElementNotFoundException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/elem/NElementNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NElementNotFoundException.NElementNotFoundException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/elem/NElementNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NElementPath.class
package net.thevpc.nuts.elem
NElementPath.filter ( List<NElement> p1 ) [abstract] : List<NElement>
net/thevpc/nuts/elem/NElementPath.filter:(Ljava/util/List;)Ljava/util/List;
NElementPath.filter ( NElement p1 ) [abstract] : List<NElement>
net/thevpc/nuts/elem/NElementPath.filter:(Lnet/thevpc/nuts/elem/NElement;)Ljava/util/List;
nuts-0.8.4.jar,
NElements.class
package net.thevpc.nuts.elem
NElements.compilePath ( String p1 ) [abstract] : NElementPath
net/thevpc/nuts/elem/NElements.compilePath:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NElementPath;
NElements.configure ( boolean p1, String... p2 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/elem/NElements;
NElements.configure ( boolean p1, String[ ] p2 ) : NContentTypeFormat
net/thevpc/nuts/elem/NElements.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NElements.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/elem/NElements.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NElements.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/elem/NElements.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NElements.convert ( Object p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.convert:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
NElements.destruct ( Object p1 ) [abstract] : Object
net/thevpc/nuts/elem/NElements.destruct:(Ljava/lang/Object;)Ljava/lang/Object;
NElements.fromElement ( NElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.fromElement:(Lnet/thevpc/nuts/elem/NElement;Ljava/lang/Class;)Ljava/lang/Object;
NElements.getContentType ( ) [abstract] : NContentType
net/thevpc/nuts/elem/NElements.getContentType:()Lnet/thevpc/nuts/format/NContentType;
NElements.getIndestructibleObjects ( ) [abstract] : Predicate<Class>
net/thevpc/nuts/elem/NElements.getIndestructibleObjects:()Ljava/util/function/Predicate;
NElements.getProgressFactory ( ) [abstract] : NProgressFactory
net/thevpc/nuts/elem/NElements.getProgressFactory:()Lnet/thevpc/nuts/time/NProgressFactory;
NElements.getValue ( ) [abstract] : Object
net/thevpc/nuts/elem/NElements.getValue:()Ljava/lang/Object;
NElements.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElements.isCompact:()Z
NElements.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElements.isLogProgress:()Z
NElements.isTraceProgress ( ) [abstract] : boolean
net/thevpc/nuts/elem/NElements.isTraceProgress:()Z
NElements.iter ( NPrintStream p1 ) [abstract] : NIterableFormat
net/thevpc/nuts/elem/NElements.iter:(Lnet/thevpc/nuts/io/NPrintStream;)Lnet/thevpc/nuts/format/NIterableFormat;
NElements.json ( ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.json:()Lnet/thevpc/nuts/elem/NElements;
NElements.of ( NSession session ) [static] : NElements
net/thevpc/nuts/elem/NElements.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElements;
NElements.ofArray ( ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/elem/NElements.ofArray:()Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NElements.ofBoolean ( boolean p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofBoolean:(Z)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofBoolean ( String p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofBoolean:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofByte ( Byte p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofByte:(Ljava/lang/Byte;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofCustom ( Object p1 ) [abstract] : NCustomElement
net/thevpc/nuts/elem/NElements.ofCustom:(Ljava/lang/Object;)Lnet/thevpc/nuts/elem/NCustomElement;
NElements.ofDouble ( Double p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofDouble:(Ljava/lang/Double;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofEmptyArray ( ) [abstract] : NArrayElement
net/thevpc/nuts/elem/NElements.ofEmptyArray:()Lnet/thevpc/nuts/elem/NArrayElement;
NElements.ofEmptyObject ( ) [abstract] : NObjectElement
net/thevpc/nuts/elem/NElements.ofEmptyObject:()Lnet/thevpc/nuts/elem/NObjectElement;
NElements.ofEntry ( NElement p1, NElement p2 ) [abstract] : NElementEntry
net/thevpc/nuts/elem/NElements.ofEntry:(Lnet/thevpc/nuts/elem/NElement;Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NElementEntry;
NElements.ofFalse ( ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofFalse:()Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofFloat ( Float p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofFloat:(Ljava/lang/Float;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofFloat ( Short p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofFloat:(Ljava/lang/Short;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofInstant ( Date p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofInstant:(Ljava/util/Date;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofInstant ( Instant p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofInstant:(Ljava/time/Instant;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofInstant ( String p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofInstant:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofInt ( Integer p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofInt:(Ljava/lang/Integer;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofLong ( Long p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofLong:(Ljava/lang/Long;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofNull ( ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofNull:()Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofNumber ( Number p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofNumber:(Ljava/lang/Number;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofNumber ( String p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofNumber:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofObject ( ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NElements.ofObject:()Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NElements.ofString ( String p1 ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofString:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.ofTrue ( ) [abstract] : NPrimitiveElement
net/thevpc/nuts/elem/NElements.ofTrue:()Lnet/thevpc/nuts/elem/NPrimitiveElement;
NElements.parse ( byte[ ] p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:([B)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( byte[ ] p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:([BLjava/lang/Class;)Ljava/lang/Object;
NElements.parse ( File p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:(Ljava/io/File;)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( File p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:(Ljava/io/File;Ljava/lang/Class;)Ljava/lang/Object;
NElements.parse ( InputStream p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( InputStream p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:(Ljava/io/InputStream;Ljava/lang/Class;)Ljava/lang/Object;
NElements.parse ( NPath p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( NPath p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:(Lnet/thevpc/nuts/io/NPath;Ljava/lang/Class;)Ljava/lang/Object;
NElements.parse ( Path p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( Path p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:(Ljava/nio/file/Path;Ljava/lang/Class;)Ljava/lang/Object;
NElements.parse ( Reader p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( Reader p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:(Ljava/io/Reader;Ljava/lang/Class;)Ljava/lang/Object;
NElements.parse ( String p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( String p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
NElements.parse ( URL p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/elem/NElement;
NElements.parse ( URL p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/elem/NElements.parse:(Ljava/net/URL;Ljava/lang/Class;)Ljava/lang/Object;
NElements.setCompact ( boolean p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setCompact:(Z)Lnet/thevpc/nuts/elem/NElements;
NElements.setContentType ( NContentType p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setContentType:(Lnet/thevpc/nuts/format/NContentType;)Lnet/thevpc/nuts/elem/NElements;
NElements.setIndestructibleFormat ( ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setIndestructibleFormat:()Lnet/thevpc/nuts/elem/NElements;
NElements.setIndestructibleObjects ( Predicate<Class> p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setIndestructibleObjects:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/elem/NElements;
NElements.setLogProgress ( boolean p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setLogProgress:(Z)Lnet/thevpc/nuts/elem/NElements;
NElements.setMapper ( Class<T> p1, NElementMapper<T> p2 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setMapper:(Ljava/lang/Class;Lnet/thevpc/nuts/elem/NElementMapper;)Lnet/thevpc/nuts/elem/NElements;
NElements.setNtf ( boolean p1 ) : NContentTypeFormat
net/thevpc/nuts/elem/NElements.setNtf:(Z)Lnet/thevpc/nuts/format/NContentTypeFormat;
NElements.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/elem/NElements.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NElements.setNtf ( boolean p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setNtf:(Z)Lnet/thevpc/nuts/elem/NElements;
NElements.setProgressFactory ( NProgressFactory p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setProgressFactory:(Lnet/thevpc/nuts/time/NProgressFactory;)Lnet/thevpc/nuts/elem/NElements;
NElements.setSession ( NSession p1 ) : NContentTypeFormat
net/thevpc/nuts/elem/NElements.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NElements.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/elem/NElements.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NElements.setSession ( NSession p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElements;
NElements.setTraceProgress ( boolean p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setTraceProgress:(Z)Lnet/thevpc/nuts/elem/NElements;
NElements.setValue ( Object p1 ) : NContentTypeFormat
net/thevpc/nuts/elem/NElements.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NElements.setValue ( Object p1 ) [abstract] : NElements
net/thevpc/nuts/elem/NElements.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/elem/NElements;
NElements.toElement ( Object p1 ) [abstract] : NElement
net/thevpc/nuts/elem/NElements.toElement:(Ljava/lang/Object;)Lnet/thevpc/nuts/elem/NElement;
nuts-0.8.4.jar,
NElementType.class
package net.thevpc.nuts.elem
NElementType.id ( ) : String
net/thevpc/nuts/elem/NElementType.id:()Ljava/lang/String;
NElementType.isNumber ( ) : boolean
net/thevpc/nuts/elem/NElementType.isNumber:()Z
NElementType.isPrimitive ( ) : boolean
net/thevpc/nuts/elem/NElementType.isPrimitive:()Z
NElementType.parse ( String value ) [static] : NOptional<NElementType>
net/thevpc/nuts/elem/NElementType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NElementType.valueOf ( String name ) [static] : NElementType
net/thevpc/nuts/elem/NElementType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NElementType;
NElementType.values ( ) [static] : NElementType[ ]
net/thevpc/nuts/elem/NElementType.values:()[Lnet/thevpc/nuts/elem/NElementType;
nuts-0.8.4.jar,
NEnum.class
package net.thevpc.nuts.util
NEnum.id ( ) [abstract] : String
net/thevpc/nuts/util/NEnum.id:()Ljava/lang/String;
NEnum.parse ( Class<T> type, String value ) [static] : NOptional<T>
net/thevpc/nuts/util/NEnum.parse:(Ljava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NEnumSet.class
package net.thevpc.nuts.util
NEnumSet<T>.add ( T any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.add:(Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.addAll ( Collection<T> any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.addAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.addAll ( NEnumSet<T> other ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.addAll:(Lnet/thevpc/nuts/util/NEnumSet;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.addAll ( T... any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.addAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.allOf ( Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.allOf:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.allOfType ( Class<V> setType, Class<T> type ) [static] : V
net/thevpc/nuts/util/NEnumSet.allOfType:(Ljava/lang/Class;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.allOfType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.allOfType:(Lnet/thevpc/nuts/util/NFunction2;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.bits ( ) : long
net/thevpc/nuts/util/NEnumSet.bits:()J
NEnumSet<T>.bitSet ( ) : BitSet
net/thevpc/nuts/util/NEnumSet.bitSet:()Ljava/util/BitSet;
NEnumSet<T>.complement ( ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.complement:()Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.contains ( T any ) : boolean
net/thevpc/nuts/util/NEnumSet.contains:(Ljava/lang/Enum;)Z
NEnumSet<T>.containsAll ( Collection<T> any ) : boolean
net/thevpc/nuts/util/NEnumSet.containsAll:(Ljava/util/Collection;)Z
NEnumSet<T>.containsAll ( T... any ) : boolean
net/thevpc/nuts/util/NEnumSet.containsAll:([Ljava/lang/Enum;)Z
NEnumSet<T>.containsAny ( Collection<T> any ) : boolean
net/thevpc/nuts/util/NEnumSet.containsAny:(Ljava/util/Collection;)Z
NEnumSet<T>.containsAny ( T... any ) : boolean
net/thevpc/nuts/util/NEnumSet.containsAny:([Ljava/lang/Enum;)Z
NEnumSet<T>.containsNone ( Collection<T> any ) : boolean
net/thevpc/nuts/util/NEnumSet.containsNone:(Ljava/util/Collection;)Z
NEnumSet<T>.containsNone ( T... any ) : boolean
net/thevpc/nuts/util/NEnumSet.containsNone:([Ljava/lang/Enum;)Z
NEnumSet<T>.equals ( Object o ) : boolean
net/thevpc/nuts/util/NEnumSet.equals:(Ljava/lang/Object;)Z
NEnumSet<T>.getMaxSize ( ) : int
net/thevpc/nuts/util/NEnumSet.getMaxSize:()I
NEnumSet<T>.hashCode ( ) : int
net/thevpc/nuts/util/NEnumSet.hashCode:()I
NEnumSet<T>.isEmpty ( ) : boolean
net/thevpc/nuts/util/NEnumSet.isEmpty:()Z
NEnumSet<T>.isFull ( ) : boolean
net/thevpc/nuts/util/NEnumSet.isFull:()Z
NEnumSet<T>.iterator ( ) : Iterator<T>
net/thevpc/nuts/util/NEnumSet.iterator:()Ljava/util/Iterator;
NEnumSet<T>.NEnumSet<T> ( Set<T> values, Class<T> type, NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr )
net/thevpc/nuts/util/NEnumSet."<init>":(Ljava/util/Set;Ljava/lang/Class;Lnet/thevpc/nuts/util/NFunction2;)V
NEnumSet<T>.noneOf ( Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.noneOf:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.noneOfType ( Class<V> setType, Class<T> type ) [static] : V
net/thevpc/nuts/util/NEnumSet.noneOfType:(Ljava/lang/Class;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.noneOfType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.noneOfType:(Lnet/thevpc/nuts/util/NFunction2;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.of ( Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.of:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.of ( Collection<T> value ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.of:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.of ( Collection<T> value, Class<T> tt ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.of:(Ljava/util/Collection;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.of ( T value ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.of:(Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.of ( T... value ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.of:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.of ( T[ ] value, Class<T> tt ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.of:([Ljava/lang/Enum;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofBitSet ( BigInteger bits, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofBitSet:(Ljava/math/BigInteger;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofBitSet ( BitSet bits, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofBitSet:(Ljava/util/BitSet;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofBitSet ( long bits, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofBitSet:(JLjava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( Class<V> setType, Class<T> valueType ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofType:(Ljava/lang/Class;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( Class<V> setType, Collection<T> value ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofType:(Ljava/lang/Class;Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( Class<V> setType, Collection<T> value, Class<T> tt ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofType:(Ljava/lang/Class;Ljava/util/Collection;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( Class<V> setType, T value ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofType:(Ljava/lang/Class;Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( Class<V> setType, T... value ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofType:(Ljava/lang/Class;[Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( Class<V> setType, T[ ] value, Class<T> tt ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofType:(Ljava/lang/Class;[Ljava/lang/Enum;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, Collection<T> value ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofType:(Lnet/thevpc/nuts/util/NFunction2;Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, Collection<T> value, Class<T> tt ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofType:(Lnet/thevpc/nuts/util/NFunction2;Ljava/util/Collection;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, T value ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofType:(Lnet/thevpc/nuts/util/NFunction2;Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, T... value ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofType:(Lnet/thevpc/nuts/util/NFunction2;[Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, T[ ] value, Class<T> tt ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofType:(Lnet/thevpc/nuts/util/NFunction2;[Ljava/lang/Enum;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> setType, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofType:(Lnet/thevpc/nuts/util/NFunction2;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofTypeBitSet ( Class<V> setType, BigInteger bits, Class<T> type ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofTypeBitSet:(Ljava/lang/Class;Ljava/math/BigInteger;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofTypeBitSet ( Class<V> setType, BitSet bits, Class<T> type ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofTypeBitSet:(Ljava/lang/Class;Ljava/util/BitSet;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofTypeBitSet ( Class<V> setType, long bits, Class<T> type ) [static] : V
net/thevpc/nuts/util/NEnumSet.ofTypeBitSet:(Ljava/lang/Class;JLjava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofTypeBitSet ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, BigInteger bits, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofTypeBitSet:(Lnet/thevpc/nuts/util/NFunction2;Ljava/math/BigInteger;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofTypeBitSet ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, BitSet bits, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofTypeBitSet:(Lnet/thevpc/nuts/util/NFunction2;Ljava/util/BitSet;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.ofTypeBitSet ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr, long bits, Class<T> type ) [static] : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.ofTypeBitSet:(Lnet/thevpc/nuts/util/NFunction2;JLjava/lang/Class;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.parse ( String value, Class<T> type ) [static] : NOptional<NEnumSet<T>>
net/thevpc/nuts/util/NEnumSet.parse:(Ljava/lang/String;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NEnumSet<T>.parseType ( Class<V> setType, String value, Class<T> type ) [static] : NOptional<V>
net/thevpc/nuts/util/NEnumSet.parseType:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NEnumSet<T>.parseType ( NFunction2<Set<T>,Class<T>,NEnumSet<T>> setType, String value, Class<T> type ) [static] : NOptional<NEnumSet<T>>
net/thevpc/nuts/util/NEnumSet.parseType:(Lnet/thevpc/nuts/util/NFunction2;Ljava/lang/String;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NEnumSet<T>.remove ( T any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.remove:(Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.removeAll ( Collection<T> any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.removeAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.removeAll ( T... any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.removeAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.retainAll ( Collection<T> any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.retainAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.retainAll ( T... any ) : NEnumSet<T>
net/thevpc/nuts/util/NEnumSet.retainAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSet<T>.size ( ) : int
net/thevpc/nuts/util/NEnumSet.size:()I
NEnumSet<T>.stream ( ) : Stream<T>
net/thevpc/nuts/util/NEnumSet.stream:()Ljava/util/stream/Stream;
NEnumSet<T>.toArray ( ) : T[ ]
net/thevpc/nuts/util/NEnumSet.toArray:()[Ljava/lang/Enum;
NEnumSet<T>.toSet ( ) : Set<T>
net/thevpc/nuts/util/NEnumSet.toSet:()Ljava/util/Set;
NEnumSet<T>.toString ( ) : String
net/thevpc/nuts/util/NEnumSet.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NEnumSetBase.class
package net.thevpc.nuts.util
NEnumSetBase<T,V>.add ( Enum p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.add:(Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.add ( T any ) : V
net/thevpc/nuts/util/NEnumSetBase.add:(Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.addAll ( Collection p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.addAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.addAll ( Collection<T> any ) : V
net/thevpc/nuts/util/NEnumSetBase.addAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.addAll ( Enum[ ] p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.addAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.addAll ( T... any ) : V
net/thevpc/nuts/util/NEnumSetBase.addAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.complement ( ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.complement:()Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.complement ( ) : V
net/thevpc/nuts/util/NEnumSetBase.complement:()Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.NEnumSetBase<T,V> ( Set<T> values, Class<T> type, NFunction2<Set<T>,Class<T>,NEnumSet<T>> ctr )
net/thevpc/nuts/util/NEnumSetBase."<init>":(Ljava/util/Set;Ljava/lang/Class;Lnet/thevpc/nuts/util/NFunction2;)V
NEnumSetBase<T,V>.remove ( Enum p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.remove:(Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.remove ( T any ) : V
net/thevpc/nuts/util/NEnumSetBase.remove:(Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.removeAll ( Collection p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.removeAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.removeAll ( Collection<T> any ) : V
net/thevpc/nuts/util/NEnumSetBase.removeAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.removeAll ( Enum[ ] p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.removeAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.removeAll ( T... any ) : V
net/thevpc/nuts/util/NEnumSetBase.removeAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.retainAll ( Collection p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.retainAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.retainAll ( Collection<T> any ) : V
net/thevpc/nuts/util/NEnumSetBase.retainAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NEnumSetBase;
NEnumSetBase<T,V>.retainAll ( Enum[ ] p1 ) : NEnumSet
net/thevpc/nuts/util/NEnumSetBase.retainAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSet;
NEnumSetBase<T,V>.retainAll ( T... any ) : V
net/thevpc/nuts/util/NEnumSetBase.retainAll:([Ljava/lang/Enum;)Lnet/thevpc/nuts/util/NEnumSetBase;
nuts-0.8.4.jar,
NEnumUtils.class
package net.thevpc.nuts.util
NEnumUtils.parseEnum ( String value, Class<T> type ) [static] : NOptional<T>
net/thevpc/nuts/util/NEnumUtils.parseEnum:(Ljava/lang/String;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NEnumUtils.parseEnum ( String value, Class<T> type, Function<NEnumUtils.EnumValue,NOptional<T>> mapper ) [static] : NOptional<T>
net/thevpc/nuts/util/NEnumUtils.parseEnum:(Ljava/lang/String;Ljava/lang/Class;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NEnvCondition.class
package net.thevpc.nuts
NEnvCondition.builder ( ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvCondition.builder:()Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvCondition.getArch ( ) [abstract] : List<String>
net/thevpc/nuts/NEnvCondition.getArch:()Ljava/util/List;
NEnvCondition.getDesktopEnvironment ( ) [abstract] : List<String>
net/thevpc/nuts/NEnvCondition.getDesktopEnvironment:()Ljava/util/List;
NEnvCondition.getOs ( ) [abstract] : List<String>
net/thevpc/nuts/NEnvCondition.getOs:()Ljava/util/List;
NEnvCondition.getOsDist ( ) [abstract] : List<String>
net/thevpc/nuts/NEnvCondition.getOsDist:()Ljava/util/List;
NEnvCondition.getPlatform ( ) [abstract] : List<String>
net/thevpc/nuts/NEnvCondition.getPlatform:()Ljava/util/List;
NEnvCondition.getProfile ( ) [abstract] : List<String>
net/thevpc/nuts/NEnvCondition.getProfile:()Ljava/util/List;
NEnvCondition.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NEnvCondition.getProperties:()Ljava/util/Map;
NEnvCondition.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NEnvCondition.isBlank:()Z
NEnvCondition.readOnly ( ) [abstract] : NEnvCondition
net/thevpc/nuts/NEnvCondition.readOnly:()Lnet/thevpc/nuts/NEnvCondition;
NEnvCondition.toMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NEnvCondition.toMap:()Ljava/util/Map;
nuts-0.8.4.jar,
NEnvConditionBuilder.class
package net.thevpc.nuts
NEnvConditionBuilder.addAll ( NEnvCondition p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addAll:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addArchs ( String p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addArchs:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addArchs ( String... p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addArchs:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addDesktopEnvironment ( String p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addDesktopEnvironment:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addDesktopEnvironments ( String... p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addDesktopEnvironments:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addOs ( String p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addOsDist ( String p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addOsDist:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addOsDists ( String... p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addOsDists:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addOses ( String... p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addOses:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addPlatform ( String p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addPlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addPlatforms ( String... p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addPlatforms:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addProfile ( String p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addProfile:(Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addProfiles ( String... p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addProfiles:([Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addProperties ( Map<String,String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.addProperty ( String p1, String p2 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.build ( ) [abstract] : NEnvCondition
net/thevpc/nuts/NEnvConditionBuilder.build:()Lnet/thevpc/nuts/NEnvCondition;
NEnvConditionBuilder.clear ( ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.clear:()Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.copy ( ) [abstract] : NEnvCondition
net/thevpc/nuts/NEnvConditionBuilder.copy:()Lnet/thevpc/nuts/NEnvCondition;
NEnvConditionBuilder.setAll ( NEnvCondition p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setAll:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.setArch ( List<String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setArch:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.setDesktopEnvironment ( List<String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setDesktopEnvironment:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.setOs ( List<String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setOs:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.setOsDist ( List<String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setOsDist:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.setPlatform ( List<String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setPlatform:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.setProfile ( List<String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setProfile:(Ljava/util/List;)Lnet/thevpc/nuts/NEnvConditionBuilder;
NEnvConditionBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NEnvConditionBuilder
net/thevpc/nuts/NEnvConditionBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NEnvConditionBuilder;
nuts-0.8.4.jar,
NEnvs.class
package net.thevpc.nuts
NEnvs.addLauncher ( NLauncherOptions p1 ) [abstract] : void
net/thevpc/nuts/NEnvs.addLauncher:(Lnet/thevpc/nuts/NLauncherOptions;)V
NEnvs.buildEffectiveCommand ( String[ ] p1, NRunAs p2, Set<NDesktopEnvironmentFamily> p3, Function<String,String> p4, Boolean p5, String p6, String p7, String[ ] p8 ) [abstract] : List<String>
net/thevpc/nuts/NEnvs.buildEffectiveCommand:([Ljava/lang/String;Lnet/thevpc/nuts/NRunAs;Ljava/util/Set;Ljava/util/function/Function;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Ljava/util/List;
NEnvs.getArch ( ) [abstract] : NId
net/thevpc/nuts/NEnvs.getArch:()Lnet/thevpc/nuts/NId;
NEnvs.getArchFamily ( ) [abstract] : NArchFamily
net/thevpc/nuts/NEnvs.getArchFamily:()Lnet/thevpc/nuts/env/NArchFamily;
NEnvs.getDesktopEnvironment ( ) [abstract] : NId
net/thevpc/nuts/NEnvs.getDesktopEnvironment:()Lnet/thevpc/nuts/NId;
NEnvs.getDesktopEnvironmentFamilies ( ) [abstract] : Set<NDesktopEnvironmentFamily>
net/thevpc/nuts/NEnvs.getDesktopEnvironmentFamilies:()Ljava/util/Set;
NEnvs.getDesktopEnvironmentFamily ( ) [abstract] : NDesktopEnvironmentFamily
net/thevpc/nuts/NEnvs.getDesktopEnvironmentFamily:()Lnet/thevpc/nuts/env/NDesktopEnvironmentFamily;
NEnvs.getDesktopEnvironments ( ) [abstract] : Set<NId>
net/thevpc/nuts/NEnvs.getDesktopEnvironments:()Ljava/util/Set;
NEnvs.getDesktopIntegrationSupport ( NDesktopIntegrationItem p1 ) [abstract] : NSupportMode
net/thevpc/nuts/NEnvs.getDesktopIntegrationSupport:(Lnet/thevpc/nuts/env/NDesktopIntegrationItem;)Lnet/thevpc/nuts/util/NSupportMode;
NEnvs.getDesktopPath ( ) [abstract] : Path
net/thevpc/nuts/NEnvs.getDesktopPath:()Ljava/nio/file/Path;
NEnvs.getHostName ( ) [abstract] : String
net/thevpc/nuts/NEnvs.getHostName:()Ljava/lang/String;
NEnvs.getOs ( ) [abstract] : NId
net/thevpc/nuts/NEnvs.getOs:()Lnet/thevpc/nuts/NId;
NEnvs.getOsDist ( ) [abstract] : NId
net/thevpc/nuts/NEnvs.getOsDist:()Lnet/thevpc/nuts/NId;
NEnvs.getOsFamily ( ) [abstract] : NOsFamily
net/thevpc/nuts/NEnvs.getOsFamily:()Lnet/thevpc/nuts/env/NOsFamily;
NEnvs.getPid ( ) [abstract] : String
net/thevpc/nuts/NEnvs.getPid:()Ljava/lang/String;
NEnvs.getPlatform ( ) [abstract] : NId
net/thevpc/nuts/NEnvs.getPlatform:()Lnet/thevpc/nuts/NId;
NEnvs.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NEnvs.getProperties:()Ljava/util/Map;
NEnvs.getProperty ( String p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NEnvs.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NEnvs.getShellFamilies ( ) [abstract] : Set<NShellFamily>
net/thevpc/nuts/NEnvs.getShellFamilies:()Ljava/util/Set;
NEnvs.getShellFamily ( ) [abstract] : NShellFamily
net/thevpc/nuts/NEnvs.getShellFamily:()Lnet/thevpc/nuts/NShellFamily;
NEnvs.isGraphicalDesktopEnvironment ( ) [abstract] : boolean
net/thevpc/nuts/NEnvs.isGraphicalDesktopEnvironment:()Z
NEnvs.of ( NSession session ) [static] : NEnvs
net/thevpc/nuts/NEnvs.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NEnvs;
NEnvs.setProperty ( String p1, Object p2 ) [abstract] : NEnvs
net/thevpc/nuts/NEnvs.setProperty:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NEnvs;
NEnvs.setSession ( NSession p1 ) [abstract] : NEnvs
net/thevpc/nuts/NEnvs.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NEnvs;
nuts-0.8.4.jar,
NEqualizer.class
package net.thevpc.nuts.util
NEqualizer<T>.equals ( T p1, T p2 ) [abstract] : boolean
net/thevpc/nuts/util/NEqualizer.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
nuts-0.8.4.jar,
NEvaluationException.class
package net.thevpc.nuts
NEvaluationException.NEvaluationException ( NSession session, NMsg message )
net/thevpc/nuts/NEvaluationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NEvaluationException.NEvaluationException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NEvaluationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NEvaluationException.NEvaluationException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NEvaluationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NEvents.class
package net.thevpc.nuts
NEvents.addInstallListener ( NInstallListener p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.addInstallListener:(Lnet/thevpc/nuts/NInstallListener;)Lnet/thevpc/nuts/NEvents;
NEvents.addRepositoryListener ( NRepositoryListener p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.addRepositoryListener:(Lnet/thevpc/nuts/NRepositoryListener;)Lnet/thevpc/nuts/NEvents;
NEvents.addUserPropertyListener ( NMapListener<String,Object> p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.addUserPropertyListener:(Lnet/thevpc/nuts/util/NMapListener;)Lnet/thevpc/nuts/NEvents;
NEvents.addWorkspaceListener ( NWorkspaceListener p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.addWorkspaceListener:(Lnet/thevpc/nuts/NWorkspaceListener;)Lnet/thevpc/nuts/NEvents;
NEvents.getInstallListeners ( ) [abstract] : List<NInstallListener>
net/thevpc/nuts/NEvents.getInstallListeners:()Ljava/util/List;
NEvents.getRepositoryListeners ( ) [abstract] : List<NRepositoryListener>
net/thevpc/nuts/NEvents.getRepositoryListeners:()Ljava/util/List;
NEvents.getUserPropertyListeners ( ) [abstract] : List<NMapListener<String,Object>>
net/thevpc/nuts/NEvents.getUserPropertyListeners:()Ljava/util/List;
NEvents.getWorkspaceListeners ( ) [abstract] : List<NWorkspaceListener>
net/thevpc/nuts/NEvents.getWorkspaceListeners:()Ljava/util/List;
NEvents.of ( NSession session ) [static] : NEvents
net/thevpc/nuts/NEvents.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NEvents;
NEvents.removeInstallListener ( NInstallListener p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.removeInstallListener:(Lnet/thevpc/nuts/NInstallListener;)Lnet/thevpc/nuts/NEvents;
NEvents.removeRepositoryListener ( NRepositoryListener p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.removeRepositoryListener:(Lnet/thevpc/nuts/NRepositoryListener;)Lnet/thevpc/nuts/NEvents;
NEvents.removeUserPropertyListener ( NMapListener<String,Object> p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.removeUserPropertyListener:(Lnet/thevpc/nuts/util/NMapListener;)Lnet/thevpc/nuts/NEvents;
NEvents.removeWorkspaceListener ( NWorkspaceListener p1 ) [abstract] : NEvents
net/thevpc/nuts/NEvents.removeWorkspaceListener:(Lnet/thevpc/nuts/NWorkspaceListener;)Lnet/thevpc/nuts/NEvents;
nuts-0.8.4.jar,
Never.class
package net.thevpc.nuts.util
NPredicates.Never<T>.equals ( Object obj ) : boolean
net/thevpc/nuts/util/NPredicates.Never.equals:(Ljava/lang/Object;)Z
NPredicates.Never<T>.hashCode ( ) : int
net/thevpc/nuts/util/NPredicates.Never.hashCode:()I
NPredicates.Never<T>.NPredicates.Never<T> ( )
net/thevpc/nuts/util/NPredicates.Never."<init>":()V
NPredicates.Never<T>.test ( T t ) : boolean
net/thevpc/nuts/util/NPredicates.Never.test:(Ljava/lang/Object;)Z
NPredicates.Never<T>.toString ( ) : String
net/thevpc/nuts/util/NPredicates.Never.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NException.class
package net.thevpc.nuts
NException.getFormattedMessage ( ) : NMsg
net/thevpc/nuts/NException.getFormattedMessage:()Lnet/thevpc/nuts/util/NMsg;
NException.getSession ( ) : NSession
net/thevpc/nuts/NException.getSession:()Lnet/thevpc/nuts/NSession;
NException.getWorkspace ( ) : NWorkspace
net/thevpc/nuts/NException.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NException.NException ( NSession session, NMsg message )
net/thevpc/nuts/NException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NException.NException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NException.NException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NExceptionBase.class
package net.thevpc.nuts
NExceptionBase.getFormattedMessage ( ) [abstract] : NMsg
net/thevpc/nuts/NExceptionBase.getFormattedMessage:()Lnet/thevpc/nuts/util/NMsg;
NExceptionBase.getMessage ( ) [abstract] : String
net/thevpc/nuts/NExceptionBase.getMessage:()Ljava/lang/String;
NExceptionBase.resolveExceptionBase ( Throwable th ) [static] : NOptional<NExceptionBase>
net/thevpc/nuts/NExceptionBase.resolveExceptionBase:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NExceptionWithExitCodeBase.class
package net.thevpc.nuts
NExceptionWithExitCodeBase.getExitCode ( ) [abstract] : int
net/thevpc/nuts/NExceptionWithExitCodeBase.getExitCode:()I
NExceptionWithExitCodeBase.resolveExitCode ( Throwable th ) [static] : NOptional<Integer>
net/thevpc/nuts/NExceptionWithExitCodeBase.resolveExitCode:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
NExceptionWithExitCodeBase.resolveWithExitCodeExceptionBase ( Throwable th ) [static] : NOptional<NExceptionWithExitCodeBase>
net/thevpc/nuts/NExceptionWithExitCodeBase.resolveWithExitCodeExceptionBase:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NExecCmd.class
package net.thevpc.nuts
NExecCmd.addCommand ( Collection<String> p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addCommand:(Ljava/util/Collection;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addCommand ( NPath p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addCommand:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addCommand ( String... p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addEnv ( Map<String,String> p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addExecutorOption ( String p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addExecutorOption:(Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addExecutorOptions ( Collection<String> p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addExecutorOptions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addExecutorOptions ( String... p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addWorkspaceOptions ( NWorkspaceOptions p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addWorkspaceOptions:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.addWorkspaceOptions ( String p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.addWorkspaceOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.clearCommand ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.clearCommand:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.clearEnv ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.clearEnv:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.clearExecutorOptions ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.clearExecutorOptions:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.clearWorkspaceOptions ( String p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.clearWorkspaceOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.configure ( boolean p1, String... p2 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NExecCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NExecCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NExecCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NExecCmd.copy ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.copy:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NExecCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NExecCmd.copySession ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.copySession:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.currentUser ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.currentUser:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.embedded ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.embedded:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.failFast ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.failFast:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.format ( ) [abstract] : NString
net/thevpc/nuts/NExecCmd.format:()Lnet/thevpc/nuts/text/NString;
NExecCmd.formatter ( ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmd.formatter:()Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmd.getCommand ( ) [abstract] : List<String>
net/thevpc/nuts/NExecCmd.getCommand:()Ljava/util/List;
NExecCmd.getCommandDefinition ( ) [abstract] : NDefinition
net/thevpc/nuts/NExecCmd.getCommandDefinition:()Lnet/thevpc/nuts/NDefinition;
NExecCmd.getDirectory ( ) [abstract] : NPath
net/thevpc/nuts/NExecCmd.getDirectory:()Lnet/thevpc/nuts/io/NPath;
NExecCmd.getEnv ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NExecCmd.getEnv:()Ljava/util/Map;
NExecCmd.getErr ( ) [abstract] : NExecOutput
net/thevpc/nuts/NExecCmd.getErr:()Lnet/thevpc/nuts/io/NExecOutput;
NExecCmd.getExecutionType ( ) [abstract] : NExecutionType
net/thevpc/nuts/NExecCmd.getExecutionType:()Lnet/thevpc/nuts/NExecutionType;
NExecCmd.getExecutorOptions ( ) [abstract] : List<String>
net/thevpc/nuts/NExecCmd.getExecutorOptions:()Ljava/util/List;
NExecCmd.getGrabbedAllString ( ) [abstract] : String
net/thevpc/nuts/NExecCmd.getGrabbedAllString:()Ljava/lang/String;
NExecCmd.getGrabbedErrString ( ) [abstract] : String
net/thevpc/nuts/NExecCmd.getGrabbedErrString:()Ljava/lang/String;
NExecCmd.getGrabbedOutOnlyString ( ) [abstract] : String
net/thevpc/nuts/NExecCmd.getGrabbedOutOnlyString:()Ljava/lang/String;
NExecCmd.getGrabbedOutString ( ) [abstract] : String
net/thevpc/nuts/NExecCmd.getGrabbedOutString:()Ljava/lang/String;
NExecCmd.getIn ( ) [abstract] : NExecInput
net/thevpc/nuts/NExecCmd.getIn:()Lnet/thevpc/nuts/io/NExecInput;
NExecCmd.getOut ( ) [abstract] : NExecOutput
net/thevpc/nuts/NExecCmd.getOut:()Lnet/thevpc/nuts/io/NExecOutput;
NExecCmd.getResultCode ( ) [abstract] : int
net/thevpc/nuts/NExecCmd.getResultCode:()I
NExecCmd.getResultException ( ) [abstract] : NOptional<NExecutionException>
net/thevpc/nuts/NExecCmd.getResultException:()Lnet/thevpc/nuts/util/NOptional;
NExecCmd.getRunAs ( ) [abstract] : NRunAs
net/thevpc/nuts/NExecCmd.getRunAs:()Lnet/thevpc/nuts/NRunAs;
NExecCmd.getSleepMillis ( ) [abstract] : long
net/thevpc/nuts/NExecCmd.getSleepMillis:()J
NExecCmd.getTarget ( ) [abstract] : String
net/thevpc/nuts/NExecCmd.getTarget:()Ljava/lang/String;
NExecCmd.getWorkspaceOptions ( ) [abstract] : List<String>
net/thevpc/nuts/NExecCmd.getWorkspaceOptions:()Ljava/util/List;
NExecCmd.grabAll ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.grabAll:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.grabErr ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.grabErr:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.grabOut ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.grabOut:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.grabOutOnly ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.grabOutOnly:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NExecCmd.isFailFast:()Z
NExecCmd.of ( NSession session ) [static] : NExecCmd
net/thevpc/nuts/NExecCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.open ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.open:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.redirectErr ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.redirectErr:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.root ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.root:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NExecCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NExecCmd.run ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.run:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setAll ( NExecCmd p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setAll:(Lnet/thevpc/nuts/NExecCmd;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setCommand ( Collection<String> p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setCommand:(Ljava/util/Collection;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setCommand ( String... p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setCommandDefinition ( NDefinition p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setCommandDefinition:(Lnet/thevpc/nuts/NDefinition;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setDirectory ( NPath p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setDirectory:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setEnv ( Map<String,String> p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setEnv ( String p1, String p2 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setEnv:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setErr ( NExecOutput p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setErr:(Lnet/thevpc/nuts/io/NExecOutput;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setExecutionType ( NExecutionType p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setExecutionType:(Lnet/thevpc/nuts/NExecutionType;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setExecutorOptions ( Collection<String> p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setExecutorOptions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setFailFast ( boolean p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setFailFast:(Z)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setIn ( NExecInput p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setIn:(Lnet/thevpc/nuts/io/NExecInput;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setOut ( NExecOutput p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setOut:(Lnet/thevpc/nuts/io/NExecOutput;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setRunAs ( NRunAs p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setRunAs:(Lnet/thevpc/nuts/NRunAs;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NExecCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NExecCmd.setSession ( NSession p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setSleepMillis ( long p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setSleepMillis:(J)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.setTarget ( String p1 ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NExecCmd;
NExecCmd.spawn ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.spawn:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.sudo ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.sudo:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.system ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmd.system:()Lnet/thevpc/nuts/NExecCmd;
NExecCmd.which ( ) [abstract] : NExecutableInformation
net/thevpc/nuts/NExecCmd.which:()Lnet/thevpc/nuts/NExecutableInformation;
nuts-0.8.4.jar,
NExecCmdExtension.class
package net.thevpc.nuts
NExecCmdExtension.exec ( NExecCmdExtensionContext p1 ) [abstract] : int
net/thevpc/nuts/NExecCmdExtension.exec:(Lnet/thevpc/nuts/NExecCmdExtensionContext;)I
nuts-0.8.4.jar,
NExecCmdExtensionContext.class
package net.thevpc.nuts
NExecCmdExtensionContext.err ( ) [abstract] : OutputStream
net/thevpc/nuts/NExecCmdExtensionContext.err:()Ljava/io/OutputStream;
NExecCmdExtensionContext.getCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NExecCmdExtensionContext.getCommand:()[Ljava/lang/String;
NExecCmdExtensionContext.getExecCommand ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmdExtensionContext.getExecCommand:()Lnet/thevpc/nuts/NExecCmd;
NExecCmdExtensionContext.getTarget ( ) [abstract] : String
net/thevpc/nuts/NExecCmdExtensionContext.getTarget:()Ljava/lang/String;
NExecCmdExtensionContext.in ( ) [abstract] : InputStream
net/thevpc/nuts/NExecCmdExtensionContext.in:()Ljava/io/InputStream;
NExecCmdExtensionContext.out ( ) [abstract] : OutputStream
net/thevpc/nuts/NExecCmdExtensionContext.out:()Ljava/io/OutputStream;
nuts-0.8.4.jar,
NExecCmdFormat.class
package net.thevpc.nuts
NExecCmdFormat.getArgumentFilter ( ) [abstract] : Predicate<NExecCmdFormat.ArgEntry>
net/thevpc/nuts/NExecCmdFormat.getArgumentFilter:()Ljava/util/function/Predicate;
NExecCmdFormat.getArgumentReplacer ( ) [abstract] : Function<NExecCmdFormat.ArgEntry,String>
net/thevpc/nuts/NExecCmdFormat.getArgumentReplacer:()Ljava/util/function/Function;
NExecCmdFormat.getEnvFilter ( ) [abstract] : Predicate<NExecCmdFormat.EnvEntry>
net/thevpc/nuts/NExecCmdFormat.getEnvFilter:()Ljava/util/function/Predicate;
NExecCmdFormat.getEnvReplacer ( ) [abstract] : Function<NExecCmdFormat.EnvEntry,String>
net/thevpc/nuts/NExecCmdFormat.getEnvReplacer:()Ljava/util/function/Function;
NExecCmdFormat.getValue ( ) [abstract] : NExecCmd
net/thevpc/nuts/NExecCmdFormat.getValue:()Lnet/thevpc/nuts/NExecCmd;
NExecCmdFormat.isRedirectError ( ) [abstract] : boolean
net/thevpc/nuts/NExecCmdFormat.isRedirectError:()Z
NExecCmdFormat.isRedirectInput ( ) [abstract] : boolean
net/thevpc/nuts/NExecCmdFormat.isRedirectInput:()Z
NExecCmdFormat.isRedirectOutput ( ) [abstract] : boolean
net/thevpc/nuts/NExecCmdFormat.isRedirectOutput:()Z
NExecCmdFormat.of ( NSession session ) [static] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setArgumentFilter ( Predicate<NExecCmdFormat.ArgEntry> p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setArgumentFilter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setArgumentReplacer ( Function<NExecCmdFormat.ArgEntry,String> p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setArgumentReplacer:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setEnvFilter ( Predicate<NExecCmdFormat.EnvEntry> p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setEnvFilter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setEnvReplacer ( Function<NExecCmdFormat.EnvEntry,String> p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setEnvReplacer:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/NExecCmdFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NExecCmdFormat.setNtf ( boolean p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setNtf:(Z)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setRedirectError ( boolean p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setRedirectError:(Z)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setRedirectInput ( boolean p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setRedirectInput:(Z)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setRedirectOutput ( boolean p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setRedirectOutput:(Z)Lnet/thevpc/nuts/NExecCmdFormat;
NExecCmdFormat.setValue ( NExecCmd p1 ) [abstract] : NExecCmdFormat
net/thevpc/nuts/NExecCmdFormat.setValue:(Lnet/thevpc/nuts/NExecCmd;)Lnet/thevpc/nuts/NExecCmdFormat;
nuts-0.8.4.jar,
NExecInput.class
package net.thevpc.nuts.io
NExecInput.equals ( Object o ) : boolean
net/thevpc/nuts/io/NExecInput.equals:(Ljava/lang/Object;)Z
NExecInput.getOptions ( ) : NPathOption[ ]
net/thevpc/nuts/io/NExecInput.getOptions:()[Lnet/thevpc/nuts/io/NPathOption;
NExecInput.getPath ( ) : NPath
net/thevpc/nuts/io/NExecInput.getPath:()Lnet/thevpc/nuts/io/NPath;
NExecInput.getStream ( ) : InputStream
net/thevpc/nuts/io/NExecInput.getStream:()Ljava/io/InputStream;
NExecInput.getType ( ) : NRedirectType
net/thevpc/nuts/io/NExecInput.getType:()Lnet/thevpc/nuts/io/NRedirectType;
NExecInput.hashCode ( ) : int
net/thevpc/nuts/io/NExecInput.hashCode:()I
NExecInput.ofBytes ( byte[ ] bytes ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofBytes:([B)Lnet/thevpc/nuts/io/NExecInput;
NExecInput.ofInherit ( ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofInherit:()Lnet/thevpc/nuts/io/NExecInput;
NExecInput.ofNull ( ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofNull:()Lnet/thevpc/nuts/io/NExecInput;
NExecInput.ofPath ( NPath file, NPathOption... options ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofPath:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NExecInput;
NExecInput.ofPath ( NPath path ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofPath:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NExecInput;
NExecInput.ofPipe ( ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofPipe:()Lnet/thevpc/nuts/io/NExecInput;
NExecInput.ofStream ( InputStream stream ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofStream:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NExecInput;
NExecInput.ofString ( String string ) [static] : NExecInput
net/thevpc/nuts/io/NExecInput.ofString:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NExecInput;
NExecInput.toString ( ) : String
net/thevpc/nuts/io/NExecInput.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NExecOutput.class
package net.thevpc.nuts.io
NExecOutput.getOptions ( ) : NPathOption[ ]
net/thevpc/nuts/io/NExecOutput.getOptions:()[Lnet/thevpc/nuts/io/NPathOption;
NExecOutput.getPath ( ) : NPath
net/thevpc/nuts/io/NExecOutput.getPath:()Lnet/thevpc/nuts/io/NPath;
NExecOutput.getResult ( ) : NInputSource
net/thevpc/nuts/io/NExecOutput.getResult:()Lnet/thevpc/nuts/io/NInputSource;
NExecOutput.getResultBytes ( ) : byte[ ]
net/thevpc/nuts/io/NExecOutput.getResultBytes:()[B
NExecOutput.getResultSource ( ) : NOptional<NInputSource>
net/thevpc/nuts/io/NExecOutput.getResultSource:()Lnet/thevpc/nuts/util/NOptional;
NExecOutput.getResultString ( ) : String
net/thevpc/nuts/io/NExecOutput.getResultString:()Ljava/lang/String;
NExecOutput.getStream ( ) : OutputStream
net/thevpc/nuts/io/NExecOutput.getStream:()Ljava/io/OutputStream;
NExecOutput.getType ( ) : NRedirectType
net/thevpc/nuts/io/NExecOutput.getType:()Lnet/thevpc/nuts/io/NRedirectType;
NExecOutput.ofGrabFile ( ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofGrabFile:()Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofGrabMem ( ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofGrabMem:()Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofInherit ( ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofInherit:()Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofNull ( ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofNull:()Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofPath ( NPath path ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofPath:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofPath ( NPath path, boolean append ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofPath:(Lnet/thevpc/nuts/io/NPath;Z)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofPath ( NPath path, NPathOption... options ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofPath:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofPipe ( ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofPipe:()Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofRedirect ( ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofRedirect:()Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofStream ( NPrintStream stream ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofStream:(Lnet/thevpc/nuts/io/NPrintStream;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.ofStream ( OutputStream stream ) [static] : NExecOutput
net/thevpc/nuts/io/NExecOutput.ofStream:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.setOptions ( NPathOption[ ] options ) : NExecOutput
net/thevpc/nuts/io/NExecOutput.setOptions:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.setPath ( NPath path ) : NExecOutput
net/thevpc/nuts/io/NExecOutput.setPath:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.setResult ( NInputSource result ) : NExecOutput
net/thevpc/nuts/io/NExecOutput.setResult:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.setStream ( OutputStream stream ) : NExecOutput
net/thevpc/nuts/io/NExecOutput.setStream:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NExecOutput;
NExecOutput.setType ( NRedirectType type ) : NExecOutput
net/thevpc/nuts/io/NExecOutput.setType:(Lnet/thevpc/nuts/io/NRedirectType;)Lnet/thevpc/nuts/io/NExecOutput;
nuts-0.8.4.jar,
NExecutableInformation.class
package net.thevpc.nuts
NExecutableInformation.close ( ) [abstract] : void
net/thevpc/nuts/NExecutableInformation.close:()V
NExecutableInformation.getDescription ( ) [abstract] : String
net/thevpc/nuts/NExecutableInformation.getDescription:()Ljava/lang/String;
NExecutableInformation.getHelpText ( ) [abstract] : NText
net/thevpc/nuts/NExecutableInformation.getHelpText:()Lnet/thevpc/nuts/text/NText;
NExecutableInformation.getId ( ) [abstract] : NId
net/thevpc/nuts/NExecutableInformation.getId:()Lnet/thevpc/nuts/NId;
NExecutableInformation.getName ( ) [abstract] : String
net/thevpc/nuts/NExecutableInformation.getName:()Ljava/lang/String;
NExecutableInformation.getType ( ) [abstract] : NExecutableType
net/thevpc/nuts/NExecutableInformation.getType:()Lnet/thevpc/nuts/NExecutableType;
NExecutableInformation.getValue ( ) [abstract] : String
net/thevpc/nuts/NExecutableInformation.getValue:()Ljava/lang/String;
nuts-0.8.4.jar,
NExecutableType.class
package net.thevpc.nuts
NExecutableType.id ( ) : String
net/thevpc/nuts/NExecutableType.id:()Ljava/lang/String;
NExecutableType.parse ( String value ) [static] : NOptional<NExecutableType>
net/thevpc/nuts/NExecutableType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExecutableType.valueOf ( String name ) [static] : NExecutableType
net/thevpc/nuts/NExecutableType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NExecutableType;
NExecutableType.values ( ) [static] : NExecutableType[ ]
net/thevpc/nuts/NExecutableType.values:()[Lnet/thevpc/nuts/NExecutableType;
nuts-0.8.4.jar,
NExecutionContext.class
package net.thevpc.nuts
NExecutionContext.getArguments ( ) [abstract] : List<String>
net/thevpc/nuts/NExecutionContext.getArguments:()Ljava/util/List;
NExecutionContext.getCommandName ( ) [abstract] : String
net/thevpc/nuts/NExecutionContext.getCommandName:()Ljava/lang/String;
NExecutionContext.getDefinition ( ) [abstract] : NDefinition
net/thevpc/nuts/NExecutionContext.getDefinition:()Lnet/thevpc/nuts/NDefinition;
NExecutionContext.getDirectory ( ) [abstract] : NPath
net/thevpc/nuts/NExecutionContext.getDirectory:()Lnet/thevpc/nuts/io/NPath;
NExecutionContext.getEnv ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NExecutionContext.getEnv:()Ljava/util/Map;
NExecutionContext.getErr ( ) [abstract] : NExecOutput
net/thevpc/nuts/NExecutionContext.getErr:()Lnet/thevpc/nuts/io/NExecOutput;
NExecutionContext.getExecutionType ( ) [abstract] : NExecutionType
net/thevpc/nuts/NExecutionContext.getExecutionType:()Lnet/thevpc/nuts/NExecutionType;
NExecutionContext.getExecutorDescriptor ( ) [abstract] : NArtifactCall
net/thevpc/nuts/NExecutionContext.getExecutorDescriptor:()Lnet/thevpc/nuts/NArtifactCall;
NExecutionContext.getExecutorOptions ( ) [abstract] : List<String>
net/thevpc/nuts/NExecutionContext.getExecutorOptions:()Ljava/util/List;
NExecutionContext.getIn ( ) [abstract] : NExecInput
net/thevpc/nuts/NExecutionContext.getIn:()Lnet/thevpc/nuts/io/NExecInput;
NExecutionContext.getOut ( ) [abstract] : NExecOutput
net/thevpc/nuts/NExecutionContext.getOut:()Lnet/thevpc/nuts/io/NExecOutput;
NExecutionContext.getRunAs ( ) [abstract] : NRunAs
net/thevpc/nuts/NExecutionContext.getRunAs:()Lnet/thevpc/nuts/NRunAs;
NExecutionContext.getSleepMillis ( ) [abstract] : long
net/thevpc/nuts/NExecutionContext.getSleepMillis:()J
NExecutionContext.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NExecutionContext.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NExecutionContext.getWorkspaceOptions ( ) [abstract] : List<String>
net/thevpc/nuts/NExecutionContext.getWorkspaceOptions:()Ljava/util/List;
NExecutionContext.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NExecutionContext.isFailFast:()Z
NExecutionContext.isTemporary ( ) [abstract] : boolean
net/thevpc/nuts/NExecutionContext.isTemporary:()Z
NExecutionContext.setErr ( NExecOutput p1 ) [abstract] : NExecutionContext
net/thevpc/nuts/NExecutionContext.setErr:(Lnet/thevpc/nuts/io/NExecOutput;)Lnet/thevpc/nuts/NExecutionContext;
NExecutionContext.setIn ( NExecInput p1 ) [abstract] : NExecutionContext
net/thevpc/nuts/NExecutionContext.setIn:(Lnet/thevpc/nuts/io/NExecInput;)Lnet/thevpc/nuts/NExecutionContext;
NExecutionContext.setOut ( NExecOutput p1 ) [abstract] : NExecutionContext
net/thevpc/nuts/NExecutionContext.setOut:(Lnet/thevpc/nuts/io/NExecOutput;)Lnet/thevpc/nuts/NExecutionContext;
nuts-0.8.4.jar,
NExecutionEntry.class
package net.thevpc.nuts
NExecutionEntry.getName ( ) [abstract] : String
net/thevpc/nuts/NExecutionEntry.getName:()Ljava/lang/String;
NExecutionEntry.isApp ( ) [abstract] : boolean
net/thevpc/nuts/NExecutionEntry.isApp:()Z
NExecutionEntry.isDefaultEntry ( ) [abstract] : boolean
net/thevpc/nuts/NExecutionEntry.isDefaultEntry:()Z
NExecutionEntry.parse ( InputStream inputStream, String type, String sourceName, NSession session ) [static] : List<NExecutionEntry>
net/thevpc/nuts/NExecutionEntry.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NExecutionEntry.parse ( NPath path ) [static] : List<NExecutionEntry>
net/thevpc/nuts/NExecutionEntry.parse:(Lnet/thevpc/nuts/io/NPath;)Ljava/util/List;
nuts-0.8.4.jar,
NExecutionException.class
package net.thevpc.nuts
NExecutionException.getExitCode ( ) : int
net/thevpc/nuts/NExecutionException.getExitCode:()I
NExecutionException.NExecutionException ( NSession session, NMsg message, int exitCode )
net/thevpc/nuts/NExecutionException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;I)V
NExecutionException.NExecutionException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NExecutionException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NExecutionException.NExecutionException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, int exitCode )
net/thevpc/nuts/NExecutionException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZI)V
NExecutionException.NExecutionException ( NSession session, NMsg message, Throwable cause, int exitCode )
net/thevpc/nuts/NExecutionException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;I)V
NExecutionException.toString ( ) : String
net/thevpc/nuts/NExecutionException.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NExecutionType.class
package net.thevpc.nuts
NExecutionType.id ( ) : String
net/thevpc/nuts/NExecutionType.id:()Ljava/lang/String;
NExecutionType.parse ( String value ) [static] : NOptional<NExecutionType>
net/thevpc/nuts/NExecutionType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExecutionType.valueOf ( String name ) [static] : NExecutionType
net/thevpc/nuts/NExecutionType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NExecutionType;
NExecutionType.values ( ) [static] : NExecutionType[ ]
net/thevpc/nuts/NExecutionType.values:()[Lnet/thevpc/nuts/NExecutionType;
nuts-0.8.4.jar,
NExecutorComponent.class
package net.thevpc.nuts.spi
NExecutorComponent.exec ( NExecutionContext p1 ) [abstract] : int
net/thevpc/nuts/spi/NExecutorComponent.exec:(Lnet/thevpc/nuts/NExecutionContext;)I
NExecutorComponent.getId ( ) [abstract] : NId
net/thevpc/nuts/spi/NExecutorComponent.getId:()Lnet/thevpc/nuts/NId;
nuts-0.8.4.jar,
NExpr.class
package net.thevpc.nuts.expr
NExpr.newDeclarations ( boolean p1 ) [abstract] : NExprDeclarations
net/thevpc/nuts/expr/NExpr.newDeclarations:(Z)Lnet/thevpc/nuts/expr/NExprDeclarations;
NExpr.newDeclarations ( boolean p1, NExprEvaluator p2 ) [abstract] : NExprDeclarations
net/thevpc/nuts/expr/NExpr.newDeclarations:(ZLnet/thevpc/nuts/expr/NExprEvaluator;)Lnet/thevpc/nuts/expr/NExprDeclarations;
NExpr.newMutableDeclarations ( boolean p1 ) [abstract] : NExprMutableDeclarations
net/thevpc/nuts/expr/NExpr.newMutableDeclarations:(Z)Lnet/thevpc/nuts/expr/NExprMutableDeclarations;
NExpr.newMutableDeclarations ( boolean p1, NExprEvaluator p2 ) [abstract] : NExprMutableDeclarations
net/thevpc/nuts/expr/NExpr.newMutableDeclarations:(ZLnet/thevpc/nuts/expr/NExprEvaluator;)Lnet/thevpc/nuts/expr/NExprMutableDeclarations;
NExpr.of ( NSession session ) [static] : NExpr
net/thevpc/nuts/expr/NExpr.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/expr/NExpr;
nuts-0.8.4.jar,
NExprConstruct.class
package net.thevpc.nuts.expr
NExprConstruct.eval ( String p1, List<NExprNode> p2, NExprDeclarations p3 ) [abstract] : Object
net/thevpc/nuts/expr/NExprConstruct.eval:(Ljava/lang/String;Ljava/util/List;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
nuts-0.8.4.jar,
NExprConstructDeclaration.class
package net.thevpc.nuts.expr
NExprConstructDeclaration.eval ( List<NExprNode> p1, NExprDeclarations p2 ) [abstract] : Object
net/thevpc/nuts/expr/NExprConstructDeclaration.eval:(Ljava/util/List;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
NExprConstructDeclaration.getName ( ) [abstract] : String
net/thevpc/nuts/expr/NExprConstructDeclaration.getName:()Ljava/lang/String;
nuts-0.8.4.jar,
NExprDeclarations.class
package net.thevpc.nuts.expr
NExprDeclarations.evalConstruct ( String p1, NExprNode... p2 ) [abstract] : NOptional<Object>
net/thevpc/nuts/expr/NExprDeclarations.evalConstruct:(Ljava/lang/String;[Lnet/thevpc/nuts/expr/NExprNode;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.evalFunction ( String p1, Object... p2 ) [abstract] : NOptional<Object>
net/thevpc/nuts/expr/NExprDeclarations.evalFunction:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.evalGetVar ( String p1 ) [abstract] : NOptional<Object>
net/thevpc/nuts/expr/NExprDeclarations.evalGetVar:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.evalOperator ( String p1, NExprOpType p2, NExprNode... p3 ) [abstract] : NOptional<Object>
net/thevpc/nuts/expr/NExprDeclarations.evalOperator:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprOpType;[Lnet/thevpc/nuts/expr/NExprNode;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.evalSetVar ( String p1, Object p2 ) [abstract] : NOptional<Object>
net/thevpc/nuts/expr/NExprDeclarations.evalSetVar:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.getConstruct ( String p1, NExprNode... p2 ) [abstract] : NOptional<NExprConstructDeclaration>
net/thevpc/nuts/expr/NExprDeclarations.getConstruct:(Ljava/lang/String;[Lnet/thevpc/nuts/expr/NExprNode;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.getFunction ( String p1, Object... p2 ) [abstract] : NOptional<NExprFctDeclaration>
net/thevpc/nuts/expr/NExprDeclarations.getFunction:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.getOperator ( String p1, NExprOpType p2, NExprNode... p3 ) [abstract] : NOptional<NExprOpDeclaration>
net/thevpc/nuts/expr/NExprDeclarations.getOperator:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprOpType;[Lnet/thevpc/nuts/expr/NExprNode;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.getOperatorPrecedences ( ) [abstract] : int[ ]
net/thevpc/nuts/expr/NExprDeclarations.getOperatorPrecedences:()[I
NExprDeclarations.getOperators ( ) [abstract] : List<NExprOpDeclaration>
net/thevpc/nuts/expr/NExprDeclarations.getOperators:()Ljava/util/List;
NExprDeclarations.getVar ( String p1 ) [abstract] : NOptional<NExprVarDeclaration>
net/thevpc/nuts/expr/NExprDeclarations.getVar:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.newDeclarations ( NExprEvaluator p1 ) [abstract] : NExprDeclarations
net/thevpc/nuts/expr/NExprDeclarations.newDeclarations:(Lnet/thevpc/nuts/expr/NExprEvaluator;)Lnet/thevpc/nuts/expr/NExprDeclarations;
NExprDeclarations.newMutableDeclarations ( ) [abstract] : NExprMutableDeclarations
net/thevpc/nuts/expr/NExprDeclarations.newMutableDeclarations:()Lnet/thevpc/nuts/expr/NExprMutableDeclarations;
NExprDeclarations.parse ( String p1 ) [abstract] : NOptional<NExprNode>
net/thevpc/nuts/expr/NExprDeclarations.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExprDeclarations.setSession ( NSession p1 ) [abstract] : NExprDeclarations
net/thevpc/nuts/expr/NExprDeclarations.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/expr/NExprDeclarations;
nuts-0.8.4.jar,
NExprEvalFactory.class
package net.thevpc.nuts.expr
NExprEvalFactory.getFunction ( String p1, NExprDeclarations p2 ) [abstract] : NOptional<NExprFct>
net/thevpc/nuts/expr/NExprEvalFactory.getFunction:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
NExprEvalFactory.getFunction ( String p1, NExprEvalNode[ ] p2, NExprDeclarations p3 ) [abstract] : NOptional<NExprFct>
net/thevpc/nuts/expr/NExprEvalFactory.getFunction:(Ljava/lang/String;[Lnet/thevpc/nuts/expr/NExprEvalNode;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
NExprEvalFactory.getOperator ( String p1, NExprOpType p2, NExprDeclarations p3 ) [abstract] : NOptional<NExprOp>
net/thevpc/nuts/expr/NExprEvalFactory.getOperator:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprOpType;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
NExprEvalFactory.getVar ( String p1, NExprDeclarations p2 ) [abstract] : NOptional<NExprVar>
net/thevpc/nuts/expr/NExprEvalFactory.getVar:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NExprEvalNode.class
package net.thevpc.nuts.expr
NExprEvalNode.getNode ( ) [abstract] : NExprNode
net/thevpc/nuts/expr/NExprEvalNode.getNode:()Lnet/thevpc/nuts/expr/NExprNode;
NExprEvalNode.getValue ( ) [abstract] : NOptional<Object>
net/thevpc/nuts/expr/NExprEvalNode.getValue:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NExprEvaluator.class
package net.thevpc.nuts.expr
NExprEvaluator.getConstruct ( String constructName, NExprNode[ ] args, NExprDeclarations context ) : NOptional<NExprConstruct>
net/thevpc/nuts/expr/NExprEvaluator.getConstruct:(Ljava/lang/String;[Lnet/thevpc/nuts/expr/NExprNode;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
NExprEvaluator.getFunction ( String fctName, Object[ ] args, NExprDeclarations context ) : NOptional<NExprFct>
net/thevpc/nuts/expr/NExprEvaluator.getFunction:(Ljava/lang/String;[Ljava/lang/Object;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
NExprEvaluator.getOperator ( String opName, NExprOpType type, NExprNode[ ] args, NExprDeclarations context ) : NOptional<NExprOp>
net/thevpc/nuts/expr/NExprEvaluator.getOperator:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprOpType;[Lnet/thevpc/nuts/expr/NExprNode;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
NExprEvaluator.getOperatorPrecedences ( NExprDeclarations context ) : int[ ]
net/thevpc/nuts/expr/NExprEvaluator.getOperatorPrecedences:(Lnet/thevpc/nuts/expr/NExprDeclarations;)[I
NExprEvaluator.getVar ( String varName, NExprDeclarations context ) : NOptional<NExprVar>
net/thevpc/nuts/expr/NExprEvaluator.getVar:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NExprFct.class
package net.thevpc.nuts.expr
NExprFct.eval ( String p1, List<Object> p2, NExprDeclarations p3 ) [abstract] : Object
net/thevpc/nuts/expr/NExprFct.eval:(Ljava/lang/String;Ljava/util/List;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
nuts-0.8.4.jar,
NExprFctDeclaration.class
package net.thevpc.nuts.expr
NExprFctDeclaration.eval ( List<Object> p1, NExprDeclarations p2 ) [abstract] : Object
net/thevpc/nuts/expr/NExprFctDeclaration.eval:(Ljava/util/List;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
NExprFctDeclaration.getName ( ) [abstract] : String
net/thevpc/nuts/expr/NExprFctDeclaration.getName:()Ljava/lang/String;
nuts-0.8.4.jar,
NExprFunctionNode.class
package net.thevpc.nuts.expr
NExprFunctionNode.getArgument ( int p1 ) [abstract] : NExprNode
net/thevpc/nuts/expr/NExprFunctionNode.getArgument:(I)Lnet/thevpc/nuts/expr/NExprNode;
NExprFunctionNode.getArguments ( ) [abstract] : List<NExprNode>
net/thevpc/nuts/expr/NExprFunctionNode.getArguments:()Ljava/util/List;
nuts-0.8.4.jar,
NExprIfNode.class
package net.thevpc.nuts.expr
NExprIfNode.getConditionNode ( ) [abstract] : NExprNode
net/thevpc/nuts/expr/NExprIfNode.getConditionNode:()Lnet/thevpc/nuts/expr/NExprNode;
NExprIfNode.getFalseNode ( ) [abstract] : NExprNode
net/thevpc/nuts/expr/NExprIfNode.getFalseNode:()Lnet/thevpc/nuts/expr/NExprNode;
NExprIfNode.getTrueNode ( ) [abstract] : NExprNode
net/thevpc/nuts/expr/NExprIfNode.getTrueNode:()Lnet/thevpc/nuts/expr/NExprNode;
nuts-0.8.4.jar,
NExprLiteralNode.class
package net.thevpc.nuts.expr
NExprLiteralNode.getValue ( ) [abstract] : Object
net/thevpc/nuts/expr/NExprLiteralNode.getValue:()Ljava/lang/Object;
nuts-0.8.4.jar,
NExprMutableDeclarations.class
package net.thevpc.nuts.expr
NExprMutableDeclarations.declareConstant ( String p1, Object p2 ) [abstract] : NExprVarDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareConstant:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/expr/NExprVarDeclaration;
NExprMutableDeclarations.declareConstruct ( String p1, NExprConstruct p2 ) [abstract] : NExprConstructDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareConstruct:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprConstruct;)Lnet/thevpc/nuts/expr/NExprConstructDeclaration;
NExprMutableDeclarations.declareFunction ( String p1, NExprFct p2 ) [abstract] : NExprFctDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareFunction:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprFct;)Lnet/thevpc/nuts/expr/NExprFctDeclaration;
NExprMutableDeclarations.declareOperator ( String p1, NExprConstruct p2 ) [abstract] : NExprOpDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareOperator:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprConstruct;)Lnet/thevpc/nuts/expr/NExprOpDeclaration;
NExprMutableDeclarations.declareOperator ( String p1, NExprOpType p2, int p3, NExprOpAssociativity p4, NExprConstruct p5 ) [abstract] : NExprOpDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareOperator:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprOpType;ILnet/thevpc/nuts/expr/NExprOpAssociativity;Lnet/thevpc/nuts/expr/NExprConstruct;)Lnet/thevpc/nuts/expr/NExprOpDeclaration;
NExprMutableDeclarations.declareOperator ( String p1, NExprOpType p2, NExprConstruct p3 ) [abstract] : NExprOpDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareOperator:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprOpType;Lnet/thevpc/nuts/expr/NExprConstruct;)Lnet/thevpc/nuts/expr/NExprOpDeclaration;
NExprMutableDeclarations.declareVar ( String p1 ) [abstract] : NExprVarDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareVar:(Ljava/lang/String;)Lnet/thevpc/nuts/expr/NExprVarDeclaration;
NExprMutableDeclarations.declareVar ( String p1, NExprVar p2 ) [abstract] : NExprVarDeclaration
net/thevpc/nuts/expr/NExprMutableDeclarations.declareVar:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprVar;)Lnet/thevpc/nuts/expr/NExprVarDeclaration;
NExprMutableDeclarations.removeDeclaration ( NExprConstructDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.removeDeclaration:(Lnet/thevpc/nuts/expr/NExprConstructDeclaration;)V
NExprMutableDeclarations.removeDeclaration ( NExprFctDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.removeDeclaration:(Lnet/thevpc/nuts/expr/NExprFctDeclaration;)V
NExprMutableDeclarations.removeDeclaration ( NExprOpDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.removeDeclaration:(Lnet/thevpc/nuts/expr/NExprOpDeclaration;)V
NExprMutableDeclarations.removeDeclaration ( NExprVarDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.removeDeclaration:(Lnet/thevpc/nuts/expr/NExprVarDeclaration;)V
NExprMutableDeclarations.resetDeclaration ( NExprConstructDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.resetDeclaration:(Lnet/thevpc/nuts/expr/NExprConstructDeclaration;)V
NExprMutableDeclarations.resetDeclaration ( NExprFctDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.resetDeclaration:(Lnet/thevpc/nuts/expr/NExprFctDeclaration;)V
NExprMutableDeclarations.resetDeclaration ( NExprOpDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.resetDeclaration:(Lnet/thevpc/nuts/expr/NExprOpDeclaration;)V
NExprMutableDeclarations.resetDeclaration ( NExprVarDeclaration p1 ) [abstract] : void
net/thevpc/nuts/expr/NExprMutableDeclarations.resetDeclaration:(Lnet/thevpc/nuts/expr/NExprVarDeclaration;)V
nuts-0.8.4.jar,
NExprNode.class
package net.thevpc.nuts.expr
NExprNode.eval ( NExprDeclarations p1 ) [abstract] : NOptional<Object>
net/thevpc/nuts/expr/NExprNode.eval:(Lnet/thevpc/nuts/expr/NExprDeclarations;)Lnet/thevpc/nuts/util/NOptional;
NExprNode.getChildren ( ) [abstract] : List<NExprNode>
net/thevpc/nuts/expr/NExprNode.getChildren:()Ljava/util/List;
NExprNode.getName ( ) [abstract] : String
net/thevpc/nuts/expr/NExprNode.getName:()Ljava/lang/String;
NExprNode.getType ( ) [abstract] : NExprNodeType
net/thevpc/nuts/expr/NExprNode.getType:()Lnet/thevpc/nuts/expr/NExprNodeType;
nuts-0.8.4.jar,
NExprNodeType.class
package net.thevpc.nuts.expr
NExprNodeType.id ( ) : String
net/thevpc/nuts/expr/NExprNodeType.id:()Ljava/lang/String;
NExprNodeType.parse ( String value ) [static] : NOptional<NExprNodeType>
net/thevpc/nuts/expr/NExprNodeType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExprNodeType.valueOf ( String name ) [static] : NExprNodeType
net/thevpc/nuts/expr/NExprNodeType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/expr/NExprNodeType;
NExprNodeType.values ( ) [static] : NExprNodeType[ ]
net/thevpc/nuts/expr/NExprNodeType.values:()[Lnet/thevpc/nuts/expr/NExprNodeType;
nuts-0.8.4.jar,
NExprOp.class
package net.thevpc.nuts.expr
NExprOp.eval ( String p1, List<NExprNode> p2, NExprDeclarations p3 ) [abstract] : Object
net/thevpc/nuts/expr/NExprOp.eval:(Ljava/lang/String;Ljava/util/List;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
NExprOp.getAssociativity ( ) [abstract] : NExprOpAssociativity
net/thevpc/nuts/expr/NExprOp.getAssociativity:()Lnet/thevpc/nuts/expr/NExprOpAssociativity;
NExprOp.getPrecedence ( ) [abstract] : int
net/thevpc/nuts/expr/NExprOp.getPrecedence:()I
NExprOp.getType ( ) [abstract] : NExprOpType
net/thevpc/nuts/expr/NExprOp.getType:()Lnet/thevpc/nuts/expr/NExprOpType;
nuts-0.8.4.jar,
NExprOpAssociativity.class
package net.thevpc.nuts.expr
NExprOpAssociativity.id ( ) : String
net/thevpc/nuts/expr/NExprOpAssociativity.id:()Ljava/lang/String;
NExprOpAssociativity.parse ( String value ) [static] : NOptional<NExprOpAssociativity>
net/thevpc/nuts/expr/NExprOpAssociativity.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExprOpAssociativity.valueOf ( String name ) [static] : NExprOpAssociativity
net/thevpc/nuts/expr/NExprOpAssociativity.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/expr/NExprOpAssociativity;
NExprOpAssociativity.values ( ) [static] : NExprOpAssociativity[ ]
net/thevpc/nuts/expr/NExprOpAssociativity.values:()[Lnet/thevpc/nuts/expr/NExprOpAssociativity;
nuts-0.8.4.jar,
NExprOpDeclaration.class
package net.thevpc.nuts.expr
NExprOpDeclaration.eval ( List<NExprNode> p1, NExprDeclarations p2 ) [abstract] : Object
net/thevpc/nuts/expr/NExprOpDeclaration.eval:(Ljava/util/List;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
NExprOpDeclaration.getAssociativity ( ) [abstract] : NExprOpAssociativity
net/thevpc/nuts/expr/NExprOpDeclaration.getAssociativity:()Lnet/thevpc/nuts/expr/NExprOpAssociativity;
NExprOpDeclaration.getName ( ) [abstract] : String
net/thevpc/nuts/expr/NExprOpDeclaration.getName:()Ljava/lang/String;
NExprOpDeclaration.getPrecedence ( ) [abstract] : int
net/thevpc/nuts/expr/NExprOpDeclaration.getPrecedence:()I
NExprOpDeclaration.getType ( ) [abstract] : NExprOpType
net/thevpc/nuts/expr/NExprOpDeclaration.getType:()Lnet/thevpc/nuts/expr/NExprOpType;
nuts-0.8.4.jar,
NExprOpInfo.class
package net.thevpc.nuts.expr
NExprOpInfo.NExprOpInfo ( )
net/thevpc/nuts/expr/NExprOpInfo."<init>":()V
nuts-0.8.4.jar,
NExprOpNode.class
package net.thevpc.nuts.expr
NExprOpNode.getOperand ( int p1 ) [abstract] : NExprNode
net/thevpc/nuts/expr/NExprOpNode.getOperand:(I)Lnet/thevpc/nuts/expr/NExprNode;
NExprOpNode.getOperands ( ) [abstract] : List<NExprNode>
net/thevpc/nuts/expr/NExprOpNode.getOperands:()Ljava/util/List;
NExprOpNode.getUniformName ( ) [abstract] : String
net/thevpc/nuts/expr/NExprOpNode.getUniformName:()Ljava/lang/String;
nuts-0.8.4.jar,
NExprOpType.class
package net.thevpc.nuts.expr
NExprOpType.id ( ) : String
net/thevpc/nuts/expr/NExprOpType.id:()Ljava/lang/String;
NExprOpType.parse ( String value ) [static] : NOptional<NExprOpType>
net/thevpc/nuts/expr/NExprOpType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NExprOpType.valueOf ( String name ) [static] : NExprOpType
net/thevpc/nuts/expr/NExprOpType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/expr/NExprOpType;
NExprOpType.values ( ) [static] : NExprOpType[ ]
net/thevpc/nuts/expr/NExprOpType.values:()[Lnet/thevpc/nuts/expr/NExprOpType;
nuts-0.8.4.jar,
NExprVar.class
package net.thevpc.nuts.expr
NExprVar.get ( String p1, NExprDeclarations p2 ) [abstract] : Object
net/thevpc/nuts/expr/NExprVar.get:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
NExprVar.of ( Object value ) [static] : NExprVar
net/thevpc/nuts/expr/NExprVar.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/expr/NExprVar;
NExprVar.ofConst ( Object value ) [static] : NExprVar
net/thevpc/nuts/expr/NExprVar.ofConst:(Ljava/lang/Object;)Lnet/thevpc/nuts/expr/NExprVar;
NExprVar.set ( String p1, Object p2, NExprDeclarations p3 ) [abstract] : Object
net/thevpc/nuts/expr/NExprVar.set:(Ljava/lang/String;Ljava/lang/Object;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
nuts-0.8.4.jar,
NExprVarDeclaration.class
package net.thevpc.nuts.expr
NExprVarDeclaration.get ( NExprDeclarations p1 ) [abstract] : Object
net/thevpc/nuts/expr/NExprVarDeclaration.get:(Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
NExprVarDeclaration.getName ( ) [abstract] : String
net/thevpc/nuts/expr/NExprVarDeclaration.getName:()Ljava/lang/String;
NExprVarDeclaration.set ( Object p1, NExprDeclarations p2 ) [abstract] : Object
net/thevpc/nuts/expr/NExprVarDeclaration.set:(Ljava/lang/Object;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
nuts-0.8.4.jar,
NExprWordNode.class
package net.thevpc.nuts.expr
NExprWordNode.getName ( ) [abstract] : String
net/thevpc/nuts/expr/NExprWordNode.getName:()Ljava/lang/String;
nuts-0.8.4.jar,
NExtensionAlreadyRegisteredException.class
package net.thevpc.nuts.ext
NExtensionAlreadyRegisteredException.getInstalled ( ) : String
net/thevpc/nuts/ext/NExtensionAlreadyRegisteredException.getInstalled:()Ljava/lang/String;
NExtensionAlreadyRegisteredException.NExtensionAlreadyRegisteredException ( NSession session, NId id, String installed )
net/thevpc/nuts/ext/NExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Ljava/lang/String;)V
NExtensionAlreadyRegisteredException.NExtensionAlreadyRegisteredException ( NSession session, NId id, String installed, Throwable cause )
net/thevpc/nuts/ext/NExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NExtensionException.class
package net.thevpc.nuts.ext
NExtensionException.getId ( ) : NId
net/thevpc/nuts/ext/NExtensionException.getId:()Lnet/thevpc/nuts/NId;
NExtensionException.NExtensionException ( NSession session, NId extensionId, NMsg message, Throwable cause )
net/thevpc/nuts/ext/NExtensionException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NExtensionInformation.class
package net.thevpc.nuts.ext
NExtensionInformation.getAuthor ( ) [abstract] : String
net/thevpc/nuts/ext/NExtensionInformation.getAuthor:()Ljava/lang/String;
NExtensionInformation.getCategory ( ) [abstract] : String
net/thevpc/nuts/ext/NExtensionInformation.getCategory:()Ljava/lang/String;
NExtensionInformation.getDescription ( ) [abstract] : String
net/thevpc/nuts/ext/NExtensionInformation.getDescription:()Ljava/lang/String;
NExtensionInformation.getId ( ) [abstract] : NId
net/thevpc/nuts/ext/NExtensionInformation.getId:()Lnet/thevpc/nuts/NId;
NExtensionInformation.getName ( ) [abstract] : String
net/thevpc/nuts/ext/NExtensionInformation.getName:()Ljava/lang/String;
NExtensionInformation.getSource ( ) [abstract] : String
net/thevpc/nuts/ext/NExtensionInformation.getSource:()Ljava/lang/String;
nuts-0.8.4.jar,
NExtensionLifeCycle.class
package net.thevpc.nuts.spi
NExtensionLifeCycle.onDestroyExtension ( NWorkspaceExtension extension, NSession session ) : void
net/thevpc/nuts/spi/NExtensionLifeCycle.onDestroyExtension:(Lnet/thevpc/nuts/NWorkspaceExtension;Lnet/thevpc/nuts/NSession;)V
NExtensionLifeCycle.onDisableExtension ( NWorkspaceExtension extension, NSession session ) : void
net/thevpc/nuts/spi/NExtensionLifeCycle.onDisableExtension:(Lnet/thevpc/nuts/NWorkspaceExtension;Lnet/thevpc/nuts/NSession;)V
NExtensionLifeCycle.onEnableExtension ( NWorkspaceExtension extension, NSession session ) : void
net/thevpc/nuts/spi/NExtensionLifeCycle.onEnableExtension:(Lnet/thevpc/nuts/NWorkspaceExtension;Lnet/thevpc/nuts/NSession;)V
NExtensionLifeCycle.onInitExtension ( NWorkspaceExtension extension, NSession session ) : void
net/thevpc/nuts/spi/NExtensionLifeCycle.onInitExtension:(Lnet/thevpc/nuts/NWorkspaceExtension;Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NExtensions.class
package net.thevpc.nuts.ext
NExtensions.createAll ( Class<T> p1 ) [abstract] : List<T>
net/thevpc/nuts/ext/NExtensions.createAll:(Ljava/lang/Class;)Ljava/util/List;
NExtensions.createComponent ( Class<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/ext/NExtensions.createComponent:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NExtensions.createComponent ( Class<T> p1, V p2 ) [abstract] : NOptional<T>
net/thevpc/nuts/ext/NExtensions.createComponent:(Ljava/lang/Class;Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NExtensions.createComponents ( Class<T> p1, V p2 ) [abstract] : List<T>
net/thevpc/nuts/ext/NExtensions.createComponents:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/util/List;
NExtensions.createServiceLoader ( Class<T> p1, Class<B> p2 ) [abstract] : NServiceLoader<T>
net/thevpc/nuts/ext/NExtensions.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;)Lnet/thevpc/nuts/io/NServiceLoader;
NExtensions.createServiceLoader ( Class<T> p1, Class<B> p2, ClassLoader p3 ) [abstract] : NServiceLoader<T>
net/thevpc/nuts/ext/NExtensions.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/io/NServiceLoader;
NExtensions.discoverTypes ( NId p1, ClassLoader p2 ) [abstract] : Set<Class<?>>
net/thevpc/nuts/ext/NExtensions.discoverTypes:(Lnet/thevpc/nuts/NId;Ljava/lang/ClassLoader;)Ljava/util/Set;
NExtensions.getCompanionIds ( ) [abstract] : Set<NId>
net/thevpc/nuts/ext/NExtensions.getCompanionIds:()Ljava/util/Set;
NExtensions.getConfigExtensions ( ) [abstract] : List<NId>
net/thevpc/nuts/ext/NExtensions.getConfigExtensions:()Ljava/util/List;
NExtensions.getExtensionObjects ( Class<T> p1 ) [abstract] : List<T>
net/thevpc/nuts/ext/NExtensions.getExtensionObjects:(Ljava/lang/Class;)Ljava/util/List;
NExtensions.getExtensionTypes ( Class<T> p1 ) [abstract] : Set<Class<?>>
net/thevpc/nuts/ext/NExtensions.getExtensionTypes:(Ljava/lang/Class;)Ljava/util/Set;
NExtensions.getLoadedExtensions ( ) [abstract] : List<NId>
net/thevpc/nuts/ext/NExtensions.getLoadedExtensions:()Ljava/util/List;
NExtensions.installWorkspaceExtensionComponent ( Class<T> p1, T p2 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.installWorkspaceExtensionComponent:(Ljava/lang/Class;Lnet/thevpc/nuts/spi/NComponent;)Z
NExtensions.isExcludedExtension ( String p1, NWorkspaceOptions p2 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.isExcludedExtension:(Ljava/lang/String;Lnet/thevpc/nuts/NWorkspaceOptions;)Z
NExtensions.isLoadedExtensions ( NId p1 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.isLoadedExtensions:(Lnet/thevpc/nuts/NId;)Z
NExtensions.isLoadedId ( NId p1 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.isLoadedId:(Lnet/thevpc/nuts/NId;)Z
NExtensions.isLoadedId ( NId p1, ClassLoader p2 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.isLoadedId:(Lnet/thevpc/nuts/NId;Ljava/lang/ClassLoader;)Z
NExtensions.isRegisteredInstance ( Class<T> p1, T p2 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.isRegisteredInstance:(Ljava/lang/Class;Lnet/thevpc/nuts/spi/NComponent;)Z
NExtensions.isRegisteredType ( Class<T> p1, Class<?> p2 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.isRegisteredType:(Ljava/lang/Class;Ljava/lang/Class;)Z
NExtensions.isRegisteredType ( Class<T> p1, String p2 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.isRegisteredType:(Ljava/lang/Class;Ljava/lang/String;)Z
NExtensions.loadExtension ( NId p1 ) [abstract] : NExtensions
net/thevpc/nuts/ext/NExtensions.loadExtension:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/ext/NExtensions;
NExtensions.of ( NSession session ) [static] : NExtensions
net/thevpc/nuts/ext/NExtensions.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/ext/NExtensions;
NExtensions.registerInstance ( Class<T> p1, T p2 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.registerInstance:(Ljava/lang/Class;Lnet/thevpc/nuts/spi/NComponent;)Z
NExtensions.registerType ( Class<T> p1, Class<?> p2, NId p3 ) [abstract] : boolean
net/thevpc/nuts/ext/NExtensions.registerType:(Ljava/lang/Class;Ljava/lang/Class;Lnet/thevpc/nuts/NId;)Z
NExtensions.setSession ( NSession p1 ) [abstract] : NExtensions
net/thevpc/nuts/ext/NExtensions.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/ext/NExtensions;
NExtensions.unloadExtension ( NId p1 ) [abstract] : NExtensions
net/thevpc/nuts/ext/NExtensions.unloadExtension:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/ext/NExtensions;
nuts-0.8.4.jar,
NFactoryException.class
package net.thevpc.nuts.ext
NFactoryException.NFactoryException ( NSession session, NMsg message )
net/thevpc/nuts/ext/NFactoryException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NFactoryException.NFactoryException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/ext/NFactoryException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NFactoryException.NFactoryException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/ext/NFactoryException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NFetchCmd.class
package net.thevpc.nuts
NFetchCmd.addRepositoryFilter ( NRepositoryFilter p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.addRepositoryFilter:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.addScope ( NDependencyScope p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.addScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.addScope ( NDependencyScopePattern p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.addScope:(Lnet/thevpc/nuts/NDependencyScopePattern;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.addScopes ( NDependencyScope... p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.addScopes:([Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.addScopes ( NDependencyScopePattern... p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.addScopes:([Lnet/thevpc/nuts/NDependencyScopePattern;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.clearScopes ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.clearScopes:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.configure ( boolean p1, String... p2 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NFetchCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NFetchCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NFetchCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NFetchCmd.content ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.content:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.copy ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.copy:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NFetchCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NFetchCmd.copySession ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.copySession:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.dependencies ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.dependencies:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.effective ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.effective:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.failFast ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.failFast:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.getDependencyFilter ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NFetchCmd.getDependencyFilter:()Lnet/thevpc/nuts/NDependencyFilter;
NFetchCmd.getId ( ) [abstract] : NId
net/thevpc/nuts/NFetchCmd.getId:()Lnet/thevpc/nuts/NId;
NFetchCmd.getOptional ( ) [abstract] : Boolean
net/thevpc/nuts/NFetchCmd.getOptional:()Ljava/lang/Boolean;
NFetchCmd.getRepositoryFilter ( ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NFetchCmd.getRepositoryFilter:()Lnet/thevpc/nuts/NRepositoryFilter;
NFetchCmd.getResultContent ( ) [abstract] : NPath
net/thevpc/nuts/NFetchCmd.getResultContent:()Lnet/thevpc/nuts/io/NPath;
NFetchCmd.getResultContentHash ( ) [abstract] : String
net/thevpc/nuts/NFetchCmd.getResultContentHash:()Ljava/lang/String;
NFetchCmd.getResultDefinition ( ) [abstract] : NDefinition
net/thevpc/nuts/NFetchCmd.getResultDefinition:()Lnet/thevpc/nuts/NDefinition;
NFetchCmd.getResultDescriptor ( ) [abstract] : NDescriptor
net/thevpc/nuts/NFetchCmd.getResultDescriptor:()Lnet/thevpc/nuts/NDescriptor;
NFetchCmd.getResultDescriptorHash ( ) [abstract] : String
net/thevpc/nuts/NFetchCmd.getResultDescriptorHash:()Ljava/lang/String;
NFetchCmd.getResultId ( ) [abstract] : NId
net/thevpc/nuts/NFetchCmd.getResultId:()Lnet/thevpc/nuts/NId;
NFetchCmd.getResultInstallInformation ( ) [abstract] : NInstallInformation
net/thevpc/nuts/NFetchCmd.getResultInstallInformation:()Lnet/thevpc/nuts/NInstallInformation;
NFetchCmd.getResultPath ( ) [abstract] : NPath
net/thevpc/nuts/NFetchCmd.getResultPath:()Lnet/thevpc/nuts/io/NPath;
NFetchCmd.getScope ( ) [abstract] : Set<NDependencyScope>
net/thevpc/nuts/NFetchCmd.getScope:()Ljava/util/Set;
NFetchCmd.isContent ( ) [abstract] : boolean
net/thevpc/nuts/NFetchCmd.isContent:()Z
NFetchCmd.isDependencies ( ) [abstract] : boolean
net/thevpc/nuts/NFetchCmd.isDependencies:()Z
NFetchCmd.isEffective ( ) [abstract] : boolean
net/thevpc/nuts/NFetchCmd.isEffective:()Z
NFetchCmd.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NFetchCmd.isFailFast:()Z
NFetchCmd.of ( NId id, NSession session ) [static] : NFetchCmd
net/thevpc/nuts/NFetchCmd.of:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.of ( NSession session ) [static] : NFetchCmd
net/thevpc/nuts/NFetchCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.of ( String id, NSession session ) [static] : NFetchCmd
net/thevpc/nuts/NFetchCmd.of:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.ofNutsApi ( NSession session ) [static] : NFetchCmd
net/thevpc/nuts/NFetchCmd.ofNutsApi:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.ofNutsRuntime ( NSession session ) [static] : NFetchCmd
net/thevpc/nuts/NFetchCmd.ofNutsRuntime:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.removeScope ( NDependencyScope p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.removeScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.removeScope ( NDependencyScopePattern p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.removeScope:(Lnet/thevpc/nuts/NDependencyScopePattern;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NFetchCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NFetchCmd.run ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.run:()Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setAll ( NFetchCmd p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setAll:(Lnet/thevpc/nuts/NFetchCmd;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setContent ( boolean p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setContent:(Z)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setDependencies ( boolean p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setDependencies:(Z)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setDependencyFilter ( NDependencyFilter p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setDependencyFilter:(Lnet/thevpc/nuts/NDependencyFilter;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setDependencyFilter ( String p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setDependencyFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setEffective ( boolean p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setEffective:(Z)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setFailFast ( boolean p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setFailFast:(Z)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setId ( NId p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setId ( String p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setOptional ( Boolean p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setRepositoryFilter ( NRepositoryFilter p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setRepositoryFilter:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/NFetchCmd;
NFetchCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NFetchCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NFetchCmd.setSession ( NSession p1 ) [abstract] : NFetchCmd
net/thevpc/nuts/NFetchCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NFetchCmd;
nuts-0.8.4.jar,
NFetchContentRepositoryCmd.class
package net.thevpc.nuts.spi
NFetchContentRepositoryCmd.getDescriptor ( ) [abstract] : NDescriptor
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.getDescriptor:()Lnet/thevpc/nuts/NDescriptor;
NFetchContentRepositoryCmd.getFetchMode ( ) [abstract] : NFetchMode
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.getFetchMode:()Lnet/thevpc/nuts/NFetchMode;
NFetchContentRepositoryCmd.getId ( ) [abstract] : NId
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.getId:()Lnet/thevpc/nuts/NId;
NFetchContentRepositoryCmd.getResult ( ) [abstract] : NPath
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.getResult:()Lnet/thevpc/nuts/io/NPath;
NFetchContentRepositoryCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NFetchContentRepositoryCmd.run ( ) [abstract] : NFetchContentRepositoryCmd
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NFetchContentRepositoryCmd;
NFetchContentRepositoryCmd.setDescriptor ( NDescriptor p1 ) [abstract] : NFetchContentRepositoryCmd
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.setDescriptor:(Lnet/thevpc/nuts/NDescriptor;)Lnet/thevpc/nuts/spi/NFetchContentRepositoryCmd;
NFetchContentRepositoryCmd.setFetchMode ( NFetchMode p1 ) [abstract] : NFetchContentRepositoryCmd
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.setFetchMode:(Lnet/thevpc/nuts/NFetchMode;)Lnet/thevpc/nuts/spi/NFetchContentRepositoryCmd;
NFetchContentRepositoryCmd.setId ( NId p1 ) [abstract] : NFetchContentRepositoryCmd
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/spi/NFetchContentRepositoryCmd;
NFetchContentRepositoryCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NFetchContentRepositoryCmd.setSession ( NSession p1 ) [abstract] : NFetchContentRepositoryCmd
net/thevpc/nuts/spi/NFetchContentRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NFetchContentRepositoryCmd;
nuts-0.8.4.jar,
NFetchDescriptorRepositoryCmd.class
package net.thevpc.nuts.spi
NFetchDescriptorRepositoryCmd.getFetchMode ( ) [abstract] : NFetchMode
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.getFetchMode:()Lnet/thevpc/nuts/NFetchMode;
NFetchDescriptorRepositoryCmd.getId ( ) [abstract] : NId
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.getId:()Lnet/thevpc/nuts/NId;
NFetchDescriptorRepositoryCmd.getResult ( ) [abstract] : NDescriptor
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.getResult:()Lnet/thevpc/nuts/NDescriptor;
NFetchDescriptorRepositoryCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NFetchDescriptorRepositoryCmd.run ( ) [abstract] : NFetchDescriptorRepositoryCmd
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd;
NFetchDescriptorRepositoryCmd.setFetchMode ( NFetchMode p1 ) [abstract] : NFetchDescriptorRepositoryCmd
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.setFetchMode:(Lnet/thevpc/nuts/NFetchMode;)Lnet/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd;
NFetchDescriptorRepositoryCmd.setId ( NId p1 ) [abstract] : NFetchDescriptorRepositoryCmd
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd;
NFetchDescriptorRepositoryCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NFetchDescriptorRepositoryCmd.setSession ( NSession p1 ) [abstract] : NFetchDescriptorRepositoryCmd
net/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd;
nuts-0.8.4.jar,
NFetchMode.class
package net.thevpc.nuts
NFetchMode.id ( ) : String
net/thevpc/nuts/NFetchMode.id:()Ljava/lang/String;
NFetchMode.parse ( String value ) [static] : NOptional<NFetchMode>
net/thevpc/nuts/NFetchMode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NFetchMode.valueOf ( String name ) [static] : NFetchMode
net/thevpc/nuts/NFetchMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NFetchMode;
NFetchMode.values ( ) [static] : NFetchMode[ ]
net/thevpc/nuts/NFetchMode.values:()[Lnet/thevpc/nuts/NFetchMode;
nuts-0.8.4.jar,
NFetchModeNotSupportedException.class
package net.thevpc.nuts
NFetchModeNotSupportedException.getFetchMode ( ) : NFetchMode
net/thevpc/nuts/NFetchModeNotSupportedException.getFetchMode:()Lnet/thevpc/nuts/NFetchMode;
NFetchModeNotSupportedException.getId ( ) : String
net/thevpc/nuts/NFetchModeNotSupportedException.getId:()Ljava/lang/String;
NFetchModeNotSupportedException.getRepositoryName ( ) : String
net/thevpc/nuts/NFetchModeNotSupportedException.getRepositoryName:()Ljava/lang/String;
NFetchModeNotSupportedException.getRepositoryUuid ( ) : String
net/thevpc/nuts/NFetchModeNotSupportedException.getRepositoryUuid:()Ljava/lang/String;
NFetchModeNotSupportedException.NFetchModeNotSupportedException ( NSession session, NRepository repo, NFetchMode fetchMode, String id, NMsg message )
net/thevpc/nuts/NFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NFetchMode;Ljava/lang/String;Lnet/thevpc/nuts/util/NMsg;)V
NFetchModeNotSupportedException.NFetchModeNotSupportedException ( NSession session, NRepository repo, NFetchMode fetchMode, String id, NMsg message, Exception cause )
net/thevpc/nuts/NFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NFetchMode;Ljava/lang/String;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Exception;)V
nuts-0.8.4.jar,
NFetchStrategy.class
package net.thevpc.nuts
NFetchStrategy.id ( ) : String
net/thevpc/nuts/NFetchStrategy.id:()Ljava/lang/String;
NFetchStrategy.isStopFast ( ) : boolean
net/thevpc/nuts/NFetchStrategy.isStopFast:()Z
NFetchStrategy.iterator ( ) : Iterator<NFetchMode>
net/thevpc/nuts/NFetchStrategy.iterator:()Ljava/util/Iterator;
NFetchStrategy.modes ( ) : Set<NFetchMode>
net/thevpc/nuts/NFetchStrategy.modes:()Ljava/util/Set;
NFetchStrategy.parse ( String value ) [static] : NOptional<NFetchStrategy>
net/thevpc/nuts/NFetchStrategy.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NFetchStrategy.valueOf ( String name ) [static] : NFetchStrategy
net/thevpc/nuts/NFetchStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NFetchStrategy;
NFetchStrategy.values ( ) [static] : NFetchStrategy[ ]
net/thevpc/nuts/NFetchStrategy.values:()[Lnet/thevpc/nuts/NFetchStrategy;
nuts-0.8.4.jar,
NFilter.class
package net.thevpc.nuts.util
NFilter.and ( NFilter p1 ) [abstract] : NFilter
net/thevpc/nuts/util/NFilter.and:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilter.getFilterOp ( ) [abstract] : NFilterOp
net/thevpc/nuts/util/NFilter.getFilterOp:()Lnet/thevpc/nuts/util/NFilterOp;
NFilter.getFilterType ( ) [abstract] : Class<?>
net/thevpc/nuts/util/NFilter.getFilterType:()Ljava/lang/Class;
NFilter.getSession ( ) [abstract] : NSession
net/thevpc/nuts/util/NFilter.getSession:()Lnet/thevpc/nuts/NSession;
NFilter.getSubFilters ( ) [abstract] : List<NFilter>
net/thevpc/nuts/util/NFilter.getSubFilters:()Ljava/util/List;
NFilter.neg ( ) [abstract] : NFilter
net/thevpc/nuts/util/NFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
NFilter.or ( NFilter p1 ) [abstract] : NFilter
net/thevpc/nuts/util/NFilter.or:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilter.simplify ( ) [abstract] : NFilter
net/thevpc/nuts/util/NFilter.simplify:()Lnet/thevpc/nuts/util/NFilter;
NFilter.simplify ( Class<T> p1 ) [abstract] : NFilter
net/thevpc/nuts/util/NFilter.simplify:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
NFilter.to ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/util/NFilter.to:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
nuts-0.8.4.jar,
NFilterOp.class
package net.thevpc.nuts.util
NFilterOp.id ( ) : String
net/thevpc/nuts/util/NFilterOp.id:()Ljava/lang/String;
NFilterOp.parse ( String value ) [static] : NOptional<NFilterOp>
net/thevpc/nuts/util/NFilterOp.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NFilterOp.valueOf ( String name ) [static] : NFilterOp
net/thevpc/nuts/util/NFilterOp.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NFilterOp;
NFilterOp.values ( ) [static] : NFilterOp[ ]
net/thevpc/nuts/util/NFilterOp.values:()[Lnet/thevpc/nuts/util/NFilterOp;
nuts-0.8.4.jar,
NFilters.class
package net.thevpc.nuts
NFilters.all ( Class<T> p1, NFilter... p2 ) [abstract] : T
net/thevpc/nuts/NFilters.all:(Ljava/lang/Class;[Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.all ( NFilter... p1 ) [abstract] : T
net/thevpc/nuts/NFilters.all:([Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.always ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NFilters.always:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
NFilters.any ( Class<T> p1, NFilter... p2 ) [abstract] : T
net/thevpc/nuts/NFilters.any:(Ljava/lang/Class;[Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.any ( NFilter... p1 ) [abstract] : T
net/thevpc/nuts/NFilters.any:([Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.as ( Class<T> p1, NFilter p2 ) [abstract] : T
net/thevpc/nuts/NFilters.as:(Ljava/lang/Class;Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.detectType ( NFilter p1 ) [abstract] : Class<?>
net/thevpc/nuts/NFilters.detectType:(Lnet/thevpc/nuts/util/NFilter;)Ljava/lang/Class;
NFilters.never ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NFilters.never:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
NFilters.none ( Class<T> p1, NFilter... p2 ) [abstract] : T
net/thevpc/nuts/NFilters.none:(Ljava/lang/Class;[Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.none ( NFilter... p1 ) [abstract] : T
net/thevpc/nuts/NFilters.none:([Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.nonnull ( Class<T> p1, NFilter p2 ) [abstract] : T
net/thevpc/nuts/NFilters.nonnull:(Ljava/lang/Class;Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.not ( Class<T> p1, NFilter p2 ) [abstract] : T
net/thevpc/nuts/NFilters.not:(Ljava/lang/Class;Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.not ( NFilter p1 ) [abstract] : T
net/thevpc/nuts/NFilters.not:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NFilters.of ( NSession session ) [static] : NFilters
net/thevpc/nuts/NFilters.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NFilters;
NFilters.to ( Class<T> p1, NFilter p2 ) [abstract] : T
net/thevpc/nuts/NFilters.to:(Ljava/lang/Class;Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
nuts-0.8.4.jar,
NFormat.class
package net.thevpc.nuts.format
NFormat.configure ( boolean p1, String... p2 ) [abstract] : NFormat
net/thevpc/nuts/format/NFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/format/NFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NFormat.format ( ) [abstract] : NString
net/thevpc/nuts/format/NFormat.format:()Lnet/thevpc/nuts/text/NString;
NFormat.formatPlain ( ) : String
net/thevpc/nuts/format/NFormat.formatPlain:()Ljava/lang/String;
NFormat.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/format/NFormat.isNtf:()Z
NFormat.of ( NSession session, NFormatSPI spi ) [static] : NFormat
net/thevpc/nuts/format/NFormat.of:(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/spi/NFormatSPI;)Lnet/thevpc/nuts/format/NFormat;
NFormat.of ( NSession session, T object, NTextFormat<T> format ) [static] : NFormat
net/thevpc/nuts/format/NFormat.of:(Lnet/thevpc/nuts/NSession;Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextFormat;)Lnet/thevpc/nuts/format/NFormat;
NFormat.print ( ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:()V
NFormat.print ( File p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:(Ljava/io/File;)V
NFormat.print ( NPath p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:(Lnet/thevpc/nuts/io/NPath;)V
NFormat.print ( NPrintStream p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:(Lnet/thevpc/nuts/io/NPrintStream;)V
NFormat.print ( NSessionTerminal p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:(Lnet/thevpc/nuts/io/NSessionTerminal;)V
NFormat.print ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:(Ljava/io/OutputStream;)V
NFormat.print ( Path p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:(Ljava/nio/file/Path;)V
NFormat.print ( Writer p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.print:(Ljava/io/Writer;)V
NFormat.println ( ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:()V
NFormat.println ( File p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:(Ljava/io/File;)V
NFormat.println ( NPath p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:(Lnet/thevpc/nuts/io/NPath;)V
NFormat.println ( NPrintStream p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:(Lnet/thevpc/nuts/io/NPrintStream;)V
NFormat.println ( NSessionTerminal p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:(Lnet/thevpc/nuts/io/NSessionTerminal;)V
NFormat.println ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:(Ljava/io/OutputStream;)V
NFormat.println ( Path p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:(Ljava/nio/file/Path;)V
NFormat.println ( Writer p1 ) [abstract] : void
net/thevpc/nuts/format/NFormat.println:(Ljava/io/Writer;)V
NFormat.setNtf ( boolean p1 ) [abstract] : NFormat
net/thevpc/nuts/format/NFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NFormat.setSession ( NSession p1 ) [abstract] : NFormat
net/thevpc/nuts/format/NFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NFormat.toString ( ) [abstract] : String
net/thevpc/nuts/format/NFormat.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NFormatSPI.class
package net.thevpc.nuts.spi
NFormatSPI.configureFirst ( NCmdLine p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NFormatSPI.configureFirst:(Lnet/thevpc/nuts/cmdline/NCmdLine;)Z
NFormatSPI.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NFormatSPI.getName:()Ljava/lang/String;
NFormatSPI.print ( NPrintStream p1 ) [abstract] : void
net/thevpc/nuts/spi/NFormatSPI.print:(Lnet/thevpc/nuts/io/NPrintStream;)V
nuts-0.8.4.jar,
NFormattable.class
package net.thevpc.nuts.format
NFormattable.format ( NSession session ) : NString
net/thevpc/nuts/format/NFormattable.format:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NString;
NFormattable.formatter ( NSession p1 ) [abstract] : NFormat
net/thevpc/nuts/format/NFormattable.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
nuts-0.8.4.jar,
NFunction2.class
package net.thevpc.nuts.util
NFunction2<A,B,V>.apply ( A p1, B p2 ) [abstract] : V
net/thevpc/nuts/util/NFunction2.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
NFunction2<A,B,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/util/NFunction2.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NFunction2<A,B,V>.withDesc ( NEDesc description ) : NFunction2<A,B,V>
net/thevpc/nuts/util/NFunction2.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFunction2;
NFunction2<A,B,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NFunction2.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NFunction2WithDescription.class
package net.thevpc.nuts.reserved.util
NFunction2WithDescription<A,B,V>.apply ( A a, B b ) : V
net/thevpc/nuts/reserved/util/NFunction2WithDescription.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
NFunction2WithDescription<A,B,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NFunction2WithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NFunction2WithDescription<A,B,V>.NFunction2WithDescription<A,B,V> ( NFunction2<A,B,V> base, NEDesc description )
net/thevpc/nuts/reserved/util/NFunction2WithDescription."<init>":(Lnet/thevpc/nuts/util/NFunction2;Lnet/thevpc/nuts/elem/NEDesc;)V
NFunction2WithDescription<A,B,V>.toString ( ) : String
net/thevpc/nuts/reserved/util/NFunction2WithDescription.toString:()Ljava/lang/String;
NFunction2WithDescription<A,B,V>.withDesc ( NEDesc description ) : NFunction2<A,B,V>
net/thevpc/nuts/reserved/util/NFunction2WithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFunction2;
NFunction2WithDescription<A,B,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NFunction2WithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NFunction3.class
package net.thevpc.nuts.util
NFunction3<A,B,C,V>.apply ( A p1, B p2, C p3 ) [abstract] : V
net/thevpc/nuts/util/NFunction3.apply:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
NFunction3<A,B,C,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/util/NFunction3.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NFunction3<A,B,C,V>.withDesc ( NEDesc description ) : NFunction3<A,B,C,V>
net/thevpc/nuts/util/NFunction3.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFunction3;
NFunction3<A,B,C,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NFunction3.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NFunction3WithDescription.class
package net.thevpc.nuts.reserved.util
NFunction3WithDescription<A,B,C,V>.apply ( A a, B b, C c ) : V
net/thevpc/nuts/reserved/util/NFunction3WithDescription.apply:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
NFunction3WithDescription<A,B,C,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NFunction3WithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NFunction3WithDescription<A,B,C,V>.NFunction3WithDescription<A,B,C,V> ( NFunction3<A,B,C,V> base, NEDesc description )
net/thevpc/nuts/reserved/util/NFunction3WithDescription."<init>":(Lnet/thevpc/nuts/util/NFunction3;Lnet/thevpc/nuts/elem/NEDesc;)V
NFunction3WithDescription<A,B,C,V>.toString ( ) : String
net/thevpc/nuts/reserved/util/NFunction3WithDescription.toString:()Ljava/lang/String;
NFunction3WithDescription<A,B,C,V>.withDesc ( NEDesc description ) : NFunction3<A,B,C,V>
net/thevpc/nuts/reserved/util/NFunction3WithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFunction3;
NFunction3WithDescription<A,B,C,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NFunction3WithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NFunction.class
package net.thevpc.nuts.util
NFunction<T,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/util/NFunction.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NFunction<T,V>.of ( Function<? super T,V> o ) [static] : NFunction<T,V>
net/thevpc/nuts/util/NFunction.of:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NFunction;
NFunction<T,V>.ofUnsafe ( UnsafeFunction<? super T,V> o, Function<Exception,?> onError ) [static] : NFunction<T,V>
net/thevpc/nuts/util/NFunction.ofUnsafe:(Lnet/thevpc/nuts/util/UnsafeFunction;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NFunction;
NFunction<T,V>.withDesc ( NEDesc description ) : NFunction<T,V>
net/thevpc/nuts/util/NFunction.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFunction;
NFunction<T,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NFunction.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NFunctionFromJavaFunction.class
package net.thevpc.nuts.reserved.util
NFunctionFromJavaFunction<T,V>.apply ( T f ) : V
net/thevpc/nuts/reserved/util/NFunctionFromJavaFunction.apply:(Ljava/lang/Object;)Ljava/lang/Object;
NFunctionFromJavaFunction<T,V>.NFunctionFromJavaFunction<T,V> ( Function<? super T,V> base )
net/thevpc/nuts/reserved/util/NFunctionFromJavaFunction."<init>":(Ljava/util/function/Function;)V
NFunctionFromJavaFunction<T,V>.toString ( ) : String
net/thevpc/nuts/reserved/util/NFunctionFromJavaFunction.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NFunctionWithDescription.class
package net.thevpc.nuts.reserved.util
NFunctionWithDescription<T,V>.apply ( T f ) : V
net/thevpc/nuts/reserved/util/NFunctionWithDescription.apply:(Ljava/lang/Object;)Ljava/lang/Object;
NFunctionWithDescription<T,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NFunctionWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NFunctionWithDescription<T,V>.NFunctionWithDescription<T,V> ( NFunction<? super T,V> base, NEDesc description )
net/thevpc/nuts/reserved/util/NFunctionWithDescription."<init>":(Lnet/thevpc/nuts/util/NFunction;Lnet/thevpc/nuts/elem/NEDesc;)V
NFunctionWithDescription<T,V>.toString ( ) : String
net/thevpc/nuts/reserved/util/NFunctionWithDescription.toString:()Ljava/lang/String;
NFunctionWithDescription<T,V>.withDesc ( NEDesc description ) : NFunction<T,V>
net/thevpc/nuts/reserved/util/NFunctionWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFunction;
NFunctionWithDescription<T,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NFunctionWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NGlob.class
package net.thevpc.nuts.util
NGlob.escape ( String p1 ) [abstract] : String
net/thevpc/nuts/util/NGlob.escape:(Ljava/lang/String;)Ljava/lang/String;
NGlob.getSeparator ( ) [abstract] : String
net/thevpc/nuts/util/NGlob.getSeparator:()Ljava/lang/String;
NGlob.isGlob ( String p1 ) [abstract] : boolean
net/thevpc/nuts/util/NGlob.isGlob:(Ljava/lang/String;)Z
NGlob.of ( NSession session ) [static] : NGlob
net/thevpc/nuts/util/NGlob.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NGlob;
NGlob.setSeparator ( String p1 ) [abstract] : NGlob
net/thevpc/nuts/util/NGlob.setSeparator:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NGlob;
NGlob.toPattern ( String p1 ) [abstract] : Pattern
net/thevpc/nuts/util/NGlob.toPattern:(Ljava/lang/String;)Ljava/util/regex/Pattern;
NGlob.toPatternString ( String p1 ) [abstract] : String
net/thevpc/nuts/util/NGlob.toPatternString:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.4.jar,
NHashName.class
package net.thevpc.nuts.io
NHashName.getHashName ( Object p1 ) [abstract] : String
net/thevpc/nuts/io/NHashName.getHashName:(Ljava/lang/Object;)Ljava/lang/String;
NHashName.getHashName ( Object p1, String p2 ) [abstract] : String
net/thevpc/nuts/io/NHashName.getHashName:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;
NHashName.of ( NSession session ) [static] : NHashName
net/thevpc/nuts/io/NHashName.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NHashName;
nuts-0.8.4.jar,
NHex.class
package net.thevpc.nuts.util
NHex.fromByte ( byte a ) [static] : String
net/thevpc/nuts/util/NHex.fromByte:(B)Ljava/lang/String;
NHex.fromBytes ( byte[ ] bytes ) [static] : String
net/thevpc/nuts/util/NHex.fromBytes:([B)Ljava/lang/String;
NHex.fromBytes ( byte[ ] bytes, int offset, int length ) [static] : String
net/thevpc/nuts/util/NHex.fromBytes:([BII)Ljava/lang/String;
NHex.fromInt ( int v ) [static] : String
net/thevpc/nuts/util/NHex.fromInt:(I)Ljava/lang/String;
NHex.fromLong ( long v ) [static] : String
net/thevpc/nuts/util/NHex.fromLong:(J)Ljava/lang/String;
NHex.fromShort ( short v ) [static] : String
net/thevpc/nuts/util/NHex.fromShort:(S)Ljava/lang/String;
NHex.NHex ( )
net/thevpc/nuts/util/NHex."<init>":()V
NHex.toByte ( String v ) [static] : byte
net/thevpc/nuts/util/NHex.toByte:(Ljava/lang/String;)B
NHex.toBytes ( String s ) [static] : byte[ ]
net/thevpc/nuts/util/NHex.toBytes:(Ljava/lang/String;)[B
NHex.toBytes ( String s, int size ) [static] : byte[ ]
net/thevpc/nuts/util/NHex.toBytes:(Ljava/lang/String;I)[B
NHex.toInt ( String v ) [static] : int
net/thevpc/nuts/util/NHex.toInt:(Ljava/lang/String;)I
NHex.toLong ( String v ) [static] : long
net/thevpc/nuts/util/NHex.toLong:(Ljava/lang/String;)J
NHex.toShort ( String v ) [static] : short
net/thevpc/nuts/util/NHex.toShort:(Ljava/lang/String;)S
NHex.toUShort ( String v ) [static] : int
net/thevpc/nuts/util/NHex.toUShort:(Ljava/lang/String;)I
nuts-0.8.4.jar,
NHomeLocation.class
package net.thevpc.nuts
NHomeLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NHomeLocation.equals:(Ljava/lang/Object;)Z
NHomeLocation.getOsFamily ( ) : NOsFamily
net/thevpc/nuts/NHomeLocation.getOsFamily:()Lnet/thevpc/nuts/env/NOsFamily;
NHomeLocation.getStoreLocation ( ) : NStoreType
net/thevpc/nuts/NHomeLocation.getStoreLocation:()Lnet/thevpc/nuts/NStoreType;
NHomeLocation.hashCode ( ) : int
net/thevpc/nuts/NHomeLocation.hashCode:()I
NHomeLocation.id ( ) : String
net/thevpc/nuts/NHomeLocation.id:()Ljava/lang/String;
NHomeLocation.name ( ) : String
net/thevpc/nuts/NHomeLocation.name:()Ljava/lang/String;
NHomeLocation.of ( NOsFamily osFamily, NStoreType storeLocation ) [static] : NHomeLocation
net/thevpc/nuts/NHomeLocation.of:(Lnet/thevpc/nuts/env/NOsFamily;Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/NHomeLocation;
NHomeLocation.parse ( String value ) [static] : NOptional<NHomeLocation>
net/thevpc/nuts/NHomeLocation.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NHomeLocation.toString ( ) : String
net/thevpc/nuts/NHomeLocation.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NHttpCode.class
package net.thevpc.nuts.web
NHttpCode.equals ( Object o ) : boolean
net/thevpc/nuts/web/NHttpCode.equals:(Ljava/lang/Object;)Z
NHttpCode.getCode ( ) : int
net/thevpc/nuts/web/NHttpCode.getCode:()I
NHttpCode.hashCode ( ) : int
net/thevpc/nuts/web/NHttpCode.hashCode:()I
NHttpCode.of ( int code ) [static] : NHttpCode
net/thevpc/nuts/web/NHttpCode.of:(I)Lnet/thevpc/nuts/web/NHttpCode;
nuts-0.8.4.jar,
NHttpMethod.class
package net.thevpc.nuts.web
NHttpMethod.valueOf ( String name ) [static] : NHttpMethod
net/thevpc/nuts/web/NHttpMethod.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NHttpMethod;
NHttpMethod.values ( ) [static] : NHttpMethod[ ]
net/thevpc/nuts/web/NHttpMethod.values:()[Lnet/thevpc/nuts/web/NHttpMethod;
nuts-0.8.4.jar,
NHttpUrlEncoder.class
package net.thevpc.nuts.web
NHttpUrlEncoder.encode ( String any ) [static] : String
net/thevpc/nuts/web/NHttpUrlEncoder.encode:(Ljava/lang/String;)Ljava/lang/String;
NHttpUrlEncoder.encodeObject ( Object any ) [static] : String
net/thevpc/nuts/web/NHttpUrlEncoder.encodeObject:(Ljava/lang/Object;)Ljava/lang/String;
NHttpUrlEncoder.NHttpUrlEncoder ( )
net/thevpc/nuts/web/NHttpUrlEncoder."<init>":()V
nuts-0.8.4.jar,
NId.class
package net.thevpc.nuts
NId.builder ( ) [abstract] : NIdBuilder
net/thevpc/nuts/NId.builder:()Lnet/thevpc/nuts/NIdBuilder;
NId.compatNewer ( ) [abstract] : NId
net/thevpc/nuts/NId.compatNewer:()Lnet/thevpc/nuts/NId;
NId.compatOlder ( ) [abstract] : NId
net/thevpc/nuts/NId.compatOlder:()Lnet/thevpc/nuts/NId;
NId.equalsLongId ( NId p1 ) [abstract] : boolean
net/thevpc/nuts/NId.equalsLongId:(Lnet/thevpc/nuts/NId;)Z
NId.equalsShortId ( NId p1 ) [abstract] : boolean
net/thevpc/nuts/NId.equalsShortId:(Lnet/thevpc/nuts/NId;)Z
NId.filter ( NSession p1 ) [abstract] : NIdFilter
net/thevpc/nuts/NId.filter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIdFilter;
NId.findAllByClass ( Class<?> value, NSession session ) [static] : List<NId>
net/thevpc/nuts/NId.findAllByClass:(Ljava/lang/Class;Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NId.findByPath ( NPath value, NSession session ) [static] : List<NId>
net/thevpc/nuts/NId.findByPath:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NId.getArtifactId ( ) [abstract] : String
net/thevpc/nuts/NId.getArtifactId:()Ljava/lang/String;
NId.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NId.getClassifier:()Ljava/lang/String;
NId.getCondition ( ) [abstract] : NEnvCondition
net/thevpc/nuts/NId.getCondition:()Lnet/thevpc/nuts/NEnvCondition;
NId.getFace ( ) [abstract] : String
net/thevpc/nuts/NId.getFace:()Ljava/lang/String;
NId.getFullName ( ) [abstract] : String
net/thevpc/nuts/NId.getFullName:()Ljava/lang/String;
NId.getGroupId ( ) [abstract] : String
net/thevpc/nuts/NId.getGroupId:()Ljava/lang/String;
NId.getLongId ( ) [abstract] : NId
net/thevpc/nuts/NId.getLongId:()Lnet/thevpc/nuts/NId;
NId.getLongName ( ) [abstract] : String
net/thevpc/nuts/NId.getLongName:()Ljava/lang/String;
NId.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NId.getPackaging:()Ljava/lang/String;
NId.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NId.getProperties:()Ljava/util/Map;
NId.getPropertiesQuery ( ) [abstract] : String
net/thevpc/nuts/NId.getPropertiesQuery:()Ljava/lang/String;
NId.getRepository ( ) [abstract] : String
net/thevpc/nuts/NId.getRepository:()Ljava/lang/String;
NId.getShortId ( ) [abstract] : NId
net/thevpc/nuts/NId.getShortId:()Lnet/thevpc/nuts/NId;
NId.getShortName ( ) [abstract] : String
net/thevpc/nuts/NId.getShortName:()Ljava/lang/String;
NId.getVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NId.getVersion:()Lnet/thevpc/nuts/NVersion;
NId.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NId.isBlank:()Z
NId.isLongId ( ) [abstract] : boolean
net/thevpc/nuts/NId.isLongId:()Z
NId.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NId.isNull:()Z
NId.isShortId ( ) [abstract] : boolean
net/thevpc/nuts/NId.isShortId:()Z
NId.of ( String groupId, String artifactId ) [static] : NOptional<NId>
net/thevpc/nuts/NId.of:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NId.of ( String groupId, String artifactId, NVersion version ) [static] : NOptional<NId>
net/thevpc/nuts/NId.of:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/util/NOptional;
NId.of ( String groupId, String artifactId, String version ) [static] : NOptional<NId>
net/thevpc/nuts/NId.of:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NId.of ( String value ) [static] : NOptional<NId>
net/thevpc/nuts/NId.of:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NId.ofApi ( NVersion version ) [static] : NOptional<NId>
net/thevpc/nuts/NId.ofApi:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/util/NOptional;
NId.ofApi ( String version ) [static] : NOptional<NId>
net/thevpc/nuts/NId.ofApi:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NId.ofClass ( Class<?> value, NSession session ) [static] : NOptional<NId>
net/thevpc/nuts/NId.ofClass:(Ljava/lang/Class;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NId.ofList ( String value ) [static] : NOptional<List<NId>>
net/thevpc/nuts/NId.ofList:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NId.ofPath ( NPath value, NSession session ) [static] : NOptional<NId>
net/thevpc/nuts/NId.ofPath:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NId.ofRuntime ( NVersion version ) [static] : NOptional<NId>
net/thevpc/nuts/NId.ofRuntime:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/util/NOptional;
NId.ofRuntime ( String version ) [static] : NOptional<NId>
net/thevpc/nuts/NId.ofRuntime:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NId.ofSet ( String value ) [static] : NOptional<Set<NId>>
net/thevpc/nuts/NId.ofSet:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NId.toDependency ( ) [abstract] : NDependency
net/thevpc/nuts/NId.toDependency:()Lnet/thevpc/nuts/NDependency;
nuts-0.8.4.jar,
NIdBuilder.class
package net.thevpc.nuts
NIdBuilder.build ( ) [abstract] : NId
net/thevpc/nuts/NIdBuilder.build:()Lnet/thevpc/nuts/NId;
NIdBuilder.clear ( ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.clear:()Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.clearProperties ( ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.clearProperties:()Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.of ( ) [static] : NIdBuilder
net/thevpc/nuts/NIdBuilder.of:()Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.of ( String groupId, String artifactId ) [static] : NIdBuilder
net/thevpc/nuts/NIdBuilder.of:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setAll ( NId p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setAll:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setAll ( NIdBuilder p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setAll:(Lnet/thevpc/nuts/NIdBuilder;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setArtifactId ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setArtifactId:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setClassifier ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setCondition ( NEnvCondition p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setCondition:(Lnet/thevpc/nuts/NEnvCondition;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setCondition ( NEnvConditionBuilder p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setCondition:(Lnet/thevpc/nuts/NEnvConditionBuilder;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setFace ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setFace:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setFaceContent ( ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setFaceContent:()Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setFaceDescriptor ( ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setFaceDescriptor:()Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setGroupId ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setGroupId:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setPackaging ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setPropertiesQuery ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setPropertiesQuery:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setProperty ( String p1, String p2 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setRepository ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setVersion ( NVersion p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NIdBuilder;
NIdBuilder.setVersion ( String p1 ) [abstract] : NIdBuilder
net/thevpc/nuts/NIdBuilder.setVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdBuilder;
nuts-0.8.4.jar,
NIdCache.class
package net.thevpc.nuts.boot
NIdCache.NIdCache ( )
net/thevpc/nuts/boot/NIdCache."<init>":()V
nuts-0.8.4.jar,
NIdFilter.class
package net.thevpc.nuts
NIdFilter.acceptId ( NId p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NIdFilter.acceptId:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NSession;)Z
NIdFilter.acceptSearchId ( NSearchId sid, NSession session ) : boolean
net/thevpc/nuts/NIdFilter.acceptSearchId:(Lnet/thevpc/nuts/NSearchId;Lnet/thevpc/nuts/NSession;)Z
NIdFilter.and ( NIdFilter p1 ) [abstract] : NIdFilter
net/thevpc/nuts/NIdFilter.and:(Lnet/thevpc/nuts/NIdFilter;)Lnet/thevpc/nuts/NIdFilter;
NIdFilter.neg ( ) : NFilter
net/thevpc/nuts/NIdFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
NIdFilter.neg ( ) [abstract] : NIdFilter
net/thevpc/nuts/NIdFilter.neg:()Lnet/thevpc/nuts/NIdFilter;
NIdFilter.or ( NIdFilter p1 ) [abstract] : NIdFilter
net/thevpc/nuts/NIdFilter.or:(Lnet/thevpc/nuts/NIdFilter;)Lnet/thevpc/nuts/NIdFilter;
nuts-0.8.4.jar,
NIdFilterDelegate.class
package net.thevpc.nuts.spi.base
NIdFilterDelegate.acceptId ( NId id, NSession session ) : boolean
net/thevpc/nuts/spi/base/NIdFilterDelegate.acceptId:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NSession;)Z
NIdFilterDelegate.acceptSearchId ( NSearchId sid, NSession session ) : boolean
net/thevpc/nuts/spi/base/NIdFilterDelegate.acceptSearchId:(Lnet/thevpc/nuts/NSearchId;Lnet/thevpc/nuts/NSession;)Z
NIdFilterDelegate.baseNIdFilter ( ) [abstract] : NIdFilter
net/thevpc/nuts/spi/base/NIdFilterDelegate.baseNIdFilter:()Lnet/thevpc/nuts/NIdFilter;
NIdFilterDelegate.describe ( NSession session ) : NElement
net/thevpc/nuts/spi/base/NIdFilterDelegate.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NIdFilterDelegate.equals ( Object o ) : boolean
net/thevpc/nuts/spi/base/NIdFilterDelegate.equals:(Ljava/lang/Object;)Z
NIdFilterDelegate.getFilterOp ( ) : NFilterOp
net/thevpc/nuts/spi/base/NIdFilterDelegate.getFilterOp:()Lnet/thevpc/nuts/util/NFilterOp;
NIdFilterDelegate.getFilterType ( ) : Class<?>
net/thevpc/nuts/spi/base/NIdFilterDelegate.getFilterType:()Ljava/lang/Class;
NIdFilterDelegate.getSession ( ) : NSession
net/thevpc/nuts/spi/base/NIdFilterDelegate.getSession:()Lnet/thevpc/nuts/NSession;
NIdFilterDelegate.getSubFilters ( ) : List<NFilter>
net/thevpc/nuts/spi/base/NIdFilterDelegate.getSubFilters:()Ljava/util/List;
NIdFilterDelegate.hashCode ( ) : int
net/thevpc/nuts/spi/base/NIdFilterDelegate.hashCode:()I
NIdFilterDelegate.NIdFilterDelegate ( NSession session )
net/thevpc/nuts/spi/base/NIdFilterDelegate."<init>":(Lnet/thevpc/nuts/NSession;)V
NIdFilterDelegate.simplify ( ) : NFilter
net/thevpc/nuts/spi/base/NIdFilterDelegate.simplify:()Lnet/thevpc/nuts/util/NFilter;
NIdFilterDelegate.simplify ( ) : NIdFilter
net/thevpc/nuts/spi/base/NIdFilterDelegate.simplify:()Lnet/thevpc/nuts/NIdFilter;
NIdFilterDelegate.simplify ( ) : Object
net/thevpc/nuts/spi/base/NIdFilterDelegate.simplify:()Ljava/lang/Object;
NIdFilterDelegate.simplify ( Class<T> type ) : NFilter
net/thevpc/nuts/spi/base/NIdFilterDelegate.simplify:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
NIdFilterDelegate.to ( Class<T> type ) : T
net/thevpc/nuts/spi/base/NIdFilterDelegate.to:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
NIdFilterDelegate.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/spi/base/NIdFilterDelegate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
NIdFilterDelegate.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/spi/base/NIdFilterDelegate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NIdFilters.class
package net.thevpc.nuts
NIdFilters.byDefaultVersion ( Boolean p1 ) [abstract] : NIdFilter
net/thevpc/nuts/NIdFilters.byDefaultVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NIdFilter;
NIdFilters.byInstallStatus ( NInstallStatusFilter p1 ) [abstract] : NIdFilter
net/thevpc/nuts/NIdFilters.byInstallStatus:(Lnet/thevpc/nuts/NInstallStatusFilter;)Lnet/thevpc/nuts/NIdFilter;
NIdFilters.byName ( String... p1 ) [abstract] : NIdFilter
net/thevpc/nuts/NIdFilters.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NIdFilter;
NIdFilters.byValue ( NId p1 ) [abstract] : NIdFilter
net/thevpc/nuts/NIdFilters.byValue:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NIdFilter;
NIdFilters.of ( NSession session ) [static] : NIdFilters
net/thevpc/nuts/NIdFilters.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIdFilters;
nuts-0.8.4.jar,
NIdFilterWithDescriptor.class
package net.thevpc.nuts.reserved.util
NIdFilterWithDescriptor.baseNIdFilter ( ) : NIdFilter
net/thevpc/nuts/reserved/util/NIdFilterWithDescriptor.baseNIdFilter:()Lnet/thevpc/nuts/NIdFilter;
NIdFilterWithDescriptor.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NIdFilterWithDescriptor.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NIdFilterWithDescriptor.NIdFilterWithDescriptor ( NIdFilter base, NEDesc description )
net/thevpc/nuts/reserved/util/NIdFilterWithDescriptor."<init>":(Lnet/thevpc/nuts/NIdFilter;Lnet/thevpc/nuts/elem/NEDesc;)V
NIdFilterWithDescriptor.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/reserved/util/NIdFilterWithDescriptor.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
NIdFilterWithDescriptor.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NIdFilterWithDescriptor.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NIdFormat.class
package net.thevpc.nuts
NIdFormat.configure ( boolean p1, String... p2 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/NIdFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NIdFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NIdFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NIdFormat.getOmitProperties ( ) [abstract] : List<String>
net/thevpc/nuts/NIdFormat.getOmitProperties:()Ljava/util/List;
NIdFormat.getValue ( ) [abstract] : NId
net/thevpc/nuts/NIdFormat.getValue:()Lnet/thevpc/nuts/NId;
NIdFormat.isHighlightImportedGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isHighlightImportedGroupId:()Z
NIdFormat.isOmitClassifier ( ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isOmitClassifier:()Z
NIdFormat.isOmitFace ( ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isOmitFace:()Z
NIdFormat.isOmitGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isOmitGroupId:()Z
NIdFormat.isOmitImportedGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isOmitImportedGroupId:()Z
NIdFormat.isOmitOtherProperties ( ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isOmitOtherProperties:()Z
NIdFormat.isOmitProperty ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isOmitProperty:(Ljava/lang/String;)Z
NIdFormat.isOmitRepository ( ) [abstract] : boolean
net/thevpc/nuts/NIdFormat.isOmitRepository:()Z
NIdFormat.of ( NSession session ) [static] : NIdFormat
net/thevpc/nuts/NIdFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setHighlightImportedGroupId ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setHighlightImportedGroupId:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/NIdFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NIdFormat.setNtf ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setNtf:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setOmitClassifier ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setOmitClassifier:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setOmitFace ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setOmitFace:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setOmitGroupId ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setOmitGroupId:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setOmitImportedGroupId ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setOmitImportedGroupId:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setOmitOtherProperties ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setOmitOtherProperties:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setOmitProperty ( String p1, boolean p2 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setOmitProperty:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setOmitRepository ( boolean p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setOmitRepository:(Z)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/NIdFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NIdFormat.setSession ( NSession p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIdFormat;
NIdFormat.setValue ( NId p1 ) [abstract] : NIdFormat
net/thevpc/nuts/NIdFormat.setValue:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NIdFormat;
nuts-0.8.4.jar,
NIdInvalidDependency.class
package net.thevpc.nuts
NNotFoundException.NIdInvalidDependency.equals ( Object o ) : boolean
net/thevpc/nuts/NNotFoundException.NIdInvalidDependency.equals:(Ljava/lang/Object;)Z
NNotFoundException.NIdInvalidDependency.getCause ( ) : Set<NNotFoundException.NIdInvalidDependency>
net/thevpc/nuts/NNotFoundException.NIdInvalidDependency.getCause:()Ljava/util/Set;
NNotFoundException.NIdInvalidDependency.getId ( ) : NId
net/thevpc/nuts/NNotFoundException.NIdInvalidDependency.getId:()Lnet/thevpc/nuts/NId;
NNotFoundException.NIdInvalidDependency.hashCode ( ) : int
net/thevpc/nuts/NNotFoundException.NIdInvalidDependency.hashCode:()I
NNotFoundException.NIdInvalidDependency.NNotFoundException.NIdInvalidDependency ( NId id, Set<NNotFoundException.NIdInvalidDependency> cause )
net/thevpc/nuts/NNotFoundException.NIdInvalidDependency."<init>":(Lnet/thevpc/nuts/NId;Ljava/util/Set;)V
nuts-0.8.4.jar,
NIdInvalidLocation.class
package net.thevpc.nuts
NNotFoundException.NIdInvalidLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NNotFoundException.NIdInvalidLocation.equals:(Ljava/lang/Object;)Z
NNotFoundException.NIdInvalidLocation.getMessage ( ) : String
net/thevpc/nuts/NNotFoundException.NIdInvalidLocation.getMessage:()Ljava/lang/String;
NNotFoundException.NIdInvalidLocation.getRepository ( ) : String
net/thevpc/nuts/NNotFoundException.NIdInvalidLocation.getRepository:()Ljava/lang/String;
NNotFoundException.NIdInvalidLocation.getUrl ( ) : String
net/thevpc/nuts/NNotFoundException.NIdInvalidLocation.getUrl:()Ljava/lang/String;
NNotFoundException.NIdInvalidLocation.hashCode ( ) : int
net/thevpc/nuts/NNotFoundException.NIdInvalidLocation.hashCode:()I
NNotFoundException.NIdInvalidLocation.NNotFoundException.NIdInvalidLocation ( String repository, String url, String message )
net/thevpc/nuts/NNotFoundException.NIdInvalidLocation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.4.jar,
NIdLocation.class
package net.thevpc.nuts
NIdLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NIdLocation.equals:(Ljava/lang/Object;)Z
NIdLocation.getClassifier ( ) : String
net/thevpc/nuts/NIdLocation.getClassifier:()Ljava/lang/String;
NIdLocation.getRegion ( ) : String
net/thevpc/nuts/NIdLocation.getRegion:()Ljava/lang/String;
NIdLocation.getUrl ( ) : String
net/thevpc/nuts/NIdLocation.getUrl:()Ljava/lang/String;
NIdLocation.hashCode ( ) : int
net/thevpc/nuts/NIdLocation.hashCode:()I
NIdLocation.isBlank ( ) : boolean
net/thevpc/nuts/NIdLocation.isBlank:()Z
NIdLocation.NIdLocation ( String url, String region, String classifier )
net/thevpc/nuts/NIdLocation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
NIdLocation.toString ( ) : String
net/thevpc/nuts/NIdLocation.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NIdType.class
package net.thevpc.nuts
NIdType.id ( ) : String
net/thevpc/nuts/NIdType.id:()Ljava/lang/String;
NIdType.parse ( String value ) [static] : NOptional<NIdType>
net/thevpc/nuts/NIdType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NIdType.valueOf ( String name ) [static] : NIdType
net/thevpc/nuts/NIdType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NIdType;
NIdType.values ( ) [static] : NIdType[ ]
net/thevpc/nuts/NIdType.values:()[Lnet/thevpc/nuts/NIdType;
nuts-0.8.4.jar,
NIdUtils.class
package net.thevpc.nuts.util
NIdUtils.resolveDescPath ( NId id ) [static] : String
net/thevpc/nuts/util/NIdUtils.resolveDescPath:(Lnet/thevpc/nuts/NId;)Ljava/lang/String;
NIdUtils.resolveFileName ( NId id, String extension ) [static] : String
net/thevpc/nuts/util/NIdUtils.resolveFileName:(Lnet/thevpc/nuts/NId;Ljava/lang/String;)Ljava/lang/String;
NIdUtils.resolveFilePath ( NId id, String extension ) [static] : String
net/thevpc/nuts/util/NIdUtils.resolveFilePath:(Lnet/thevpc/nuts/NId;Ljava/lang/String;)Ljava/lang/String;
NIdUtils.resolveGroupIdPath ( String groupId ) [static] : String
net/thevpc/nuts/util/NIdUtils.resolveGroupIdPath:(Ljava/lang/String;)Ljava/lang/String;
NIdUtils.resolveIdPath ( NId id ) [static] : String
net/thevpc/nuts/util/NIdUtils.resolveIdPath:(Lnet/thevpc/nuts/NId;)Ljava/lang/String;
NIdUtils.resolveJarPath ( NId id ) [static] : String
net/thevpc/nuts/util/NIdUtils.resolveJarPath:(Lnet/thevpc/nuts/NId;)Ljava/lang/String;
NIdUtils.resolveNutsDescriptorPath ( NId id ) [static] : String
net/thevpc/nuts/util/NIdUtils.resolveNutsDescriptorPath:(Lnet/thevpc/nuts/NId;)Ljava/lang/String;
nuts-0.8.4.jar,
NIllegalArgumentException.class
package net.thevpc.nuts
NIllegalArgumentException.NIllegalArgumentException ( NSession session, NMsg message )
net/thevpc/nuts/NIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NIllegalArgumentException.NIllegalArgumentException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NIllegalArgumentException.NIllegalArgumentException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NIllegalStateException.class
package net.thevpc.nuts
NIllegalStateException.NIllegalStateException ( NSession session, NMsg message )
net/thevpc/nuts/NIllegalStateException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NIllegalStateException.NIllegalStateException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NIllegalStateException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NIllegalStateException.NIllegalStateException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NIllegalStateException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NImports.class
package net.thevpc.nuts
NImports.addImports ( String... p1 ) [abstract] : NImports
net/thevpc/nuts/NImports.addImports:([Ljava/lang/String;)Lnet/thevpc/nuts/NImports;
NImports.clearImports ( ) [abstract] : NImports
net/thevpc/nuts/NImports.clearImports:()Lnet/thevpc/nuts/NImports;
NImports.getAllImports ( ) [abstract] : Set<String>
net/thevpc/nuts/NImports.getAllImports:()Ljava/util/Set;
NImports.isImportedGroupId ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NImports.isImportedGroupId:(Ljava/lang/String;)Z
NImports.of ( NSession session ) [static] : NImports
net/thevpc/nuts/NImports.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NImports;
NImports.removeImports ( String... p1 ) [abstract] : NImports
net/thevpc/nuts/NImports.removeImports:([Ljava/lang/String;)Lnet/thevpc/nuts/NImports;
NImports.setSession ( NSession p1 ) [abstract] : NImports
net/thevpc/nuts/NImports.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NImports;
NImports.updateImports ( String[ ] p1 ) [abstract] : NImports
net/thevpc/nuts/NImports.updateImports:([Ljava/lang/String;)Lnet/thevpc/nuts/NImports;
nuts-0.8.4.jar,
NIndexerNotAccessibleException.class
package net.thevpc.nuts
NIndexerNotAccessibleException.NIndexerNotAccessibleException ( NSession session, NMsg message )
net/thevpc/nuts/NIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NIndexerNotAccessibleException.NIndexerNotAccessibleException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NIndexStore.class
package net.thevpc.nuts
NIndexStore.invalidate ( NId p1, NSession p2 ) [abstract] : NIndexStore
net/thevpc/nuts/NIndexStore.invalidate:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIndexStore;
NIndexStore.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NIndexStore.isEnabled:()Z
NIndexStore.isSubscribed ( NSession p1 ) [abstract] : boolean
net/thevpc/nuts/NIndexStore.isSubscribed:(Lnet/thevpc/nuts/NSession;)Z
NIndexStore.revalidate ( NId p1, NSession p2 ) [abstract] : NIndexStore
net/thevpc/nuts/NIndexStore.revalidate:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIndexStore;
NIndexStore.search ( NIdFilter p1, NSession p2 ) [abstract] : NIterator<NId>
net/thevpc/nuts/NIndexStore.search:(Lnet/thevpc/nuts/NIdFilter;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterator;
NIndexStore.searchVersions ( NId p1, NSession p2 ) [abstract] : NIterator<NId>
net/thevpc/nuts/NIndexStore.searchVersions:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterator;
NIndexStore.setEnabled ( boolean p1 ) [abstract] : NIndexStore
net/thevpc/nuts/NIndexStore.setEnabled:(Z)Lnet/thevpc/nuts/NIndexStore;
NIndexStore.subscribe ( NSession p1 ) [abstract] : NIndexStore
net/thevpc/nuts/NIndexStore.subscribe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIndexStore;
NIndexStore.unsubscribe ( NSession p1 ) [abstract] : NIndexStore
net/thevpc/nuts/NIndexStore.unsubscribe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NIndexStore;
nuts-0.8.4.jar,
NIndexStoreFactory.class
package net.thevpc.nuts.spi
NIndexStoreFactory.createIndexStore ( NRepository p1 ) [abstract] : NIndexStore
net/thevpc/nuts/spi/NIndexStoreFactory.createIndexStore:(Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/NIndexStore;
nuts-0.8.4.jar,
NInfoCmd.class
package net.thevpc.nuts
NInfoCmd.addProperties ( Map<String,String> p1 ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.addProperty ( String p1, String p2 ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.configure ( boolean p1, String... p2 ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/NInfoCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NInfoCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NInfoCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NInfoCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NInfoCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NInfoCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NInfoCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NInfoCmd.copySession ( ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.copySession:()Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.getPropertyValue ( String p1 ) [abstract] : NOptional<Object>
net/thevpc/nuts/NInfoCmd.getPropertyValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NInfoCmd.getPropertyValues ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NInfoCmd.getPropertyValues:()Ljava/util/Map;
NInfoCmd.isFancy ( ) [abstract] : boolean
net/thevpc/nuts/NInfoCmd.isFancy:()Z
NInfoCmd.isShowRepositories ( ) [abstract] : boolean
net/thevpc/nuts/NInfoCmd.isShowRepositories:()Z
NInfoCmd.of ( NSession session ) [static] : NInfoCmd
net/thevpc/nuts/NInfoCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.setFancy ( boolean p1 ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.setFancy:(Z)Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/NInfoCmd.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NInfoCmd.setNtf ( boolean p1 ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.setNtf:(Z)Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/NInfoCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NInfoCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NInfoCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NInfoCmd.setSession ( NSession p1 ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NInfoCmd;
NInfoCmd.setShowRepositories ( boolean p1 ) [abstract] : NInfoCmd
net/thevpc/nuts/NInfoCmd.setShowRepositories:(Z)Lnet/thevpc/nuts/NInfoCmd;
nuts-0.8.4.jar,
NInputContentProvider.class
package net.thevpc.nuts.io
NInputContentProvider.getCharset ( ) [abstract] : String
net/thevpc/nuts/io/NInputContentProvider.getCharset:()Ljava/lang/String;
NInputContentProvider.getContentType ( ) [abstract] : String
net/thevpc/nuts/io/NInputContentProvider.getContentType:()Ljava/lang/String;
NInputContentProvider.getName ( ) [abstract] : String
net/thevpc/nuts/io/NInputContentProvider.getName:()Ljava/lang/String;
nuts-0.8.4.jar,
NInputSource.class
package net.thevpc.nuts.io
NInputSource.dispose ( ) : void
net/thevpc/nuts/io/NInputSource.dispose:()V
NInputSource.getBufferedReader ( ) [abstract] : BufferedReader
net/thevpc/nuts/io/NInputSource.getBufferedReader:()Ljava/io/BufferedReader;
NInputSource.getBufferedReader ( Charset p1 ) [abstract] : BufferedReader
net/thevpc/nuts/io/NInputSource.getBufferedReader:(Ljava/nio/charset/Charset;)Ljava/io/BufferedReader;
NInputSource.getContentLength ( ) [abstract] : long
net/thevpc/nuts/io/NInputSource.getContentLength:()J
NInputSource.getDigest ( ) [abstract] : byte[ ]
net/thevpc/nuts/io/NInputSource.getDigest:()[B
NInputSource.getDigest ( String p1 ) [abstract] : byte[ ]
net/thevpc/nuts/io/NInputSource.getDigest:(Ljava/lang/String;)[B
NInputSource.getDigestString ( ) [abstract] : String
net/thevpc/nuts/io/NInputSource.getDigestString:()Ljava/lang/String;
NInputSource.getDigestString ( String p1 ) [abstract] : String
net/thevpc/nuts/io/NInputSource.getDigestString:(Ljava/lang/String;)Ljava/lang/String;
NInputSource.getLines ( ) [abstract] : Stream<String>
net/thevpc/nuts/io/NInputSource.getLines:()Ljava/util/stream/Stream;
NInputSource.getLines ( Charset p1 ) [abstract] : Stream<String>
net/thevpc/nuts/io/NInputSource.getLines:(Ljava/nio/charset/Charset;)Ljava/util/stream/Stream;
NInputSource.getReader ( ) [abstract] : Reader
net/thevpc/nuts/io/NInputSource.getReader:()Ljava/io/Reader;
NInputSource.getReader ( Charset p1 ) [abstract] : Reader
net/thevpc/nuts/io/NInputSource.getReader:(Ljava/nio/charset/Charset;)Ljava/io/Reader;
NInputSource.head ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/io/NInputSource.head:(I)Ljava/util/List;
NInputSource.head ( int p1, Charset p2 ) [abstract] : List<String>
net/thevpc/nuts/io/NInputSource.head:(ILjava/nio/charset/Charset;)Ljava/util/List;
NInputSource.isKnownContentLength ( ) [abstract] : boolean
net/thevpc/nuts/io/NInputSource.isKnownContentLength:()Z
NInputSource.isMultiRead ( ) [abstract] : boolean
net/thevpc/nuts/io/NInputSource.isMultiRead:()Z
NInputSource.of ( byte[ ] bytes, NContentMetadata metadata, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.of:([BLnet/thevpc/nuts/io/NContentMetadata;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.of ( byte[ ] bytes, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.of:([BLnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.of ( File file, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.of:(Ljava/io/File;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.of ( InputStream inputSource, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.of:(Ljava/io/InputStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.of ( InputStream inputStream, NContentMetadata metadata, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.of:(Ljava/io/InputStream;Lnet/thevpc/nuts/io/NContentMetadata;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.of ( Path file, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.of:(Ljava/nio/file/Path;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.of ( URL file, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.of:(Ljava/net/URL;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.ofMultiRead ( NInputSource source, NSession session ) [static] : NInputSource
net/thevpc/nuts/io/NInputSource.ofMultiRead:(Lnet/thevpc/nuts/io/NInputSource;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSource;
NInputSource.readBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/io/NInputSource.readBytes:()[B
NInputSource.readString ( ) : String
net/thevpc/nuts/io/NInputSource.readString:()Ljava/lang/String;
NInputSource.readString ( Charset cs ) : String
net/thevpc/nuts/io/NInputSource.readString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
NInputSource.tail ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/io/NInputSource.tail:(I)Ljava/util/List;
NInputSource.tail ( int p1, Charset p2 ) [abstract] : List<String>
net/thevpc/nuts/io/NInputSource.tail:(ILjava/nio/charset/Charset;)Ljava/util/List;
nuts-0.8.4.jar,
NInputSourceBuilder.class
package net.thevpc.nuts.io
NInputSourceBuilder.createInputSource ( ) [abstract] : NInputSource
net/thevpc/nuts/io/NInputSourceBuilder.createInputSource:()Lnet/thevpc/nuts/io/NInputSource;
NInputSourceBuilder.createInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/io/NInputSourceBuilder.createInputStream:()Ljava/io/InputStream;
NInputSourceBuilder.createInterruptibleInputStream ( ) [abstract] : NInterruptible<InputStream>
net/thevpc/nuts/io/NInputSourceBuilder.createInterruptibleInputStream:()Lnet/thevpc/nuts/io/NInterruptible;
NInputSourceBuilder.createNonBlockingInputStream ( ) [abstract] : NNonBlockingInputStream
net/thevpc/nuts/io/NInputSourceBuilder.createNonBlockingInputStream:()Lnet/thevpc/nuts/io/NNonBlockingInputStream;
NInputSourceBuilder.getCloseAction ( ) [abstract] : Runnable
net/thevpc/nuts/io/NInputSourceBuilder.getCloseAction:()Ljava/lang/Runnable;
NInputSourceBuilder.getExpectedLength ( ) [abstract] : Long
net/thevpc/nuts/io/NInputSourceBuilder.getExpectedLength:()Ljava/lang/Long;
NInputSourceBuilder.getMetadata ( ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NInputSourceBuilder.getMetadata:()Lnet/thevpc/nuts/io/NContentMetadata;
NInputSourceBuilder.getMonitoringListener ( ) [abstract] : NProgressListener
net/thevpc/nuts/io/NInputSourceBuilder.getMonitoringListener:()Lnet/thevpc/nuts/time/NProgressListener;
NInputSourceBuilder.getSource ( ) [abstract] : Object
net/thevpc/nuts/io/NInputSourceBuilder.getSource:()Ljava/lang/Object;
NInputSourceBuilder.getSourceName ( ) [abstract] : NMsg
net/thevpc/nuts/io/NInputSourceBuilder.getSourceName:()Lnet/thevpc/nuts/util/NMsg;
NInputSourceBuilder.getTee ( ) [abstract] : OutputStream
net/thevpc/nuts/io/NInputSourceBuilder.getTee:()Ljava/io/OutputStream;
NInputSourceBuilder.isCloseBase ( ) [abstract] : boolean
net/thevpc/nuts/io/NInputSourceBuilder.isCloseBase:()Z
NInputSourceBuilder.isInterruptible ( ) [abstract] : boolean
net/thevpc/nuts/io/NInputSourceBuilder.isInterruptible:()Z
NInputSourceBuilder.isNonBlocking ( ) [abstract] : boolean
net/thevpc/nuts/io/NInputSourceBuilder.isNonBlocking:()Z
NInputSourceBuilder.of ( InputStream is, NSession session ) [static] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.of:(Ljava/io/InputStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setBase ( InputStream p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setBase:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setCloseAction ( Runnable p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setCloseAction:(Ljava/lang/Runnable;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setCloseBase ( boolean p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setCloseBase:(Z)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setExpectedLength ( Long p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setExpectedLength:(Ljava/lang/Long;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setInterruptible ( boolean p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setInterruptible:(Z)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setMetadata ( NContentMetadata p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setMetadata:(Lnet/thevpc/nuts/io/NContentMetadata;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setMonitoringListener ( NProgressListener p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setMonitoringListener:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setNonBlocking ( boolean p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setNonBlocking:(Z)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setSource ( Object p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setSource:(Ljava/lang/Object;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setSourceName ( NMsg p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setSourceName:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NInputSourceBuilder.setTee ( OutputStream p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/io/NInputSourceBuilder.setTee:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
nuts-0.8.4.jar,
NInputStreamMonitor.class
package net.thevpc.nuts.io
NInputStreamMonitor.create ( ) [abstract] : InputStream
net/thevpc/nuts/io/NInputStreamMonitor.create:()Ljava/io/InputStream;
NInputStreamMonitor.getLength ( ) [abstract] : long
net/thevpc/nuts/io/NInputStreamMonitor.getLength:()J
NInputStreamMonitor.getName ( ) [abstract] : NMsg
net/thevpc/nuts/io/NInputStreamMonitor.getName:()Lnet/thevpc/nuts/util/NMsg;
NInputStreamMonitor.getOrigin ( ) [abstract] : Object
net/thevpc/nuts/io/NInputStreamMonitor.getOrigin:()Ljava/lang/Object;
NInputStreamMonitor.getProgressFactory ( ) [abstract] : NProgressFactory
net/thevpc/nuts/io/NInputStreamMonitor.getProgressFactory:()Lnet/thevpc/nuts/time/NProgressFactory;
NInputStreamMonitor.getSource ( ) [abstract] : NInputSource
net/thevpc/nuts/io/NInputStreamMonitor.getSource:()Lnet/thevpc/nuts/io/NInputSource;
NInputStreamMonitor.getSourceTypeName ( ) [abstract] : String
net/thevpc/nuts/io/NInputStreamMonitor.getSourceTypeName:()Ljava/lang/String;
NInputStreamMonitor.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/io/NInputStreamMonitor.isLogProgress:()Z
NInputStreamMonitor.isTraceProgress ( ) [abstract] : boolean
net/thevpc/nuts/io/NInputStreamMonitor.isTraceProgress:()Z
NInputStreamMonitor.of ( NSession session ) [static] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setLength ( long p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setLength:(J)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setLogProgress ( boolean p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setLogProgress:(Z)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setName ( NMsg p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setName:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setOrigin ( Object p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setOrigin:(Ljava/lang/Object;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setProgressFactory ( NProgressFactory p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setProgressFactory:(Lnet/thevpc/nuts/time/NProgressFactory;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setProgressMonitor ( NProgressListener p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setProgressMonitor:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setSession ( NSession p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setSource ( File p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setSource ( InputStream p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setSource ( NInputSource p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setSource:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setSource ( NPath p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setSource:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setSource ( Path p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setSourceTypeName ( String p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setSourceTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NInputStreamMonitor;
NInputStreamMonitor.setTraceProgress ( boolean p1 ) [abstract] : NInputStreamMonitor
net/thevpc/nuts/io/NInputStreamMonitor.setTraceProgress:(Z)Lnet/thevpc/nuts/io/NInputStreamMonitor;
nuts-0.8.4.jar,
NInputStreamProvider.class
package net.thevpc.nuts.io
NInputStreamProvider.getInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/io/NInputStreamProvider.getInputStream:()Ljava/io/InputStream;
nuts-0.8.4.jar,
NInputStreamTransparentAdapter.class
package net.thevpc.nuts.spi
NInputStreamTransparentAdapter.baseInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NInputStreamTransparentAdapter.baseInputStream:()Ljava/io/InputStream;
nuts-0.8.4.jar,
NInstallationException.class
package net.thevpc.nuts
NInstallationException.getId ( ) : NId
net/thevpc/nuts/NInstallationException.getId:()Lnet/thevpc/nuts/NId;
NInstallationException.NInstallationException ( NSession session, NId id, NMsg msg, Throwable ex )
net/thevpc/nuts/NInstallationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NInstallCmd.class
package net.thevpc.nuts
NInstallCmd.addArg ( String p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.addArgs ( Collection<String> p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.addArgs ( String... p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.addConditionalArgs ( Predicate<NDefinition> p1, String... p2 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addConditionalArgs:(Ljava/util/function/Predicate;[Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.addId ( NId p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.addId ( String p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.addIds ( NId... p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.addIds ( String... p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.clearArgs ( ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.clearArgs:()Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.clearIds ( ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.clearIds:()Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.companions ( ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.companions:()Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.companions ( boolean p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.companions:(Z)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.configure ( boolean p1, String... p2 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NInstallCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NInstallCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NInstallCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NInstallCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NInstallCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NInstallCmd.copySession ( ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.copySession:()Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.defaultVersion ( ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.defaultVersion:()Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.defaultVersion ( boolean p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.defaultVersion:(Z)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.getArgs ( ) [abstract] : List<String>
net/thevpc/nuts/NInstallCmd.getArgs:()Ljava/util/List;
NInstallCmd.getCompanions ( ) [abstract] : NInstallStrategy
net/thevpc/nuts/NInstallCmd.getCompanions:()Lnet/thevpc/nuts/NInstallStrategy;
NInstallCmd.getIdMap ( ) [abstract] : Map<NId,NInstallStrategy>
net/thevpc/nuts/NInstallCmd.getIdMap:()Ljava/util/Map;
NInstallCmd.getIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NInstallCmd.getIds:()Ljava/util/List;
NInstallCmd.getInstalled ( ) [abstract] : NInstallStrategy
net/thevpc/nuts/NInstallCmd.getInstalled:()Lnet/thevpc/nuts/NInstallStrategy;
NInstallCmd.getResult ( ) [abstract] : NStream<NDefinition>
net/thevpc/nuts/NInstallCmd.getResult:()Lnet/thevpc/nuts/util/NStream;
NInstallCmd.getStrategy ( ) [abstract] : NInstallStrategy
net/thevpc/nuts/NInstallCmd.getStrategy:()Lnet/thevpc/nuts/NInstallStrategy;
NInstallCmd.isCompanions ( ) [abstract] : boolean
net/thevpc/nuts/NInstallCmd.isCompanions:()Z
NInstallCmd.isDefaultVersion ( ) [abstract] : boolean
net/thevpc/nuts/NInstallCmd.isDefaultVersion:()Z
NInstallCmd.isInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NInstallCmd.isInstalled:()Z
NInstallCmd.of ( NSession session ) [static] : NInstallCmd
net/thevpc/nuts/NInstallCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.removeId ( NId p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.removeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.removeId ( String p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NInstallCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NInstallCmd.run ( ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.run:()Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setCompanions ( boolean p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setCompanions:(Z)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setDefaultVersion ( boolean p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setDefaultVersion:(Z)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setId ( NId p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setId ( String p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setIds ( NId... p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setIds ( String... p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setInstalled ( boolean p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setInstalled:(Z)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NInstallCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NInstallCmd.setSession ( NSession p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NInstallCmd;
NInstallCmd.setStrategy ( NInstallStrategy p1 ) [abstract] : NInstallCmd
net/thevpc/nuts/NInstallCmd.setStrategy:(Lnet/thevpc/nuts/NInstallStrategy;)Lnet/thevpc/nuts/NInstallCmd;
nuts-0.8.4.jar,
NInstallerComponent.class
package net.thevpc.nuts.spi
NInstallerComponent.install ( NExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/spi/NInstallerComponent.install:(Lnet/thevpc/nuts/NExecutionContext;)V
NInstallerComponent.uninstall ( NExecutionContext p1, boolean p2 ) [abstract] : void
net/thevpc/nuts/spi/NInstallerComponent.uninstall:(Lnet/thevpc/nuts/NExecutionContext;Z)V
NInstallerComponent.update ( NExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/spi/NInstallerComponent.update:(Lnet/thevpc/nuts/NExecutionContext;)V
nuts-0.8.4.jar,
NInstallEvent.class
package net.thevpc.nuts
NInstallEvent.getDefinition ( ) [abstract] : NDefinition
net/thevpc/nuts/NInstallEvent.getDefinition:()Lnet/thevpc/nuts/NDefinition;
NInstallEvent.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NInstallEvent.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NInstallEvent.isForce ( ) [abstract] : boolean
net/thevpc/nuts/NInstallEvent.isForce:()Z
nuts-0.8.4.jar,
NInstallException.class
package net.thevpc.nuts
NInstallException.NInstallException ( NSession session, NId id )
net/thevpc/nuts/NInstallException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NInstallException.NInstallException ( NSession session, NId id, NMsg msg, Throwable ex )
net/thevpc/nuts/NInstallException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NInstallInformation.class
package net.thevpc.nuts
NInstallInformation.getCreatedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NInstallInformation.getCreatedInstant:()Ljava/time/Instant;
NInstallInformation.getId ( ) [abstract] : NId
net/thevpc/nuts/NInstallInformation.getId:()Lnet/thevpc/nuts/NId;
NInstallInformation.getInstallFolder ( ) [abstract] : NPath
net/thevpc/nuts/NInstallInformation.getInstallFolder:()Lnet/thevpc/nuts/io/NPath;
NInstallInformation.getInstallStatus ( ) [abstract] : NInstallStatus
net/thevpc/nuts/NInstallInformation.getInstallStatus:()Lnet/thevpc/nuts/NInstallStatus;
NInstallInformation.getInstallUser ( ) [abstract] : String
net/thevpc/nuts/NInstallInformation.getInstallUser:()Ljava/lang/String;
NInstallInformation.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NInstallInformation.getLastModifiedInstant:()Ljava/time/Instant;
NInstallInformation.getSourceRepositoryName ( ) [abstract] : String
net/thevpc/nuts/NInstallInformation.getSourceRepositoryName:()Ljava/lang/String;
NInstallInformation.getSourceRepositoryUUID ( ) [abstract] : String
net/thevpc/nuts/NInstallInformation.getSourceRepositoryUUID:()Ljava/lang/String;
NInstallInformation.isDefaultVersion ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isDefaultVersion:()Z
NInstallInformation.isInstalledOrRequired ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isInstalledOrRequired:()Z
NInstallInformation.isJustInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isJustInstalled:()Z
NInstallInformation.isJustReInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isJustReInstalled:()Z
NInstallInformation.isJustRequired ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isJustRequired:()Z
NInstallInformation.isJustReRequired ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isJustReRequired:()Z
NInstallInformation.isWasInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isWasInstalled:()Z
NInstallInformation.isWasRequired ( ) [abstract] : boolean
net/thevpc/nuts/NInstallInformation.isWasRequired:()Z
nuts-0.8.4.jar,
NInstallListener.class
package net.thevpc.nuts
NInstallListener.onInstall ( NInstallEvent event ) : void
net/thevpc/nuts/NInstallListener.onInstall:(Lnet/thevpc/nuts/NInstallEvent;)V
NInstallListener.onRequire ( NInstallEvent event ) : void
net/thevpc/nuts/NInstallListener.onRequire:(Lnet/thevpc/nuts/NInstallEvent;)V
NInstallListener.onUninstall ( NInstallEvent event ) : void
net/thevpc/nuts/NInstallListener.onUninstall:(Lnet/thevpc/nuts/NInstallEvent;)V
NInstallListener.onUnRequire ( NInstallEvent event ) : void
net/thevpc/nuts/NInstallListener.onUnRequire:(Lnet/thevpc/nuts/NInstallEvent;)V
NInstallListener.onUpdate ( NUpdateEvent event ) : void
net/thevpc/nuts/NInstallListener.onUpdate:(Lnet/thevpc/nuts/NUpdateEvent;)V
nuts-0.8.4.jar,
NInstallStatus.class
package net.thevpc.nuts
NInstallStatus.equals ( Object o ) : boolean
net/thevpc/nuts/NInstallStatus.equals:(Ljava/lang/Object;)Z
NInstallStatus.hashCode ( ) : int
net/thevpc/nuts/NInstallStatus.hashCode:()I
NInstallStatus.isDefaultVersion ( ) : boolean
net/thevpc/nuts/NInstallStatus.isDefaultVersion:()Z
NInstallStatus.isDeployed ( ) : boolean
net/thevpc/nuts/NInstallStatus.isDeployed:()Z
NInstallStatus.isInstalled ( ) : boolean
net/thevpc/nuts/NInstallStatus.isInstalled:()Z
NInstallStatus.isInstalledOrRequired ( ) : boolean
net/thevpc/nuts/NInstallStatus.isInstalledOrRequired:()Z
NInstallStatus.isNonDeployed ( ) : boolean
net/thevpc/nuts/NInstallStatus.isNonDeployed:()Z
NInstallStatus.isObsolete ( ) : boolean
net/thevpc/nuts/NInstallStatus.isObsolete:()Z
NInstallStatus.isRequired ( ) : boolean
net/thevpc/nuts/NInstallStatus.isRequired:()Z
NInstallStatus.of ( boolean installed, boolean required, boolean obsolete, boolean defaultVersion ) [static] : NInstallStatus
net/thevpc/nuts/NInstallStatus.of:(ZZZZ)Lnet/thevpc/nuts/NInstallStatus;
NInstallStatus.toString ( ) : String
net/thevpc/nuts/NInstallStatus.toString:()Ljava/lang/String;
NInstallStatus.withDefaultVersion ( boolean defaultVersion ) : NInstallStatus
net/thevpc/nuts/NInstallStatus.withDefaultVersion:(Z)Lnet/thevpc/nuts/NInstallStatus;
NInstallStatus.withInstalled ( boolean installed ) : NInstallStatus
net/thevpc/nuts/NInstallStatus.withInstalled:(Z)Lnet/thevpc/nuts/NInstallStatus;
NInstallStatus.withObsolete ( boolean obsolete ) : NInstallStatus
net/thevpc/nuts/NInstallStatus.withObsolete:(Z)Lnet/thevpc/nuts/NInstallStatus;
NInstallStatus.withRequired ( boolean required ) : NInstallStatus
net/thevpc/nuts/NInstallStatus.withRequired:(Z)Lnet/thevpc/nuts/NInstallStatus;
nuts-0.8.4.jar,
NInstallStatusFilter.class
package net.thevpc.nuts
NInstallStatusFilter.acceptInstallStatus ( NInstallStatus p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NInstallStatusFilter.acceptInstallStatus:(Lnet/thevpc/nuts/NInstallStatus;Lnet/thevpc/nuts/NSession;)Z
NInstallStatusFilter.and ( NInstallStatusFilter p1 ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilter.and:(Lnet/thevpc/nuts/NInstallStatusFilter;)Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilter.neg ( ) : NFilter
net/thevpc/nuts/NInstallStatusFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
NInstallStatusFilter.neg ( ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilter.neg:()Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilter.or ( NInstallStatusFilter p1 ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilter.or:(Lnet/thevpc/nuts/NInstallStatusFilter;)Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilter.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/NInstallStatusFilter.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
NInstallStatusFilter.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/NInstallStatusFilter.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NInstallStatusFilters.class
package net.thevpc.nuts
NInstallStatusFilters.byDefaultValue ( boolean p1 ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilters.byDefaultValue:(Z)Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilters.byDeployed ( boolean p1 ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilters.byDeployed:(Z)Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilters.byInstalled ( boolean p1 ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilters.byInstalled:(Z)Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilters.byObsolete ( boolean p1 ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilters.byObsolete:(Z)Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilters.byRequired ( boolean p1 ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NInstallStatusFilters.byRequired:(Z)Lnet/thevpc/nuts/NInstallStatusFilter;
NInstallStatusFilters.of ( NSession session ) [static] : NInstallStatusFilters
net/thevpc/nuts/NInstallStatusFilters.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NInstallStatusFilters;
nuts-0.8.4.jar,
NInstallStrategy.class
package net.thevpc.nuts
NInstallStrategy.id ( ) : String
net/thevpc/nuts/NInstallStrategy.id:()Ljava/lang/String;
NInstallStrategy.parse ( String value ) [static] : NOptional<NInstallStrategy>
net/thevpc/nuts/NInstallStrategy.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NInstallStrategy.valueOf ( String name ) [static] : NInstallStrategy
net/thevpc/nuts/NInstallStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NInstallStrategy;
NInstallStrategy.values ( ) [static] : NInstallStrategy[ ]
net/thevpc/nuts/NInstallStrategy.values:()[Lnet/thevpc/nuts/NInstallStrategy;
nuts-0.8.4.jar,
NInstallSvcCmd.class
package net.thevpc.nuts
NInstallSvcCmd.getEnv ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NInstallSvcCmd.getEnv:()Ljava/util/Map;
NInstallSvcCmd.getStartCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NInstallSvcCmd.getStartCommand:()[Ljava/lang/String;
NInstallSvcCmd.getStatusCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NInstallSvcCmd.getStatusCommand:()[Ljava/lang/String;
NInstallSvcCmd.getStopCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NInstallSvcCmd.getStopCommand:()[Ljava/lang/String;
NInstallSvcCmd.getSystemServiceType ( ) [abstract] : NOsServiceType
net/thevpc/nuts/NInstallSvcCmd.getSystemServiceType:()Lnet/thevpc/nuts/env/NOsServiceType;
NInstallSvcCmd.getWorkingDirectory ( ) [abstract] : NPath
net/thevpc/nuts/NInstallSvcCmd.getWorkingDirectory:()Lnet/thevpc/nuts/io/NPath;
NInstallSvcCmd.install ( ) [abstract] : boolean
net/thevpc/nuts/NInstallSvcCmd.install:()Z
NInstallSvcCmd.of ( NSession session ) [static] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setControlCommand ( String[ ] p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setControlCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setEnv ( Map<String,String> p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setRootDirectory ( NPath p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setRootDirectory:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setServiceName ( String p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setServiceName:(Ljava/lang/String;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setServiceType ( NOsServiceType p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setServiceType:(Lnet/thevpc/nuts/env/NOsServiceType;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setStartCommand ( String[ ] p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setStartCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setStatusCommand ( String[ ] p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setStatusCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setStopCommand ( String[ ] p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setStopCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.setWorkingDirectory ( NPath p1 ) [abstract] : NInstallSvcCmd
net/thevpc/nuts/NInstallSvcCmd.setWorkingDirectory:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NInstallSvcCmd;
NInstallSvcCmd.uninstall ( ) [abstract] : boolean
net/thevpc/nuts/NInstallSvcCmd.uninstall:()Z
nuts-0.8.4.jar,
NInterruptException.class
package net.thevpc.nuts.io
NInterruptException.NInterruptException ( NSession session )
net/thevpc/nuts/io/NInterruptException."<init>":(Lnet/thevpc/nuts/NSession;)V
NInterruptException.NInterruptException ( NSession session, NMsg message )
net/thevpc/nuts/io/NInterruptException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NInterruptException.NInterruptException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/io/NInterruptException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NInterruptException.NInterruptException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/io/NInterruptException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NInterruptible.class
package net.thevpc.nuts.io
NInterruptible<T>.base ( ) [abstract] : T
net/thevpc/nuts/io/NInterruptible.base:()Ljava/lang/Object;
NInterruptible<T>.interrupt ( ) [abstract] : void
net/thevpc/nuts/io/NInterruptible.interrupt:()V
NInterruptible<T>.ofInputStream ( InputStream base, NSession session ) [static] : NInterruptible<InputStream>
net/thevpc/nuts/io/NInterruptible.ofInputStream:(Ljava/io/InputStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NInterruptible;
nuts-0.8.4.jar,
NInvalidRepositoryException.class
package net.thevpc.nuts
NInvalidRepositoryException.NInvalidRepositoryException ( NSession session, String repository, NMsg message )
net/thevpc/nuts/NInvalidRepositoryException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;Lnet/thevpc/nuts/util/NMsg;)V
nuts-0.8.4.jar,
NInvalidWorkspaceException.class
package net.thevpc.nuts
NInvalidWorkspaceException.getWorkspaceLocation ( ) : String
net/thevpc/nuts/NInvalidWorkspaceException.getWorkspaceLocation:()Ljava/lang/String;
NInvalidWorkspaceException.NInvalidWorkspaceException ( String workspaceLocation, NMsg errorMessage )
net/thevpc/nuts/NInvalidWorkspaceException."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/util/NMsg;)V
nuts-0.8.4.jar,
NIO.class
package net.thevpc.nuts.io
NIO.getDefaultTerminal ( ) [abstract] : NSessionTerminal
net/thevpc/nuts/io/NIO.getDefaultTerminal:()Lnet/thevpc/nuts/io/NSessionTerminal;
NIO.getSystemTerminal ( ) [abstract] : NSystemTerminal
net/thevpc/nuts/io/NIO.getSystemTerminal:()Lnet/thevpc/nuts/io/NSystemTerminal;
NIO.isStderr ( NPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/io/NIO.isStderr:(Lnet/thevpc/nuts/io/NPrintStream;)Z
NIO.isStdin ( InputStream p1 ) [abstract] : boolean
net/thevpc/nuts/io/NIO.isStdin:(Ljava/io/InputStream;)Z
NIO.isStdout ( NPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/io/NIO.isStdout:(Lnet/thevpc/nuts/io/NPrintStream;)Z
NIO.of ( NSession session ) [static] : NIO
net/thevpc/nuts/io/NIO.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NIO;
NIO.ofNullRawInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/io/NIO.ofNullRawInputStream:()Ljava/io/InputStream;
NIO.ofNullRawOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/io/NIO.ofNullRawOutputStream:()Ljava/io/OutputStream;
NIO.setDefaultTerminal ( NSessionTerminal p1 ) [abstract] : NIO
net/thevpc/nuts/io/NIO.setDefaultTerminal:(Lnet/thevpc/nuts/io/NSessionTerminal;)Lnet/thevpc/nuts/io/NIO;
NIO.setSystemTerminal ( NSystemTerminalBase p1 ) [abstract] : NIO
net/thevpc/nuts/io/NIO.setSystemTerminal:(Lnet/thevpc/nuts/spi/NSystemTerminalBase;)Lnet/thevpc/nuts/io/NIO;
NIO.stderr ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NIO.stderr:()Lnet/thevpc/nuts/io/NPrintStream;
NIO.stdin ( ) [abstract] : InputStream
net/thevpc/nuts/io/NIO.stdin:()Ljava/io/InputStream;
NIO.stdout ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NIO.stdout:()Lnet/thevpc/nuts/io/NPrintStream;
nuts-0.8.4.jar,
NIOException.class
package net.thevpc.nuts.io
NIOException.NIOException ( NSession session, NMsg message )
net/thevpc/nuts/io/NIOException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NIOException.NIOException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/io/NIOException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NIOException.NIOException ( NSession session, Throwable cause )
net/thevpc/nuts/io/NIOException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NIORPI.class
package net.thevpc.nuts.reserved.rpi
NIORPI.createInMemoryTerminal ( ) [abstract] : NSessionTerminal
net/thevpc/nuts/reserved/rpi/NIORPI.createInMemoryTerminal:()Lnet/thevpc/nuts/io/NSessionTerminal;
NIORPI.createInMemoryTerminal ( boolean p1 ) [abstract] : NSessionTerminal
net/thevpc/nuts/reserved/rpi/NIORPI.createInMemoryTerminal:(Z)Lnet/thevpc/nuts/io/NSessionTerminal;
NIORPI.createQuestion ( NSession p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/reserved/rpi/NIORPI.createQuestion:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NAsk;
NIORPI.createQuestion ( NSessionTerminal p1 ) [abstract] : NAsk<T>
net/thevpc/nuts/reserved/rpi/NIORPI.createQuestion:(Lnet/thevpc/nuts/io/NSessionTerminal;)Lnet/thevpc/nuts/util/NAsk;
NIORPI.createTerminal ( ) [abstract] : NSessionTerminal
net/thevpc/nuts/reserved/rpi/NIORPI.createTerminal:()Lnet/thevpc/nuts/io/NSessionTerminal;
NIORPI.createTerminal ( InputStream p1, NPrintStream p2, NPrintStream p3 ) [abstract] : NSessionTerminal
net/thevpc/nuts/reserved/rpi/NIORPI.createTerminal:(Ljava/io/InputStream;Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/io/NPrintStream;)Lnet/thevpc/nuts/io/NSessionTerminal;
NIORPI.createTerminal ( NSessionTerminal p1 ) [abstract] : NSessionTerminal
net/thevpc/nuts/reserved/rpi/NIORPI.createTerminal:(Lnet/thevpc/nuts/io/NSessionTerminal;)Lnet/thevpc/nuts/io/NSessionTerminal;
NIORPI.enableRichTerm ( ) [abstract] : void
net/thevpc/nuts/reserved/rpi/NIORPI.enableRichTerm:()V
NIORPI.of ( NSession session ) [static] : NIORPI
net/thevpc/nuts/reserved/rpi/NIORPI.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/reserved/rpi/NIORPI;
NIORPI.ofInMemoryPrintStream ( ) [abstract] : NMemoryPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofInMemoryPrintStream:()Lnet/thevpc/nuts/io/NMemoryPrintStream;
NIORPI.ofInMemoryPrintStream ( NTerminalMode p1 ) [abstract] : NMemoryPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofInMemoryPrintStream:(Lnet/thevpc/nuts/io/NTerminalMode;)Lnet/thevpc/nuts/io/NMemoryPrintStream;
NIORPI.ofInputSource ( byte[ ] p1 ) [abstract] : NInputSource
net/thevpc/nuts/reserved/rpi/NIORPI.ofInputSource:([B)Lnet/thevpc/nuts/io/NInputSource;
NIORPI.ofInputSource ( byte[ ] p1, NContentMetadata p2 ) [abstract] : NInputSource
net/thevpc/nuts/reserved/rpi/NIORPI.ofInputSource:([BLnet/thevpc/nuts/io/NContentMetadata;)Lnet/thevpc/nuts/io/NInputSource;
NIORPI.ofInputSource ( InputStream p1 ) [abstract] : NInputSource
net/thevpc/nuts/reserved/rpi/NIORPI.ofInputSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NInputSource;
NIORPI.ofInputSource ( InputStream p1, NContentMetadata p2 ) [abstract] : NInputSource
net/thevpc/nuts/reserved/rpi/NIORPI.ofInputSource:(Ljava/io/InputStream;Lnet/thevpc/nuts/io/NContentMetadata;)Lnet/thevpc/nuts/io/NInputSource;
NIORPI.ofInputSourceBuilder ( InputStream p1 ) [abstract] : NInputSourceBuilder
net/thevpc/nuts/reserved/rpi/NIORPI.ofInputSourceBuilder:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NInputSourceBuilder;
NIORPI.ofInterruptible ( InputStream p1 ) [abstract] : NInterruptible<InputStream>
net/thevpc/nuts/reserved/rpi/NIORPI.ofInterruptible:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NInterruptible;
NIORPI.ofMultiRead ( NInputSource p1 ) [abstract] : NInputSource
net/thevpc/nuts/reserved/rpi/NIORPI.ofMultiRead:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NInputSource;
NIORPI.ofNonBlockingInputStream ( InputStream p1 ) [abstract] : NNonBlockingInputStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofNonBlockingInputStream:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NNonBlockingInputStream;
NIORPI.ofNullPrintStream ( ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofNullPrintStream:()Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.ofOutputStreamBuilder ( OutputStream p1 ) [abstract] : NOutputStreamBuilder
net/thevpc/nuts/reserved/rpi/NIORPI.ofOutputStreamBuilder:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NOutputStreamBuilder;
NIORPI.ofOutputTarget ( OutputStream p1 ) [abstract] : NOutputTarget
net/thevpc/nuts/reserved/rpi/NIORPI.ofOutputTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NOutputTarget;
NIORPI.ofOutputTarget ( OutputStream p1, NContentMetadata p2 ) [abstract] : NOutputTarget
net/thevpc/nuts/reserved/rpi/NIORPI.ofOutputTarget:(Ljava/io/OutputStream;Lnet/thevpc/nuts/io/NContentMetadata;)Lnet/thevpc/nuts/io/NOutputTarget;
NIORPI.ofPrintStream ( NPath p1 ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofPrintStream:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.ofPrintStream ( OutputStream p1 ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofPrintStream:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.ofPrintStream ( OutputStream p1, NTerminalMode p2 ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofPrintStream:(Ljava/io/OutputStream;Lnet/thevpc/nuts/io/NTerminalMode;)Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.ofPrintStream ( OutputStream p1, NTerminalMode p2, NSystemTerminalBase p3 ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofPrintStream:(Ljava/io/OutputStream;Lnet/thevpc/nuts/io/NTerminalMode;Lnet/thevpc/nuts/spi/NSystemTerminalBase;)Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.ofPrintStream ( Writer p1 ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofPrintStream:(Ljava/io/Writer;)Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.ofPrintStream ( Writer p1, NTerminalMode p2 ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofPrintStream:(Ljava/io/Writer;Lnet/thevpc/nuts/io/NTerminalMode;)Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.ofPrintStream ( Writer p1, NTerminalMode p2, NSystemTerminalBase p3 ) [abstract] : NPrintStream
net/thevpc/nuts/reserved/rpi/NIORPI.ofPrintStream:(Ljava/io/Writer;Lnet/thevpc/nuts/io/NTerminalMode;Lnet/thevpc/nuts/spi/NSystemTerminalBase;)Lnet/thevpc/nuts/io/NPrintStream;
NIORPI.parseExecutionEntries ( InputStream p1, String p2, String p3 ) [abstract] : List<NExecutionEntry>
net/thevpc/nuts/reserved/rpi/NIORPI.parseExecutionEntries:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
NIORPI.parseExecutionEntries ( NPath p1 ) [abstract] : List<NExecutionEntry>
net/thevpc/nuts/reserved/rpi/NIORPI.parseExecutionEntries:(Lnet/thevpc/nuts/io/NPath;)Ljava/util/List;
nuts-0.8.4.jar,
NIOUtils.class
package net.thevpc.nuts.util
NIOUtils.copy ( InputStream from, OutputStream to ) [static] : long
net/thevpc/nuts/util/NIOUtils.copy:(Ljava/io/InputStream;Ljava/io/OutputStream;)J
NIOUtils.copy ( InputStream from, OutputStream to, int bufferSize ) [static] : long
net/thevpc/nuts/util/NIOUtils.copy:(Ljava/io/InputStream;Ljava/io/OutputStream;I)J
NIOUtils.isValidFileNameChar ( char c ) [static] : boolean
net/thevpc/nuts/util/NIOUtils.isValidFileNameChar:(C)Z
NIOUtils.NIOUtils ( )
net/thevpc/nuts/util/NIOUtils."<init>":()V
NIOUtils.normalizeFileName ( String name ) [static] : String
net/thevpc/nuts/util/NIOUtils.normalizeFileName:(Ljava/lang/String;)Ljava/lang/String;
NIOUtils.readBytes ( InputStream from ) [static] : byte[ ]
net/thevpc/nuts/util/NIOUtils.readBytes:(Ljava/io/InputStream;)[B
NIOUtils.readBytes ( InputStream from, int bufferSize ) [static] : byte[ ]
net/thevpc/nuts/util/NIOUtils.readBytes:(Ljava/io/InputStream;I)[B
nuts-0.8.4.jar,
NIsolationLevel.class
package net.thevpc.nuts
NIsolationLevel.id ( ) : String
net/thevpc/nuts/NIsolationLevel.id:()Ljava/lang/String;
NIsolationLevel.parse ( String value ) [static] : NOptional<NIsolationLevel>
net/thevpc/nuts/NIsolationLevel.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NIsolationLevel.valueOf ( String name ) [static] : NIsolationLevel
net/thevpc/nuts/NIsolationLevel.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NIsolationLevel;
NIsolationLevel.values ( ) [static] : NIsolationLevel[ ]
net/thevpc/nuts/NIsolationLevel.values:()[Lnet/thevpc/nuts/NIsolationLevel;
nuts-0.8.4.jar,
NIterable.class
package net.thevpc.nuts.util
NIterable<T>.iterator ( ) : Iterator
net/thevpc/nuts/util/NIterable.iterator:()Ljava/util/Iterator;
NIterable<T>.iterator ( ) [abstract] : NIterator<T>
net/thevpc/nuts/util/NIterable.iterator:()Lnet/thevpc/nuts/util/NIterator;
NIterable<T>.of ( Iterable<T> o, NSession session ) [static] : NIterable<T>
net/thevpc/nuts/util/NIterable.of:(Ljava/lang/Iterable;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterable;
NIterable<T>.withDesc ( NEDesc description ) : NIterable<T>
net/thevpc/nuts/util/NIterable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NIterable;
NIterable<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NIterable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NIterableFormat.class
package net.thevpc.nuts.format
NIterableFormat.complete ( long p1 ) [abstract] : void
net/thevpc/nuts/format/NIterableFormat.complete:(J)V
NIterableFormat.configure ( boolean p1, String... p2 ) [abstract] : NIterableFormat
net/thevpc/nuts/format/NIterableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NIterableFormat;
NIterableFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/format/NIterableFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NIterableFormat.getOutputFormat ( ) [abstract] : NContentType
net/thevpc/nuts/format/NIterableFormat.getOutputFormat:()Lnet/thevpc/nuts/format/NContentType;
NIterableFormat.next ( Object p1, long p2 ) [abstract] : void
net/thevpc/nuts/format/NIterableFormat.next:(Ljava/lang/Object;J)V
NIterableFormat.start ( ) [abstract] : void
net/thevpc/nuts/format/NIterableFormat.start:()V
nuts-0.8.4.jar,
NIterableWithDescription.class
package net.thevpc.nuts.reserved.util
NIterableWithDescription<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NIterableWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NIterableWithDescription<T>.iterator ( ) : Iterator
net/thevpc/nuts/reserved/util/NIterableWithDescription.iterator:()Ljava/util/Iterator;
NIterableWithDescription<T>.iterator ( ) : NIterator<T>
net/thevpc/nuts/reserved/util/NIterableWithDescription.iterator:()Lnet/thevpc/nuts/util/NIterator;
NIterableWithDescription<T>.NIterableWithDescription<T> ( NIterable<T> base, NEDesc nfo )
net/thevpc/nuts/reserved/util/NIterableWithDescription."<init>":(Lnet/thevpc/nuts/util/NIterable;Lnet/thevpc/nuts/elem/NEDesc;)V
NIterableWithDescription<T>.toString ( ) : String
net/thevpc/nuts/reserved/util/NIterableWithDescription.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NIterator.class
package net.thevpc.nuts.util
NIterator<T>.of ( Iterator<T> o, NSession session ) [static] : NIterator<T>
net/thevpc/nuts/util/NIterator.of:(Ljava/util/Iterator;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterator;
NIterator<T>.ofEmpty ( NSession session ) [static] : NIterator<T>
net/thevpc/nuts/util/NIterator.ofEmpty:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterator;
NIterator<T>.ofSingleton ( T element, NSession session ) [static] : NIterator<T>
net/thevpc/nuts/util/NIterator.ofSingleton:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterator;
NIterator<T>.toList ( ) : List<T>
net/thevpc/nuts/util/NIterator.toList:()Ljava/util/List;
nuts-0.8.4.jar,
NIteratorBase.class
package net.thevpc.nuts.spi.base
NIteratorBase<T>.NIteratorBase<T> ( )
net/thevpc/nuts/spi/base/NIteratorBase."<init>":()V
NIteratorBase<T>.withDesc ( NEDesc description ) : NIterator<T>
net/thevpc/nuts/spi/base/NIteratorBase.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NIterator;
NIteratorBase<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/spi/base/NIteratorBase.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NIteratorWithDescription.class
package net.thevpc.nuts.reserved.util
NIteratorWithDescription<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NIteratorWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NIteratorWithDescription<T>.hasNext ( ) : boolean
net/thevpc/nuts/reserved/util/NIteratorWithDescription.hasNext:()Z
NIteratorWithDescription<T>.next ( ) : T
net/thevpc/nuts/reserved/util/NIteratorWithDescription.next:()Ljava/lang/Object;
NIteratorWithDescription<T>.NIteratorWithDescription<T> ( NIterator<T> base, NEDesc description )
net/thevpc/nuts/reserved/util/NIteratorWithDescription."<init>":(Lnet/thevpc/nuts/util/NIterator;Lnet/thevpc/nuts/elem/NEDesc;)V
NIteratorWithDescription<T>.toString ( ) : String
net/thevpc/nuts/reserved/util/NIteratorWithDescription.toString:()Ljava/lang/String;
NIteratorWithDescription<T>.withDesc ( NEDesc description ) : NIterator<T>
net/thevpc/nuts/reserved/util/NIteratorWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NIterator;
NIteratorWithDescription<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NIteratorWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NLauncherOptions.class
package net.thevpc.nuts
NLauncherOptions.copy ( ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.copy:()Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.getAlias ( ) : String
net/thevpc/nuts/NLauncherOptions.getAlias:()Ljava/lang/String;
NLauncherOptions.getArgs ( ) : List<String>
net/thevpc/nuts/NLauncherOptions.getArgs:()Ljava/util/List;
NLauncherOptions.getCreateDesktopLauncher ( ) : NSupportMode
net/thevpc/nuts/NLauncherOptions.getCreateDesktopLauncher:()Lnet/thevpc/nuts/util/NSupportMode;
NLauncherOptions.getCreateMenuLauncher ( ) : NSupportMode
net/thevpc/nuts/NLauncherOptions.getCreateMenuLauncher:()Lnet/thevpc/nuts/util/NSupportMode;
NLauncherOptions.getCreateUserLauncher ( ) : NSupportMode
net/thevpc/nuts/NLauncherOptions.getCreateUserLauncher:()Lnet/thevpc/nuts/util/NSupportMode;
NLauncherOptions.getCustomScriptPath ( ) : String
net/thevpc/nuts/NLauncherOptions.getCustomScriptPath:()Ljava/lang/String;
NLauncherOptions.getCustomShortcutPath ( ) : String
net/thevpc/nuts/NLauncherOptions.getCustomShortcutPath:()Ljava/lang/String;
NLauncherOptions.getIcon ( ) : String
net/thevpc/nuts/NLauncherOptions.getIcon:()Ljava/lang/String;
NLauncherOptions.getId ( ) : NId
net/thevpc/nuts/NLauncherOptions.getId:()Lnet/thevpc/nuts/NId;
NLauncherOptions.getMenuCategory ( ) : String
net/thevpc/nuts/NLauncherOptions.getMenuCategory:()Ljava/lang/String;
NLauncherOptions.getNutsOptions ( ) : List<String>
net/thevpc/nuts/NLauncherOptions.getNutsOptions:()Ljava/util/List;
NLauncherOptions.getShortcutName ( ) : String
net/thevpc/nuts/NLauncherOptions.getShortcutName:()Ljava/lang/String;
NLauncherOptions.getSwitchWorkspace ( ) : Boolean
net/thevpc/nuts/NLauncherOptions.getSwitchWorkspace:()Ljava/lang/Boolean;
NLauncherOptions.getSwitchWorkspaceLocation ( ) : String
net/thevpc/nuts/NLauncherOptions.getSwitchWorkspaceLocation:()Ljava/lang/String;
NLauncherOptions.getWorkingDirectory ( ) : String
net/thevpc/nuts/NLauncherOptions.getWorkingDirectory:()Ljava/lang/String;
NLauncherOptions.isCreateAlias ( ) : boolean
net/thevpc/nuts/NLauncherOptions.isCreateAlias:()Z
NLauncherOptions.isCreateScript ( ) : boolean
net/thevpc/nuts/NLauncherOptions.isCreateScript:()Z
NLauncherOptions.isInstallExtensions ( ) : boolean
net/thevpc/nuts/NLauncherOptions.isInstallExtensions:()Z
NLauncherOptions.isOpenTerminal ( ) : boolean
net/thevpc/nuts/NLauncherOptions.isOpenTerminal:()Z
NLauncherOptions.NLauncherOptions ( )
net/thevpc/nuts/NLauncherOptions."<init>":()V
NLauncherOptions.setAlias ( String alias ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setAlias:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setArgs ( List<String> args ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setArgs:(Ljava/util/List;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setCreateAlias ( boolean createAlias ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setCreateAlias:(Z)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setCreateDesktopLauncher ( NSupportMode createDesktopLauncher ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setCreateDesktopLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setCreateMenuLauncher ( NSupportMode createMenuShortcut ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setCreateMenuLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setCreateScript ( boolean createScript ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setCreateScript:(Z)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setCreateUserLauncher ( NSupportMode createUserLauncher ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setCreateUserLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setCustomScriptPath ( String customScriptPath ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setCustomScriptPath:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setCustomShortcutPath ( String customShortcutPath ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setCustomShortcutPath:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setIcon ( String icon ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setIcon:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setId ( NId id ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setInstallExtensions ( boolean installExtensions ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setInstallExtensions:(Z)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setMenuCategory ( String menuCategory ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setMenuCategory:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setNutsOptions ( List<String> nutsOptions ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setNutsOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setOpenTerminal ( boolean openTerminal ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setOpenTerminal:(Z)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setShortcutName ( String shortcutName ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setShortcutName:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setSwitchWorkspace ( Boolean switchWorkspace ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setSwitchWorkspace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setSwitchWorkspaceLocation ( String switchWorkspaceLocation ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setSwitchWorkspaceLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
NLauncherOptions.setWorkingDirectory ( String workingDirectory ) : NLauncherOptions
net/thevpc/nuts/NLauncherOptions.setWorkingDirectory:(Ljava/lang/String;)Lnet/thevpc/nuts/NLauncherOptions;
nuts-0.8.4.jar,
NLibPaths.class
package net.thevpc.nuts
NLibPaths.of ( NSession session ) [static] : NLibPaths
net/thevpc/nuts/NLibPaths.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NLibPaths;
NLibPaths.parseExecutionEntries ( InputStream p1, String p2, String p3 ) [abstract] : List<NExecutionEntry>
net/thevpc/nuts/NLibPaths.parseExecutionEntries:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
NLibPaths.parseExecutionEntries ( NPath p1 ) [abstract] : List<NExecutionEntry>
net/thevpc/nuts/NLibPaths.parseExecutionEntries:(Lnet/thevpc/nuts/io/NPath;)Ljava/util/List;
NLibPaths.resolveId ( Class<?> p1 ) [abstract] : NOptional<NId>
net/thevpc/nuts/NLibPaths.resolveId:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NLibPaths.resolveId ( NPath p1 ) [abstract] : NOptional<NId>
net/thevpc/nuts/NLibPaths.resolveId:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/util/NOptional;
NLibPaths.resolveIds ( Class<?> p1 ) [abstract] : List<NId>
net/thevpc/nuts/NLibPaths.resolveIds:(Ljava/lang/Class;)Ljava/util/List;
NLibPaths.resolveIds ( NPath p1 ) [abstract] : List<NId>
net/thevpc/nuts/NLibPaths.resolveIds:(Lnet/thevpc/nuts/io/NPath;)Ljava/util/List;
NLibPaths.resolveLibPath ( Class<?> p1 ) [abstract] : NOptional<NPath>
net/thevpc/nuts/NLibPaths.resolveLibPath:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NLibPaths.resolveLibPaths ( Class<?> p1 ) [abstract] : List<NPath>
net/thevpc/nuts/NLibPaths.resolveLibPaths:(Ljava/lang/Class;)Ljava/util/List;
NLibPaths.setSession ( NSession p1 ) [abstract] : NLibPaths
net/thevpc/nuts/NLibPaths.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NLibPaths;
nuts-0.8.4.jar,
NLiteral.class
package net.thevpc.nuts.util
NLiteral.asBigDecimal ( ) [abstract] : NOptional<BigDecimal>
net/thevpc/nuts/util/NLiteral.asBigDecimal:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asBigInt ( ) [abstract] : NOptional<BigInteger>
net/thevpc/nuts/util/NLiteral.asBigInt:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asBoolean ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/util/NLiteral.asBoolean:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asByte ( ) [abstract] : NOptional<Byte>
net/thevpc/nuts/util/NLiteral.asByte:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asChar ( ) [abstract] : NOptional<Character>
net/thevpc/nuts/util/NLiteral.asChar:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asDouble ( ) [abstract] : NOptional<Double>
net/thevpc/nuts/util/NLiteral.asDouble:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asDoubleAt ( int p1 ) [abstract] : NOptional<Double>
net/thevpc/nuts/util/NLiteral.asDoubleAt:(I)Lnet/thevpc/nuts/util/NOptional;
NLiteral.asFloat ( ) [abstract] : NOptional<Float>
net/thevpc/nuts/util/NLiteral.asFloat:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asInstant ( ) [abstract] : NOptional<Instant>
net/thevpc/nuts/util/NLiteral.asInstant:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asInt ( ) [abstract] : NOptional<Integer>
net/thevpc/nuts/util/NLiteral.asInt:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asIntAt ( int p1 ) [abstract] : NOptional<Integer>
net/thevpc/nuts/util/NLiteral.asIntAt:(I)Lnet/thevpc/nuts/util/NOptional;
NLiteral.asLiteralAt ( int p1 ) [abstract] : NLiteral
net/thevpc/nuts/util/NLiteral.asLiteralAt:(I)Lnet/thevpc/nuts/util/NLiteral;
NLiteral.asLong ( ) [abstract] : NOptional<Long>
net/thevpc/nuts/util/NLiteral.asLong:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asLongAt ( int p1 ) [abstract] : NOptional<Long>
net/thevpc/nuts/util/NLiteral.asLongAt:(I)Lnet/thevpc/nuts/util/NOptional;
NLiteral.asNumber ( ) [abstract] : NOptional<Number>
net/thevpc/nuts/util/NLiteral.asNumber:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asObjectAt ( int p1 ) [abstract] : NOptional<Object>
net/thevpc/nuts/util/NLiteral.asObjectAt:(I)Lnet/thevpc/nuts/util/NOptional;
NLiteral.asShort ( ) [abstract] : NOptional<Short>
net/thevpc/nuts/util/NLiteral.asShort:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asString ( ) [abstract] : NOptional<String>
net/thevpc/nuts/util/NLiteral.asString:()Lnet/thevpc/nuts/util/NOptional;
NLiteral.asStringAt ( int p1 ) [abstract] : NOptional<String>
net/thevpc/nuts/util/NLiteral.asStringAt:(I)Lnet/thevpc/nuts/util/NOptional;
NLiteral.asType ( Class<ET> p1 ) [abstract] : NOptional<ET>
net/thevpc/nuts/util/NLiteral.asType:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NLiteral.asType ( Type p1 ) [abstract] : NOptional<ET>
net/thevpc/nuts/util/NLiteral.asType:(Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/util/NOptional;
NLiteral.getRaw ( ) [abstract] : Object
net/thevpc/nuts/util/NLiteral.getRaw:()Ljava/lang/Object;
NLiteral.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isBlank:()Z
NLiteral.isBoolean ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isBoolean:()Z
NLiteral.isByte ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isByte:()Z
NLiteral.isDouble ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isDouble:()Z
NLiteral.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isEmpty:()Z
NLiteral.isFloat ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isFloat:()Z
NLiteral.isInstant ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isInstant:()Z
NLiteral.isInt ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isInt:()Z
NLiteral.isLong ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isLong:()Z
NLiteral.isNull ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isNull:()Z
NLiteral.isNullAt ( int p1 ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isNullAt:(I)Z
NLiteral.isNumber ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isNumber:()Z
NLiteral.isShort ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isShort:()Z
NLiteral.isString ( ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isString:()Z
NLiteral.isSupportedType ( Class<?> p1 ) [abstract] : boolean
net/thevpc/nuts/util/NLiteral.isSupportedType:(Ljava/lang/Class;)Z
NLiteral.of ( Object any ) [static] : NLiteral
net/thevpc/nuts/util/NLiteral.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NLiteral;
NLiteral.toStringLiteral ( ) [abstract] : String
net/thevpc/nuts/util/NLiteral.toStringLiteral:()Ljava/lang/String;
nuts-0.8.4.jar,
NLocations.class
package net.thevpc.nuts
NLocations.getDefaultIdBasedir ( NId p1 ) [abstract] : NPath
net/thevpc/nuts/NLocations.getDefaultIdBasedir:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/io/NPath;
NLocations.getDefaultIdContentExtension ( String p1 ) [abstract] : String
net/thevpc/nuts/NLocations.getDefaultIdContentExtension:(Ljava/lang/String;)Ljava/lang/String;
NLocations.getDefaultIdExtension ( NId p1 ) [abstract] : String
net/thevpc/nuts/NLocations.getDefaultIdExtension:(Lnet/thevpc/nuts/NId;)Ljava/lang/String;
NLocations.getDefaultIdFilename ( NId p1 ) [abstract] : String
net/thevpc/nuts/NLocations.getDefaultIdFilename:(Lnet/thevpc/nuts/NId;)Ljava/lang/String;
NLocations.getHomeLocation ( NHomeLocation p1 ) [abstract] : NPath
net/thevpc/nuts/NLocations.getHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;)Lnet/thevpc/nuts/io/NPath;
NLocations.getHomeLocation ( NStoreType p1 ) [abstract] : NPath
net/thevpc/nuts/NLocations.getHomeLocation:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/io/NPath;
NLocations.getHomeLocations ( ) [abstract] : Map<NHomeLocation,String>
net/thevpc/nuts/NLocations.getHomeLocations:()Ljava/util/Map;
NLocations.getRepositoryStoreStrategy ( ) [abstract] : NStoreStrategy
net/thevpc/nuts/NLocations.getRepositoryStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NLocations.getStoreLayout ( ) [abstract] : NOsFamily
net/thevpc/nuts/NLocations.getStoreLayout:()Lnet/thevpc/nuts/env/NOsFamily;
NLocations.getStoreLocation ( NId p1, NStoreType p2 ) [abstract] : NPath
net/thevpc/nuts/NLocations.getStoreLocation:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/io/NPath;
NLocations.getStoreLocation ( NId p1, NStoreType p2, String p3 ) [abstract] : NPath
net/thevpc/nuts/NLocations.getStoreLocation:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NStoreType;Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NLocations.getStoreLocation ( NStoreType p1 ) [abstract] : NPath
net/thevpc/nuts/NLocations.getStoreLocation:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/io/NPath;
NLocations.getStoreLocation ( NStoreType p1, String p2 ) [abstract] : NPath
net/thevpc/nuts/NLocations.getStoreLocation:(Lnet/thevpc/nuts/NStoreType;Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NLocations.getStoreLocations ( ) [abstract] : Map<NStoreType,String>
net/thevpc/nuts/NLocations.getStoreLocations:()Ljava/util/Map;
NLocations.getStoreStrategy ( ) [abstract] : NStoreStrategy
net/thevpc/nuts/NLocations.getStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NLocations.getWorkspaceLocation ( ) [abstract] : NPath
net/thevpc/nuts/NLocations.getWorkspaceLocation:()Lnet/thevpc/nuts/io/NPath;
NLocations.of ( NSession session ) [static] : NLocations
net/thevpc/nuts/NLocations.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NLocations;
NLocations.setHomeLocation ( NHomeLocation p1, String p2 ) [abstract] : NLocations
net/thevpc/nuts/NLocations.setHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NLocations;
NLocations.setSession ( NSession p1 ) [abstract] : NLocations
net/thevpc/nuts/NLocations.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NLocations;
NLocations.setStoreLayout ( NOsFamily p1 ) [abstract] : NLocations
net/thevpc/nuts/NLocations.setStoreLayout:(Lnet/thevpc/nuts/env/NOsFamily;)Lnet/thevpc/nuts/NLocations;
NLocations.setStoreLocation ( NStoreType p1, String p2 ) [abstract] : NLocations
net/thevpc/nuts/NLocations.setStoreLocation:(Lnet/thevpc/nuts/NStoreType;Ljava/lang/String;)Lnet/thevpc/nuts/NLocations;
NLocations.setStoreStrategy ( NStoreStrategy p1 ) [abstract] : NLocations
net/thevpc/nuts/NLocations.setStoreStrategy:(Lnet/thevpc/nuts/NStoreStrategy;)Lnet/thevpc/nuts/NLocations;
nuts-0.8.4.jar,
NLockAcquireException.class
package net.thevpc.nuts.concurrent
NLockAcquireException.NLockAcquireException ( NSession session, NMsg message, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockAcquireException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;)V
NLockAcquireException.NLockAcquireException ( NSession session, NMsg message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/concurrent/NLockAcquireException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NLockAcquireException.NLockAcquireException ( NSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockAcquireException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.4.jar,
NLockBarrierException.class
package net.thevpc.nuts.concurrent
NLockBarrierException.NLockBarrierException ( NSession session, NMsg message, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockBarrierException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;)V
NLockBarrierException.NLockBarrierException ( NSession session, NMsg message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/concurrent/NLockBarrierException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NLockBarrierException.NLockBarrierException ( NSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockBarrierException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.4.jar,
NLockException.class
package net.thevpc.nuts.concurrent
NLockException.getLockedObject ( ) : Object
net/thevpc/nuts/concurrent/NLockException.getLockedObject:()Ljava/lang/Object;
NLockException.getLockObject ( ) : Object
net/thevpc/nuts/concurrent/NLockException.getLockObject:()Ljava/lang/Object;
NLockException.NLockException ( NSession session, NMsg message, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;)V
NLockException.NLockException ( NSession session, NMsg message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/concurrent/NLockException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NLockException.NLockException ( NSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.4.jar,
NLockReleaseException.class
package net.thevpc.nuts.concurrent
NLockReleaseException.NLockReleaseException ( NSession session, NMsg message, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockReleaseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;)V
NLockReleaseException.NLockReleaseException ( NSession session, NMsg message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/concurrent/NLockReleaseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NLockReleaseException.NLockReleaseException ( NSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/concurrent/NLockReleaseException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.4.jar,
NLocks.class
package net.thevpc.nuts.concurrent
NLocks.call ( Callable<T> p1 ) [abstract] : T
net/thevpc/nuts/concurrent/NLocks.call:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
NLocks.call ( Callable<T> p1, long p2, TimeUnit p3 ) [abstract] : T
net/thevpc/nuts/concurrent/NLocks.call:(Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
NLocks.create ( ) [abstract] : NLock
net/thevpc/nuts/concurrent/NLocks.create:()Lnet/thevpc/nuts/concurrent/NLock;
NLocks.getResource ( ) [abstract] : Object
net/thevpc/nuts/concurrent/NLocks.getResource:()Ljava/lang/Object;
NLocks.getSource ( ) [abstract] : Object
net/thevpc/nuts/concurrent/NLocks.getSource:()Ljava/lang/Object;
NLocks.of ( NSession session ) [static] : NLocks
net/thevpc/nuts/concurrent/NLocks.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/concurrent/NLocks;
NLocks.run ( Runnable p1 ) [abstract] : void
net/thevpc/nuts/concurrent/NLocks.run:(Ljava/lang/Runnable;)V
NLocks.run ( Runnable p1, long p2, TimeUnit p3 ) [abstract] : void
net/thevpc/nuts/concurrent/NLocks.run:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)V
NLocks.setResource ( File p1 ) [abstract] : NLocks
net/thevpc/nuts/concurrent/NLocks.setResource:(Ljava/io/File;)Lnet/thevpc/nuts/concurrent/NLocks;
NLocks.setResource ( Object p1 ) [abstract] : NLocks
net/thevpc/nuts/concurrent/NLocks.setResource:(Ljava/lang/Object;)Lnet/thevpc/nuts/concurrent/NLocks;
NLocks.setResource ( Path p1 ) [abstract] : NLocks
net/thevpc/nuts/concurrent/NLocks.setResource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/concurrent/NLocks;
NLocks.setSession ( NSession p1 ) [abstract] : NLocks
net/thevpc/nuts/concurrent/NLocks.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/concurrent/NLocks;
NLocks.setSource ( Object p1 ) [abstract] : NLocks
net/thevpc/nuts/concurrent/NLocks.setSource:(Ljava/lang/Object;)Lnet/thevpc/nuts/concurrent/NLocks;
nuts-0.8.4.jar,
NLog.class
package net.thevpc.nuts.log
NLog.addHandler ( Handler handler, NSession session ) [static] : void
net/thevpc/nuts/log/NLog.addHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NSession;)V
NLog.getFileHandler ( NSession session ) [static] : Handler
net/thevpc/nuts/log/NLog.getFileHandler:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Handler;
NLog.getFileLevel ( NSession session ) [static] : Level
net/thevpc/nuts/log/NLog.getFileLevel:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Level;
NLog.getHandlers ( NSession session ) [static] : List<Handler>
net/thevpc/nuts/log/NLog.getHandlers:(Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NLog.getTermHandler ( NSession session ) [static] : Handler
net/thevpc/nuts/log/NLog.getTermHandler:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Handler;
NLog.getTermLevel ( NSession session ) [static] : Level
net/thevpc/nuts/log/NLog.getTermLevel:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Level;
NLog.isLoggable ( Level p1 ) [abstract] : boolean
net/thevpc/nuts/log/NLog.isLoggable:(Ljava/util/logging/Level;)Z
NLog.log ( LogRecord p1 ) [abstract] : void
net/thevpc/nuts/log/NLog.log:(Ljava/util/logging/LogRecord;)V
NLog.log ( NSession p1, Level p2, NLogVerb p3, NMsg p4, Throwable p5 ) [abstract] : void
net/thevpc/nuts/log/NLog.log:(Lnet/thevpc/nuts/NSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/log/NLogVerb;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NLog.log ( NSession p1, Level p2, NLogVerb p3, Supplier<NMsg> p4, Supplier<Throwable> p5 ) [abstract] : void
net/thevpc/nuts/log/NLog.log:(Lnet/thevpc/nuts/NSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/log/NLogVerb;Ljava/util/function/Supplier;Ljava/util/function/Supplier;)V
NLog.of ( Class clazz, NSession session ) [static] : NLog
net/thevpc/nuts/log/NLog.of:(Ljava/lang/Class;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLog;
NLog.of ( String name, NSession session ) [static] : NLog
net/thevpc/nuts/log/NLog.of:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLog;
NLog.removeHandler ( Handler handler, NSession session ) [static] : void
net/thevpc/nuts/log/NLog.removeHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NSession;)V
NLog.setFileLevel ( Level level, NSession session ) [static] : void
net/thevpc/nuts/log/NLog.setFileLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NSession;)V
NLog.setTermLevel ( Level level, NSession session ) [static] : void
net/thevpc/nuts/log/NLog.setTermLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NSession;)V
NLog.with ( ) [abstract] : NLogOp
net/thevpc/nuts/log/NLog.with:()Lnet/thevpc/nuts/log/NLogOp;
nuts-0.8.4.jar,
NLogConfig.class
package net.thevpc.nuts.log
NLogConfig.copy ( ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.copy:()Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.equals ( Object o ) : boolean
net/thevpc/nuts/log/NLogConfig.equals:(Ljava/lang/Object;)Z
NLogConfig.getLogFileBase ( ) : String
net/thevpc/nuts/log/NLogConfig.getLogFileBase:()Ljava/lang/String;
NLogConfig.getLogFileCount ( ) : int
net/thevpc/nuts/log/NLogConfig.getLogFileCount:()I
NLogConfig.getLogFileFilter ( ) : Filter
net/thevpc/nuts/log/NLogConfig.getLogFileFilter:()Ljava/util/logging/Filter;
NLogConfig.getLogFileLevel ( ) : Level
net/thevpc/nuts/log/NLogConfig.getLogFileLevel:()Ljava/util/logging/Level;
NLogConfig.getLogFileName ( ) : String
net/thevpc/nuts/log/NLogConfig.getLogFileName:()Ljava/lang/String;
NLogConfig.getLogFileSize ( ) : int
net/thevpc/nuts/log/NLogConfig.getLogFileSize:()I
NLogConfig.getLogTermFilter ( ) : Filter
net/thevpc/nuts/log/NLogConfig.getLogTermFilter:()Ljava/util/logging/Filter;
NLogConfig.getLogTermLevel ( ) : Level
net/thevpc/nuts/log/NLogConfig.getLogTermLevel:()Ljava/util/logging/Level;
NLogConfig.hashCode ( ) : int
net/thevpc/nuts/log/NLogConfig.hashCode:()I
NLogConfig.NLogConfig ( )
net/thevpc/nuts/log/NLogConfig."<init>":()V
NLogConfig.NLogConfig ( NLogConfig other, boolean readOnly )
net/thevpc/nuts/log/NLogConfig."<init>":(Lnet/thevpc/nuts/log/NLogConfig;Z)V
NLogConfig.readOnly ( ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.readOnly:()Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogFileBase ( String logFileBase ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogFileBase:(Ljava/lang/String;)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogFileCount ( int logFileCount ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogFileCount:(I)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogFileFilter ( Filter logFileFilter ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogFileFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogFileLevel ( Level logFileLevel ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogFileName ( String logFileName ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogFileName:(Ljava/lang/String;)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogFileSize ( int logFileSize ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogFileSize:(I)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogTermFilter ( Filter logTermFilter ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogTermFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.setLogTermLevel ( Level logTermLevel ) : NLogConfig
net/thevpc/nuts/log/NLogConfig.setLogTermLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/log/NLogConfig;
NLogConfig.toString ( ) : String
net/thevpc/nuts/log/NLogConfig.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NLoginException.class
package net.thevpc.nuts.security
NLoginException.NLoginException ( NSession session, NMsg message )
net/thevpc/nuts/security/NLoginException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NLoginException.NLoginException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/security/NLoginException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NLoginException.NLoginException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/security/NLoginException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NLogOp.class
package net.thevpc.nuts.log
NLogOp.error ( Throwable p1 ) [abstract] : NLogOp
net/thevpc/nuts/log/NLogOp.error:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/log/NLogOp;
NLogOp.isLoggable ( Level p1 ) [abstract] : boolean
net/thevpc/nuts/log/NLogOp.isLoggable:(Ljava/util/logging/Level;)Z
NLogOp.level ( Level p1 ) [abstract] : NLogOp
net/thevpc/nuts/log/NLogOp.level:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/log/NLogOp;
NLogOp.log ( NMsg p1 ) [abstract] : void
net/thevpc/nuts/log/NLogOp.log:(Lnet/thevpc/nuts/util/NMsg;)V
NLogOp.log ( Supplier<NMsg> p1 ) [abstract] : void
net/thevpc/nuts/log/NLogOp.log:(Ljava/util/function/Supplier;)V
NLogOp.of ( Class clazz, NSession session ) [static] : NLogOp
net/thevpc/nuts/log/NLogOp.of:(Ljava/lang/Class;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogOp;
NLogOp.of ( String name, NSession session ) [static] : NLogOp
net/thevpc/nuts/log/NLogOp.of:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogOp;
NLogOp.session ( NSession p1 ) [abstract] : NLogOp
net/thevpc/nuts/log/NLogOp.session:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogOp;
NLogOp.time ( long p1 ) [abstract] : NLogOp
net/thevpc/nuts/log/NLogOp.time:(J)Lnet/thevpc/nuts/log/NLogOp;
NLogOp.verb ( NLogVerb p1 ) [abstract] : NLogOp
net/thevpc/nuts/log/NLogOp.verb:(Lnet/thevpc/nuts/log/NLogVerb;)Lnet/thevpc/nuts/log/NLogOp;
nuts-0.8.4.jar,
NLogRecord.class
package net.thevpc.nuts.log
NLogRecord.getFormattedMessage ( ) : NMsg
net/thevpc/nuts/log/NLogRecord.getFormattedMessage:()Lnet/thevpc/nuts/util/NMsg;
NLogRecord.getSession ( ) : NSession
net/thevpc/nuts/log/NLogRecord.getSession:()Lnet/thevpc/nuts/NSession;
NLogRecord.getTime ( ) : long
net/thevpc/nuts/log/NLogRecord.getTime:()J
NLogRecord.getVerb ( ) : NLogVerb
net/thevpc/nuts/log/NLogRecord.getVerb:()Lnet/thevpc/nuts/log/NLogVerb;
NLogRecord.NLogRecord ( NSession session, Level level, NLogVerb verb, NMsg msg, long time, Throwable thrown )
net/thevpc/nuts/log/NLogRecord."<init>":(Lnet/thevpc/nuts/NSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/log/NLogVerb;Lnet/thevpc/nuts/util/NMsg;JLjava/lang/Throwable;)V
NLogRecord.setSession ( NSession session ) : void
net/thevpc/nuts/log/NLogRecord.setSession:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NLogs.class
package net.thevpc.nuts.log
NLogs.addHandler ( Handler p1, NSession p2 ) [abstract] : NLogs
net/thevpc/nuts/log/NLogs.addHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogs;
NLogs.createLogger ( Class p1, NSession p2 ) [abstract] : NLog
net/thevpc/nuts/log/NLogs.createLogger:(Ljava/lang/Class;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLog;
NLogs.createLogger ( String p1, NSession p2 ) [abstract] : NLog
net/thevpc/nuts/log/NLogs.createLogger:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLog;
NLogs.getFileHandler ( NSession p1 ) [abstract] : Handler
net/thevpc/nuts/log/NLogs.getFileHandler:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Handler;
NLogs.getFileLevel ( NSession p1 ) [abstract] : Level
net/thevpc/nuts/log/NLogs.getFileLevel:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Level;
NLogs.getHandlers ( NSession p1 ) [abstract] : List<Handler>
net/thevpc/nuts/log/NLogs.getHandlers:(Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NLogs.getTermHandler ( NSession p1 ) [abstract] : Handler
net/thevpc/nuts/log/NLogs.getTermHandler:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Handler;
NLogs.getTermLevel ( NSession p1 ) [abstract] : Level
net/thevpc/nuts/log/NLogs.getTermLevel:(Lnet/thevpc/nuts/NSession;)Ljava/util/logging/Level;
NLogs.of ( NSession session ) [static] : NLogs
net/thevpc/nuts/log/NLogs.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogs;
NLogs.removeHandler ( Handler p1, NSession p2 ) [abstract] : NLogs
net/thevpc/nuts/log/NLogs.removeHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogs;
NLogs.setFileLevel ( Level p1, NSession p2 ) [abstract] : NLogs
net/thevpc/nuts/log/NLogs.setFileLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogs;
NLogs.setTermLevel ( Level p1, NSession p2 ) [abstract] : NLogs
net/thevpc/nuts/log/NLogs.setTermLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/log/NLogs;
nuts-0.8.4.jar,
NLogUtils.class
package net.thevpc.nuts.log
NLogUtils.parseLogLevel ( String value ) [static] : NOptional<Level>
net/thevpc/nuts/log/NLogUtils.parseLogLevel:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NLogVerb.class
package net.thevpc.nuts.log
NLogVerb.equals ( Object o ) : boolean
net/thevpc/nuts/log/NLogVerb.equals:(Ljava/lang/Object;)Z
NLogVerb.hashCode ( ) : int
net/thevpc/nuts/log/NLogVerb.hashCode:()I
NLogVerb.name ( ) : String
net/thevpc/nuts/log/NLogVerb.name:()Ljava/lang/String;
NLogVerb.NLogVerb ( String name )
net/thevpc/nuts/log/NLogVerb."<init>":(Ljava/lang/String;)V
NLogVerb.of ( String name ) [static] : NLogVerb
net/thevpc/nuts/log/NLogVerb.of:(Ljava/lang/String;)Lnet/thevpc/nuts/log/NLogVerb;
NLogVerb.toString ( ) : String
net/thevpc/nuts/log/NLogVerb.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NMapListener.class
package net.thevpc.nuts.util
NMapListener<K,V>.entryAdded ( K key, V value ) : void
net/thevpc/nuts/util/NMapListener.entryAdded:(Ljava/lang/Object;Ljava/lang/Object;)V
NMapListener<K,V>.entryRemoved ( K key, V value ) : void
net/thevpc/nuts/util/NMapListener.entryRemoved:(Ljava/lang/Object;Ljava/lang/Object;)V
NMapListener<K,V>.entryUpdated ( K key, V newValue, V oldValue ) : void
net/thevpc/nuts/util/NMapListener.entryUpdated:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.4.jar,
NMaps.class
package net.thevpc.nuts.util
NMaps.fill ( Map<K,V> m, K a1, V b1 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2, K a3, V b3 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2, K a3, V b3, K a4, V b4 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2, K a3, V b3, K a4, V b4, K a5, V b5 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2, K a3, V b3, K a4, V b4, K a5, V b5, K a6, V b6 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2, K a3, V b3, K a4, V b4, K a5, V b5, K a6, V b6, K a7, V b7 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2, K a3, V b3, K a4, V b4, K a5, V b5, K a6, V b6, K a7, V b7, K a8, V b8 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.fill ( Map<K,V> m, K a1, V b1, K a2, V b2, K a3, V b3, K a4, V b4, K a5, V b5, K a6, V b6, K a7, V b7, K a8, V b8, K a9, V b9 ) [static] : Map<K,V>
net/thevpc/nuts/util/NMaps.fill:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.NMaps ( )
net/thevpc/nuts/util/NMaps."<init>":()V
NMaps.of ( A a1, B b1 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2, A a3, B b3 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2, A a3, B b3, A a4, B b4 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2, A a3, B b3, A a4, B b4, A a5, B b5 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2, A a3, B b3, A a4, B b4, A a5, B b5, A a6, B b6 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2, A a3, B b3, A a4, B b4, A a5, B b5, A a6, B b6, A a7, B b7 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2, A a3, B b3, A a4, B b4, A a5, B b5, A a6, B b6, A a7, B b7, A a8, B b8 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
NMaps.of ( A a1, B b1, A a2, B b2, A a3, B b3, A a4, B b4, A a5, B b5, A a6, B b6, A a7, B b7, A a8, B b8, A a9, B b9 ) [static] : Map<A,B>
net/thevpc/nuts/util/NMaps.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
nuts-0.8.4.jar,
NMavenSettings.class
package net.thevpc.nuts.env
NMavenSettings.getActiveRepositories ( ) : List<NRepositoryLocation>
net/thevpc/nuts/env/NMavenSettings.getActiveRepositories:()Ljava/util/List;
NMavenSettings.getLocalRepository ( ) : String
net/thevpc/nuts/env/NMavenSettings.getLocalRepository:()Ljava/lang/String;
NMavenSettings.getRemoteRepository ( ) : String
net/thevpc/nuts/env/NMavenSettings.getRemoteRepository:()Ljava/lang/String;
NMavenSettings.getSettingsFile ( ) : String
net/thevpc/nuts/env/NMavenSettings.getSettingsFile:()Ljava/lang/String;
NMavenSettings.NMavenSettings ( )
net/thevpc/nuts/env/NMavenSettings."<init>":()V
NMavenSettings.setActiveRepositories ( List<NRepositoryLocation> activeRepositories ) : NMavenSettings
net/thevpc/nuts/env/NMavenSettings.setActiveRepositories:(Ljava/util/List;)Lnet/thevpc/nuts/env/NMavenSettings;
NMavenSettings.setLocalRepository ( String localRepository ) : NMavenSettings
net/thevpc/nuts/env/NMavenSettings.setLocalRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NMavenSettings;
NMavenSettings.setRemoteRepository ( String remoteRepository ) : NMavenSettings
net/thevpc/nuts/env/NMavenSettings.setRemoteRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NMavenSettings;
NMavenSettings.setSettingsFile ( String settingsFile ) : NMavenSettings
net/thevpc/nuts/env/NMavenSettings.setSettingsFile:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NMavenSettings;
nuts-0.8.4.jar,
NMavenSettingsLoader.class
package net.thevpc.nuts.env
NMavenSettingsLoader.getLog ( ) : NLog
net/thevpc/nuts/env/NMavenSettingsLoader.getLog:()Lnet/thevpc/nuts/log/NLog;
NMavenSettingsLoader.getSettingsFilePath ( ) : String
net/thevpc/nuts/env/NMavenSettingsLoader.getSettingsFilePath:()Ljava/lang/String;
NMavenSettingsLoader.loadSettingsRepos ( ) : NMavenSettings
net/thevpc/nuts/env/NMavenSettingsLoader.loadSettingsRepos:()Lnet/thevpc/nuts/env/NMavenSettings;
NMavenSettingsLoader.NMavenSettingsLoader ( NLog log )
net/thevpc/nuts/env/NMavenSettingsLoader."<init>":(Lnet/thevpc/nuts/log/NLog;)V
NMavenSettingsLoader.setLog ( NLog log ) : NMavenSettingsLoader
net/thevpc/nuts/env/NMavenSettingsLoader.setLog:(Lnet/thevpc/nuts/log/NLog;)Lnet/thevpc/nuts/env/NMavenSettingsLoader;
NMavenSettingsLoader.setSettingsFilePath ( String settingsFilePath ) : NMavenSettingsLoader
net/thevpc/nuts/env/NMavenSettingsLoader.setSettingsFilePath:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NMavenSettingsLoader;
nuts-0.8.4.jar,
NMemoryPrintStream.class
package net.thevpc.nuts.io
NMemoryPrintStream.asInputSource ( ) [abstract] : NInputSource
net/thevpc/nuts/io/NMemoryPrintStream.asInputSource:()Lnet/thevpc/nuts/io/NInputSource;
NMemoryPrintStream.getBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/io/NMemoryPrintStream.getBytes:()[B
NMemoryPrintStream.of ( NSession session ) [static] : NMemoryPrintStream
net/thevpc/nuts/io/NMemoryPrintStream.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NMemoryPrintStream;
NMemoryPrintStream.of ( NTerminalMode mode, NSession session ) [static] : NMemoryPrintStream
net/thevpc/nuts/io/NMemoryPrintStream.of:(Lnet/thevpc/nuts/io/NTerminalMode;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NMemoryPrintStream;
nuts-0.8.4.jar,
NMemorySize.class
package net.thevpc.nuts.util
NMemorySize.add ( NMemorySize other ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.add:(Lnet/thevpc/nuts/util/NMemorySize;)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.firstNonZeroDown ( NMemoryUnit unit ) : NMemoryUnit
net/thevpc/nuts/util/NMemorySize.firstNonZeroDown:(Lnet/thevpc/nuts/util/NMemoryUnit;)Lnet/thevpc/nuts/util/NMemoryUnit;
NMemorySize.firstNonZeroUp ( NMemoryUnit unit ) : NMemoryUnit
net/thevpc/nuts/util/NMemorySize.firstNonZeroUp:(Lnet/thevpc/nuts/util/NMemoryUnit;)Lnet/thevpc/nuts/util/NMemoryUnit;
NMemorySize.formatter ( NSession session ) : NFormat
net/thevpc/nuts/util/NMemorySize.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NMemorySize.get ( NMemoryUnit unit ) : long
net/thevpc/nuts/util/NMemorySize.get:(Lnet/thevpc/nuts/util/NMemoryUnit;)J
NMemorySize.getAs ( NMemoryUnit unit ) : long
net/thevpc/nuts/util/NMemorySize.getAs:(Lnet/thevpc/nuts/util/NMemoryUnit;)J
NMemorySize.getAsBits ( ) : long
net/thevpc/nuts/util/NMemorySize.getAsBits:()J
NMemorySize.getAsBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getAsBytes:()J
NMemorySize.getAsKiloBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getAsKiloBytes:()J
NMemorySize.getAsMegaBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getAsMegaBytes:()J
NMemorySize.getAsPetaBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getAsPetaBytes:()J
NMemorySize.getAsTeraBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getAsTeraBytes:()J
NMemorySize.getAsZetaBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getAsZetaBytes:()J
NMemorySize.getBits ( ) : long
net/thevpc/nuts/util/NMemorySize.getBits:()J
NMemorySize.getBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getBytes:()J
NMemorySize.getKiloBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getKiloBytes:()J
NMemorySize.getLargestUnit ( ) : NMemoryUnit
net/thevpc/nuts/util/NMemorySize.getLargestUnit:()Lnet/thevpc/nuts/util/NMemoryUnit;
NMemorySize.getMegaBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getMegaBytes:()J
NMemorySize.getMemoryBits ( ) : int
net/thevpc/nuts/util/NMemorySize.getMemoryBits:()I
NMemorySize.getMemoryBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getMemoryBytes:()J
NMemorySize.getPetaBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getPetaBytes:()J
NMemorySize.getSmallestUnit ( ) : NMemoryUnit
net/thevpc/nuts/util/NMemorySize.getSmallestUnit:()Lnet/thevpc/nuts/util/NMemoryUnit;
NMemorySize.getTeraBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getTeraBytes:()J
NMemorySize.getZetaBytes ( ) : long
net/thevpc/nuts/util/NMemorySize.getZetaBytes:()J
NMemorySize.isIEC ( ) : boolean
net/thevpc/nuts/util/NMemorySize.isIEC:()Z
NMemorySize.isZero ( ) : boolean
net/thevpc/nuts/util/NMemorySize.isZero:()Z
NMemorySize.isZero ( NMemoryUnit fromIclusive, NMemoryUnit toInclusive ) : boolean
net/thevpc/nuts/util/NMemorySize.isZero:(Lnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;)Z
NMemorySize.isZeroDown ( NMemoryUnit unit ) : boolean
net/thevpc/nuts/util/NMemorySize.isZeroDown:(Lnet/thevpc/nuts/util/NMemoryUnit;)Z
NMemorySize.isZeroUp ( NMemoryUnit unit ) : boolean
net/thevpc/nuts/util/NMemorySize.isZeroUp:(Lnet/thevpc/nuts/util/NMemoryUnit;)Z
NMemorySize.mul ( double other ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.mul:(D)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.mul ( long other ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.mul:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.neg ( ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.neg:()Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.NMemorySize ( long bits, long bytes, long kiloBytes, long megaBytes, long teraBytes, long petaBytes, long zetaBytes, NMemoryUnit smallestUnit, NMemoryUnit largestUnit, boolean iec )
net/thevpc/nuts/util/NMemorySize."<init>":(JJJJJJJLnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;Z)V
NMemorySize.NMemorySize ( long memBytes, int memBits, boolean iec )
net/thevpc/nuts/util/NMemorySize."<init>":(JIZ)V
NMemorySize.NMemorySize ( long memBytes, int memBits, NMemoryUnit smallestUnit, NMemoryUnit largestUnit, boolean iec )
net/thevpc/nuts/util/NMemorySize."<init>":(JILnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;Z)V
NMemorySize.NMemorySize ( long[ ] values, NMemoryUnit smallestUnit, NMemoryUnit largestUnit, boolean iec )
net/thevpc/nuts/util/NMemorySize."<init>":([JLnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;Z)V
NMemorySize.normalize ( ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.normalize:()Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.of ( long[ ] values, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.of:([JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.of ( long[ ] values, NMemoryUnit smallestUnit, NMemoryUnit largestUnit, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.of:([JLnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;Z)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBits ( long bits, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBits:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBits ( long bits, NMemoryUnit smallestUnit, NMemoryUnit largestUnit ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBits:(JLnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBits ( long bits, NMemoryUnit smallestUnit, NMemoryUnit largestUnit, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBits:(JLnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;Z)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBits ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBits:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBitsOnly ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBitsOnly:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBitsOnly ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBitsOnly:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBytes ( long durationMillis, NMemoryUnit smallestUnit, NMemoryUnit largestUnit, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBytes:(JLnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;Z)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBytes ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBytes:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBytes ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBytes:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBytesAndBits ( long bytes, int bits, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBytesAndBits:(JIZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBytesOnly ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBytesOnly:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofBytesOnly ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofBytesOnly:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofKiloBytes ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofKiloBytes:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofKiloBytes ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofKiloBytes:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofKiloBytesOnly ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofKiloBytesOnly:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofKiloBytesOnly ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofKiloBytesOnly:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofMegaBytes ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofMegaBytes:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofMegaBytes ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofMegaBytes:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofMegaBytesOnly ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofMegaBytesOnly:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofMegaBytesOnly ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofMegaBytesOnly:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofPetaBytes ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofPetaBytes:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofPetaBytes ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofPetaBytes:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofPetaBytesOnly ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofPetaBytesOnly:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofPetaBytesOnly ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofPetaBytesOnly:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofTeraBytes ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofTeraBytes:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofTeraBytes ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofTeraBytes:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofTeraBytesOnly ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofTeraBytesOnly:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofTeraBytesOnly ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofTeraBytesOnly:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofUnit ( long valueInUnit, NMemoryUnit unit, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofUnit:(JLnet/thevpc/nuts/util/NMemoryUnit;Z)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofUnitOnly ( long value, NMemoryUnit unit, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofUnitOnly:(JLnet/thevpc/nuts/util/NMemoryUnit;Z)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofZetaBytes ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofZetaBytes:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofZetaBytes ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofZetaBytes:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofZetaBytesOnly ( long value ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofZetaBytesOnly:(J)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.ofZetaBytesOnly ( long value, boolean iec ) [static] : NMemorySize
net/thevpc/nuts/util/NMemorySize.ofZetaBytesOnly:(JZ)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.parse ( String value, NMemoryUnit defaultUnit ) [static] : NOptional<NMemorySize>
net/thevpc/nuts/util/NMemorySize.parse:(Ljava/lang/String;Lnet/thevpc/nuts/util/NMemoryUnit;)Lnet/thevpc/nuts/util/NOptional;
NMemorySize.subtract ( NMemorySize other ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.subtract:(Lnet/thevpc/nuts/util/NMemorySize;)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.toString ( ) : String
net/thevpc/nuts/util/NMemorySize.toString:()Ljava/lang/String;
NMemorySize.toString ( boolean fixed ) : String
net/thevpc/nuts/util/NMemorySize.toString:(Z)Ljava/lang/String;
NMemorySize.toString ( boolean fixed, Boolean iec ) : String
net/thevpc/nuts/util/NMemorySize.toString:(ZLjava/lang/Boolean;)Ljava/lang/String;
NMemorySize.toUnitsArray ( ) : long[ ]
net/thevpc/nuts/util/NMemorySize.toUnitsArray:()[J
NMemorySize.withIEC ( boolean iec ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.withIEC:(Z)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.withLargestUnit ( NMemoryUnit largestUnit ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.withLargestUnit:(Lnet/thevpc/nuts/util/NMemoryUnit;)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.withSmallestUnit ( NMemoryUnit smallestUnit ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.withSmallestUnit:(Lnet/thevpc/nuts/util/NMemoryUnit;)Lnet/thevpc/nuts/util/NMemorySize;
NMemorySize.withUnits ( NMemoryUnit smallestUnit, NMemoryUnit largestUnit ) : NMemorySize
net/thevpc/nuts/util/NMemorySize.withUnits:(Lnet/thevpc/nuts/util/NMemoryUnit;Lnet/thevpc/nuts/util/NMemoryUnit;)Lnet/thevpc/nuts/util/NMemorySize;
nuts-0.8.4.jar,
NMemorySizeFormat.class
package net.thevpc.nuts.util
NMemorySizeFormat.copy ( ) : NMemorySizeFormat
net/thevpc/nuts/util/NMemorySizeFormat.copy:()Lnet/thevpc/nuts/util/NMemorySizeFormat;
NMemorySizeFormat.format ( NMemorySize memorySize ) : String
net/thevpc/nuts/util/NMemorySizeFormat.format:(Lnet/thevpc/nuts/util/NMemorySize;)Ljava/lang/String;
NMemorySizeFormat.formatUnit ( NMemorySize memorySize, NMemoryUnit unit, Set<NMemoryUnit> processed, NPrintStream out ) : void
net/thevpc/nuts/util/NMemorySizeFormat.formatUnit:(Lnet/thevpc/nuts/util/NMemorySize;Lnet/thevpc/nuts/util/NMemoryUnit;Ljava/util/Set;Lnet/thevpc/nuts/io/NPrintStream;)V
NMemorySizeFormat.freeze ( ) : NMemorySizeFormat
net/thevpc/nuts/util/NMemorySizeFormat.freeze:()Lnet/thevpc/nuts/util/NMemorySizeFormat;
NMemorySizeFormat.getIEC ( ) : Boolean
net/thevpc/nuts/util/NMemorySizeFormat.getIEC:()Ljava/lang/Boolean;
NMemorySizeFormat.isFixed ( ) : boolean
net/thevpc/nuts/util/NMemorySizeFormat.isFixed:()Z
NMemorySizeFormat.NMemorySizeFormat ( Boolean iec, boolean fixed )
net/thevpc/nuts/util/NMemorySizeFormat."<init>":(Ljava/lang/Boolean;Z)V
NMemorySizeFormat.NMemorySizeFormat ( NMemorySizeFormat other )
net/thevpc/nuts/util/NMemorySizeFormat."<init>":(Lnet/thevpc/nuts/util/NMemorySizeFormat;)V
NMemorySizeFormat.of ( boolean fixed, Boolean iec ) [static] : NMemorySizeFormat
net/thevpc/nuts/util/NMemorySizeFormat.of:(ZLjava/lang/Boolean;)Lnet/thevpc/nuts/util/NMemorySizeFormat;
NMemorySizeFormat.print ( NMemorySize memorySize, NPrintStream out ) : void
net/thevpc/nuts/util/NMemorySizeFormat.print:(Lnet/thevpc/nuts/util/NMemorySize;Lnet/thevpc/nuts/io/NPrintStream;)V
NMemorySizeFormat.setFixed ( Boolean fixed ) : NMemorySizeFormat
net/thevpc/nuts/util/NMemorySizeFormat.setFixed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/util/NMemorySizeFormat;
NMemorySizeFormat.setIEC ( Boolean iec ) : NMemorySizeFormat
net/thevpc/nuts/util/NMemorySizeFormat.setIEC:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/util/NMemorySizeFormat;
NMemorySizeFormat.unitString ( NMemoryUnit unit, boolean iec ) : String
net/thevpc/nuts/util/NMemorySizeFormat.unitString:(Lnet/thevpc/nuts/util/NMemoryUnit;Z)Ljava/lang/String;
nuts-0.8.4.jar,
NMemoryUnit.class
package net.thevpc.nuts.util
NMemoryUnit.id ( ) : String
net/thevpc/nuts/util/NMemoryUnit.id:()Ljava/lang/String;
NMemoryUnit.parse ( String value ) [static] : NOptional<NMemoryUnit>
net/thevpc/nuts/util/NMemoryUnit.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NMemoryUnit.valueOf ( String name ) [static] : NMemoryUnit
net/thevpc/nuts/util/NMemoryUnit.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMemoryUnit;
NMemoryUnit.values ( ) [static] : NMemoryUnit[ ]
net/thevpc/nuts/util/NMemoryUnit.values:()[Lnet/thevpc/nuts/util/NMemoryUnit;
nuts-0.8.4.jar,
NMessagedPredicate.class
package net.thevpc.nuts
NMessagedPredicate<T>.filter ( ) [abstract] : Predicate<T>
net/thevpc/nuts/NMessagedPredicate.filter:()Ljava/util/function/Predicate;
NMessagedPredicate<T>.message ( ) [abstract] : Function<NSession,NMsg>
net/thevpc/nuts/NMessagedPredicate.message:()Ljava/util/function/Function;
nuts-0.8.4.jar,
NMissingSessionException.class
package net.thevpc.nuts
NMissingSessionException.NMissingSessionException ( )
net/thevpc/nuts/NMissingSessionException."<init>":()V
NMissingSessionException.NMissingSessionException ( NMsg message )
net/thevpc/nuts/NMissingSessionException."<init>":(Lnet/thevpc/nuts/util/NMsg;)V
NMissingSessionException.NMissingSessionException ( NMsg message, Throwable cause )
net/thevpc/nuts/NMissingSessionException."<init>":(Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NMsg.class
package net.thevpc.nuts.util
NMsg.asConfig ( ) : NMsg
net/thevpc/nuts/util/NMsg.asConfig:()Lnet/thevpc/nuts/util/NMsg;
NMsg.asFine ( ) : NMsg
net/thevpc/nuts/util/NMsg.asFine:()Lnet/thevpc/nuts/util/NMsg;
NMsg.asFiner ( ) : NMsg
net/thevpc/nuts/util/NMsg.asFiner:()Lnet/thevpc/nuts/util/NMsg;
NMsg.asFinest ( ) : NMsg
net/thevpc/nuts/util/NMsg.asFinest:()Lnet/thevpc/nuts/util/NMsg;
NMsg.asInfo ( ) : NMsg
net/thevpc/nuts/util/NMsg.asInfo:()Lnet/thevpc/nuts/util/NMsg;
NMsg.asSevere ( ) : NMsg
net/thevpc/nuts/util/NMsg.asSevere:()Lnet/thevpc/nuts/util/NMsg;
NMsg.asWarning ( ) : NMsg
net/thevpc/nuts/util/NMsg.asWarning:()Lnet/thevpc/nuts/util/NMsg;
NMsg.equals ( Object o ) : boolean
net/thevpc/nuts/util/NMsg.equals:(Ljava/lang/Object;)Z
NMsg.getCodeLang ( ) : String
net/thevpc/nuts/util/NMsg.getCodeLang:()Ljava/lang/String;
NMsg.getFormat ( ) : NTextFormatType
net/thevpc/nuts/util/NMsg.getFormat:()Lnet/thevpc/nuts/text/NTextFormatType;
NMsg.getLevel ( ) : Level
net/thevpc/nuts/util/NMsg.getLevel:()Ljava/util/logging/Level;
NMsg.getMessage ( ) : Object
net/thevpc/nuts/util/NMsg.getMessage:()Ljava/lang/Object;
NMsg.getParams ( ) : Object[ ]
net/thevpc/nuts/util/NMsg.getParams:()[Ljava/lang/Object;
NMsg.getStyles ( ) : NTextStyles
net/thevpc/nuts/util/NMsg.getStyles:()Lnet/thevpc/nuts/text/NTextStyles;
NMsg.hashCode ( ) : int
net/thevpc/nuts/util/NMsg.hashCode:()I
NMsg.ofC ( String message ) [static] : NMsg *DEPRECATED*
net/thevpc/nuts/util/NMsg.ofC:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofC ( String message, NMsgParam... params ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofC:(Ljava/lang/String;[Lnet/thevpc/nuts/util/NMsgParam;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofC ( String message, Object... params ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofC:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofCode ( String lang, String text ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofCode ( String text ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofCode:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofInvalidValue ( ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofInvalidValue:()Lnet/thevpc/nuts/util/NMsg;
NMsg.ofInvalidValue ( String valueName ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofInvalidValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofInvalidValue ( Throwable throwable ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofInvalidValue:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofInvalidValue ( Throwable throwable, String valueName ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofInvalidValue:(Ljava/lang/Throwable;Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofJ ( String message ) [static] : NMsg *DEPRECATED*
net/thevpc/nuts/util/NMsg.ofJ:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofJ ( String message, NMsgParam... params ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofJ:(Ljava/lang/String;[Lnet/thevpc/nuts/util/NMsgParam;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofJ ( String message, Object... params ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofJ:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofMissingValue ( ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofMissingValue:()Lnet/thevpc/nuts/util/NMsg;
NMsg.ofMissingValue ( String valueName ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofMissingValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofNtf ( NString message ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofNtf:(Lnet/thevpc/nuts/text/NString;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofNtf ( String message ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofNtf:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofPlain ( String message ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofPlain:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofStringLiteral ( String literal ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofStringLiteral:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofStyled ( NMsg message, NTextStyle style ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofStyled:(Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofStyled ( NMsg message, NTextStyles styles ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofStyled:(Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofStyled ( NString message, NTextStyle style ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofStyled:(Lnet/thevpc/nuts/text/NString;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofStyled ( NString message, NTextStyles styles ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofStyled:(Lnet/thevpc/nuts/text/NString;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofStyled ( String message, NTextStyle style ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofStyled:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofStyled ( String message, NTextStyles styles ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofStyled:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofV ( String message, Function<String,?> vars ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofV:(Ljava/lang/String;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofV ( String message, Map<String,?> vars ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofV:(Ljava/lang/String;Ljava/util/Map;)Lnet/thevpc/nuts/util/NMsg;
NMsg.ofV ( String message, NMsgParam... params ) [static] : NMsg
net/thevpc/nuts/util/NMsg.ofV:(Ljava/lang/String;[Lnet/thevpc/nuts/util/NMsgParam;)Lnet/thevpc/nuts/util/NMsg;
NMsg.toString ( ) : String
net/thevpc/nuts/util/NMsg.toString:()Ljava/lang/String;
NMsg.withLevel ( Level level ) : NMsg
net/thevpc/nuts/util/NMsg.withLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/util/NMsg;
nuts-0.8.4.jar,
NMsgCode.class
package net.thevpc.nuts.util
NMsgCode.getCode ( ) : String
net/thevpc/nuts/util/NMsgCode.getCode:()Ljava/lang/String;
NMsgCode.getParams ( ) : String[ ]
net/thevpc/nuts/util/NMsgCode.getParams:()[Ljava/lang/String;
NMsgCode.NMsgCode ( String code, String... params )
net/thevpc/nuts/util/NMsgCode."<init>":(Ljava/lang/String;[Ljava/lang/String;)V
nuts-0.8.4.jar,
NMsgCodeAware.class
package net.thevpc.nuts.util
NMsgCodeAware.codeOf ( Object any ) [static] : NOptional<NMsgCode>
net/thevpc/nuts/util/NMsgCodeAware.codeOf:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NMsgCodeAware.getNMsgCode ( ) [abstract] : NMsgCode
net/thevpc/nuts/util/NMsgCodeAware.getNMsgCode:()Lnet/thevpc/nuts/util/NMsgCode;
nuts-0.8.4.jar,
NMsgCodeException.class
package net.thevpc.nuts.util
NMsgCodeException.getNMsgCode ( ) : NMsgCode
net/thevpc/nuts/util/NMsgCodeException.getNMsgCode:()Lnet/thevpc/nuts/util/NMsgCode;
NMsgCodeException.NMsgCodeException ( NSession session, NMsgCode code, NMsg message )
net/thevpc/nuts/util/NMsgCodeException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsgCode;Lnet/thevpc/nuts/util/NMsg;)V
NMsgCodeException.NMsgCodeException ( NSession session, NMsgCode code, NMsg message, Throwable cause )
net/thevpc/nuts/util/NMsgCodeException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsgCode;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NMsgFormattable.class
package net.thevpc.nuts.format
NMsgFormattable.toMsg ( ) [abstract] : NMsg
net/thevpc/nuts/format/NMsgFormattable.toMsg:()Lnet/thevpc/nuts/util/NMsg;
nuts-0.8.4.jar,
NMsgParam.class
package net.thevpc.nuts.util
NMsgParam.getName ( ) : String
net/thevpc/nuts/util/NMsgParam.getName:()Ljava/lang/String;
NMsgParam.getValue ( ) : Supplier<?>
net/thevpc/nuts/util/NMsgParam.getValue:()Ljava/util/function/Supplier;
NMsgParam.NMsgParam ( String name, Supplier<?> value )
net/thevpc/nuts/util/NMsgParam."<init>":(Ljava/lang/String;Ljava/util/function/Supplier;)V
NMsgParam.of ( String name, Supplier<?> value ) [static] : NMsgParam
net/thevpc/nuts/util/NMsgParam.of:(Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NMsgParam;
nuts-0.8.4.jar,
NMsgTemplate.class
package net.thevpc.nuts.util
NMsgTemplate.build ( NMsgParam... params ) : NMsg
net/thevpc/nuts/util/NMsgTemplate.build:([Lnet/thevpc/nuts/util/NMsgParam;)Lnet/thevpc/nuts/util/NMsg;
NMsgTemplate.getFormat ( ) : NTextFormatType
net/thevpc/nuts/util/NMsgTemplate.getFormat:()Lnet/thevpc/nuts/text/NTextFormatType;
NMsgTemplate.getMessage ( ) : String
net/thevpc/nuts/util/NMsgTemplate.getMessage:()Ljava/lang/String;
NMsgTemplate.getParamNames ( ) : String[ ]
net/thevpc/nuts/util/NMsgTemplate.getParamNames:()[Ljava/lang/String;
NMsgTemplate.NMsgTemplate ( String message, NTextFormatType format )
net/thevpc/nuts/util/NMsgTemplate."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextFormatType;)V
NMsgTemplate.of ( String message, NTextFormatType format ) [static] : NMsgTemplate
net/thevpc/nuts/util/NMsgTemplate.of:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextFormatType;)Lnet/thevpc/nuts/util/NMsgTemplate;
NMsgTemplate.ofC ( String message ) [static] : NMsgTemplate
net/thevpc/nuts/util/NMsgTemplate.ofC:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsgTemplate;
NMsgTemplate.ofJ ( String message ) [static] : NMsgTemplate
net/thevpc/nuts/util/NMsgTemplate.ofJ:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsgTemplate;
NMsgTemplate.ofV ( String message ) [static] : NMsgTemplate
net/thevpc/nuts/util/NMsgTemplate.ofV:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NMsgTemplate;
nuts-0.8.4.jar,
NMutableTableModel.class
package net.thevpc.nuts.format
NMutableTableModel.addCell ( Object p1 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.addCell:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.addCells ( Object... p1 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.addCells:([Ljava/lang/Object;)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.addHeaderCell ( Object p1 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.addHeaderCell:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.addHeaderCells ( Object... p1 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.addHeaderCells:([Ljava/lang/Object;)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.addRow ( Object... p1 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.addRow:([Ljava/lang/Object;)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.clearHeader ( ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.clearHeader:()Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.newRow ( ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.newRow:()Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.of ( NSession session ) [static] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.setCellColSpan ( int p1, int p2, int p3 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.setCellColSpan:(III)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.setCellRowSpan ( int p1, int p2, int p3 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.setCellRowSpan:(III)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.setCellValue ( int p1, int p2, Object p3 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.setCellValue:(IILjava/lang/Object;)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.setHeaderColSpan ( int p1, int p2 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.setHeaderColSpan:(II)Lnet/thevpc/nuts/format/NMutableTableModel;
NMutableTableModel.setHeaderValue ( int p1, Object p2 ) [abstract] : NMutableTableModel
net/thevpc/nuts/format/NMutableTableModel.setHeaderValue:(ILjava/lang/Object;)Lnet/thevpc/nuts/format/NMutableTableModel;
nuts-0.8.4.jar,
NNameFormat.class
package net.thevpc.nuts.util
NNameFormat.equals ( String a, String b ) : boolean
net/thevpc/nuts/util/NNameFormat.equals:(Ljava/lang/String;Ljava/lang/String;)Z
NNameFormat.equalsIgnoreFormat ( String a, String b ) [static] : boolean
net/thevpc/nuts/util/NNameFormat.equalsIgnoreFormat:(Ljava/lang/String;Ljava/lang/String;)Z
NNameFormat.format ( CharSequence value ) : String
net/thevpc/nuts/util/NNameFormat.format:(Ljava/lang/CharSequence;)Ljava/lang/String;
NNameFormat.format ( String value ) : String
net/thevpc/nuts/util/NNameFormat.format:(Ljava/lang/String;)Ljava/lang/String;
NNameFormat.format ( String[ ] value ) : String
net/thevpc/nuts/util/NNameFormat.format:([Ljava/lang/String;)Ljava/lang/String;
NNameFormat.getLeading ( ) : NWordFormat
net/thevpc/nuts/util/NNameFormat.getLeading:()Lnet/thevpc/nuts/util/NWordFormat;
NNameFormat.getNext ( ) : NWordFormat
net/thevpc/nuts/util/NNameFormat.getNext:()Lnet/thevpc/nuts/util/NWordFormat;
NNameFormat.getSep ( ) : String
net/thevpc/nuts/util/NNameFormat.getSep:()Ljava/lang/String;
NNameFormat.isSeparator ( char c ) [static] : boolean
net/thevpc/nuts/util/NNameFormat.isSeparator:(C)Z
NNameFormat.NNameFormat ( NWordFormat leading, NWordFormat next, String sep )
net/thevpc/nuts/util/NNameFormat."<init>":(Lnet/thevpc/nuts/util/NWordFormat;Lnet/thevpc/nuts/util/NWordFormat;Ljava/lang/String;)V
NNameFormat.parse ( CharSequence value ) [static] : String[ ]
net/thevpc/nuts/util/NNameFormat.parse:(Ljava/lang/CharSequence;)[Ljava/lang/String;
NNameFormat.parse ( CharSequence value, boolean sep ) [static] : String[ ]
net/thevpc/nuts/util/NNameFormat.parse:(Ljava/lang/CharSequence;Z)[Ljava/lang/String;
NNameFormat.parse ( String value ) [static] : String[ ]
net/thevpc/nuts/util/NNameFormat.parse:(Ljava/lang/String;)[Ljava/lang/String;
NNameFormat.parse ( String value, boolean sep ) [static] : String[ ]
net/thevpc/nuts/util/NNameFormat.parse:(Ljava/lang/String;Z)[Ljava/lang/String;
nuts-0.8.4.jar,
NNavigatableElement.class
package net.thevpc.nuts.elem
NNavigatableElement.entries ( ) [abstract] : Collection<NElementEntry>
net/thevpc/nuts/elem/NNavigatableElement.entries:()Ljava/util/Collection;
NNavigatableElement.get ( NElement p1 ) [abstract] : NOptional<NElement>
net/thevpc/nuts/elem/NNavigatableElement.get:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.get ( String p1 ) [abstract] : NOptional<NElement>
net/thevpc/nuts/elem/NNavigatableElement.get:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getAll ( NElement p1 ) [abstract] : List<NElement>
net/thevpc/nuts/elem/NNavigatableElement.getAll:(Lnet/thevpc/nuts/elem/NElement;)Ljava/util/List;
NNavigatableElement.getArray ( NElement p1 ) [abstract] : NOptional<NArrayElement>
net/thevpc/nuts/elem/NNavigatableElement.getArray:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getArray ( String p1 ) [abstract] : NOptional<NArrayElement>
net/thevpc/nuts/elem/NNavigatableElement.getArray:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getArrayByPath ( String... p1 ) [abstract] : NOptional<NArrayElement>
net/thevpc/nuts/elem/NNavigatableElement.getArrayByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getBigDecimal ( NElement p1 ) [abstract] : NOptional<BigDecimal>
net/thevpc/nuts/elem/NNavigatableElement.getBigDecimal:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getBigDecimalByPath ( String... p1 ) [abstract] : NOptional<BigDecimal>
net/thevpc/nuts/elem/NNavigatableElement.getBigDecimalByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getBigInt ( NElement p1 ) [abstract] : NOptional<BigInteger>
net/thevpc/nuts/elem/NNavigatableElement.getBigInt:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getBigIntByPath ( String... p1 ) [abstract] : NOptional<BigInteger>
net/thevpc/nuts/elem/NNavigatableElement.getBigIntByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getBoolean ( NElement p1 ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/elem/NNavigatableElement.getBoolean:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getBoolean ( String p1 ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/elem/NNavigatableElement.getBoolean:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getBooleanByPath ( String... p1 ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/elem/NNavigatableElement.getBooleanByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getByPath ( String... p1 ) [abstract] : NOptional<NElement>
net/thevpc/nuts/elem/NNavigatableElement.getByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getByte ( NElement p1 ) [abstract] : NOptional<Byte>
net/thevpc/nuts/elem/NNavigatableElement.getByte:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getByte ( String p1 ) [abstract] : NOptional<Byte>
net/thevpc/nuts/elem/NNavigatableElement.getByte:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getByteByPath ( String... p1 ) [abstract] : NOptional<Byte>
net/thevpc/nuts/elem/NNavigatableElement.getByteByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getDouble ( NElement p1 ) [abstract] : NOptional<Double>
net/thevpc/nuts/elem/NNavigatableElement.getDouble:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getDouble ( String p1 ) [abstract] : NOptional<Double>
net/thevpc/nuts/elem/NNavigatableElement.getDouble:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getDoubleByPath ( String... p1 ) [abstract] : NOptional<Double>
net/thevpc/nuts/elem/NNavigatableElement.getDoubleByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getFloat ( NElement p1 ) [abstract] : NOptional<Float>
net/thevpc/nuts/elem/NNavigatableElement.getFloat:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getFloat ( String p1 ) [abstract] : NOptional<Float>
net/thevpc/nuts/elem/NNavigatableElement.getFloat:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getFloatByPath ( String... p1 ) [abstract] : NOptional<Float>
net/thevpc/nuts/elem/NNavigatableElement.getFloatByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getInstant ( NElement p1 ) [abstract] : NOptional<Instant>
net/thevpc/nuts/elem/NNavigatableElement.getInstant:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getInstant ( String p1 ) [abstract] : NOptional<Instant>
net/thevpc/nuts/elem/NNavigatableElement.getInstant:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getInstantByPath ( String... p1 ) [abstract] : NOptional<Instant>
net/thevpc/nuts/elem/NNavigatableElement.getInstantByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getInt ( NElement p1 ) [abstract] : NOptional<Integer>
net/thevpc/nuts/elem/NNavigatableElement.getInt:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getInt ( String p1 ) [abstract] : NOptional<Integer>
net/thevpc/nuts/elem/NNavigatableElement.getInt:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getIntByPath ( String... p1 ) [abstract] : NOptional<Integer>
net/thevpc/nuts/elem/NNavigatableElement.getIntByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getLong ( NElement p1 ) [abstract] : NOptional<Long>
net/thevpc/nuts/elem/NNavigatableElement.getLong:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getLong ( String p1 ) [abstract] : NOptional<Long>
net/thevpc/nuts/elem/NNavigatableElement.getLong:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getLongByPath ( String... p1 ) [abstract] : NOptional<Long>
net/thevpc/nuts/elem/NNavigatableElement.getLongByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getNavigatable ( NElement p1 ) [abstract] : NOptional<NNavigatableElement>
net/thevpc/nuts/elem/NNavigatableElement.getNavigatable:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getNavigatable ( String p1 ) [abstract] : NOptional<NNavigatableElement>
net/thevpc/nuts/elem/NNavigatableElement.getNavigatable:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getNavigatableByPath ( String... p1 ) [abstract] : NOptional<NNavigatableElement>
net/thevpc/nuts/elem/NNavigatableElement.getNavigatableByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getNumber ( NElement p1 ) [abstract] : NOptional<Number>
net/thevpc/nuts/elem/NNavigatableElement.getNumber:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getNumber ( String p1 ) [abstract] : NOptional<Number>
net/thevpc/nuts/elem/NNavigatableElement.getNumber:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getNumberByPath ( String... p1 ) [abstract] : NOptional<Number>
net/thevpc/nuts/elem/NNavigatableElement.getNumberByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getObject ( NElement p1 ) [abstract] : NOptional<NObjectElement>
net/thevpc/nuts/elem/NNavigatableElement.getObject:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getObject ( String p1 ) [abstract] : NOptional<NObjectElement>
net/thevpc/nuts/elem/NNavigatableElement.getObject:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getObjectByPath ( String... p1 ) [abstract] : NOptional<NObjectElement>
net/thevpc/nuts/elem/NNavigatableElement.getObjectByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getShort ( NElement p1 ) [abstract] : NOptional<Short>
net/thevpc/nuts/elem/NNavigatableElement.getShort:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getShort ( String p1 ) [abstract] : NOptional<Short>
net/thevpc/nuts/elem/NNavigatableElement.getShort:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getShortByPath ( String... p1 ) [abstract] : NOptional<Short>
net/thevpc/nuts/elem/NNavigatableElement.getShortByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getString ( NElement p1 ) [abstract] : NOptional<String>
net/thevpc/nuts/elem/NNavigatableElement.getString:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getString ( String p1 ) [abstract] : NOptional<String>
net/thevpc/nuts/elem/NNavigatableElement.getString:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.getStringByPath ( String... p1 ) [abstract] : NOptional<String>
net/thevpc/nuts/elem/NNavigatableElement.getStringByPath:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NNavigatableElement.size ( ) [abstract] : int
net/thevpc/nuts/elem/NNavigatableElement.size:()I
nuts-0.8.4.jar,
NNonBlockingInputStream.class
package net.thevpc.nuts.io
NNonBlockingInputStream.available ( ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.available:()I
NNonBlockingInputStream.close ( ) [abstract] : void
net/thevpc/nuts/io/NNonBlockingInputStream.close:()V
NNonBlockingInputStream.hasMoreBytes ( ) [abstract] : boolean
net/thevpc/nuts/io/NNonBlockingInputStream.hasMoreBytes:()Z
NNonBlockingInputStream.mark ( int p1 ) [abstract] : void
net/thevpc/nuts/io/NNonBlockingInputStream.mark:(I)V
NNonBlockingInputStream.markSupported ( ) [abstract] : boolean
net/thevpc/nuts/io/NNonBlockingInputStream.markSupported:()Z
NNonBlockingInputStream.noMoreBytes ( ) [abstract] : void
net/thevpc/nuts/io/NNonBlockingInputStream.noMoreBytes:()V
NNonBlockingInputStream.of ( InputStream base, NSession session ) [static] : NNonBlockingInputStream
net/thevpc/nuts/io/NNonBlockingInputStream.of:(Ljava/io/InputStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NNonBlockingInputStream;
NNonBlockingInputStream.read ( ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.read:()I
NNonBlockingInputStream.read ( byte[ ] p1 ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.read:([B)I
NNonBlockingInputStream.read ( byte[ ] p1, int p2, int p3 ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.read:([BII)I
NNonBlockingInputStream.readNonBlocking ( byte[ ] p1 ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.readNonBlocking:([B)I
NNonBlockingInputStream.readNonBlocking ( byte[ ] p1, int p2, int p3 ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.readNonBlocking:([BII)I
NNonBlockingInputStream.readNonBlocking ( byte[ ] p1, int p2, int p3, long p4 ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.readNonBlocking:([BIIJ)I
NNonBlockingInputStream.readNonBlocking ( byte[ ] p1, long p2 ) [abstract] : int
net/thevpc/nuts/io/NNonBlockingInputStream.readNonBlocking:([BJ)I
NNonBlockingInputStream.reset ( ) [abstract] : void
net/thevpc/nuts/io/NNonBlockingInputStream.reset:()V
NNonBlockingInputStream.skip ( long p1 ) [abstract] : long
net/thevpc/nuts/io/NNonBlockingInputStream.skip:(J)J
nuts-0.8.4.jar,
NNoSessionCancelException.class
package net.thevpc.nuts
NNoSessionCancelException.NNoSessionCancelException ( NMsg message )
net/thevpc/nuts/NNoSessionCancelException."<init>":(Lnet/thevpc/nuts/util/NMsg;)V
nuts-0.8.4.jar,
NNoSessionException.class
package net.thevpc.nuts
NNoSessionException.getFormattedMessage ( ) : NMsg
net/thevpc/nuts/NNoSessionException.getFormattedMessage:()Lnet/thevpc/nuts/util/NMsg;
NNoSessionException.NNoSessionException ( )
net/thevpc/nuts/NNoSessionException."<init>":()V
NNoSessionException.NNoSessionException ( NMsg message )
net/thevpc/nuts/NNoSessionException."<init>":(Lnet/thevpc/nuts/util/NMsg;)V
NNoSessionException.NNoSessionException ( NMsg message, Throwable cause )
net/thevpc/nuts/NNoSessionException."<init>":(Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NNoSessionOptionalErrorException.class
package net.thevpc.nuts
NNoSessionOptionalErrorException.NNoSessionOptionalErrorException ( )
net/thevpc/nuts/NNoSessionOptionalErrorException."<init>":()V
NNoSessionOptionalErrorException.NNoSessionOptionalErrorException ( NMsg message )
net/thevpc/nuts/NNoSessionOptionalErrorException."<init>":(Lnet/thevpc/nuts/util/NMsg;)V
NNoSessionOptionalErrorException.NNoSessionOptionalErrorException ( NMsg message, Throwable cause )
net/thevpc/nuts/NNoSessionOptionalErrorException."<init>":(Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NNoSuchElementException.class
package net.thevpc.nuts
NNoSuchElementException.NNoSuchElementException ( NSession session, NMsg message )
net/thevpc/nuts/NNoSuchElementException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NNoSuchElementException.NNoSuchElementException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NNoSuchElementException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NNoSuchElementException.NNoSuchElementException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NNoSuchElementException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NNotExecutableException.class
package net.thevpc.nuts
NNotExecutableException.getId ( ) : NId
net/thevpc/nuts/NNotExecutableException.getId:()Lnet/thevpc/nuts/NId;
NNotExecutableException.NNotExecutableException ( NSession session, NId id )
net/thevpc/nuts/NNotExecutableException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
nuts-0.8.4.jar,
NNotFoundException.class
package net.thevpc.nuts
NNotFoundException.dependenciesToString ( NNotFoundException.NIdInvalidDependency[ ] dependencies ) [static] : String
net/thevpc/nuts/NNotFoundException.dependenciesToString:([Lnet/thevpc/nuts/NNotFoundException$NIdInvalidDependency;)Ljava/lang/String;
NNotFoundException.dependenciesToString ( String prefix, NNotFoundException.NIdInvalidDependency d ) [static] : String
net/thevpc/nuts/NNotFoundException.dependenciesToString:(Ljava/lang/String;Lnet/thevpc/nuts/NNotFoundException$NIdInvalidDependency;)Ljava/lang/String;
NNotFoundException.getId ( ) : NId
net/thevpc/nuts/NNotFoundException.getId:()Lnet/thevpc/nuts/NId;
NNotFoundException.getLocations ( ) : Set<NNotFoundException.NIdInvalidLocation>
net/thevpc/nuts/NNotFoundException.getLocations:()Ljava/util/Set;
NNotFoundException.getMissingDependencies ( ) : Set<NNotFoundException.NIdInvalidDependency>
net/thevpc/nuts/NNotFoundException.getMissingDependencies:()Ljava/util/Set;
NNotFoundException.NNotFoundException ( NSession session, NId id )
net/thevpc/nuts/NNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NNotFoundException.NNotFoundException ( NSession session, NId id, NMsg message )
net/thevpc/nuts/NNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;)V
NNotFoundException.NNotFoundException ( NSession session, NId id, NMsg message, Throwable cause )
net/thevpc/nuts/NNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NNotFoundException.NNotFoundException ( NSession session, NId id, NNotFoundException.NIdInvalidDependency[ ] dependencies, NNotFoundException.NIdInvalidLocation[ ] locations, Throwable cause )
net/thevpc/nuts/NNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;[Lnet/thevpc/nuts/NNotFoundException$NIdInvalidDependency;[Lnet/thevpc/nuts/NNotFoundException$NIdInvalidLocation;Ljava/lang/Throwable;)V
NNotFoundException.NNotFoundException ( NSession session, NId id, Throwable cause )
net/thevpc/nuts/NNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Ljava/lang/Throwable;)V
NNotFoundException.toInvalidDependency ( ) : NNotFoundException.NIdInvalidDependency
net/thevpc/nuts/NNotFoundException.toInvalidDependency:()Lnet/thevpc/nuts/NNotFoundException$NIdInvalidDependency;
nuts-0.8.4.jar,
NNotInstallableException.class
package net.thevpc.nuts
NNotInstallableException.NNotInstallableException ( NSession session, NId id )
net/thevpc/nuts/NNotInstallableException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NNotInstallableException.NNotInstallableException ( NSession session, NId id, NMsg msg, Exception ex )
net/thevpc/nuts/NNotInstallableException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Exception;)V
nuts-0.8.4.jar,
NNotInstalledException.class
package net.thevpc.nuts
NNotInstalledException.NNotInstalledException ( NSession session, NId id )
net/thevpc/nuts/NNotInstalledException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NNotInstalledException.NNotInstalledException ( NSession session, NId id, NMsg msg, Exception ex )
net/thevpc/nuts/NNotInstalledException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Exception;)V
nuts-0.8.4.jar,
NObjectElement.class
package net.thevpc.nuts.elem
NObjectElement.builder ( ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElement.builder:()Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElement.ofEmpty ( NSession session ) [static] : NObjectElement
net/thevpc/nuts/elem/NObjectElement.ofEmpty:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NObjectElement;
NObjectElement.stream ( ) [abstract] : Stream<NElementEntry>
net/thevpc/nuts/elem/NObjectElement.stream:()Ljava/util/stream/Stream;
nuts-0.8.4.jar,
NObjectElementBuilder.class
package net.thevpc.nuts.elem
NObjectElementBuilder.add ( NElement p1, NElement p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Lnet/thevpc/nuts/elem/NElement;Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.add ( NElementEntry p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Lnet/thevpc/nuts/elem/NElementEntry;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.add ( NObjectElementBuilder p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Lnet/thevpc/nuts/elem/NObjectElementBuilder;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.add ( String p1, boolean p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Ljava/lang/String;Z)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.add ( String p1, double p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Ljava/lang/String;D)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.add ( String p1, int p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Ljava/lang/String;I)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.add ( String p1, NElement p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Ljava/lang/String;Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.add ( String p1, String p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.add:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.addAll ( List<NElementEntry> p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.addAll:(Ljava/util/List;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.addAll ( Map<NElement,NElement> p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.addAll:(Ljava/util/Map;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.addAll ( NElementEntry... p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.addAll:([Lnet/thevpc/nuts/elem/NElementEntry;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.addAll ( NObjectElement p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.addAll:(Lnet/thevpc/nuts/elem/NObjectElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.addAll ( NObjectElementBuilder p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.addAll:(Lnet/thevpc/nuts/elem/NObjectElementBuilder;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.build ( ) : NElement
net/thevpc/nuts/elem/NObjectElementBuilder.build:()Lnet/thevpc/nuts/elem/NElement;
NObjectElementBuilder.build ( ) [abstract] : NObjectElement
net/thevpc/nuts/elem/NObjectElementBuilder.build:()Lnet/thevpc/nuts/elem/NObjectElement;
NObjectElementBuilder.children ( ) [abstract] : Collection<NElementEntry>
net/thevpc/nuts/elem/NObjectElementBuilder.children:()Ljava/util/Collection;
NObjectElementBuilder.clear ( ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.clear:()Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.get ( NElement p1 ) [abstract] : NOptional<NElement>
net/thevpc/nuts/elem/NObjectElementBuilder.get:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/util/NOptional;
NObjectElementBuilder.get ( String p1 ) [abstract] : NOptional<NElement>
net/thevpc/nuts/elem/NObjectElementBuilder.get:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NObjectElementBuilder.getAll ( NElement p1 ) [abstract] : List<NElement>
net/thevpc/nuts/elem/NObjectElementBuilder.getAll:(Lnet/thevpc/nuts/elem/NElement;)Ljava/util/List;
NObjectElementBuilder.of ( NSession session ) [static] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.remove ( NElement p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.remove:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.remove ( String p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.remove:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.removeAll ( NElement p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.removeAll:(Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.removeAll ( String p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.removeAll:(Ljava/lang/String;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( NElement p1, boolean p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Lnet/thevpc/nuts/elem/NElement;Z)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( NElement p1, double p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Lnet/thevpc/nuts/elem/NElement;D)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( NElement p1, int p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Lnet/thevpc/nuts/elem/NElement;I)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( NElement p1, NElement p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Lnet/thevpc/nuts/elem/NElement;Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( NElement p1, String p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Lnet/thevpc/nuts/elem/NElement;Ljava/lang/String;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( NElementEntry p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Lnet/thevpc/nuts/elem/NElementEntry;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( NObjectElement p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Lnet/thevpc/nuts/elem/NObjectElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( String p1, boolean p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Ljava/lang/String;Z)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( String p1, double p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Ljava/lang/String;D)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( String p1, int p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Ljava/lang/String;I)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( String p1, NElement p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Ljava/lang/String;Lnet/thevpc/nuts/elem/NElement;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.set ( String p1, String p2 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.set:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.setAll ( Map<NElement,NElement> p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.setAll:(Ljava/util/Map;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.setAll ( NObjectElementBuilder p1 ) [abstract] : NObjectElementBuilder
net/thevpc/nuts/elem/NObjectElementBuilder.setAll:(Lnet/thevpc/nuts/elem/NObjectElementBuilder;)Lnet/thevpc/nuts/elem/NObjectElementBuilder;
NObjectElementBuilder.size ( ) [abstract] : int
net/thevpc/nuts/elem/NObjectElementBuilder.size:()I
nuts-0.8.4.jar,
NObjectFormat.class
package net.thevpc.nuts.format
NObjectFormat.configure ( boolean p1, String... p2 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.configure ( boolean p1, String[ ] p2 ) : NContentTypeFormat
net/thevpc/nuts/format/NObjectFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NObjectFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/format/NObjectFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NObjectFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/format/NObjectFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NObjectFormat.getFormatMode ( ) [abstract] : String
net/thevpc/nuts/format/NObjectFormat.getFormatMode:()Ljava/lang/String;
NObjectFormat.getFormatParams ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/format/NObjectFormat.getFormatParams:()Ljava/util/Map;
NObjectFormat.getFormatString ( ) [abstract] : String
net/thevpc/nuts/format/NObjectFormat.getFormatString:()Ljava/lang/String;
NObjectFormat.getOutputFormat ( ) [abstract] : NContentType
net/thevpc/nuts/format/NObjectFormat.getOutputFormat:()Lnet/thevpc/nuts/format/NContentType;
NObjectFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/format/NObjectFormat.getValue:()Ljava/lang/Object;
NObjectFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/format/NObjectFormat.isCompact:()Z
NObjectFormat.of ( NSession session ) [static] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setCompact ( boolean p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setCompact:(Z)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setFormatMode ( String p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setFormatMode:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setFormatParam ( String p1, Object p2 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setFormatParam:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setFormatParams ( Map<String,Object> p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setFormatParams:(Ljava/util/Map;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setFormatString ( String p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setFormatString:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setNtf ( boolean p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NContentTypeFormat;
NObjectFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/format/NObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NObjectFormat.setNtf ( boolean p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setOutputFormat ( NContentType p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setOutputFormat:(Lnet/thevpc/nuts/format/NContentType;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setSession ( NSession p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NObjectFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NObjectFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/format/NObjectFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NObjectFormat.setSession ( NSession p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NObjectFormat;
NObjectFormat.setValue ( Object p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NObjectFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NObjectFormat.setValue ( Object p1 ) [abstract] : NObjectFormat
net/thevpc/nuts/format/NObjectFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NObjectFormat;
nuts-0.8.4.jar,
NOpenMode.class
package net.thevpc.nuts
NOpenMode.id ( ) : String
net/thevpc/nuts/NOpenMode.id:()Ljava/lang/String;
NOpenMode.parse ( String value ) [static] : NOptional<NOpenMode>
net/thevpc/nuts/NOpenMode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOpenMode.valueOf ( String name ) [static] : NOpenMode
net/thevpc/nuts/NOpenMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NOpenMode;
NOpenMode.values ( ) [static] : NOpenMode[ ]
net/thevpc/nuts/NOpenMode.values:()[Lnet/thevpc/nuts/NOpenMode;
nuts-0.8.4.jar,
NOptional.class
package net.thevpc.nuts.util
NOptional<T>.failFast ( ) : NOptional<T>
net/thevpc/nuts/util/NOptional.failFast:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.failFast ( NSession session ) : NOptional<T>
net/thevpc/nuts/util/NOptional.failFast:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.filter ( NMessagedPredicate<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.filter:(Lnet/thevpc/nuts/NMessagedPredicate;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.filter ( Predicate<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.filter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.filter ( Predicate<T> p1, Function<NSession,NMsg> p2 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.filter:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.flatMap ( Function<T,NOptional<V>> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.flatMap:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.get ( ) [abstract] : T
net/thevpc/nuts/util/NOptional.get:()Ljava/lang/Object;
NOptional<T>.get ( Function<NSession,NMsg> p1, NSession p2 ) [abstract] : T
net/thevpc/nuts/util/NOptional.get:(Ljava/util/function/Function;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NOptional<T>.get ( NSession p1 ) [abstract] : T
net/thevpc/nuts/util/NOptional.get:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NOptional<T>.get ( Supplier<NMsg> p1 ) [abstract] : T
net/thevpc/nuts/util/NOptional.get:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NOptional<T>.getError ( ) [abstract] : Throwable
net/thevpc/nuts/util/NOptional.getError:()Ljava/lang/Throwable;
NOptional<T>.getMessage ( ) [abstract] : Function<NSession,NMsg>
net/thevpc/nuts/util/NOptional.getMessage:()Ljava/util/function/Function;
NOptional<T>.getType ( ) [abstract] : NOptionalType
net/thevpc/nuts/util/NOptional.getType:()Lnet/thevpc/nuts/util/NOptionalType;
NOptional<T>.ifBlank ( T p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifBlank:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifBlankEmpty ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifBlankEmpty:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifBlankEmpty ( Function<NSession,NMsg> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifBlankEmpty:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifBlankUse ( Supplier<NOptional<T>> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifBlankUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifEmpty ( T p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifEmpty:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifEmptyGet ( Supplier<?> p1 ) [abstract] : T
net/thevpc/nuts/util/NOptional.ifEmptyGet:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NOptional<T>.ifEmptyNull ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifEmptyNull:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifEmptyOf ( Supplier<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifEmptyOf:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifEmptyOfNullable ( Supplier<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifEmptyOfNullable:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifEmptyUse ( Supplier<NOptional<T>> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifEmptyUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifError ( T p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifError:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifErrorNull ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifErrorNull:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifErrorUse ( Supplier<NOptional<T>> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifErrorUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifNullEmpty ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifNullEmpty:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifNullUse ( Supplier<NOptional<T>> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifNullUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ifPresent ( Consumer<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.ifPresent:(Ljava/util/function/Consumer;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/util/NOptional.isEmpty:()Z
NOptional<T>.isError ( ) [abstract] : boolean
net/thevpc/nuts/util/NOptional.isError:()Z
NOptional<T>.isNotPresent ( ) [abstract] : boolean
net/thevpc/nuts/util/NOptional.isNotPresent:()Z
NOptional<T>.isNull ( ) [abstract] : boolean
net/thevpc/nuts/util/NOptional.isNull:()Z
NOptional<T>.isPresent ( ) [abstract] : boolean
net/thevpc/nuts/util/NOptional.isPresent:()Z
NOptional<T>.map ( Function<T,V> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.map:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIf ( Predicate<T> p1, Function<T,T> p2 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.mapIf:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIf ( Predicate<T> p1, Function<T,V> p2, Function<T,V> p3 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.mapIf:(Ljava/util/function/Predicate;Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIfDefault ( Function<T,T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.mapIfDefault:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIfNotBlank ( Function<T,V> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.mapIfNotBlank:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIfNotDefault ( Function<T,T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.mapIfNotDefault:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIfNotEmpty ( Function<T,V> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.mapIfNotEmpty:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIfNotError ( Function<T,V> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.mapIfNotError:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIfNotNull ( Function<T,V> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.mapIfNotNull:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.mapIfPresent ( Function<T,V> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.mapIfPresent:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.of ( T value ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.of ( T value, Function<NSession,NMsg> emptyMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.of:(Ljava/lang/Object;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofCallable ( NCallable<T> value ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofCallable:(Lnet/thevpc/nuts/util/NCallable;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofEmpty ( ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofEmpty:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofEmpty ( Function<NSession,NMsg> emptyMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofEmpty:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofEmpty ( NMsg emptyMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofEmpty:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofError ( Function<NSession,NMsg> errorMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofError:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofError ( Function<NSession,NMsg> errorMessage, Throwable throwable ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofError:(Ljava/util/function/Function;Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofError ( NMsg errorMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofError:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofFirst ( Collection<T> collection ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofFirst:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofFirst ( Collection<T> collection, Function<NSession,NMsg> emptyMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofFirst:(Ljava/util/Collection;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamed ( T value, String name ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamed:(Ljava/lang/Object;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedEmpty ( NMsg message ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedEmpty:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedEmpty ( String name ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedEmpty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedError ( NMsg message ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedError:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedError ( NMsg message, Throwable throwable ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedError:(Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedError ( String name ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedError:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedError ( String name, Throwable throwable ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedError:(Ljava/lang/String;Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedFirst ( Collection<T> collection, String name ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedFirst:(Ljava/util/Collection;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedOptional ( Optional<T> optional, String name ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedOptional:(Ljava/util/Optional;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNamedSingleton ( Collection<T> collection, String name ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNamedSingleton:(Ljava/util/Collection;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNull ( ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNull:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofNullable ( T value ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofNullable:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofOptional ( Optional<T> optional, Function<NSession,NMsg> errorMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofOptional:(Ljava/util/Optional;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofOptional ( Optional<T> optional, NMsg name ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofOptional:(Ljava/util/Optional;Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofSingleton ( Collection<T> collection ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofSingleton:(Ljava/util/Collection;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofSingleton ( Collection<T> collection, Function<NSession,NMsg> emptyMessage, Function<NSession,NMsg> errorMessage ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofSingleton:(Ljava/util/Collection;Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.ofSupplier ( Supplier<T> value ) [static] : NOptional<T>
net/thevpc/nuts/util/NOptional.ofSupplier:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.orDefault ( ) [abstract] : T
net/thevpc/nuts/util/NOptional.orDefault:()Ljava/lang/Object;
NOptional<T>.orDefaultOptional ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.orDefaultOptional:()Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.orElse ( T p1 ) [abstract] : T
net/thevpc/nuts/util/NOptional.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
NOptional<T>.orElseGet ( Supplier<?> p1 ) [abstract] : T
net/thevpc/nuts/util/NOptional.orElseGet:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NOptional<T>.orElseOf ( Supplier<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.orElseOf:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.orElseOfNullable ( Supplier<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.orElseOfNullable:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.orElseThrow ( Supplier<?> p1 ) [abstract] : T
net/thevpc/nuts/util/NOptional.orElseThrow:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NOptional<T>.orElseUse ( Supplier<NOptional<T>> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.orElseUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.orNull ( ) [abstract] : T
net/thevpc/nuts/util/NOptional.orNull:()Ljava/lang/Object;
NOptional<T>.setSession ( NSession p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.then ( Function<T,V> p1 ) [abstract] : NOptional<V>
net/thevpc/nuts/util/NOptional.then:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.withDefault ( Supplier<T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.withDefault:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.withDefault ( T p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.withDefault:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.withDefaultOptional ( Supplier<NOptional<T>> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.withDefaultOptional:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NOptional<T>.withoutDefault ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NOptional.withoutDefault:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NOptionalErrorException.class
package net.thevpc.nuts.util
NOptionalErrorException.NOptionalErrorException ( NSession session, NMsg message )
net/thevpc/nuts/util/NOptionalErrorException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NOptionalErrorException.NOptionalErrorException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/util/NOptionalErrorException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NOptionalErrorException.NOptionalErrorException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/util/NOptionalErrorException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NOptionalType.class
package net.thevpc.nuts.util
NOptionalType.valueOf ( String name ) [static] : NOptionalType
net/thevpc/nuts/util/NOptionalType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptionalType;
NOptionalType.values ( ) [static] : NOptionalType[ ]
net/thevpc/nuts/util/NOptionalType.values:()[Lnet/thevpc/nuts/util/NOptionalType;
nuts-0.8.4.jar,
NOsFamily.class
package net.thevpc.nuts.env
NOsFamily.getCurrent ( ) [static] : NOsFamily
net/thevpc/nuts/env/NOsFamily.getCurrent:()Lnet/thevpc/nuts/env/NOsFamily;
NOsFamily.id ( ) : String
net/thevpc/nuts/env/NOsFamily.id:()Ljava/lang/String;
NOsFamily.parse ( String value ) [static] : NOptional<NOsFamily>
net/thevpc/nuts/env/NOsFamily.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NOsFamily.valueOf ( String name ) [static] : NOsFamily
net/thevpc/nuts/env/NOsFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NOsFamily;
NOsFamily.values ( ) [static] : NOsFamily[ ]
net/thevpc/nuts/env/NOsFamily.values:()[Lnet/thevpc/nuts/env/NOsFamily;
nuts-0.8.4.jar,
NOsServiceType.class
package net.thevpc.nuts.env
NOsServiceType.valueOf ( String name ) [static] : NOsServiceType
net/thevpc/nuts/env/NOsServiceType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NOsServiceType;
NOsServiceType.values ( ) [static] : NOsServiceType[ ]
net/thevpc/nuts/env/NOsServiceType.values:()[Lnet/thevpc/nuts/env/NOsServiceType;
nuts-0.8.4.jar,
Not.class
package net.thevpc.nuts.util
NPredicates.Not<T>.equals ( Object o ) : boolean
net/thevpc/nuts/util/NPredicates.Not.equals:(Ljava/lang/Object;)Z
NPredicates.Not<T>.hashCode ( ) : int
net/thevpc/nuts/util/NPredicates.Not.hashCode:()I
NPredicates.Not<T>.NPredicates.Not<T> ( Predicate<T> base )
net/thevpc/nuts/util/NPredicates.Not."<init>":(Ljava/util/function/Predicate;)V
NPredicates.Not<T>.test ( T t ) : boolean
net/thevpc/nuts/util/NPredicates.Not.test:(Ljava/lang/Object;)Z
NPredicates.Not<T>.toString ( ) : String
net/thevpc/nuts/util/NPredicates.Not.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NOutputStreamBuilder.class
package net.thevpc.nuts.io
NOutputStreamBuilder.createOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/io/NOutputStreamBuilder.createOutputStream:()Ljava/io/OutputStream;
NOutputStreamBuilder.getBase ( ) [abstract] : OutputStream
net/thevpc/nuts/io/NOutputStreamBuilder.getBase:()Ljava/io/OutputStream;
NOutputStreamBuilder.getCloseAction ( ) [abstract] : Runnable
net/thevpc/nuts/io/NOutputStreamBuilder.getCloseAction:()Ljava/lang/Runnable;
NOutputStreamBuilder.getMetadata ( ) [abstract] : NContentMetadata
net/thevpc/nuts/io/NOutputStreamBuilder.getMetadata:()Lnet/thevpc/nuts/io/NContentMetadata;
NOutputStreamBuilder.isCloseBase ( ) [abstract] : boolean
net/thevpc/nuts/io/NOutputStreamBuilder.isCloseBase:()Z
NOutputStreamBuilder.of ( OutputStream outputStream, NSession session ) [static] : NOutputStreamBuilder
net/thevpc/nuts/io/NOutputStreamBuilder.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NOutputStreamBuilder;
NOutputStreamBuilder.setBase ( OutputStream p1 ) [abstract] : NOutputStreamBuilder
net/thevpc/nuts/io/NOutputStreamBuilder.setBase:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/io/NOutputStreamBuilder;
NOutputStreamBuilder.setCloseAction ( Runnable p1 ) [abstract] : NOutputStreamBuilder
net/thevpc/nuts/io/NOutputStreamBuilder.setCloseAction:(Ljava/lang/Runnable;)Lnet/thevpc/nuts/io/NOutputStreamBuilder;
NOutputStreamBuilder.setCloseBase ( boolean p1 ) [abstract] : NOutputStreamBuilder
net/thevpc/nuts/io/NOutputStreamBuilder.setCloseBase:(Z)Lnet/thevpc/nuts/io/NOutputStreamBuilder;
NOutputStreamBuilder.setMetadata ( NContentMetadata p1 ) [abstract] : NOutputStreamBuilder
net/thevpc/nuts/io/NOutputStreamBuilder.setMetadata:(Lnet/thevpc/nuts/io/NContentMetadata;)Lnet/thevpc/nuts/io/NOutputStreamBuilder;
nuts-0.8.4.jar,
NOutputStreamTransparentAdapter.class
package net.thevpc.nuts.io
NOutputStreamTransparentAdapter.baseOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/io/NOutputStreamTransparentAdapter.baseOutputStream:()Ljava/io/OutputStream;
nuts-0.8.4.jar,
NOutputTarget.class
package net.thevpc.nuts.io
NOutputTarget.getOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/io/NOutputTarget.getOutputStream:()Ljava/io/OutputStream;
NOutputTarget.of ( OutputStream outputStream, NContentMetadata metadata, NSession session ) [static] : NOutputTarget
net/thevpc/nuts/io/NOutputTarget.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/io/NContentMetadata;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NOutputTarget;
NOutputTarget.of ( OutputStream outputStream, NSession session ) [static] : NOutputTarget
net/thevpc/nuts/io/NOutputTarget.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NOutputTarget;
nuts-0.8.4.jar,
NParseEnumException.class
package net.thevpc.nuts
NParseEnumException.getEnumType ( ) : Class
net/thevpc/nuts/NParseEnumException.getEnumType:()Ljava/lang/Class;
NParseEnumException.getInvalidValue ( ) : String
net/thevpc/nuts/NParseEnumException.getInvalidValue:()Ljava/lang/String;
NParseEnumException.NParseEnumException ( NSession session, NMsg message, String invalidValue, Class enumType )
net/thevpc/nuts/NParseEnumException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/String;Ljava/lang/Class;)V
NParseEnumException.NParseEnumException ( NSession session, String invalidValue, Class enumType )
net/thevpc/nuts/NParseEnumException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;Ljava/lang/Class;)V
nuts-0.8.4.jar,
NParseException.class
package net.thevpc.nuts
NParseException.NParseException ( NSession session, NMsg message )
net/thevpc/nuts/NParseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NParseException.NParseException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NParseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NParseException.NParseException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NParseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NPath.class
package net.thevpc.nuts.io
NPath.addPermissions ( NPathPermission... p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.addPermissions:([Lnet/thevpc/nuts/io/NPathPermission;)Lnet/thevpc/nuts/io/NPath;
NPath.copy ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.copy:()Lnet/thevpc/nuts/io/NPath;
NPath.copyFrom ( NPath p1, NPathOption... p2 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyFrom:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)V
NPath.copyFromInputStream ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyFromInputStream:(Ljava/io/InputStream;)V
NPath.copyFromReader ( Reader p1 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyFromReader:(Ljava/io/Reader;)V
NPath.copyFromReader ( Reader p1, Charset p2, NPathOption... p3 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyFromReader:(Ljava/io/Reader;Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)V
NPath.copyTo ( NPath p1, NPathOption... p2 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyTo:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)V
NPath.copyToOutputStream ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyToOutputStream:(Ljava/io/OutputStream;)V
NPath.copyToPrintStream ( PrintStream p1 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyToPrintStream:(Ljava/io/PrintStream;)V
NPath.copyToPrintStream ( PrintStream p1, Charset p2 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyToPrintStream:(Ljava/io/PrintStream;Ljava/nio/charset/Charset;)V
NPath.copyToWriter ( Writer p1 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyToWriter:(Ljava/io/Writer;)V
NPath.copyToWriter ( Writer p1, Charset p2 ) [abstract] : void
net/thevpc/nuts/io/NPath.copyToWriter:(Ljava/io/Writer;Ljava/nio/charset/Charset;)V
NPath.delete ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.delete:()Lnet/thevpc/nuts/io/NPath;
NPath.delete ( boolean p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.delete:(Z)Lnet/thevpc/nuts/io/NPath;
NPath.deleteTree ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.deleteTree:()Lnet/thevpc/nuts/io/NPath;
NPath.exists ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.exists:()Z
NPath.expandPath ( Function<String,String> p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.expandPath:(Ljava/util/function/Function;)Lnet/thevpc/nuts/io/NPath;
NPath.getBaseName ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getBaseName:()Ljava/lang/String;
NPath.getBufferedReader ( Charset p1, NPathOption... p2 ) [abstract] : BufferedReader
net/thevpc/nuts/io/NPath.getBufferedReader:(Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/BufferedReader;
NPath.getBufferedReader ( NPathOption... p1 ) [abstract] : BufferedReader
net/thevpc/nuts/io/NPath.getBufferedReader:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/BufferedReader;
NPath.getBufferedWriter ( ) [abstract] : BufferedWriter
net/thevpc/nuts/io/NPath.getBufferedWriter:()Ljava/io/BufferedWriter;
NPath.getBufferedWriter ( Charset p1, NPathOption... p2 ) [abstract] : BufferedWriter
net/thevpc/nuts/io/NPath.getBufferedWriter:(Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/BufferedWriter;
NPath.getBufferedWriter ( NPathOption... p1 ) [abstract] : BufferedWriter
net/thevpc/nuts/io/NPath.getBufferedWriter:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/BufferedWriter;
NPath.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getContentEncoding:()Ljava/lang/String;
NPath.getContentLength ( ) [abstract] : long
net/thevpc/nuts/io/NPath.getContentLength:()J
NPath.getContentType ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getContentType:()Ljava/lang/String;
NPath.getCreationInstant ( ) [abstract] : Instant
net/thevpc/nuts/io/NPath.getCreationInstant:()Ljava/time/Instant;
NPath.getInputStream ( NPathOption... p1 ) [abstract] : InputStream
net/thevpc/nuts/io/NPath.getInputStream:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/InputStream;
NPath.getLastAccessInstant ( ) [abstract] : Instant
net/thevpc/nuts/io/NPath.getLastAccessInstant:()Ljava/time/Instant;
NPath.getLastExtension ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getLastExtension:()Ljava/lang/String;
NPath.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/io/NPath.getLastModifiedInstant:()Ljava/time/Instant;
NPath.getLocation ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getLocation:()Ljava/lang/String;
NPath.getLocationItem ( int p1 ) [abstract] : String
net/thevpc/nuts/io/NPath.getLocationItem:(I)Ljava/lang/String;
NPath.getLocationItems ( ) [abstract] : List<String>
net/thevpc/nuts/io/NPath.getLocationItems:()Ljava/util/List;
NPath.getLocationItemsCount ( ) [abstract] : int
net/thevpc/nuts/io/NPath.getLocationItemsCount:()I
NPath.getLongBaseName ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getLongBaseName:()Ljava/lang/String;
NPath.getLongExtension ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getLongExtension:()Ljava/lang/String;
NPath.getName ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getName:()Ljava/lang/String;
NPath.getOutputStream ( NPathOption... p1 ) [abstract] : OutputStream
net/thevpc/nuts/io/NPath.getOutputStream:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/OutputStream;
NPath.getParent ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.getParent:()Lnet/thevpc/nuts/io/NPath;
NPath.getPermissions ( ) [abstract] : Set<NPathPermission>
net/thevpc/nuts/io/NPath.getPermissions:()Ljava/util/Set;
NPath.getPrintStream ( ) [abstract] : PrintStream
net/thevpc/nuts/io/NPath.getPrintStream:()Ljava/io/PrintStream;
NPath.getPrintStream ( Charset p1, NPathOption... p2 ) [abstract] : PrintStream
net/thevpc/nuts/io/NPath.getPrintStream:(Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/PrintStream;
NPath.getPrintStream ( NPathOption... p1 ) [abstract] : PrintStream
net/thevpc/nuts/io/NPath.getPrintStream:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/PrintStream;
NPath.getProtocol ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getProtocol:()Ljava/lang/String;
NPath.getReader ( Charset p1, NPathOption... p2 ) [abstract] : Reader
net/thevpc/nuts/io/NPath.getReader:(Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/Reader;
NPath.getReader ( NPathOption... p1 ) [abstract] : Reader
net/thevpc/nuts/io/NPath.getReader:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/Reader;
NPath.getRoot ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.getRoot:()Lnet/thevpc/nuts/io/NPath;
NPath.getSmartBaseName ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getSmartBaseName:()Ljava/lang/String;
NPath.getSmartExtension ( ) [abstract] : String
net/thevpc/nuts/io/NPath.getSmartExtension:()Ljava/lang/String;
NPath.getWriter ( ) [abstract] : Writer
net/thevpc/nuts/io/NPath.getWriter:()Ljava/io/Writer;
NPath.getWriter ( Charset p1, NPathOption... p2 ) [abstract] : Writer
net/thevpc/nuts/io/NPath.getWriter:(Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/Writer;
NPath.getWriter ( NPathOption... p1 ) [abstract] : Writer
net/thevpc/nuts/io/NPath.getWriter:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/Writer;
NPath.group ( ) [abstract] : String
net/thevpc/nuts/io/NPath.group:()Ljava/lang/String;
NPath.isAbsolute ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isAbsolute:()Z
NPath.isDeleteOnDispose ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isDeleteOnDispose:()Z
NPath.isDirectory ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isDirectory:()Z
NPath.isFile ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isFile:()Z
NPath.isHttp ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isHttp:()Z
NPath.isLocal ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isLocal:()Z
NPath.isName ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isName:()Z
NPath.isOther ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isOther:()Z
NPath.isRegularFile ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isRegularFile:()Z
NPath.isRemote ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isRemote:()Z
NPath.isRoot ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isRoot:()Z
NPath.isSymbolicLink ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isSymbolicLink:()Z
NPath.isURL ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isURL:()Z
NPath.isUserCache ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isUserCache:()Z
NPath.isUserTemporary ( ) [abstract] : boolean
net/thevpc/nuts/io/NPath.isUserTemporary:()Z
NPath.list ( ) [abstract] : List<NPath>
net/thevpc/nuts/io/NPath.list:()Ljava/util/List;
NPath.mkdir ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.mkdir:()Lnet/thevpc/nuts/io/NPath;
NPath.mkdir ( boolean p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.mkdir:(Z)Lnet/thevpc/nuts/io/NPath;
NPath.mkdirs ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.mkdirs:()Lnet/thevpc/nuts/io/NPath;
NPath.mkParentDirs ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.mkParentDirs:()Lnet/thevpc/nuts/io/NPath;
NPath.moveTo ( NPath p1, NPathOption... p2 ) [abstract] : void
net/thevpc/nuts/io/NPath.moveTo:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)V
NPath.normalize ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.normalize:()Lnet/thevpc/nuts/io/NPath;
NPath.of ( File path, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.of:(Ljava/io/File;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.of ( NPathSPI path, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.of:(Lnet/thevpc/nuts/spi/NPathSPI;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.of ( Path path, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.of:(Ljava/nio/file/Path;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.of ( String path, ClassLoader classLoader, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.of:(Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.of ( String path, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.of:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.of ( URL path, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.of:(Ljava/net/URL;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempFile ( NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempFile:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempFile ( String name, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempFile:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempFolder ( NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempFolder:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempFolder ( String name, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempFolder:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempRepositoryFile ( NRepository repository, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempRepositoryFile:(Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempRepositoryFile ( String name, NRepository repository, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempRepositoryFile:(Ljava/lang/String;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempRepositoryFolder ( NRepository repository, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempRepositoryFolder:(Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofTempRepositoryFolder ( String name, NRepository repository, NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofTempRepositoryFolder:(Ljava/lang/String;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofUserDirectory ( NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofUserDirectory:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.ofUserHome ( NSession session ) [static] : NPath
net/thevpc/nuts/io/NPath.ofUserHome:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.owner ( ) [abstract] : String
net/thevpc/nuts/io/NPath.owner:()Ljava/lang/String;
NPath.readBytes ( NPathOption... p1 ) [abstract] : byte[ ]
net/thevpc/nuts/io/NPath.readBytes:([Lnet/thevpc/nuts/io/NPathOption;)[B
NPath.readString ( Charset p1, NPathOption... p2 ) [abstract] : String
net/thevpc/nuts/io/NPath.readString:(Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/lang/String;
NPath.readString ( NPathOption... p1 ) [abstract] : String
net/thevpc/nuts/io/NPath.readString:([Lnet/thevpc/nuts/io/NPathOption;)Ljava/lang/String;
NPath.removePermissions ( NPathPermission... p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.removePermissions:([Lnet/thevpc/nuts/io/NPathPermission;)Lnet/thevpc/nuts/io/NPath;
NPath.resolve ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.resolve:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPath.resolve ( String p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.resolve:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPath.resolveSibling ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.resolveSibling:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPath.resolveSibling ( String p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.resolveSibling:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPath.setDeleteOnDispose ( boolean p1 ) [abstract] : void
net/thevpc/nuts/io/NPath.setDeleteOnDispose:(Z)V
NPath.setPermissions ( NPathPermission... p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.setPermissions:([Lnet/thevpc/nuts/io/NPathPermission;)Lnet/thevpc/nuts/io/NPath;
NPath.setSession ( NSession p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NPath.setUserCache ( boolean p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.setUserCache:(Z)Lnet/thevpc/nuts/io/NPath;
NPath.setUserTemporary ( boolean p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.setUserTemporary:(Z)Lnet/thevpc/nuts/io/NPath;
NPath.stream ( ) [abstract] : NStream<NPath>
net/thevpc/nuts/io/NPath.stream:()Lnet/thevpc/nuts/util/NStream;
NPath.subpath ( int p1, int p2 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.subpath:(II)Lnet/thevpc/nuts/io/NPath;
NPath.toAbsolute ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.toAbsolute:()Lnet/thevpc/nuts/io/NPath;
NPath.toAbsolute ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.toAbsolute:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPath.toAbsolute ( String p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.toAbsolute:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPath.toCompressedForm ( ) [abstract] : NPath
net/thevpc/nuts/io/NPath.toCompressedForm:()Lnet/thevpc/nuts/io/NPath;
NPath.toFile ( ) [abstract] : NOptional<File>
net/thevpc/nuts/io/NPath.toFile:()Lnet/thevpc/nuts/util/NOptional;
NPath.toPath ( ) [abstract] : NOptional<Path>
net/thevpc/nuts/io/NPath.toPath:()Lnet/thevpc/nuts/util/NOptional;
NPath.toRelative ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.toRelative:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPath.toString ( ) [abstract] : String
net/thevpc/nuts/io/NPath.toString:()Ljava/lang/String;
NPath.toURL ( ) [abstract] : NOptional<URL>
net/thevpc/nuts/io/NPath.toURL:()Lnet/thevpc/nuts/util/NOptional;
NPath.walk ( ) [abstract] : NStream<NPath>
net/thevpc/nuts/io/NPath.walk:()Lnet/thevpc/nuts/util/NStream;
NPath.walk ( int p1 ) [abstract] : NStream<NPath>
net/thevpc/nuts/io/NPath.walk:(I)Lnet/thevpc/nuts/util/NStream;
NPath.walk ( int p1, NPathOption[ ] p2 ) [abstract] : NStream<NPath>
net/thevpc/nuts/io/NPath.walk:(I[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/util/NStream;
NPath.walk ( NPathOption... p1 ) [abstract] : NStream<NPath>
net/thevpc/nuts/io/NPath.walk:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/util/NStream;
NPath.walkDfs ( NTreeVisitor<NPath> p1, int p2, NPathOption... p3 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.walkDfs:(Lnet/thevpc/nuts/format/NTreeVisitor;I[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NPath;
NPath.walkDfs ( NTreeVisitor<NPath> p1, NPathOption... p2 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.walkDfs:(Lnet/thevpc/nuts/format/NTreeVisitor;[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NPath;
NPath.walkGlob ( NPathOption... p1 ) [abstract] : NStream<NPath>
net/thevpc/nuts/io/NPath.walkGlob:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/util/NStream;
NPath.writeBytes ( byte[ ] p1, NPathOption... p2 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.writeBytes:([B[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NPath;
NPath.writeString ( String p1, Charset p2, NPathOption... p3 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.writeString:(Ljava/lang/String;Ljava/nio/charset/Charset;[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NPath;
NPath.writeString ( String p1, NPathOption... p2 ) [abstract] : NPath
net/thevpc/nuts/io/NPath.writeString:(Ljava/lang/String;[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NPath;
nuts-0.8.4.jar,
NPathFactorySPI.class
package net.thevpc.nuts.spi
NPathFactorySPI.createPath ( String p1, NSession p2, ClassLoader p3 ) [abstract] : NCallableSupport<NPathSPI>
net/thevpc/nuts/spi/NPathFactorySPI.createPath:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NCallableSupport;
nuts-0.8.4.jar,
NPathOption.class
package net.thevpc.nuts.io
NPathOption.id ( ) : String
net/thevpc/nuts/io/NPathOption.id:()Ljava/lang/String;
NPathOption.parse ( String value ) [static] : NOptional<NPathOption>
net/thevpc/nuts/io/NPathOption.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NPathOption.valueOf ( String name ) [static] : NPathOption
net/thevpc/nuts/io/NPathOption.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPathOption;
NPathOption.values ( ) [static] : NPathOption[ ]
net/thevpc/nuts/io/NPathOption.values:()[Lnet/thevpc/nuts/io/NPathOption;
nuts-0.8.4.jar,
NPathPermission.class
package net.thevpc.nuts.io
NPathPermission.id ( ) : String
net/thevpc/nuts/io/NPathPermission.id:()Ljava/lang/String;
NPathPermission.parse ( String value ) [static] : NOptional<NPathPermission>
net/thevpc/nuts/io/NPathPermission.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NPathPermission.valueOf ( String name ) [static] : NPathPermission
net/thevpc/nuts/io/NPathPermission.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPathPermission;
NPathPermission.values ( ) [static] : NPathPermission[ ]
net/thevpc/nuts/io/NPathPermission.values:()[Lnet/thevpc/nuts/io/NPathPermission;
nuts-0.8.4.jar,
NPaths.class
package net.thevpc.nuts.io
NPaths.addPathFactory ( NPathFactorySPI p1 ) [abstract] : NPaths
net/thevpc/nuts/io/NPaths.addPathFactory:(Lnet/thevpc/nuts/spi/NPathFactorySPI;)Lnet/thevpc/nuts/io/NPaths;
NPaths.createPath ( File p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.createPath:(Ljava/io/File;)Lnet/thevpc/nuts/io/NPath;
NPaths.createPath ( NPathSPI p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.createPath:(Lnet/thevpc/nuts/spi/NPathSPI;)Lnet/thevpc/nuts/io/NPath;
NPaths.createPath ( Path p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.createPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NPath;
NPaths.createPath ( String p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.createPath:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPaths.createPath ( String p1, ClassLoader p2 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.createPath:(Ljava/lang/String;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/io/NPath;
NPaths.createPath ( URL p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.createPath:(Ljava/net/URL;)Lnet/thevpc/nuts/io/NPath;
NPaths.of ( NSession session ) [static] : NPaths
net/thevpc/nuts/io/NPaths.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPaths;
NPaths.ofTempFile ( ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempFile:()Lnet/thevpc/nuts/io/NPath;
NPaths.ofTempFile ( String p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempFile:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPaths.ofTempFolder ( ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempFolder:()Lnet/thevpc/nuts/io/NPath;
NPaths.ofTempFolder ( String p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempFolder:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPaths.ofTempRepositoryFile ( NRepository p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempRepositoryFile:(Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/io/NPath;
NPaths.ofTempRepositoryFile ( String p1, NRepository p2 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempRepositoryFile:(Ljava/lang/String;Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/io/NPath;
NPaths.ofTempRepositoryFolder ( NRepository p1 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempRepositoryFolder:(Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/io/NPath;
NPaths.ofTempRepositoryFolder ( String p1, NRepository p2 ) [abstract] : NPath
net/thevpc/nuts/io/NPaths.ofTempRepositoryFolder:(Ljava/lang/String;Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/io/NPath;
NPaths.removePathFactory ( NPathFactorySPI p1 ) [abstract] : NPaths
net/thevpc/nuts/io/NPaths.removePathFactory:(Lnet/thevpc/nuts/spi/NPathFactorySPI;)Lnet/thevpc/nuts/io/NPaths;
nuts-0.8.4.jar,
NPathSPI.class
package net.thevpc.nuts.spi
NPathSPI.addPermissions ( NPath p1, NPathPermission... p2 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.addPermissions:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathPermission;)V
NPathSPI.copyTo ( NPath p1, NPath p2, NPathOption... p3 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.copyTo:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)V
NPathSPI.delete ( NPath p1, boolean p2 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.delete:(Lnet/thevpc/nuts/io/NPath;Z)V
NPathSPI.exists ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.exists:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.formatter ( NPath p1 ) [abstract] : NFormatSPI
net/thevpc/nuts/spi/NPathSPI.formatter:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/spi/NFormatSPI;
NPathSPI.getCharset ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.getCharset:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.getContentEncoding ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.getContentEncoding:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.getContentLength ( NPath p1 ) [abstract] : long
net/thevpc/nuts/spi/NPathSPI.getContentLength:(Lnet/thevpc/nuts/io/NPath;)J
NPathSPI.getContentType ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.getContentType:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.getCreationInstant ( NPath p1 ) [abstract] : Instant
net/thevpc/nuts/spi/NPathSPI.getCreationInstant:(Lnet/thevpc/nuts/io/NPath;)Ljava/time/Instant;
NPathSPI.getDigest ( NPath p1, String p2 ) [abstract] : byte[ ]
net/thevpc/nuts/spi/NPathSPI.getDigest:(Lnet/thevpc/nuts/io/NPath;Ljava/lang/String;)[B
NPathSPI.getInputStream ( NPath p1, NPathOption... p2 ) [abstract] : InputStream
net/thevpc/nuts/spi/NPathSPI.getInputStream:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/InputStream;
NPathSPI.getLastAccessInstant ( NPath p1 ) [abstract] : Instant
net/thevpc/nuts/spi/NPathSPI.getLastAccessInstant:(Lnet/thevpc/nuts/io/NPath;)Ljava/time/Instant;
NPathSPI.getLastModifiedInstant ( NPath p1 ) [abstract] : Instant
net/thevpc/nuts/spi/NPathSPI.getLastModifiedInstant:(Lnet/thevpc/nuts/io/NPath;)Ljava/time/Instant;
NPathSPI.getLocation ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.getLocation:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.getLocationItems ( NPath p1 ) [abstract] : List<String>
net/thevpc/nuts/spi/NPathSPI.getLocationItems:(Lnet/thevpc/nuts/io/NPath;)Ljava/util/List;
NPathSPI.getLocationItemsCount ( NPath p1 ) [abstract] : int
net/thevpc/nuts/spi/NPathSPI.getLocationItemsCount:(Lnet/thevpc/nuts/io/NPath;)I
NPathSPI.getName ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.getName:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.getOutputStream ( NPath p1, NPathOption... p2 ) [abstract] : OutputStream
net/thevpc/nuts/spi/NPathSPI.getOutputStream:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)Ljava/io/OutputStream;
NPathSPI.getParent ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.getParent:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.getPermissions ( NPath p1 ) [abstract] : Set<NPathPermission>
net/thevpc/nuts/spi/NPathSPI.getPermissions:(Lnet/thevpc/nuts/io/NPath;)Ljava/util/Set;
NPathSPI.getProtocol ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.getProtocol:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.getRoot ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.getRoot:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.group ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.group:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.isAbsolute ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isAbsolute:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.isDirectory ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isDirectory:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.isLocal ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isLocal:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.isName ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isName:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.isOther ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isOther:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.isRegularFile ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isRegularFile:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.isRoot ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isRoot:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.isSymbolicLink ( NPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NPathSPI.isSymbolicLink:(Lnet/thevpc/nuts/io/NPath;)Z
NPathSPI.list ( NPath p1 ) [abstract] : NStream<NPath>
net/thevpc/nuts/spi/NPathSPI.list:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/util/NStream;
NPathSPI.mkdir ( boolean p1, NPath p2 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.mkdir:(ZLnet/thevpc/nuts/io/NPath;)V
NPathSPI.moveTo ( NPath p1, NPath p2, NPathOption... p3 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.moveTo:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathOption;)V
NPathSPI.normalize ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.normalize:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.owner ( NPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.owner:(Lnet/thevpc/nuts/io/NPath;)Ljava/lang/String;
NPathSPI.removePermissions ( NPath p1, NPathPermission... p2 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.removePermissions:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathPermission;)V
NPathSPI.resolve ( NPath p1, NPath p2 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.resolve:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.resolve ( NPath p1, String p2 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.resolve:(Lnet/thevpc/nuts/io/NPath;Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.resolveSibling ( NPath p1, NPath p2 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.resolveSibling:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.resolveSibling ( NPath p1, String p2 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.resolveSibling:(Lnet/thevpc/nuts/io/NPath;Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.setPermissions ( NPath p1, NPathPermission... p2 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.setPermissions:(Lnet/thevpc/nuts/io/NPath;[Lnet/thevpc/nuts/io/NPathPermission;)V
NPathSPI.subpath ( NPath p1, int p2, int p3 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.subpath:(Lnet/thevpc/nuts/io/NPath;II)Lnet/thevpc/nuts/io/NPath;
NPathSPI.toAbsolute ( NPath p1, NPath p2 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.toAbsolute:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.toCompressedForm ( NPath p1 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.toCompressedForm:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.toPath ( NPath p1 ) [abstract] : NOptional<Path>
net/thevpc/nuts/spi/NPathSPI.toPath:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/util/NOptional;
NPathSPI.toRelativePath ( NPath p1, NPath p2 ) [abstract] : NPath
net/thevpc/nuts/spi/NPathSPI.toRelativePath:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NPath;
NPathSPI.toString ( ) [abstract] : String
net/thevpc/nuts/spi/NPathSPI.toString:()Ljava/lang/String;
NPathSPI.toURL ( NPath p1 ) [abstract] : NOptional<URL>
net/thevpc/nuts/spi/NPathSPI.toURL:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/util/NOptional;
NPathSPI.walk ( NPath p1, int p2, NPathOption[ ] p3 ) [abstract] : NStream<NPath>
net/thevpc/nuts/spi/NPathSPI.walk:(Lnet/thevpc/nuts/io/NPath;I[Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/util/NStream;
NPathSPI.walkDfs ( NPath p1, NTreeVisitor<NPath> p2, int p3, NPathOption... p4 ) [abstract] : void
net/thevpc/nuts/spi/NPathSPI.walkDfs:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/format/NTreeVisitor;I[Lnet/thevpc/nuts/io/NPathOption;)V
nuts-0.8.4.jar,
NPlainPrintStream.class
package net.thevpc.nuts.io
NPlainPrintStream.asOutputStream ( ) : OutputStream
net/thevpc/nuts/io/NPlainPrintStream.asOutputStream:()Ljava/io/OutputStream;
NPlainPrintStream.asPrintStream ( ) : PrintStream
net/thevpc/nuts/io/NPlainPrintStream.asPrintStream:()Ljava/io/PrintStream;
NPlainPrintStream.asWriter ( ) : Writer
net/thevpc/nuts/io/NPlainPrintStream.asWriter:()Ljava/io/Writer;
NPlainPrintStream.close ( ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.close:()Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.flush ( ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.flush:()Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.formatter ( NSession session ) : NFormat
net/thevpc/nuts/io/NPlainPrintStream.formatter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NPlainPrintStream.getMetaData ( ) : NContentMetadata
net/thevpc/nuts/io/NPlainPrintStream.getMetaData:()Lnet/thevpc/nuts/io/NContentMetadata;
NPlainPrintStream.getOutputStream ( ) : OutputStream
net/thevpc/nuts/io/NPlainPrintStream.getOutputStream:()Ljava/io/OutputStream;
NPlainPrintStream.getSession ( ) : NSession
net/thevpc/nuts/io/NPlainPrintStream.getSession:()Lnet/thevpc/nuts/NSession;
NPlainPrintStream.getTerminal ( ) : NSystemTerminalBase
net/thevpc/nuts/io/NPlainPrintStream.getTerminal:()Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NPlainPrintStream.getTerminalMode ( ) : NTerminalMode
net/thevpc/nuts/io/NPlainPrintStream.getTerminalMode:()Lnet/thevpc/nuts/io/NTerminalMode;
NPlainPrintStream.isAutoFlash ( ) : boolean
net/thevpc/nuts/io/NPlainPrintStream.isAutoFlash:()Z
NPlainPrintStream.isNtf ( ) : boolean
net/thevpc/nuts/io/NPlainPrintStream.isNtf:()Z
NPlainPrintStream.NPlainPrintStream ( )
net/thevpc/nuts/io/NPlainPrintStream."<init>":()V
NPlainPrintStream.print ( Boolean b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( boolean b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Z)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( byte[ ] b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:([B)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( byte[ ] buf, int off, int len ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:([BII)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( char c ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(C)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( char[ ] buf, int off, int len ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:([CII)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( char[ ] s ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:([C)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( CharSequence csq ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/CharSequence;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( CharSequence csq, int start, int end ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/CharSequence;II)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( Date b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/util/Date;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( double d ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(D)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( float f ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(F)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( int i ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(I)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( long l ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(J)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( NMsg b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( NString b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Lnet/thevpc/nuts/text/NString;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( Number b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/Number;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( Object obj ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/Object;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( Object text, NTextStyle style ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( Object text, NTextStyles styles ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( String s ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.print ( Temporal b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.print:(Ljava/time/temporal/Temporal;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:()Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( boolean x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Z)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( char x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(C)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( char[ ] x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:([C)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( Date b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Ljava/util/Date;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( double x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(D)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( float x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(F)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( int x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(I)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( long x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(J)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( NMsg b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( NString b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Lnet/thevpc/nuts/text/NString;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( Number b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Ljava/lang/Number;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( Object x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Ljava/lang/Object;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( String x ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.println ( Temporal b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.println:(Ljava/time/temporal/Temporal;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.printNull ( ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.printNull:()Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.resetLine ( ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.resetLine:()Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.run ( NTerminalCmd command, NSession session ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.run:(Lnet/thevpc/nuts/text/NTerminalCmd;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.setSession ( NSession session ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.setTerminalMode ( NTerminalMode other ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.setTerminalMode:(Lnet/thevpc/nuts/io/NTerminalMode;)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.toString ( ) : String
net/thevpc/nuts/io/NPlainPrintStream.toString:()Ljava/lang/String;
NPlainPrintStream.write ( byte[ ] buf, int off, int len ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.write:([BII)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.write ( char[ ] buf, int off, int len ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.write:([CII)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.write ( int b ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.write:(I)Lnet/thevpc/nuts/io/NPrintStream;
NPlainPrintStream.writeRaw ( byte[ ] buf, int off, int len ) : NPrintStream
net/thevpc/nuts/io/NPlainPrintStream.writeRaw:([BII)Lnet/thevpc/nuts/io/NPrintStream;
nuts-0.8.4.jar,
NPlatformFamily.class
package net.thevpc.nuts.env
NPlatformFamily.id ( ) : String
net/thevpc/nuts/env/NPlatformFamily.id:()Ljava/lang/String;
NPlatformFamily.parse ( String value ) [static] : NOptional<NPlatformFamily>
net/thevpc/nuts/env/NPlatformFamily.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NPlatformFamily.valueOf ( String name ) [static] : NPlatformFamily
net/thevpc/nuts/env/NPlatformFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/env/NPlatformFamily;
NPlatformFamily.values ( ) [static] : NPlatformFamily[ ]
net/thevpc/nuts/env/NPlatformFamily.values:()[Lnet/thevpc/nuts/env/NPlatformFamily;
nuts-0.8.4.jar,
NPlatformHome.class
package net.thevpc.nuts.util
NPlatformHome.buildLocations ( NStoreStrategy storeStrategy, Map<NStoreType,String> baseLocations, Map<NHomeLocation,String> homeLocations, String workspaceLocation, NSession session ) : Map<NStoreType,String>
net/thevpc/nuts/util/NPlatformHome.buildLocations:(Lnet/thevpc/nuts/NStoreStrategy;Ljava/util/Map;Ljava/util/Map;Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Ljava/util/Map;
NPlatformHome.getCustomPlatformHomeFolder ( NStoreType location, Map<NHomeLocation,String> homeLocations ) : String
net/thevpc/nuts/util/NPlatformHome.getCustomPlatformHomeFolder:(Lnet/thevpc/nuts/NStoreType;Ljava/util/Map;)Ljava/lang/String;
NPlatformHome.getHome ( ) : String
net/thevpc/nuts/util/NPlatformHome.getHome:()Ljava/lang/String;
NPlatformHome.getStore ( NStoreType location ) : String
net/thevpc/nuts/util/NPlatformHome.getStore:(Lnet/thevpc/nuts/NStoreType;)Ljava/lang/String;
NPlatformHome.getWindowsProgramFiles ( ) : String
net/thevpc/nuts/util/NPlatformHome.getWindowsProgramFiles:()Ljava/lang/String;
NPlatformHome.getWindowsProgramFilesX86 ( ) : String
net/thevpc/nuts/util/NPlatformHome.getWindowsProgramFilesX86:()Ljava/lang/String;
NPlatformHome.getWindowsSystemDrive ( ) : String
net/thevpc/nuts/util/NPlatformHome.getWindowsSystemDrive:()Ljava/lang/String;
NPlatformHome.getWindowsSystemRoot ( ) : String
net/thevpc/nuts/util/NPlatformHome.getWindowsSystemRoot:()Ljava/lang/String;
NPlatformHome.getWorkspaceLocation ( NStoreType location, Map<NHomeLocation,String> homeLocations, String workspaceName ) : String
net/thevpc/nuts/util/NPlatformHome.getWorkspaceLocation:(Lnet/thevpc/nuts/NStoreType;Ljava/util/Map;Ljava/lang/String;)Ljava/lang/String;
NPlatformHome.getWorkspaceLocation ( String workspaceName ) : String
net/thevpc/nuts/util/NPlatformHome.getWorkspaceLocation:(Ljava/lang/String;)Ljava/lang/String;
NPlatformHome.getWorkspaceStore ( NStoreType location, String workspaceName ) : String
net/thevpc/nuts/util/NPlatformHome.getWorkspaceStore:(Lnet/thevpc/nuts/NStoreType;Ljava/lang/String;)Ljava/lang/String;
NPlatformHome.NPlatformHome ( NOsFamily platformOsFamily, boolean system, Function<String,String> env, Function<String,String> props )
net/thevpc/nuts/util/NPlatformHome."<init>":(Lnet/thevpc/nuts/env/NOsFamily;ZLjava/util/function/Function;Ljava/util/function/Function;)V
NPlatformHome.of ( NOsFamily platformOsFamily ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.of:(Lnet/thevpc/nuts/env/NOsFamily;)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.of ( NOsFamily platformOsFamily, boolean system ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.of:(Lnet/thevpc/nuts/env/NOsFamily;Z)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.of ( NOsFamily platformOsFamily, Function<String,String> env, Function<String,String> props ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.of:(Lnet/thevpc/nuts/env/NOsFamily;Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.ofPortable ( NOsFamily platformOsFamily, boolean system, Function<String,String> env, Function<String,String> props ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.ofPortable:(Lnet/thevpc/nuts/env/NOsFamily;ZLjava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.ofPortable ( NOsFamily platformOsFamily, boolean system, String userName ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.ofPortable:(Lnet/thevpc/nuts/env/NOsFamily;ZLjava/lang/String;)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.ofPortable ( NOsFamily platformOsFamily, String userName ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.ofPortable:(Lnet/thevpc/nuts/env/NOsFamily;Ljava/lang/String;)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.ofPortableSystem ( NOsFamily platformOsFamily, String userName ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.ofPortableSystem:(Lnet/thevpc/nuts/env/NOsFamily;Ljava/lang/String;)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.ofSystem ( NOsFamily platformOsFamily ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.ofSystem:(Lnet/thevpc/nuts/env/NOsFamily;)Lnet/thevpc/nuts/util/NPlatformHome;
NPlatformHome.ofSystem ( NOsFamily platformOsFamily, Function<String,String> env, Function<String,String> props ) [static] : NPlatformHome
net/thevpc/nuts/util/NPlatformHome.ofSystem:(Lnet/thevpc/nuts/env/NOsFamily;Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NPlatformHome;
nuts-0.8.4.jar,
NPlatformLocation.class
package net.thevpc.nuts
NPlatformLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NPlatformLocation.equals:(Ljava/lang/Object;)Z
NPlatformLocation.getId ( ) : NId
net/thevpc/nuts/NPlatformLocation.getId:()Lnet/thevpc/nuts/NId;
NPlatformLocation.getName ( ) : String
net/thevpc/nuts/NPlatformLocation.getName:()Ljava/lang/String;
NPlatformLocation.getPackaging ( ) : String
net/thevpc/nuts/NPlatformLocation.getPackaging:()Ljava/lang/String;
NPlatformLocation.getPath ( ) : String
net/thevpc/nuts/NPlatformLocation.getPath:()Ljava/lang/String;
NPlatformLocation.getPlatformType ( ) : NPlatformFamily
net/thevpc/nuts/NPlatformLocation.getPlatformType:()Lnet/thevpc/nuts/env/NPlatformFamily;
NPlatformLocation.getPriority ( ) : int
net/thevpc/nuts/NPlatformLocation.getPriority:()I
NPlatformLocation.getProduct ( ) : String
net/thevpc/nuts/NPlatformLocation.getProduct:()Ljava/lang/String;
NPlatformLocation.getVersion ( ) : String
net/thevpc/nuts/NPlatformLocation.getVersion:()Ljava/lang/String;
NPlatformLocation.hashCode ( ) : int
net/thevpc/nuts/NPlatformLocation.hashCode:()I
NPlatformLocation.NPlatformLocation ( NId id, String product, String name, String path, String version, String packaging, int priority )
net/thevpc/nuts/NPlatformLocation."<init>":(Lnet/thevpc/nuts/NId;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
NPlatformLocation.setPriority ( int priority ) : NPlatformLocation
net/thevpc/nuts/NPlatformLocation.setPriority:(I)Lnet/thevpc/nuts/NPlatformLocation;
NPlatformLocation.toString ( ) : String
net/thevpc/nuts/NPlatformLocation.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NPlatforms.class
package net.thevpc.nuts
NPlatforms.addDefaultPlatform ( NPlatformFamily p1 ) [abstract] : void
net/thevpc/nuts/NPlatforms.addDefaultPlatform:(Lnet/thevpc/nuts/env/NPlatformFamily;)V
NPlatforms.addDefaultPlatforms ( NPlatformFamily p1 ) [abstract] : void
net/thevpc/nuts/NPlatforms.addDefaultPlatforms:(Lnet/thevpc/nuts/env/NPlatformFamily;)V
NPlatforms.addPlatform ( NPlatformLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NPlatforms.addPlatform:(Lnet/thevpc/nuts/NPlatformLocation;)Z
NPlatforms.findPlatform ( NPlatformFamily p1, Predicate<NPlatformLocation> p2 ) [abstract] : NOptional<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatform:(Lnet/thevpc/nuts/env/NPlatformFamily;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NOptional;
NPlatforms.findPlatform ( NPlatformLocation p1 ) [abstract] : NOptional<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatform:(Lnet/thevpc/nuts/NPlatformLocation;)Lnet/thevpc/nuts/util/NOptional;
NPlatforms.findPlatformByName ( NPlatformFamily p1, String p2 ) [abstract] : NOptional<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatformByName:(Lnet/thevpc/nuts/env/NPlatformFamily;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NPlatforms.findPlatformByPath ( NPlatformFamily p1, NPath p2 ) [abstract] : NOptional<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatformByPath:(Lnet/thevpc/nuts/env/NPlatformFamily;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/util/NOptional;
NPlatforms.findPlatformByVersion ( NPlatformFamily p1, NVersionFilter p2 ) [abstract] : NOptional<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatformByVersion:(Lnet/thevpc/nuts/env/NPlatformFamily;Lnet/thevpc/nuts/NVersionFilter;)Lnet/thevpc/nuts/util/NOptional;
NPlatforms.findPlatformByVersion ( NPlatformFamily p1, String p2 ) [abstract] : NOptional<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatformByVersion:(Lnet/thevpc/nuts/env/NPlatformFamily;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NPlatforms.findPlatforms ( ) [abstract] : NStream<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatforms:()Lnet/thevpc/nuts/util/NStream;
NPlatforms.findPlatforms ( NPlatformFamily p1 ) [abstract] : NStream<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatforms:(Lnet/thevpc/nuts/env/NPlatformFamily;)Lnet/thevpc/nuts/util/NStream;
NPlatforms.findPlatforms ( NPlatformFamily p1, Predicate<NPlatformLocation> p2 ) [abstract] : NStream<NPlatformLocation>
net/thevpc/nuts/NPlatforms.findPlatforms:(Lnet/thevpc/nuts/env/NPlatformFamily;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NStream;
NPlatforms.of ( NSession session ) [static] : NPlatforms
net/thevpc/nuts/NPlatforms.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPlatforms;
NPlatforms.removePlatform ( NPlatformLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NPlatforms.removePlatform:(Lnet/thevpc/nuts/NPlatformLocation;)Z
NPlatforms.resolvePlatform ( NPlatformFamily p1, NPath p2, String p3 ) [abstract] : NOptional<NPlatformLocation>
net/thevpc/nuts/NPlatforms.resolvePlatform:(Lnet/thevpc/nuts/env/NPlatformFamily;Lnet/thevpc/nuts/io/NPath;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NPlatforms.searchSystemPlatforms ( NPlatformFamily p1 ) [abstract] : NStream<NPlatformLocation>
net/thevpc/nuts/NPlatforms.searchSystemPlatforms:(Lnet/thevpc/nuts/env/NPlatformFamily;)Lnet/thevpc/nuts/util/NStream;
NPlatforms.searchSystemPlatforms ( NPlatformFamily p1, NPath p2 ) [abstract] : NStream<NPlatformLocation>
net/thevpc/nuts/NPlatforms.searchSystemPlatforms:(Lnet/thevpc/nuts/env/NPlatformFamily;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/util/NStream;
NPlatforms.setSession ( NSession p1 ) [abstract] : NPlatforms
net/thevpc/nuts/NPlatforms.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPlatforms;
NPlatforms.updatePlatform ( NPlatformLocation p1, NPlatformLocation p2 ) [abstract] : boolean
net/thevpc/nuts/NPlatforms.updatePlatform:(Lnet/thevpc/nuts/NPlatformLocation;Lnet/thevpc/nuts/NPlatformLocation;)Z
nuts-0.8.4.jar,
NPositionType.class
package net.thevpc.nuts.format
NPositionType.id ( ) : String
net/thevpc/nuts/format/NPositionType.id:()Ljava/lang/String;
NPositionType.parse ( String value ) [static] : NOptional<NPositionType>
net/thevpc/nuts/format/NPositionType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NPositionType.valueOf ( String name ) [static] : NPositionType
net/thevpc/nuts/format/NPositionType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NPositionType;
NPositionType.values ( ) [static] : NPositionType[ ]
net/thevpc/nuts/format/NPositionType.values:()[Lnet/thevpc/nuts/format/NPositionType;
nuts-0.8.4.jar,
NPredicate.class
package net.thevpc.nuts.util
NPredicate<T>.and ( Predicate p1 ) : Predicate
net/thevpc/nuts/util/NPredicate.and:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
NPredicate<T>.and ( Predicate<? super T> p1 ) [abstract] : NPredicate<T>
net/thevpc/nuts/util/NPredicate.and:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NPredicate;
NPredicate<T>.negate ( ) : Predicate
net/thevpc/nuts/util/NPredicate.negate:()Ljava/util/function/Predicate;
NPredicate<T>.negate ( ) [abstract] : NPredicate<T>
net/thevpc/nuts/util/NPredicate.negate:()Lnet/thevpc/nuts/util/NPredicate;
NPredicate<T>.of ( Predicate<T> o ) [static] : NPredicate<T>
net/thevpc/nuts/util/NPredicate.of:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NPredicate;
NPredicate<T>.or ( Predicate p1 ) : Predicate
net/thevpc/nuts/util/NPredicate.or:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
NPredicate<T>.or ( Predicate<? super T> p1 ) [abstract] : NPredicate<T>
net/thevpc/nuts/util/NPredicate.or:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NPredicate;
nuts-0.8.4.jar,
NPredicateBase.class
package net.thevpc.nuts.spi.base
NPredicateBase<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/spi/base/NPredicateBase.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NPredicateBase<T>.NPredicateBase<T> ( Predicate<T> base )
net/thevpc/nuts/spi/base/NPredicateBase."<init>":(Ljava/util/function/Predicate;)V
NPredicateBase<T>.test ( T t ) : boolean
net/thevpc/nuts/spi/base/NPredicateBase.test:(Ljava/lang/Object;)Z
NPredicateBase<T>.toString ( ) : String
net/thevpc/nuts/spi/base/NPredicateBase.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NPredicateDelegate.class
package net.thevpc.nuts.spi.base
NPredicateDelegate<T>.basePredicate ( ) [abstract] : NPredicate<T>
net/thevpc/nuts/spi/base/NPredicateDelegate.basePredicate:()Lnet/thevpc/nuts/util/NPredicate;
NPredicateDelegate<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/spi/base/NPredicateDelegate.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NPredicateDelegate<T>.NPredicateDelegate<T> ( )
net/thevpc/nuts/spi/base/NPredicateDelegate."<init>":()V
NPredicateDelegate<T>.test ( T t ) : boolean
net/thevpc/nuts/spi/base/NPredicateDelegate.test:(Ljava/lang/Object;)Z
NPredicateDelegate<T>.withDesc ( NEDesc description ) : NPredicate<T>
net/thevpc/nuts/spi/base/NPredicateDelegate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NPredicate;
NPredicateDelegate<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/spi/base/NPredicateDelegate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NPredicates.class
package net.thevpc.nuts.util
NPredicates.always ( ) [static] : NPredicate<T>
net/thevpc/nuts/util/NPredicates.always:()Lnet/thevpc/nuts/util/NPredicate;
NPredicates.blank ( ) [static] : NPredicate<String>
net/thevpc/nuts/util/NPredicates.blank:()Lnet/thevpc/nuts/util/NPredicate;
NPredicates.isNull ( ) [static] : NPredicate<T>
net/thevpc/nuts/util/NPredicates.isNull:()Lnet/thevpc/nuts/util/NPredicate;
NPredicates.never ( ) [static] : NPredicate<T>
net/thevpc/nuts/util/NPredicates.never:()Lnet/thevpc/nuts/util/NPredicate;
NPredicates.nonNull ( ) [static] : Predicate<T>
net/thevpc/nuts/util/NPredicates.nonNull:()Ljava/util/function/Predicate;
NPredicates.NPredicates ( )
net/thevpc/nuts/util/NPredicates."<init>":()V
nuts-0.8.4.jar,
NPredicateWithDescription.class
package net.thevpc.nuts.reserved.util
NPredicateWithDescription<T>.basePredicate ( ) : NPredicate<T>
net/thevpc/nuts/reserved/util/NPredicateWithDescription.basePredicate:()Lnet/thevpc/nuts/util/NPredicate;
NPredicateWithDescription<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NPredicateWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NPredicateWithDescription<T>.NPredicateWithDescription<T> ( NPredicate<T> base, NEDesc description )
net/thevpc/nuts/reserved/util/NPredicateWithDescription."<init>":(Lnet/thevpc/nuts/util/NPredicate;Lnet/thevpc/nuts/elem/NEDesc;)V
NPredicateWithDescription<T>.withDesc ( NEDesc description ) : NPredicate<T>
net/thevpc/nuts/reserved/util/NPredicateWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NPredicate;
NPredicateWithDescription<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NPredicateWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NPrepareCmd.class
package net.thevpc.nuts
NPrepareCmd.addIds ( List<NId> p1 ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.addIds:(Ljava/util/List;)Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.configure ( boolean p1, String... p2 ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NPrepareCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NPrepareCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NPrepareCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NPrepareCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NPrepareCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NPrepareCmd.copySession ( ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.copySession:()Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.of ( NSession session ) [static] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NPrepareCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NPrepareCmd.run ( ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.run:()Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.setIds ( List<NId> p1 ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.setIds:(Ljava/util/List;)Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NPrepareCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NPrepareCmd.setSession ( NSession p1 ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.setTargetServer ( String p1 ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.setTargetServer:(Ljava/lang/String;)Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.setUserName ( String p1 ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.setUserName:(Ljava/lang/String;)Lnet/thevpc/nuts/NPrepareCmd;
NPrepareCmd.setVersion ( String p1 ) [abstract] : NPrepareCmd
net/thevpc/nuts/NPrepareCmd.setVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NPrepareCmd;
nuts-0.8.4.jar,
NPrintStream.class
package net.thevpc.nuts.io
NPrintStream.asOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/io/NPrintStream.asOutputStream:()Ljava/io/OutputStream;
NPrintStream.asPrintStream ( ) [abstract] : PrintStream
net/thevpc/nuts/io/NPrintStream.asPrintStream:()Ljava/io/PrintStream;
NPrintStream.asWriter ( ) [abstract] : Writer
net/thevpc/nuts/io/NPrintStream.asWriter:()Ljava/io/Writer;
NPrintStream.close ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.close:()Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.flush ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.flush:()Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.getTerminal ( ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/io/NPrintStream.getTerminal:()Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NPrintStream.getTerminalMode ( ) [abstract] : NTerminalMode
net/thevpc/nuts/io/NPrintStream.getTerminalMode:()Lnet/thevpc/nuts/io/NTerminalMode;
NPrintStream.isAutoFlash ( ) [abstract] : boolean
net/thevpc/nuts/io/NPrintStream.isAutoFlash:()Z
NPrintStream.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/io/NPrintStream.isNtf:()Z
NPrintStream.of ( NPath path, NSession session ) [static] : NPrintStream
net/thevpc/nuts/io/NPrintStream.of:(Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.of ( OutputStream out, NSession session ) [static] : NPrintStream
net/thevpc/nuts/io/NPrintStream.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.of ( OutputStream out, NTerminalMode mode, NSession session ) [static] : NPrintStream
net/thevpc/nuts/io/NPrintStream.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/io/NTerminalMode;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.of ( OutputStream out, NTerminalMode mode, NSystemTerminalBase terminal, NSession session ) [static] : NPrintStream
net/thevpc/nuts/io/NPrintStream.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/io/NTerminalMode;Lnet/thevpc/nuts/spi/NSystemTerminalBase;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.of ( Writer out, NSession session ) [static] : NPrintStream
net/thevpc/nuts/io/NPrintStream.of:(Ljava/io/Writer;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.ofMem ( NSession session ) [static] : NMemoryPrintStream
net/thevpc/nuts/io/NPrintStream.ofMem:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NMemoryPrintStream;
NPrintStream.ofMem ( NTerminalMode mode, NSession session ) [static] : NMemoryPrintStream
net/thevpc/nuts/io/NPrintStream.ofMem:(Lnet/thevpc/nuts/io/NTerminalMode;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NMemoryPrintStream;
NPrintStream.ofNull ( NSession session ) [static] : NPrintStream
net/thevpc/nuts/io/NPrintStream.ofNull:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( Boolean p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( boolean p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Z)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( byte[ ] p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:([B)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( byte[ ] p1, int p2, int p3 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:([BII)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( char p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(C)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( char[ ] p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:([C)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( char[ ] p1, int p2, int p3 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:([CII)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( CharSequence p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/CharSequence;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( CharSequence p1, int p2, int p3 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/CharSequence;II)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( Date p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/util/Date;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( double p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(D)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( float p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(F)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( int p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(I)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( long p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(J)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( NMsg p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( NString p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Lnet/thevpc/nuts/text/NString;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( Number p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/Number;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( Object p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/Object;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( Object p1, NTextStyle p2 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( Object p1, NTextStyles p2 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( String p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.print ( Temporal p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.print:(Ljava/time/temporal/Temporal;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:()Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( boolean p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Z)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( char p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(C)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( char[ ] p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:([C)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( Date p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Ljava/util/Date;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( double p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(D)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( float p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(F)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( int p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(I)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( long p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(J)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( NMsg p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( NString p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Lnet/thevpc/nuts/text/NString;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( Number p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Ljava/lang/Number;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( Object p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Ljava/lang/Object;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( String p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.println ( Temporal p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.println:(Ljava/time/temporal/Temporal;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.resetLine ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.resetLine:()Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.run ( NTerminalCmd p1, NSession p2 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.run:(Lnet/thevpc/nuts/text/NTerminalCmd;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.setSession ( NSession p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.setTerminalMode ( NTerminalMode p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.setTerminalMode:(Lnet/thevpc/nuts/io/NTerminalMode;)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.write ( byte[ ] p1, int p2, int p3 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.write:([BII)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.write ( char[ ] p1, int p2, int p3 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.write:([CII)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.write ( int p1 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.write:(I)Lnet/thevpc/nuts/io/NPrintStream;
NPrintStream.writeRaw ( byte[ ] p1, int p2, int p3 ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStream.writeRaw:([BII)Lnet/thevpc/nuts/io/NPrintStream;
nuts-0.8.4.jar,
NPrintStreamAdapter.class
package net.thevpc.nuts.io
NPrintStreamAdapter.getBasePrintStream ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NPrintStreamAdapter.getBasePrintStream:()Lnet/thevpc/nuts/io/NPrintStream;
nuts-0.8.4.jar,
NProgressEvent.class
package net.thevpc.nuts.time
NProgressEvent.getCurrentCount ( ) [abstract] : long
net/thevpc/nuts/time/NProgressEvent.getCurrentCount:()J
NProgressEvent.getDuration ( ) [abstract] : NDuration
net/thevpc/nuts/time/NProgressEvent.getDuration:()Lnet/thevpc/nuts/time/NDuration;
NProgressEvent.getError ( ) [abstract] : Throwable
net/thevpc/nuts/time/NProgressEvent.getError:()Ljava/lang/Throwable;
NProgressEvent.getMaxValue ( ) [abstract] : long
net/thevpc/nuts/time/NProgressEvent.getMaxValue:()J
NProgressEvent.getMessage ( ) [abstract] : NMsg
net/thevpc/nuts/time/NProgressEvent.getMessage:()Lnet/thevpc/nuts/util/NMsg;
NProgressEvent.getPartialCount ( ) [abstract] : long
net/thevpc/nuts/time/NProgressEvent.getPartialCount:()J
NProgressEvent.getPartialDuration ( ) [abstract] : NDuration
net/thevpc/nuts/time/NProgressEvent.getPartialDuration:()Lnet/thevpc/nuts/time/NDuration;
NProgressEvent.getProgress ( ) [abstract] : double
net/thevpc/nuts/time/NProgressEvent.getProgress:()D
NProgressEvent.getSession ( ) [abstract] : NSession
net/thevpc/nuts/time/NProgressEvent.getSession:()Lnet/thevpc/nuts/NSession;
NProgressEvent.getSource ( ) [abstract] : Object
net/thevpc/nuts/time/NProgressEvent.getSource:()Ljava/lang/Object;
NProgressEvent.getState ( ) [abstract] : NProgressEventType
net/thevpc/nuts/time/NProgressEvent.getState:()Lnet/thevpc/nuts/time/NProgressEventType;
NProgressEvent.isIndeterminate ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressEvent.isIndeterminate:()Z
NProgressEvent.ofComplete ( Object source, NMsg message, long globalCount, long globalDurationNanos, Double percent, long partialCount, long partialDurationNanos, long length, Throwable exception, NSession session ) [static] : NProgressEvent
net/thevpc/nuts/time/NProgressEvent.ofComplete:(Ljava/lang/Object;Lnet/thevpc/nuts/util/NMsg;JJLjava/lang/Double;JJJLjava/lang/Throwable;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/time/NProgressEvent;
NProgressEvent.ofProgress ( Object source, NMsg message, long globalCount, long globalDurationNanos, Double percent, long partialCount, long partialDurationNanos, long length, Throwable exception, NSession session ) [static] : NProgressEvent
net/thevpc/nuts/time/NProgressEvent.ofProgress:(Ljava/lang/Object;Lnet/thevpc/nuts/util/NMsg;JJLjava/lang/Double;JJJLjava/lang/Throwable;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/time/NProgressEvent;
NProgressEvent.ofStart ( Object source, NMsg message, long length, NSession session ) [static] : NProgressEvent
net/thevpc/nuts/time/NProgressEvent.ofStart:(Ljava/lang/Object;Lnet/thevpc/nuts/util/NMsg;JLnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/time/NProgressEvent;
nuts-0.8.4.jar,
NProgressEventType.class
package net.thevpc.nuts.time
NProgressEventType.id ( ) : String
net/thevpc/nuts/time/NProgressEventType.id:()Ljava/lang/String;
NProgressEventType.parse ( String value ) [static] : NOptional<NProgressEventType>
net/thevpc/nuts/time/NProgressEventType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NProgressEventType.valueOf ( String name ) [static] : NProgressEventType
net/thevpc/nuts/time/NProgressEventType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/time/NProgressEventType;
NProgressEventType.values ( ) [static] : NProgressEventType[ ]
net/thevpc/nuts/time/NProgressEventType.values:()[Lnet/thevpc/nuts/time/NProgressEventType;
nuts-0.8.4.jar,
NProgressFactory.class
package net.thevpc.nuts.time
NProgressFactory.createProgressListener ( Object p1, Object p2, NSession p3 ) [abstract] : NProgressListener
net/thevpc/nuts/time/NProgressFactory.createProgressListener:(Ljava/lang/Object;Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/time/NProgressListener;
nuts-0.8.4.jar,
NProgressHandler.class
package net.thevpc.nuts.time
NProgressHandler.onEvent ( NProgressHandlerEvent p1 ) [abstract] : void
net/thevpc/nuts/time/NProgressHandler.onEvent:(Lnet/thevpc/nuts/time/NProgressHandlerEvent;)V
nuts-0.8.4.jar,
NProgressHandlerEvent.class
package net.thevpc.nuts.time
NProgressHandlerEvent.getEventType ( ) [abstract] : NProgressEventType
net/thevpc/nuts/time/NProgressHandlerEvent.getEventType:()Lnet/thevpc/nuts/time/NProgressEventType;
NProgressHandlerEvent.getModel ( ) [abstract] : NProgressMonitorModel
net/thevpc/nuts/time/NProgressHandlerEvent.getModel:()Lnet/thevpc/nuts/time/NProgressMonitorModel;
NProgressHandlerEvent.getPropertyName ( ) [abstract] : String
net/thevpc/nuts/time/NProgressHandlerEvent.getPropertyName:()Ljava/lang/String;
nuts-0.8.4.jar,
NProgressListener.class
package net.thevpc.nuts.time
NProgressListener.onProgress ( NProgressEvent event ) : boolean
net/thevpc/nuts/time/NProgressListener.onProgress:(Lnet/thevpc/nuts/time/NProgressEvent;)Z
nuts-0.8.4.jar,
NProgressMonitor.class
package net.thevpc.nuts.time
NProgressMonitor.addListener ( NProgressListener p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.addListener:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.block ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.block:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.block ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.block:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.cancel ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.cancel:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.cancel ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.cancel:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.complete ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.complete:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.complete ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.complete:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.getDescription ( ) [abstract] : NMsg
net/thevpc/nuts/time/NProgressMonitor.getDescription:()Lnet/thevpc/nuts/util/NMsg;
NProgressMonitor.getDuration ( ) [abstract] : NDuration
net/thevpc/nuts/time/NProgressMonitor.getDuration:()Lnet/thevpc/nuts/time/NDuration;
NProgressMonitor.getEstimatedRemainingDuration ( ) [abstract] : NDuration
net/thevpc/nuts/time/NProgressMonitor.getEstimatedRemainingDuration:()Lnet/thevpc/nuts/time/NDuration;
NProgressMonitor.getEstimatedTotalDuration ( ) [abstract] : NDuration
net/thevpc/nuts/time/NProgressMonitor.getEstimatedTotalDuration:()Lnet/thevpc/nuts/time/NDuration;
NProgressMonitor.getId ( ) [abstract] : String
net/thevpc/nuts/time/NProgressMonitor.getId:()Ljava/lang/String;
NProgressMonitor.getListeners ( ) [abstract] : NProgressListener[ ]
net/thevpc/nuts/time/NProgressMonitor.getListeners:()[Lnet/thevpc/nuts/time/NProgressListener;
NProgressMonitor.getMessage ( ) [abstract] : NMsg
net/thevpc/nuts/time/NProgressMonitor.getMessage:()Lnet/thevpc/nuts/util/NMsg;
NProgressMonitor.getName ( ) [abstract] : String
net/thevpc/nuts/time/NProgressMonitor.getName:()Ljava/lang/String;
NProgressMonitor.getProgress ( ) [abstract] : double
net/thevpc/nuts/time/NProgressMonitor.getProgress:()D
NProgressMonitor.getStartClock ( ) [abstract] : NClock
net/thevpc/nuts/time/NProgressMonitor.getStartClock:()Lnet/thevpc/nuts/time/NClock;
NProgressMonitor.inc ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.inc:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.inc ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.inc:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.incremental ( double p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.incremental:(D)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.incremental ( long p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.incremental:(J)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.isBlocked ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitor.isBlocked:()Z
NProgressMonitor.isCanceled ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitor.isCanceled:()Z
NProgressMonitor.isCompleted ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitor.isCompleted:()Z
NProgressMonitor.isIndeterminate ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitor.isIndeterminate:()Z
NProgressMonitor.isSilent ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitor.isSilent:()Z
NProgressMonitor.isStarted ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitor.isStarted:()Z
NProgressMonitor.isSuspended ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitor.isSuspended:()Z
NProgressMonitor.removeListener ( NProgressListener p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.removeListener:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.reset ( ) [abstract] : void
net/thevpc/nuts/time/NProgressMonitor.reset:()V
NProgressMonitor.setIndeterminate ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setIndeterminate:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setIndeterminate ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setIndeterminate:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setMessage ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setProgress ( double p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setProgress:(D)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setProgress ( double p1, NMsg p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setProgress:(DLnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setProgress ( long p1, long p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setProgress:(JJ)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setProgress ( long p1, long p2, long p3, long p4 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setProgress:(JJJJ)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setProgress ( long p1, long p2, long p3, long p4, NMsg p5 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setProgress:(JJJJLnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.setProgress ( long p1, long p2, NMsg p3 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.setProgress:(JJLnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.split ( p1 ) [abstract] : NProgressMonitor[ ]
net/thevpc/nuts/time/NProgressMonitor.split:([D)[Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.split ( int p1 ) [abstract] : NProgressMonitor[ ]
net/thevpc/nuts/time/NProgressMonitor.split:(I)[Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.start ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.start:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.start ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.start:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.stepInto ( long p1, long p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.stepInto:(JJ)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.stepInto ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.stepInto:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.suspend ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.suspend:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.suspend ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.suspend:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.temporize ( long p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.temporize:(J)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.translate ( double p1, double p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.translate:(DD)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.translate ( long p1, long p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.translate:(JJ)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.translate ( long p1, long p2, long p3, long p4 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.translate:(JJJJ)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoBlock ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoBlock:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoBlock ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoBlock:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoCancel ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoCancel:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoCancel ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoCancel:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoComplete ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoComplete:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoComplete ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoComplete:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoSuspend ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoSuspend:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitor.undoSuspend ( NMsg p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitor.undoSuspend:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/time/NProgressMonitor;
nuts-0.8.4.jar,
NProgressMonitorModel.class
package net.thevpc.nuts.time
NProgressMonitorModel.getDescription ( ) [abstract] : NMsg
net/thevpc/nuts/time/NProgressMonitorModel.getDescription:()Lnet/thevpc/nuts/util/NMsg;
NProgressMonitorModel.getId ( ) [abstract] : String
net/thevpc/nuts/time/NProgressMonitorModel.getId:()Ljava/lang/String;
NProgressMonitorModel.getMessage ( ) [abstract] : NMsg
net/thevpc/nuts/time/NProgressMonitorModel.getMessage:()Lnet/thevpc/nuts/util/NMsg;
NProgressMonitorModel.getName ( ) [abstract] : String
net/thevpc/nuts/time/NProgressMonitorModel.getName:()Ljava/lang/String;
NProgressMonitorModel.getProgress ( ) [abstract] : double
net/thevpc/nuts/time/NProgressMonitorModel.getProgress:()D
NProgressMonitorModel.isBlocked ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitorModel.isBlocked:()Z
NProgressMonitorModel.isCancelled ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitorModel.isCancelled:()Z
NProgressMonitorModel.isCompleted ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitorModel.isCompleted:()Z
NProgressMonitorModel.isStarted ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitorModel.isStarted:()Z
NProgressMonitorModel.isSuspended ( ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitorModel.isSuspended:()Z
nuts-0.8.4.jar,
NProgressMonitors.class
package net.thevpc.nuts.time
NProgressMonitors.isSilent ( NProgressMonitor p1 ) [abstract] : boolean
net/thevpc/nuts/time/NProgressMonitors.isSilent:(Lnet/thevpc/nuts/time/NProgressMonitor;)Z
NProgressMonitors.of ( NProgressHandler p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.of:(Lnet/thevpc/nuts/time/NProgressHandler;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.of ( NProgressMonitor p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.of:(Lnet/thevpc/nuts/time/NProgressMonitor;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.of ( NSession session ) [static] : NProgressMonitors
net/thevpc/nuts/time/NProgressMonitors.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/time/NProgressMonitors;
NProgressMonitors.ofErr ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofErr:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofErr ( NMsgTemplate p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofErr:(Lnet/thevpc/nuts/util/NMsgTemplate;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofLogger ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofLogger:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofLogger ( Logger p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofLogger:(Ljava/util/logging/Logger;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofLogger ( long p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofLogger:(J)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofLogger ( NMsgTemplate p1, Logger p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofLogger:(Lnet/thevpc/nuts/util/NMsgTemplate;Ljava/util/logging/Logger;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofLogger ( NMsgTemplate p1, long p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofLogger:(Lnet/thevpc/nuts/util/NMsgTemplate;J)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofLogger ( NMsgTemplate p1, long p2, Logger p3 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofLogger:(Lnet/thevpc/nuts/util/NMsgTemplate;JLjava/util/logging/Logger;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofOut ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofOut:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofOut ( long p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofOut:(J)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofOut ( NMsgTemplate p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofOut:(Lnet/thevpc/nuts/util/NMsgTemplate;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofOut ( NMsgTemplate p1, long p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofOut:(Lnet/thevpc/nuts/util/NMsgTemplate;J)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofOut ( NMsgTemplate p1, long p2, PrintStream p3 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofOut:(Lnet/thevpc/nuts/util/NMsgTemplate;JLjava/io/PrintStream;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofPrintStream ( NMsgTemplate p1, NPrintStream p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofPrintStream:(Lnet/thevpc/nuts/util/NMsgTemplate;Lnet/thevpc/nuts/io/NPrintStream;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofPrintStream ( NMsgTemplate p1, PrintStream p2 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofPrintStream:(Lnet/thevpc/nuts/util/NMsgTemplate;Ljava/io/PrintStream;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofPrintStream ( NPrintStream p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofPrintStream:(Lnet/thevpc/nuts/io/NPrintStream;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofPrintStream ( PrintStream p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofPrintStream:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofSilent ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofSilent:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofSilent ( int p1 ) [abstract] : NProgressMonitor[ ]
net/thevpc/nuts/time/NProgressMonitors.ofSilent:(I)[Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofSysErr ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofSysErr:()Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofSysErr ( NMsgTemplate p1 ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofSysErr:(Lnet/thevpc/nuts/util/NMsgTemplate;)Lnet/thevpc/nuts/time/NProgressMonitor;
NProgressMonitors.ofSysOut ( ) [abstract] : NProgressMonitor
net/thevpc/nuts/time/NProgressMonitors.ofSysOut:()Lnet/thevpc/nuts/time/NProgressMonitor;
nuts-0.8.4.jar,
NPropertiesFormat.class
package net.thevpc.nuts
NPropertiesFormat.configure ( boolean p1, String... p2 ) [abstract] : NPropertiesFormat
net/thevpc/nuts/NPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NPropertiesFormat;
NPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NContentTypeFormat
net/thevpc/nuts/NPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/NPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NPropertiesFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NPropertiesFormat.getModel ( ) [abstract] : Map<?,?>
net/thevpc/nuts/NPropertiesFormat.getModel:()Ljava/util/Map;
NPropertiesFormat.getSeparator ( ) [abstract] : String
net/thevpc/nuts/NPropertiesFormat.getSeparator:()Ljava/lang/String;
NPropertiesFormat.isSorted ( ) [abstract] : boolean
net/thevpc/nuts/NPropertiesFormat.isSorted:()Z
NPropertiesFormat.of ( NSession session ) [static] : NPropertiesFormat
net/thevpc/nuts/NPropertiesFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPropertiesFormat;
NPropertiesFormat.setNtf ( boolean p1 ) : NContentTypeFormat
net/thevpc/nuts/NPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NContentTypeFormat;
NPropertiesFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/NPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NPropertiesFormat.setNtf ( boolean p1 ) [abstract] : NPropertiesFormat
net/thevpc/nuts/NPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NPropertiesFormat;
NPropertiesFormat.setSeparator ( String p1 ) [abstract] : NPropertiesFormat
net/thevpc/nuts/NPropertiesFormat.setSeparator:(Ljava/lang/String;)Lnet/thevpc/nuts/NPropertiesFormat;
NPropertiesFormat.setSession ( NSession p1 ) : NContentTypeFormat
net/thevpc/nuts/NPropertiesFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NPropertiesFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/NPropertiesFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NPropertiesFormat.setSession ( NSession p1 ) [abstract] : NPropertiesFormat
net/thevpc/nuts/NPropertiesFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPropertiesFormat;
NPropertiesFormat.setSorted ( boolean p1 ) [abstract] : NPropertiesFormat
net/thevpc/nuts/NPropertiesFormat.setSorted:(Z)Lnet/thevpc/nuts/NPropertiesFormat;
NPropertiesFormat.setValue ( Object p1 ) : NContentTypeFormat
net/thevpc/nuts/NPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NPropertiesFormat.setValue ( Object p1 ) [abstract] : NPropertiesFormat
net/thevpc/nuts/NPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NPropertiesFormat;
nuts-0.8.4.jar,
NPs.class
package net.thevpc.nuts.io
NPs.failFast ( ) [abstract] : NPs
net/thevpc/nuts/io/NPs.failFast:()Lnet/thevpc/nuts/io/NPs;
NPs.failFast ( boolean p1 ) [abstract] : NPs
net/thevpc/nuts/io/NPs.failFast:(Z)Lnet/thevpc/nuts/io/NPs;
NPs.getResultList ( ) [abstract] : NStream<NPsInfo>
net/thevpc/nuts/io/NPs.getResultList:()Lnet/thevpc/nuts/util/NStream;
NPs.getType ( ) [abstract] : String
net/thevpc/nuts/io/NPs.getType:()Ljava/lang/String;
NPs.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/io/NPs.isFailFast:()Z
NPs.isSupportedKillProcess ( ) [abstract] : boolean
net/thevpc/nuts/io/NPs.isSupportedKillProcess:()Z
NPs.killProcess ( String p1 ) [abstract] : boolean
net/thevpc/nuts/io/NPs.killProcess:(Ljava/lang/String;)Z
NPs.of ( NSession session ) [static] : NPs
net/thevpc/nuts/io/NPs.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPs;
NPs.setFailFast ( boolean p1 ) [abstract] : NPs
net/thevpc/nuts/io/NPs.setFailFast:(Z)Lnet/thevpc/nuts/io/NPs;
NPs.setSession ( NSession p1 ) [abstract] : NPs
net/thevpc/nuts/io/NPs.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPs;
NPs.setType ( String p1 ) [abstract] : NPs
net/thevpc/nuts/io/NPs.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPs;
NPs.type ( String p1 ) [abstract] : NPs
net/thevpc/nuts/io/NPs.type:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NPs;
nuts-0.8.4.jar,
NPsInfo.class
package net.thevpc.nuts.io
NPsInfo.getCmdLine ( ) [abstract] : String
net/thevpc/nuts/io/NPsInfo.getCmdLine:()Ljava/lang/String;
NPsInfo.getCmdLineArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/io/NPsInfo.getCmdLineArgs:()[Ljava/lang/String;
NPsInfo.getName ( ) [abstract] : String
net/thevpc/nuts/io/NPsInfo.getName:()Ljava/lang/String;
NPsInfo.getPid ( ) [abstract] : String
net/thevpc/nuts/io/NPsInfo.getPid:()Ljava/lang/String;
NPsInfo.getTitle ( ) [abstract] : String
net/thevpc/nuts/io/NPsInfo.getTitle:()Ljava/lang/String;
nuts-0.8.4.jar,
NPushCmd.class
package net.thevpc.nuts
NPushCmd.addArg ( String p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addArgs ( Collection<String> p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addArgs ( String... p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addId ( NId p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addId ( String p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addIds ( NId... p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addIds ( String... p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addLockedId ( NId p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addLockedId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addLockedId ( String p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addLockedIds ( NId... p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addLockedIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.addLockedIds ( String... p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.addLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.args ( Collection<String> p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.args:(Ljava/util/Collection;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.clearArgs ( ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.clearArgs:()Lnet/thevpc/nuts/NPushCmd;
NPushCmd.clearIds ( ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.clearIds:()Lnet/thevpc/nuts/NPushCmd;
NPushCmd.clearLockedIds ( ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.clearLockedIds:()Lnet/thevpc/nuts/NPushCmd;
NPushCmd.configure ( boolean p1, String... p2 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NPushCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NPushCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NPushCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NPushCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NPushCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NPushCmd.copySession ( ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.copySession:()Lnet/thevpc/nuts/NPushCmd;
NPushCmd.getArgs ( ) [abstract] : List<String>
net/thevpc/nuts/NPushCmd.getArgs:()Ljava/util/List;
NPushCmd.getIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NPushCmd.getIds:()Ljava/util/List;
NPushCmd.getLockedIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NPushCmd.getLockedIds:()Ljava/util/List;
NPushCmd.getRepository ( ) [abstract] : String
net/thevpc/nuts/NPushCmd.getRepository:()Ljava/lang/String;
NPushCmd.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/NPushCmd.isOffline:()Z
NPushCmd.of ( NSession session ) [static] : NPushCmd
net/thevpc/nuts/NPushCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.removeId ( NId p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.removeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.removeId ( String p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.removeLockedId ( NId p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.removeLockedId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.removeLockedId ( String p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.removeLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NPushCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NPushCmd.run ( ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.run:()Lnet/thevpc/nuts/NPushCmd;
NPushCmd.setOffline ( boolean p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.setOffline:(Z)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.setRepository ( String p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NPushCmd;
NPushCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NPushCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NPushCmd.setSession ( NSession p1 ) [abstract] : NPushCmd
net/thevpc/nuts/NPushCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NPushCmd;
nuts-0.8.4.jar,
NPushException.class
package net.thevpc.nuts
NPushException.getId ( ) : NId
net/thevpc/nuts/NPushException.getId:()Lnet/thevpc/nuts/NId;
NPushException.NPushException ( NSession session, NId id )
net/thevpc/nuts/NPushException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NPushException.NPushException ( NSession session, NId id, NMsg message )
net/thevpc/nuts/NPushException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;)V
NPushException.NPushException ( NSession session, NId id, NMsg message, Throwable cause )
net/thevpc/nuts/NPushException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NPushRepositoryCmd.class
package net.thevpc.nuts.spi
NPushRepositoryCmd.getArgs ( ) [abstract] : List<String>
net/thevpc/nuts/spi/NPushRepositoryCmd.getArgs:()Ljava/util/List;
NPushRepositoryCmd.getId ( ) [abstract] : NId
net/thevpc/nuts/spi/NPushRepositoryCmd.getId:()Lnet/thevpc/nuts/NId;
NPushRepositoryCmd.getRepository ( ) [abstract] : String
net/thevpc/nuts/spi/NPushRepositoryCmd.getRepository:()Ljava/lang/String;
NPushRepositoryCmd.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/spi/NPushRepositoryCmd.isOffline:()Z
NPushRepositoryCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NPushRepositoryCmd.run ( ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
NPushRepositoryCmd.setArgs ( List<String> p1 ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.setArgs:(Ljava/util/List;)Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
NPushRepositoryCmd.setArgs ( String[ ] p1 ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.setArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
NPushRepositoryCmd.setId ( NId p1 ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
NPushRepositoryCmd.setOffline ( boolean p1 ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.setOffline:(Z)Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
NPushRepositoryCmd.setRepository ( String p1 ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
NPushRepositoryCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NPushRepositoryCmd.setSession ( NSession p1 ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NPushRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
nuts-0.8.4.jar,
NQuoteType.class
package net.thevpc.nuts.util
NQuoteType.id ( ) : String
net/thevpc/nuts/util/NQuoteType.id:()Ljava/lang/String;
NQuoteType.parse ( String value ) [static] : NOptional<NQuoteType>
net/thevpc/nuts/util/NQuoteType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NQuoteType.valueOf ( String name ) [static] : NQuoteType
net/thevpc/nuts/util/NQuoteType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NQuoteType;
NQuoteType.values ( ) [static] : NQuoteType[ ]
net/thevpc/nuts/util/NQuoteType.values:()[Lnet/thevpc/nuts/util/NQuoteType;
nuts-0.8.4.jar,
NReadOnlyException.class
package net.thevpc.nuts
NReadOnlyException.NReadOnlyException ( NSession session )
net/thevpc/nuts/NReadOnlyException."<init>":(Lnet/thevpc/nuts/NSession;)V
NReadOnlyException.NReadOnlyException ( NSession session, String location )
net/thevpc/nuts/NReadOnlyException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;)V
nuts-0.8.4.jar,
NRedirectType.class
package net.thevpc.nuts.io
NRedirectType.id ( ) : String
net/thevpc/nuts/io/NRedirectType.id:()Ljava/lang/String;
NRedirectType.parse ( String value ) [static] : NOptional<NRedirectType>
net/thevpc/nuts/io/NRedirectType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NRedirectType.valueOf ( String name ) [static] : NRedirectType
net/thevpc/nuts/io/NRedirectType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NRedirectType;
NRedirectType.values ( ) [static] : NRedirectType[ ]
net/thevpc/nuts/io/NRedirectType.values:()[Lnet/thevpc/nuts/io/NRedirectType;
nuts-0.8.4.jar,
NRef.class
package net.thevpc.nuts.util
NRef<T>.equals ( Object o ) : boolean
net/thevpc/nuts/util/NRef.equals:(Ljava/lang/Object;)Z
NRef<T>.get ( ) : T
net/thevpc/nuts/util/NRef.get:()Ljava/lang/Object;
NRef<T>.hashCode ( ) : int
net/thevpc/nuts/util/NRef.hashCode:()I
NRef<T>.isBlank ( ) : boolean
net/thevpc/nuts/util/NRef.isBlank:()Z
NRef<T>.isEmpty ( ) : boolean
net/thevpc/nuts/util/NRef.isEmpty:()Z
NRef<T>.isNotNull ( ) : boolean
net/thevpc/nuts/util/NRef.isNotNull:()Z
NRef<T>.isNull ( ) : boolean
net/thevpc/nuts/util/NRef.isNull:()Z
NRef<T>.isSet ( ) : boolean
net/thevpc/nuts/util/NRef.isSet:()Z
NRef<T>.isValue ( Object o ) : boolean
net/thevpc/nuts/util/NRef.isValue:(Ljava/lang/Object;)Z
NRef<T>.NRef<T> ( )
net/thevpc/nuts/util/NRef."<init>":()V
NRef<T>.NRef<T> ( T value )
net/thevpc/nuts/util/NRef."<init>":(Ljava/lang/Object;)V
NRef<T>.of ( T t ) [static] : NRef<T>
net/thevpc/nuts/util/NRef.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NRef;
NRef<T>.of ( T t, Class<T> type ) [static] : NRef<T>
net/thevpc/nuts/util/NRef.of:(Ljava/lang/Object;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NRef;
NRef<T>.ofNull ( ) [static] : NRef<T>
net/thevpc/nuts/util/NRef.ofNull:()Lnet/thevpc/nuts/util/NRef;
NRef<T>.ofNull ( Class<T> t ) [static] : NRef<T>
net/thevpc/nuts/util/NRef.ofNull:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NRef;
NRef<T>.orElse ( T other ) : T
net/thevpc/nuts/util/NRef.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
NRef<T>.set ( T value ) : void
net/thevpc/nuts/util/NRef.set:(Ljava/lang/Object;)V
NRef<T>.setNonNull ( T value ) : void
net/thevpc/nuts/util/NRef.setNonNull:(Ljava/lang/Object;)V
NRef<T>.toString ( ) : String
net/thevpc/nuts/util/NRef.toString:()Ljava/lang/String;
NRef<T>.unset ( ) : void
net/thevpc/nuts/util/NRef.unset:()V
nuts-0.8.4.jar,
NReflectConfiguration.class
package net.thevpc.nuts.reflect
NReflectConfiguration.getAccessStrategy ( Class p1 ) [abstract] : NReflectPropertyAccessStrategy
net/thevpc/nuts/reflect/NReflectConfiguration.getAccessStrategy:(Ljava/lang/Class;)Lnet/thevpc/nuts/reflect/NReflectPropertyAccessStrategy;
NReflectConfiguration.getDefaultValueStrategy ( Class p1 ) [abstract] : NReflectPropertyDefaultValueStrategy
net/thevpc/nuts/reflect/NReflectConfiguration.getDefaultValueStrategy:(Ljava/lang/Class;)Lnet/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy;
nuts-0.8.4.jar,
NReflectConfigurationBuilder.class
package net.thevpc.nuts.reflect
NReflectConfigurationBuilder.build ( ) [abstract] : NReflectConfiguration
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.build:()Lnet/thevpc/nuts/reflect/NReflectConfiguration;
NReflectConfigurationBuilder.getPropertyAccessStrategy ( ) [abstract] : Function<Class,NReflectPropertyAccessStrategy>
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.getPropertyAccessStrategy:()Ljava/util/function/Function;
NReflectConfigurationBuilder.getPropertyDefaultValueStrategy ( ) [abstract] : Function<Class,NReflectPropertyDefaultValueStrategy>
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.getPropertyDefaultValueStrategy:()Ljava/util/function/Function;
NReflectConfigurationBuilder.of ( NSession session ) [static] : NReflectConfigurationBuilder
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/reflect/NReflectConfigurationBuilder;
NReflectConfigurationBuilder.setPropertyAccessStrategy ( Function<Class,NReflectPropertyAccessStrategy> p1 ) [abstract] : NReflectConfigurationBuilder
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.setPropertyAccessStrategy:(Ljava/util/function/Function;)Lnet/thevpc/nuts/reflect/NReflectConfigurationBuilder;
NReflectConfigurationBuilder.setPropertyAccessStrategy ( NReflectPropertyAccessStrategy p1 ) [abstract] : NReflectConfigurationBuilder
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.setPropertyAccessStrategy:(Lnet/thevpc/nuts/reflect/NReflectPropertyAccessStrategy;)Lnet/thevpc/nuts/reflect/NReflectConfigurationBuilder;
NReflectConfigurationBuilder.setPropertyDefaultValueStrategy ( Function<Class,NReflectPropertyDefaultValueStrategy> p1 ) [abstract] : NReflectConfigurationBuilder
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.setPropertyDefaultValueStrategy:(Ljava/util/function/Function;)Lnet/thevpc/nuts/reflect/NReflectConfigurationBuilder;
NReflectConfigurationBuilder.setPropertyDefaultValueStrategy ( NReflectPropertyDefaultValueStrategy p1 ) [abstract] : NReflectConfigurationBuilder
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.setPropertyDefaultValueStrategy:(Lnet/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy;)Lnet/thevpc/nuts/reflect/NReflectConfigurationBuilder;
NReflectConfigurationBuilder.unsetPropertyAccessStrategy ( ) [abstract] : NReflectConfigurationBuilder
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.unsetPropertyAccessStrategy:()Lnet/thevpc/nuts/reflect/NReflectConfigurationBuilder;
NReflectConfigurationBuilder.unsetPropertyDefaultValueStrategy ( ) [abstract] : NReflectConfigurationBuilder
net/thevpc/nuts/reflect/NReflectConfigurationBuilder.unsetPropertyDefaultValueStrategy:()Lnet/thevpc/nuts/reflect/NReflectConfigurationBuilder;
nuts-0.8.4.jar,
NReflectProperty.class
package net.thevpc.nuts.reflect
NReflectProperty.getDefaultValueStrategy ( ) [abstract] : NReflectPropertyDefaultValueStrategy
net/thevpc/nuts/reflect/NReflectProperty.getDefaultValueStrategy:()Lnet/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy;
NReflectProperty.getName ( ) [abstract] : String
net/thevpc/nuts/reflect/NReflectProperty.getName:()Ljava/lang/String;
NReflectProperty.getPropertyType ( ) [abstract] : Type
net/thevpc/nuts/reflect/NReflectProperty.getPropertyType:()Ljava/lang/reflect/Type;
NReflectProperty.getType ( ) [abstract] : NReflectType
net/thevpc/nuts/reflect/NReflectProperty.getType:()Lnet/thevpc/nuts/reflect/NReflectType;
NReflectProperty.isDefaultValue ( Object p1 ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectProperty.isDefaultValue:(Ljava/lang/Object;)Z
NReflectProperty.isDefaultValue ( Object p1, NReflectPropertyDefaultValueStrategy p2 ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectProperty.isDefaultValue:(Ljava/lang/Object;Lnet/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy;)Z
NReflectProperty.isRead ( ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectProperty.isRead:()Z
NReflectProperty.isWrite ( ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectProperty.isWrite:()Z
NReflectProperty.read ( Object p1 ) [abstract] : Object
net/thevpc/nuts/reflect/NReflectProperty.read:(Ljava/lang/Object;)Ljava/lang/Object;
NReflectProperty.write ( Object p1, Object p2 ) [abstract] : void
net/thevpc/nuts/reflect/NReflectProperty.write:(Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.4.jar,
NReflectPropertyAccessStrategy.class
package net.thevpc.nuts.reflect
NReflectPropertyAccessStrategy.id ( ) : String
net/thevpc/nuts/reflect/NReflectPropertyAccessStrategy.id:()Ljava/lang/String;
NReflectPropertyAccessStrategy.parse ( String value ) [static] : NOptional<NReflectPropertyAccessStrategy>
net/thevpc/nuts/reflect/NReflectPropertyAccessStrategy.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NReflectPropertyAccessStrategy.valueOf ( String name ) [static] : NReflectPropertyAccessStrategy
net/thevpc/nuts/reflect/NReflectPropertyAccessStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/reflect/NReflectPropertyAccessStrategy;
NReflectPropertyAccessStrategy.values ( ) [static] : NReflectPropertyAccessStrategy[ ]
net/thevpc/nuts/reflect/NReflectPropertyAccessStrategy.values:()[Lnet/thevpc/nuts/reflect/NReflectPropertyAccessStrategy;
nuts-0.8.4.jar,
NReflectPropertyDefaultValueStrategy.class
package net.thevpc.nuts.reflect
NReflectPropertyDefaultValueStrategy.id ( ) : String
net/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy.id:()Ljava/lang/String;
NReflectPropertyDefaultValueStrategy.parse ( String value ) [static] : NOptional<NReflectPropertyDefaultValueStrategy>
net/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NReflectPropertyDefaultValueStrategy.valueOf ( String name ) [static] : NReflectPropertyDefaultValueStrategy
net/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy;
NReflectPropertyDefaultValueStrategy.values ( ) [static] : NReflectPropertyDefaultValueStrategy[ ]
net/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy.values:()[Lnet/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy;
nuts-0.8.4.jar,
NReflectRepository.class
package net.thevpc.nuts.reflect
NReflectRepository.getConfiguration ( ) [abstract] : NReflectConfiguration
net/thevpc/nuts/reflect/NReflectRepository.getConfiguration:()Lnet/thevpc/nuts/reflect/NReflectConfiguration;
NReflectRepository.getParametrizedType ( Type p1, Type p2, Type[ ] p3 ) [abstract] : NReflectType
net/thevpc/nuts/reflect/NReflectRepository.getParametrizedType:(Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;[Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/reflect/NReflectType;
NReflectRepository.getType ( Type p1 ) [abstract] : NReflectType
net/thevpc/nuts/reflect/NReflectRepository.getType:(Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/reflect/NReflectType;
NReflectRepository.of ( NSession session ) [static] : NReflectRepository
net/thevpc/nuts/reflect/NReflectRepository.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/reflect/NReflectRepository;
NReflectRepository.setConfiguration ( NReflectConfiguration p1 ) [abstract] : NReflectRepository
net/thevpc/nuts/reflect/NReflectRepository.setConfiguration:(Lnet/thevpc/nuts/reflect/NReflectConfiguration;)Lnet/thevpc/nuts/reflect/NReflectRepository;
nuts-0.8.4.jar,
NReflectType.class
package net.thevpc.nuts.reflect
NReflectType.getAccessStrategy ( ) [abstract] : NReflectPropertyAccessStrategy
net/thevpc/nuts/reflect/NReflectType.getAccessStrategy:()Lnet/thevpc/nuts/reflect/NReflectPropertyAccessStrategy;
NReflectType.getActualTypeArgument ( NReflectType p1 ) [abstract] : NOptional<NReflectType>
net/thevpc/nuts/reflect/NReflectType.getActualTypeArgument:(Lnet/thevpc/nuts/reflect/NReflectType;)Lnet/thevpc/nuts/util/NOptional;
NReflectType.getActualTypeArguments ( ) [abstract] : NReflectType[ ]
net/thevpc/nuts/reflect/NReflectType.getActualTypeArguments:()[Lnet/thevpc/nuts/reflect/NReflectType;
NReflectType.getDeclaredProperties ( ) [abstract] : List<NReflectProperty>
net/thevpc/nuts/reflect/NReflectType.getDeclaredProperties:()Ljava/util/List;
NReflectType.getDeclaredProperty ( String p1 ) [abstract] : NOptional<NReflectProperty>
net/thevpc/nuts/reflect/NReflectType.getDeclaredProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NReflectType.getDefaultValueStrategy ( ) [abstract] : NReflectPropertyDefaultValueStrategy
net/thevpc/nuts/reflect/NReflectType.getDefaultValueStrategy:()Lnet/thevpc/nuts/reflect/NReflectPropertyDefaultValueStrategy;
NReflectType.getJavaType ( ) [abstract] : Type
net/thevpc/nuts/reflect/NReflectType.getJavaType:()Ljava/lang/reflect/Type;
NReflectType.getName ( ) [abstract] : String
net/thevpc/nuts/reflect/NReflectType.getName:()Ljava/lang/String;
NReflectType.getProperties ( ) [abstract] : List<NReflectProperty>
net/thevpc/nuts/reflect/NReflectType.getProperties:()Ljava/util/List;
NReflectType.getProperty ( String p1 ) [abstract] : NOptional<NReflectProperty>
net/thevpc/nuts/reflect/NReflectType.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NReflectType.getRawType ( ) [abstract] : NReflectType
net/thevpc/nuts/reflect/NReflectType.getRawType:()Lnet/thevpc/nuts/reflect/NReflectType;
NReflectType.getRepository ( ) [abstract] : NReflectRepository
net/thevpc/nuts/reflect/NReflectType.getRepository:()Lnet/thevpc/nuts/reflect/NReflectRepository;
NReflectType.getSuperType ( ) [abstract] : NReflectType
net/thevpc/nuts/reflect/NReflectType.getSuperType:()Lnet/thevpc/nuts/reflect/NReflectType;
NReflectType.getTypeParameters ( ) [abstract] : NReflectType[ ]
net/thevpc/nuts/reflect/NReflectType.getTypeParameters:()[Lnet/thevpc/nuts/reflect/NReflectType;
NReflectType.hasNoArgsConstructor ( ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectType.hasNoArgsConstructor:()Z
NReflectType.hasSessionConstructor ( ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectType.hasSessionConstructor:()Z
NReflectType.isArrayType ( ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectType.isArrayType:()Z
NReflectType.isParametrizedType ( ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectType.isParametrizedType:()Z
NReflectType.isTypeVariable ( ) [abstract] : boolean
net/thevpc/nuts/reflect/NReflectType.isTypeVariable:()Z
NReflectType.newInstance ( ) [abstract] : Object
net/thevpc/nuts/reflect/NReflectType.newInstance:()Ljava/lang/Object;
NReflectType.newInstance ( NSession p1 ) [abstract] : Object
net/thevpc/nuts/reflect/NReflectType.newInstance:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReflectType.replaceVars ( Function<NReflectType,NReflectType> p1 ) [abstract] : NReflectType
net/thevpc/nuts/reflect/NReflectType.replaceVars:(Ljava/util/function/Function;)Lnet/thevpc/nuts/reflect/NReflectType;
NReflectType.toArray ( ) [abstract] : NReflectType
net/thevpc/nuts/reflect/NReflectType.toArray:()Lnet/thevpc/nuts/reflect/NReflectType;
nuts-0.8.4.jar,
NReflectUtils.class
package net.thevpc.nuts.reflect
NReflectUtils.getDefaultValue ( Class<?> anyType ) [static] : Object
net/thevpc/nuts/reflect/NReflectUtils.getDefaultValue:(Ljava/lang/Class;)Ljava/lang/Object;
NReflectUtils.toBoxedType ( Class<?> anyType ) [static] : NOptional<Class<?>>
net/thevpc/nuts/reflect/NReflectUtils.toBoxedType:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NReflectUtils.toPrimitiveType ( Class<?> anyType ) [static] : NOptional<Class<?>>
net/thevpc/nuts/reflect/NReflectUtils.toPrimitiveType:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NRemoveOptions.class
package net.thevpc.nuts
NRemoveOptions.equals ( Object o ) : boolean
net/thevpc/nuts/NRemoveOptions.equals:(Ljava/lang/Object;)Z
NRemoveOptions.getSession ( ) : NSession
net/thevpc/nuts/NRemoveOptions.getSession:()Lnet/thevpc/nuts/NSession;
NRemoveOptions.hashCode ( ) : int
net/thevpc/nuts/NRemoveOptions.hashCode:()I
NRemoveOptions.isErase ( ) : boolean
net/thevpc/nuts/NRemoveOptions.isErase:()Z
NRemoveOptions.NRemoveOptions ( )
net/thevpc/nuts/NRemoveOptions."<init>":()V
NRemoveOptions.setErase ( boolean erase ) : NRemoveOptions
net/thevpc/nuts/NRemoveOptions.setErase:(Z)Lnet/thevpc/nuts/NRemoveOptions;
NRemoveOptions.setSession ( NSession session ) : NRemoveOptions
net/thevpc/nuts/NRemoveOptions.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRemoveOptions;
NRemoveOptions.toString ( ) : String
net/thevpc/nuts/NRemoveOptions.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NRemoveUserCmd.class
package net.thevpc.nuts
NRemoveUserCmd.configure ( boolean p1, String... p2 ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NRemoveUserCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NRemoveUserCmd;
NRemoveUserCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NRemoveUserCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NRemoveUserCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NRemoveUserCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NRemoveUserCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NRemoveUserCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NRemoveUserCmd.copySession ( ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NRemoveUserCmd.copySession:()Lnet/thevpc/nuts/NRemoveUserCmd;
NRemoveUserCmd.getRepository ( ) [abstract] : NRepository
net/thevpc/nuts/NRemoveUserCmd.getRepository:()Lnet/thevpc/nuts/NRepository;
NRemoveUserCmd.getUsername ( ) [abstract] : String
net/thevpc/nuts/NRemoveUserCmd.getUsername:()Ljava/lang/String;
NRemoveUserCmd.of ( NSession session ) [static] : NRemoveUserCmd
net/thevpc/nuts/NRemoveUserCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRemoveUserCmd;
NRemoveUserCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NRemoveUserCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NRemoveUserCmd.run ( ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NRemoveUserCmd.run:()Lnet/thevpc/nuts/NRemoveUserCmd;
NRemoveUserCmd.setRepository ( NRepository p1 ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NRemoveUserCmd.setRepository:(Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/NRemoveUserCmd;
NRemoveUserCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NRemoveUserCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NRemoveUserCmd.setSession ( NSession p1 ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NRemoveUserCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRemoveUserCmd;
NRemoveUserCmd.setUsername ( String p1 ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NRemoveUserCmd.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NRemoveUserCmd;
nuts-0.8.4.jar,
NRepositories.class
package net.thevpc.nuts
NRepositories.addRepository ( NAddRepositoryOptions p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepositories.addRepository:(Lnet/thevpc/nuts/NAddRepositoryOptions;)Lnet/thevpc/nuts/NRepository;
NRepositories.addRepository ( String p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepositories.addRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepository;
NRepositories.filter ( ) [abstract] : NRepositoryFilters
net/thevpc/nuts/NRepositories.filter:()Lnet/thevpc/nuts/NRepositoryFilters;
NRepositories.findRepository ( String p1 ) [abstract] : NOptional<NRepository>
net/thevpc/nuts/NRepositories.findRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NRepositories.findRepositoryById ( String p1 ) [abstract] : NOptional<NRepository>
net/thevpc/nuts/NRepositories.findRepositoryById:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NRepositories.findRepositoryByName ( String p1 ) [abstract] : NOptional<NRepository>
net/thevpc/nuts/NRepositories.findRepositoryByName:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NRepositories.getRepositories ( ) [abstract] : List<NRepository>
net/thevpc/nuts/NRepositories.getRepositories:()Ljava/util/List;
NRepositories.of ( NSession session ) [static] : NRepositories
net/thevpc/nuts/NRepositories.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRepositories;
NRepositories.removeAllRepositories ( ) [abstract] : NRepositories
net/thevpc/nuts/NRepositories.removeAllRepositories:()Lnet/thevpc/nuts/NRepositories;
NRepositories.removeRepository ( String p1 ) [abstract] : NRepositories
net/thevpc/nuts/NRepositories.removeRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositories;
nuts-0.8.4.jar,
NRepository.class
package net.thevpc.nuts
NRepository.addRepositoryListener ( NRepositoryListener p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepository.addRepositoryListener:(Lnet/thevpc/nuts/NRepositoryListener;)Lnet/thevpc/nuts/NRepository;
NRepository.addUserPropertyListener ( NMapListener<String,Object> p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepository.addUserPropertyListener:(Lnet/thevpc/nuts/util/NMapListener;)Lnet/thevpc/nuts/NRepository;
NRepository.config ( ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepository.config:()Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepository.getName ( ) [abstract] : String
net/thevpc/nuts/NRepository.getName:()Ljava/lang/String;
NRepository.getParentRepository ( ) [abstract] : NRepository
net/thevpc/nuts/NRepository.getParentRepository:()Lnet/thevpc/nuts/NRepository;
NRepository.getRepositoryListeners ( ) [abstract] : List<NRepositoryListener>
net/thevpc/nuts/NRepository.getRepositoryListeners:()Ljava/util/List;
NRepository.getRepositoryType ( ) [abstract] : String
net/thevpc/nuts/NRepository.getRepositoryType:()Ljava/lang/String;
NRepository.getUserProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NRepository.getUserProperties:()Ljava/util/Map;
NRepository.getUserPropertyListeners ( ) [abstract] : List<NMapListener<String,Object>>
net/thevpc/nuts/NRepository.getUserPropertyListeners:()Ljava/util/List;
NRepository.getUuid ( ) [abstract] : String
net/thevpc/nuts/NRepository.getUuid:()Ljava/lang/String;
NRepository.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NRepository.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NRepository.isAvailable ( boolean p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NRepository.isAvailable:(ZLnet/thevpc/nuts/NSession;)Z
NRepository.isAvailable ( NSession p1 ) [abstract] : boolean
net/thevpc/nuts/NRepository.isAvailable:(Lnet/thevpc/nuts/NSession;)Z
NRepository.isEnabled ( NSession p1 ) [abstract] : boolean
net/thevpc/nuts/NRepository.isEnabled:(Lnet/thevpc/nuts/NSession;)Z
NRepository.isRemote ( ) [abstract] : boolean
net/thevpc/nuts/NRepository.isRemote:()Z
NRepository.isSupportedDeploy ( boolean p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NRepository.isSupportedDeploy:(ZLnet/thevpc/nuts/NSession;)Z
NRepository.isSupportedDeploy ( NSession p1 ) [abstract] : boolean
net/thevpc/nuts/NRepository.isSupportedDeploy:(Lnet/thevpc/nuts/NSession;)Z
NRepository.removeRepositoryListener ( NRepositoryListener p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepository.removeRepositoryListener:(Lnet/thevpc/nuts/NRepositoryListener;)Lnet/thevpc/nuts/NRepository;
NRepository.removeUserPropertyListener ( NMapListener<String,Object> p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepository.removeUserPropertyListener:(Lnet/thevpc/nuts/util/NMapListener;)Lnet/thevpc/nuts/NRepository;
NRepository.security ( ) [abstract] : NRepositorySecurityManager
net/thevpc/nuts/NRepository.security:()Lnet/thevpc/nuts/NRepositorySecurityManager;
NRepository.setEnabled ( boolean p1, NSession p2 ) [abstract] : NRepository
net/thevpc/nuts/NRepository.setEnabled:(ZLnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRepository;
nuts-0.8.4.jar,
NRepositoryAlreadyRegisteredException.class
package net.thevpc.nuts
NRepositoryAlreadyRegisteredException.NRepositoryAlreadyRegisteredException ( NSession session, String repository )
net/thevpc/nuts/NRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;)V
NRepositoryAlreadyRegisteredException.NRepositoryAlreadyRegisteredException ( NSession session, String repository, Throwable err )
net/thevpc/nuts/NRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NRepositoryCmd.class
package net.thevpc.nuts.spi
NRepositoryCmd.configure ( boolean p1, String... p2 ) [abstract] : NRepositoryCmd
net/thevpc/nuts/spi/NRepositoryCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NRepositoryCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/spi/NRepositoryCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NRepositoryCmd.run ( ) [abstract] : NRepositoryCmd
net/thevpc/nuts/spi/NRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NRepositoryCmd.setSession ( NSession p1 ) [abstract] : NRepositoryCmd
net/thevpc/nuts/spi/NRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
nuts-0.8.4.jar,
NRepositoryConfig.class
package net.thevpc.nuts
NRepositoryConfig.equals ( Object obj ) : boolean
net/thevpc/nuts/NRepositoryConfig.equals:(Ljava/lang/Object;)Z
NRepositoryConfig.getAuthenticationAgent ( ) : String
net/thevpc/nuts/NRepositoryConfig.getAuthenticationAgent:()Ljava/lang/String;
NRepositoryConfig.getEnv ( ) : Map<String,String>
net/thevpc/nuts/NRepositoryConfig.getEnv:()Ljava/util/Map;
NRepositoryConfig.getGroups ( ) : String
net/thevpc/nuts/NRepositoryConfig.getGroups:()Ljava/lang/String;
NRepositoryConfig.getLocation ( ) : NRepositoryLocation
net/thevpc/nuts/NRepositoryConfig.getLocation:()Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryConfig.getMirrors ( ) : List<NRepositoryRef>
net/thevpc/nuts/NRepositoryConfig.getMirrors:()Ljava/util/List;
NRepositoryConfig.getName ( ) : String
net/thevpc/nuts/NRepositoryConfig.getName:()Ljava/lang/String;
NRepositoryConfig.getStoreLocations ( ) : Map<NStoreType,String>
net/thevpc/nuts/NRepositoryConfig.getStoreLocations:()Ljava/util/Map;
NRepositoryConfig.getStoreStrategy ( ) : NStoreStrategy
net/thevpc/nuts/NRepositoryConfig.getStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NRepositoryConfig.getUsers ( ) : List<NUserConfig>
net/thevpc/nuts/NRepositoryConfig.getUsers:()Ljava/util/List;
NRepositoryConfig.getUuid ( ) : String
net/thevpc/nuts/NRepositoryConfig.getUuid:()Ljava/lang/String;
NRepositoryConfig.hashCode ( ) : int
net/thevpc/nuts/NRepositoryConfig.hashCode:()I
NRepositoryConfig.isIndexEnabled ( ) : boolean
net/thevpc/nuts/NRepositoryConfig.isIndexEnabled:()Z
NRepositoryConfig.NRepositoryConfig ( )
net/thevpc/nuts/NRepositoryConfig."<init>":()V
NRepositoryConfig.setAuthenticationAgent ( String authenticationAgent ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setEnv ( Map<String,String> env ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setGroups ( String groups ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setGroups:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setIndexEnabled ( boolean indexEnabled ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setIndexEnabled:(Z)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setLocation ( NRepositoryLocation location ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setLocation:(Lnet/thevpc/nuts/spi/NRepositoryLocation;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setMirrors ( List<NRepositoryRef> mirrors ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setMirrors:(Ljava/util/List;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setName ( String name ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setStoreLocations ( Map<NStoreType,String> storeLocations ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setStoreLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setStoreStrategy ( NStoreStrategy storeStrategy ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setStoreStrategy:(Lnet/thevpc/nuts/NStoreStrategy;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setUsers ( List<NUserConfig> users ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setUsers:(Ljava/util/List;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.setUuid ( String uuid ) : NRepositoryConfig
net/thevpc/nuts/NRepositoryConfig.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryConfig;
NRepositoryConfig.toString ( ) : String
net/thevpc/nuts/NRepositoryConfig.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NRepositoryConfigManager.class
package net.thevpc.nuts
NRepositoryConfigManager.addMirror ( NAddRepositoryOptions p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepositoryConfigManager.addMirror:(Lnet/thevpc/nuts/NAddRepositoryOptions;)Lnet/thevpc/nuts/NRepository;
NRepositoryConfigManager.findMirror ( String p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepositoryConfigManager.findMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepository;
NRepositoryConfigManager.findMirrorById ( String p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepositoryConfigManager.findMirrorById:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepository;
NRepositoryConfigManager.findMirrorByName ( String p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepositoryConfigManager.findMirrorByName:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepository;
NRepositoryConfigManager.getConfigMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NRepositoryConfigManager.getConfigMap:()Ljava/util/Map;
NRepositoryConfigManager.getConfigMap ( boolean p1 ) [abstract] : Map<String,String>
net/thevpc/nuts/NRepositoryConfigManager.getConfigMap:(Z)Ljava/util/Map;
NRepositoryConfigManager.getConfigProperty ( String p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NRepositoryConfigManager.getConfigProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NRepositoryConfigManager.getConfigProperty ( String p1, boolean p2 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NRepositoryConfigManager.getConfigProperty:(Ljava/lang/String;Z)Lnet/thevpc/nuts/util/NOptional;
NRepositoryConfigManager.getDeployWeight ( ) [abstract] : int
net/thevpc/nuts/NRepositoryConfigManager.getDeployWeight:()I
NRepositoryConfigManager.getGlobalName ( ) [abstract] : String
net/thevpc/nuts/NRepositoryConfigManager.getGlobalName:()Ljava/lang/String;
NRepositoryConfigManager.getGroups ( ) [abstract] : String
net/thevpc/nuts/NRepositoryConfigManager.getGroups:()Ljava/lang/String;
NRepositoryConfigManager.getLocation ( ) [abstract] : NRepositoryLocation
net/thevpc/nuts/NRepositoryConfigManager.getLocation:()Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryConfigManager.getLocationPath ( ) [abstract] : NPath
net/thevpc/nuts/NRepositoryConfigManager.getLocationPath:()Lnet/thevpc/nuts/io/NPath;
NRepositoryConfigManager.getMirror ( String p1 ) [abstract] : NRepository
net/thevpc/nuts/NRepositoryConfigManager.getMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepository;
NRepositoryConfigManager.getMirrors ( ) [abstract] : List<NRepository>
net/thevpc/nuts/NRepositoryConfigManager.getMirrors:()Ljava/util/List;
NRepositoryConfigManager.getRepositoryRef ( ) [abstract] : NRepositoryRef
net/thevpc/nuts/NRepositoryConfigManager.getRepositoryRef:()Lnet/thevpc/nuts/NRepositoryRef;
NRepositoryConfigManager.getSpeed ( ) [abstract] : NSpeedQualifier
net/thevpc/nuts/NRepositoryConfigManager.getSpeed:()Lnet/thevpc/nuts/NSpeedQualifier;
NRepositoryConfigManager.getStoreLocation ( ) [abstract] : NPath
net/thevpc/nuts/NRepositoryConfigManager.getStoreLocation:()Lnet/thevpc/nuts/io/NPath;
NRepositoryConfigManager.getStoreLocation ( NStoreType p1 ) [abstract] : NPath
net/thevpc/nuts/NRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/io/NPath;
NRepositoryConfigManager.getStoreStrategy ( ) [abstract] : NStoreStrategy
net/thevpc/nuts/NRepositoryConfigManager.getStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NRepositoryConfigManager.getType ( ) [abstract] : String
net/thevpc/nuts/NRepositoryConfigManager.getType:()Ljava/lang/String;
NRepositoryConfigManager.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NRepositoryConfigManager.isEnabled:()Z
NRepositoryConfigManager.isIndexEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NRepositoryConfigManager.isIndexEnabled:()Z
NRepositoryConfigManager.isIndexSubscribed ( ) [abstract] : boolean
net/thevpc/nuts/NRepositoryConfigManager.isIndexSubscribed:()Z
NRepositoryConfigManager.isSupportedMirroring ( ) [abstract] : boolean
net/thevpc/nuts/NRepositoryConfigManager.isSupportedMirroring:()Z
NRepositoryConfigManager.isTemporary ( ) [abstract] : boolean
net/thevpc/nuts/NRepositoryConfigManager.isTemporary:()Z
NRepositoryConfigManager.removeMirror ( String p1 ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.removeMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.setConfigProperty ( String p1, String p2 ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.setConfigProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.setEnabled ( boolean p1 ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.setEnabled:(Z)Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.setIndexEnabled ( boolean p1 ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.setIndexEnabled:(Z)Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.setMirrorEnabled ( String p1, boolean p2 ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.setMirrorEnabled:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.setSession ( NSession p1 ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.setTemporary ( boolean p1 ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.setTemporary:(Z)Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.subscribeIndex ( ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.subscribeIndex:()Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositoryConfigManager.unsubscribeIndex ( ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/NRepositoryConfigManager.unsubscribeIndex:()Lnet/thevpc/nuts/NRepositoryConfigManager;
nuts-0.8.4.jar,
NRepositoryDB.class
package net.thevpc.nuts.spi
NRepositoryDB.getAllNames ( String p1 ) [abstract] : Set<String>
net/thevpc/nuts/spi/NRepositoryDB.getAllNames:(Ljava/lang/String;)Ljava/util/Set;
NRepositoryDB.getRepositoryLocationByName ( String p1 ) [abstract] : String
net/thevpc/nuts/spi/NRepositoryDB.getRepositoryLocationByName:(Ljava/lang/String;)Ljava/lang/String;
NRepositoryDB.getRepositoryNameByLocation ( String p1 ) [abstract] : String
net/thevpc/nuts/spi/NRepositoryDB.getRepositoryNameByLocation:(Ljava/lang/String;)Ljava/lang/String;
NRepositoryDB.isDefaultRepositoryName ( String p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NRepositoryDB.isDefaultRepositoryName:(Ljava/lang/String;)Z
NRepositoryDB.of ( NSession session ) [static] : NRepositoryDB
net/thevpc/nuts/spi/NRepositoryDB.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryDB;
NRepositoryDB.ofDefault ( ) [static] : NRepositoryDB
net/thevpc/nuts/spi/NRepositoryDB.ofDefault:()Lnet/thevpc/nuts/spi/NRepositoryDB;
nuts-0.8.4.jar,
NRepositoryDisabledException.class
package net.thevpc.nuts
NRepositoryDisabledException.NRepositoryDisabledException ( NSession session, String repository )
net/thevpc/nuts/NRepositoryDisabledException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;)V
nuts-0.8.4.jar,
NRepositoryEvent.class
package net.thevpc.nuts
NRepositoryEvent.getParent ( ) [abstract] : NRepository
net/thevpc/nuts/NRepositoryEvent.getParent:()Lnet/thevpc/nuts/NRepository;
NRepositoryEvent.getPropertyName ( ) [abstract] : String
net/thevpc/nuts/NRepositoryEvent.getPropertyName:()Ljava/lang/String;
NRepositoryEvent.getPropertyOldValue ( ) [abstract] : Object
net/thevpc/nuts/NRepositoryEvent.getPropertyOldValue:()Ljava/lang/Object;
NRepositoryEvent.getPropertyValue ( ) [abstract] : Object
net/thevpc/nuts/NRepositoryEvent.getPropertyValue:()Ljava/lang/Object;
NRepositoryEvent.getRepository ( ) [abstract] : NRepository
net/thevpc/nuts/NRepositoryEvent.getRepository:()Lnet/thevpc/nuts/NRepository;
NRepositoryEvent.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NRepositoryEvent.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
nuts-0.8.4.jar,
NRepositoryException.class
package net.thevpc.nuts
NRepositoryException.getRepository ( ) : String
net/thevpc/nuts/NRepositoryException.getRepository:()Ljava/lang/String;
NRepositoryException.NRepositoryException ( NSession session, String repository, NMsg message, Throwable ex )
net/thevpc/nuts/NRepositoryException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NRepositoryFactoryComponent.class
package net.thevpc.nuts.spi
NRepositoryFactoryComponent.create ( NAddRepositoryOptions p1, NSession p2, NRepository p3 ) [abstract] : NRepository
net/thevpc/nuts/spi/NRepositoryFactoryComponent.create:(Lnet/thevpc/nuts/NAddRepositoryOptions;Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/NRepository;
NRepositoryFactoryComponent.getDefaultRepositories ( NSession p1 ) [abstract] : List<NAddRepositoryOptions>
net/thevpc/nuts/spi/NRepositoryFactoryComponent.getDefaultRepositories:(Lnet/thevpc/nuts/NSession;)Ljava/util/List;
nuts-0.8.4.jar,
NRepositoryFilter.class
package net.thevpc.nuts
NRepositoryFilter.acceptRepository ( NRepository p1 ) [abstract] : boolean
net/thevpc/nuts/NRepositoryFilter.acceptRepository:(Lnet/thevpc/nuts/NRepository;)Z
NRepositoryFilter.and ( NRepositoryFilter p1 ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilter.and:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/NRepositoryFilter;
NRepositoryFilter.neg ( ) : NFilter
net/thevpc/nuts/NRepositoryFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
NRepositoryFilter.neg ( ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilter.neg:()Lnet/thevpc/nuts/NRepositoryFilter;
NRepositoryFilter.or ( NRepositoryFilter p1 ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilter.or:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/NRepositoryFilter;
nuts-0.8.4.jar,
NRepositoryFilters.class
package net.thevpc.nuts
NRepositoryFilters.byName ( String... p1 ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilters.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryFilter;
NRepositoryFilters.byNameSelector ( String... p1 ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilters.byNameSelector:([Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryFilter;
NRepositoryFilters.bySelector ( String... p1 ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilters.bySelector:([Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryFilter;
NRepositoryFilters.byUuid ( String... p1 ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilters.byUuid:([Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryFilter;
NRepositoryFilters.installedRepo ( ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NRepositoryFilters.installedRepo:()Lnet/thevpc/nuts/NRepositoryFilter;
NRepositoryFilters.of ( NSession session ) [static] : NRepositoryFilters
net/thevpc/nuts/NRepositoryFilters.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRepositoryFilters;
nuts-0.8.4.jar,
NRepositoryListener.class
package net.thevpc.nuts
NRepositoryListener.onAddRepository ( NRepositoryEvent event ) : void
net/thevpc/nuts/NRepositoryListener.onAddRepository:(Lnet/thevpc/nuts/NRepositoryEvent;)V
NRepositoryListener.onConfigurationChanged ( NRepositoryEvent event ) : void
net/thevpc/nuts/NRepositoryListener.onConfigurationChanged:(Lnet/thevpc/nuts/NRepositoryEvent;)V
NRepositoryListener.onDeploy ( NContentEvent event ) : void
net/thevpc/nuts/NRepositoryListener.onDeploy:(Lnet/thevpc/nuts/NContentEvent;)V
NRepositoryListener.onPush ( NContentEvent event ) : void
net/thevpc/nuts/NRepositoryListener.onPush:(Lnet/thevpc/nuts/NContentEvent;)V
NRepositoryListener.onRemoveRepository ( NRepositoryEvent event ) : void
net/thevpc/nuts/NRepositoryListener.onRemoveRepository:(Lnet/thevpc/nuts/NRepositoryEvent;)V
NRepositoryListener.onUndeploy ( NContentEvent event ) : void
net/thevpc/nuts/NRepositoryListener.onUndeploy:(Lnet/thevpc/nuts/NContentEvent;)V
nuts-0.8.4.jar,
NRepositoryLocation.class
package net.thevpc.nuts.spi
NRepositoryLocation.compareTo ( NRepositoryLocation o ) : int
net/thevpc/nuts/spi/NRepositoryLocation.compareTo:(Lnet/thevpc/nuts/spi/NRepositoryLocation;)I
NRepositoryLocation.compareTo ( Object p1 ) : int
net/thevpc/nuts/spi/NRepositoryLocation.compareTo:(Ljava/lang/Object;)I
NRepositoryLocation.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NRepositoryLocation.equals:(Ljava/lang/Object;)Z
NRepositoryLocation.getFullLocation ( ) : String
net/thevpc/nuts/spi/NRepositoryLocation.getFullLocation:()Ljava/lang/String;
NRepositoryLocation.getLocationType ( ) : String
net/thevpc/nuts/spi/NRepositoryLocation.getLocationType:()Ljava/lang/String;
NRepositoryLocation.getName ( ) : String
net/thevpc/nuts/spi/NRepositoryLocation.getName:()Ljava/lang/String;
NRepositoryLocation.getPath ( ) : String
net/thevpc/nuts/spi/NRepositoryLocation.getPath:()Ljava/lang/String;
NRepositoryLocation.hashCode ( ) : int
net/thevpc/nuts/spi/NRepositoryLocation.hashCode:()I
NRepositoryLocation.isBlank ( ) : boolean
net/thevpc/nuts/spi/NRepositoryLocation.isBlank:()Z
NRepositoryLocation.NRepositoryLocation ( String locationString )
net/thevpc/nuts/spi/NRepositoryLocation."<init>":(Ljava/lang/String;)V
NRepositoryLocation.NRepositoryLocation ( String name, String locationType, String path )
net/thevpc/nuts/spi/NRepositoryLocation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
NRepositoryLocation.of ( String locationString ) [static] : NRepositoryLocation
net/thevpc/nuts/spi/NRepositoryLocation.of:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryLocation.of ( String locationString, NRepositoryDB db, NSession session ) [static] : NOptional<NRepositoryLocation>
net/thevpc/nuts/spi/NRepositoryLocation.of:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NRepositoryDB;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NRepositoryLocation.of ( String name, String fullLocation ) [static] : NRepositoryLocation
net/thevpc/nuts/spi/NRepositoryLocation.of:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryLocation.of ( String repositorySelectionExpression, NRepositoryLocation[ ] available, NRepositoryDB db, NSession session ) [static] : NOptional<NRepositoryLocation[ ]>
net/thevpc/nuts/spi/NRepositoryLocation.of:(Ljava/lang/String;[Lnet/thevpc/nuts/spi/NRepositoryLocation;Lnet/thevpc/nuts/spi/NRepositoryDB;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NRepositoryLocation.setLocationType ( String locationType ) : NRepositoryLocation
net/thevpc/nuts/spi/NRepositoryLocation.setLocationType:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryLocation.setName ( String name ) : NRepositoryLocation
net/thevpc/nuts/spi/NRepositoryLocation.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryLocation.setPath ( String path ) : NRepositoryLocation
net/thevpc/nuts/spi/NRepositoryLocation.setPath:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryLocation.toString ( ) : String
net/thevpc/nuts/spi/NRepositoryLocation.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NRepositoryModel.class
package net.thevpc.nuts
NRepositoryModel.acceptDeploy ( NId id, NFetchMode mode, NRepository repository, NSession session ) : boolean
net/thevpc/nuts/NRepositoryModel.acceptDeploy:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Z
NRepositoryModel.acceptFetch ( NId id, NFetchMode mode, NRepository repository, NSession session ) : boolean
net/thevpc/nuts/NRepositoryModel.acceptFetch:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Z
NRepositoryModel.fetchContent ( NId id, NDescriptor descriptor, NFetchMode fetchMode, NRepository repository, NSession session ) : NPath
net/thevpc/nuts/NRepositoryModel.fetchContent:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NDescriptor;Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NPath;
NRepositoryModel.fetchDescriptor ( NId id, NFetchMode fetchMode, NRepository repository, NSession session ) : NDescriptor
net/thevpc/nuts/NRepositoryModel.fetchDescriptor:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptor;
NRepositoryModel.getMode ( ) : int
net/thevpc/nuts/NRepositoryModel.getMode:()I
NRepositoryModel.getName ( ) [abstract] : String
net/thevpc/nuts/NRepositoryModel.getName:()Ljava/lang/String;
NRepositoryModel.getRepositoryType ( ) : String
net/thevpc/nuts/NRepositoryModel.getRepositoryType:()Ljava/lang/String;
NRepositoryModel.getSpeed ( ) : NSpeedQualifier
net/thevpc/nuts/NRepositoryModel.getSpeed:()Lnet/thevpc/nuts/NSpeedQualifier;
NRepositoryModel.getStoreStrategy ( ) : NStoreStrategy
net/thevpc/nuts/NRepositoryModel.getStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NRepositoryModel.getUuid ( ) : String
net/thevpc/nuts/NRepositoryModel.getUuid:()Ljava/lang/String;
NRepositoryModel.isAcceptFetchMode ( NFetchMode mode ) : boolean
net/thevpc/nuts/NRepositoryModel.isAcceptFetchMode:(Lnet/thevpc/nuts/NFetchMode;)Z
NRepositoryModel.isRemote ( ) : boolean
net/thevpc/nuts/NRepositoryModel.isRemote:()Z
NRepositoryModel.search ( NIdFilter filter, NPath[ ] basePaths, NFetchMode fetchMode, NRepository repository, NSession session ) : NIterator<NId>
net/thevpc/nuts/NRepositoryModel.search:(Lnet/thevpc/nuts/NIdFilter;[Lnet/thevpc/nuts/io/NPath;Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterator;
NRepositoryModel.searchLatestVersion ( NId id, NIdFilter filter, NFetchMode fetchMode, NRepository repository, NSession session ) : NId
net/thevpc/nuts/NRepositoryModel.searchLatestVersion:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NIdFilter;Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NId;
NRepositoryModel.searchVersions ( NId id, NIdFilter idFilter, NFetchMode fetchMode, NRepository repository, NSession session ) : NIterator<NId>
net/thevpc/nuts/NRepositoryModel.searchVersions:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NIdFilter;Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NIterator;
NRepositoryModel.updateStatistics ( NRepository repository, NSession session ) : void
net/thevpc/nuts/NRepositoryModel.updateStatistics:(Lnet/thevpc/nuts/NRepository;Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NRepositoryNotFoundException.class
package net.thevpc.nuts
NRepositoryNotFoundException.NRepositoryNotFoundException ( NSession session, String repository )
net/thevpc/nuts/NRepositoryNotFoundException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/String;)V
nuts-0.8.4.jar,
NRepositoryRef.class
package net.thevpc.nuts
NRepositoryRef.copy ( ) : NRepositoryRef
net/thevpc/nuts/NRepositoryRef.copy:()Lnet/thevpc/nuts/NRepositoryRef;
NRepositoryRef.equals ( Object obj ) : boolean
net/thevpc/nuts/NRepositoryRef.equals:(Ljava/lang/Object;)Z
NRepositoryRef.getDeployWeight ( ) : int
net/thevpc/nuts/NRepositoryRef.getDeployWeight:()I
NRepositoryRef.getLocation ( ) : String
net/thevpc/nuts/NRepositoryRef.getLocation:()Ljava/lang/String;
NRepositoryRef.getName ( ) : String
net/thevpc/nuts/NRepositoryRef.getName:()Ljava/lang/String;
NRepositoryRef.hashCode ( ) : int
net/thevpc/nuts/NRepositoryRef.hashCode:()I
NRepositoryRef.isEnabled ( ) : boolean
net/thevpc/nuts/NRepositoryRef.isEnabled:()Z
NRepositoryRef.isFailSafe ( ) : boolean
net/thevpc/nuts/NRepositoryRef.isFailSafe:()Z
NRepositoryRef.NRepositoryRef ( )
net/thevpc/nuts/NRepositoryRef."<init>":()V
NRepositoryRef.NRepositoryRef ( NRepositoryRef other )
net/thevpc/nuts/NRepositoryRef."<init>":(Lnet/thevpc/nuts/NRepositoryRef;)V
NRepositoryRef.NRepositoryRef ( String name, String location, int deployPriority, boolean enabled )
net/thevpc/nuts/NRepositoryRef."<init>":(Ljava/lang/String;Ljava/lang/String;IZ)V
NRepositoryRef.setDeployWeight ( int deployPriority ) : NRepositoryRef
net/thevpc/nuts/NRepositoryRef.setDeployWeight:(I)Lnet/thevpc/nuts/NRepositoryRef;
NRepositoryRef.setEnabled ( boolean enabled ) : NRepositoryRef
net/thevpc/nuts/NRepositoryRef.setEnabled:(Z)Lnet/thevpc/nuts/NRepositoryRef;
NRepositoryRef.setFailSafe ( boolean failSafe ) : NRepositoryRef
net/thevpc/nuts/NRepositoryRef.setFailSafe:(Z)Lnet/thevpc/nuts/NRepositoryRef;
NRepositoryRef.setLocation ( String location ) : NRepositoryRef
net/thevpc/nuts/NRepositoryRef.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryRef;
NRepositoryRef.setName ( String name ) : NRepositoryRef
net/thevpc/nuts/NRepositoryRef.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositoryRef;
NRepositoryRef.toString ( ) : String
net/thevpc/nuts/NRepositoryRef.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NRepositorySecurityManager.class
package net.thevpc.nuts
NRepositorySecurityManager.addUser ( String p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NRepositorySecurityManager.addUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NRepositorySecurityManager.checkAllowed ( String p1, String p2 ) [abstract] : NRepositorySecurityManager
net/thevpc/nuts/NRepositorySecurityManager.checkAllowed:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NRepositorySecurityManager;
NRepositorySecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 ) [abstract] : NRepositorySecurityManager
net/thevpc/nuts/NRepositorySecurityManager.checkCredentials:([C[C)Lnet/thevpc/nuts/NRepositorySecurityManager;
NRepositorySecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 ) [abstract] : char[ ]
net/thevpc/nuts/NRepositorySecurityManager.createCredentials:([CZ[C)[C
NRepositorySecurityManager.findUsers ( ) [abstract] : List<NUser>
net/thevpc/nuts/NRepositorySecurityManager.findUsers:()Ljava/util/List;
NRepositorySecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NAuthenticationAgent
net/thevpc/nuts/NRepositorySecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/security/NAuthenticationAgent;
NRepositorySecurityManager.getCredentials ( char[ ] p1 ) [abstract] : char[ ]
net/thevpc/nuts/NRepositorySecurityManager.getCredentials:([C)[C
NRepositorySecurityManager.getEffectiveUser ( String p1 ) [abstract] : NUser
net/thevpc/nuts/NRepositorySecurityManager.getEffectiveUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NUser;
NRepositorySecurityManager.isAllowed ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NRepositorySecurityManager.isAllowed:(Ljava/lang/String;)Z
NRepositorySecurityManager.removeCredentials ( char[ ] p1 ) [abstract] : boolean
net/thevpc/nuts/NRepositorySecurityManager.removeCredentials:([C)Z
NRepositorySecurityManager.removeUser ( String p1 ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NRepositorySecurityManager.removeUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NRemoveUserCmd;
NRepositorySecurityManager.setAuthenticationAgent ( String p1 ) [abstract] : NRepositorySecurityManager
net/thevpc/nuts/NRepositorySecurityManager.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NRepositorySecurityManager;
NRepositorySecurityManager.setSession ( NSession p1 ) [abstract] : NRepositorySecurityManager
net/thevpc/nuts/NRepositorySecurityManager.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRepositorySecurityManager;
NRepositorySecurityManager.updateUser ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NRepositorySecurityManager.updateUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
nuts-0.8.4.jar,
NRepositorySelector.class
package net.thevpc.nuts.spi
NRepositorySelector.getName ( ) : String
net/thevpc/nuts/spi/NRepositorySelector.getName:()Ljava/lang/String;
NRepositorySelector.getOp ( ) : NSelectorOp
net/thevpc/nuts/spi/NRepositorySelector.getOp:()Lnet/thevpc/nuts/spi/NSelectorOp;
NRepositorySelector.getUrl ( ) : String
net/thevpc/nuts/spi/NRepositorySelector.getUrl:()Ljava/lang/String;
NRepositorySelector.matches ( NRepositoryLocation other ) : boolean
net/thevpc/nuts/spi/NRepositorySelector.matches:(Lnet/thevpc/nuts/spi/NRepositoryLocation;)Z
NRepositorySelector.NRepositorySelector ( NSelectorOp op, NRepositoryLocation location )
net/thevpc/nuts/spi/NRepositorySelector."<init>":(Lnet/thevpc/nuts/spi/NSelectorOp;Lnet/thevpc/nuts/spi/NRepositoryLocation;)V
NRepositorySelector.of ( NSelectorOp op, String location, NRepositoryDB db, NSession session ) [static] : NOptional<NRepositorySelector>
net/thevpc/nuts/spi/NRepositorySelector.of:(Lnet/thevpc/nuts/spi/NSelectorOp;Ljava/lang/String;Lnet/thevpc/nuts/spi/NRepositoryDB;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NRepositorySelector.of ( String location, NRepositoryDB db, NSession session ) [static] : NOptional<NRepositorySelector>
net/thevpc/nuts/spi/NRepositorySelector.of:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NRepositoryDB;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NRepositorySelector.toString ( ) : String
net/thevpc/nuts/spi/NRepositorySelector.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NRepositorySelectorList.class
package net.thevpc.nuts.spi
NRepositorySelectorList.acceptExisting ( NRepositoryLocation location ) : boolean
net/thevpc/nuts/spi/NRepositorySelectorList.acceptExisting:(Lnet/thevpc/nuts/spi/NRepositoryLocation;)Z
NRepositorySelectorList.merge ( NRepositorySelectorList other ) : NRepositorySelectorList
net/thevpc/nuts/spi/NRepositorySelectorList.merge:(Lnet/thevpc/nuts/spi/NRepositorySelectorList;)Lnet/thevpc/nuts/spi/NRepositorySelectorList;
NRepositorySelectorList.NRepositorySelectorList ( )
net/thevpc/nuts/spi/NRepositorySelectorList."<init>":()V
NRepositorySelectorList.NRepositorySelectorList ( NRepositorySelector[ ] a )
net/thevpc/nuts/spi/NRepositorySelectorList."<init>":([Lnet/thevpc/nuts/spi/NRepositorySelector;)V
NRepositorySelectorList.of ( List<String> expressions, NRepositoryDB db, NSession session ) [static] : NOptional<NRepositorySelectorList>
net/thevpc/nuts/spi/NRepositorySelectorList.of:(Ljava/util/List;Lnet/thevpc/nuts/spi/NRepositoryDB;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NRepositorySelectorList.of ( List<String> expressions, NSession session ) [static] : NOptional<NRepositorySelectorList>
net/thevpc/nuts/spi/NRepositorySelectorList.of:(Ljava/util/List;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NRepositorySelectorList.of ( String expression, NRepositoryDB db, NSession session ) [static] : NOptional<NRepositorySelectorList>
net/thevpc/nuts/spi/NRepositorySelectorList.of:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NRepositoryDB;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NRepositorySelectorList.resolve ( NRepositoryLocation[ ] available, NRepositoryDB db ) : NRepositoryLocation[ ]
net/thevpc/nuts/spi/NRepositorySelectorList.resolve:([Lnet/thevpc/nuts/spi/NRepositoryLocation;Lnet/thevpc/nuts/spi/NRepositoryDB;)[Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositorySelectorList.toArray ( ) : NRepositorySelector[ ]
net/thevpc/nuts/spi/NRepositorySelectorList.toArray:()[Lnet/thevpc/nuts/spi/NRepositorySelector;
NRepositorySelectorList.toString ( ) : String
net/thevpc/nuts/spi/NRepositorySelectorList.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NRepositorySPI.class
package net.thevpc.nuts.spi
NRepositorySPI.config ( ) [abstract] : NRepositoryConfigManager
net/thevpc/nuts/spi/NRepositorySPI.config:()Lnet/thevpc/nuts/NRepositoryConfigManager;
NRepositorySPI.deploy ( ) [abstract] : NDeployRepositoryCmd
net/thevpc/nuts/spi/NRepositorySPI.deploy:()Lnet/thevpc/nuts/spi/NDeployRepositoryCmd;
NRepositorySPI.fetchContent ( ) [abstract] : NFetchContentRepositoryCmd
net/thevpc/nuts/spi/NRepositorySPI.fetchContent:()Lnet/thevpc/nuts/spi/NFetchContentRepositoryCmd;
NRepositorySPI.fetchDescriptor ( ) [abstract] : NFetchDescriptorRepositoryCmd
net/thevpc/nuts/spi/NRepositorySPI.fetchDescriptor:()Lnet/thevpc/nuts/spi/NFetchDescriptorRepositoryCmd;
NRepositorySPI.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NRepositorySPI.getName:()Ljava/lang/String;
NRepositorySPI.getParentRepository ( ) [abstract] : NRepository
net/thevpc/nuts/spi/NRepositorySPI.getParentRepository:()Lnet/thevpc/nuts/NRepository;
NRepositorySPI.getRepositoryListeners ( ) [abstract] : List<NRepositoryListener>
net/thevpc/nuts/spi/NRepositorySPI.getRepositoryListeners:()Ljava/util/List;
NRepositorySPI.getRepositoryType ( ) [abstract] : String
net/thevpc/nuts/spi/NRepositorySPI.getRepositoryType:()Ljava/lang/String;
NRepositorySPI.getUserProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/spi/NRepositorySPI.getUserProperties:()Ljava/util/Map;
NRepositorySPI.getUserPropertyListeners ( ) [abstract] : List<NMapListener<String,Object>>
net/thevpc/nuts/spi/NRepositorySPI.getUserPropertyListeners:()Ljava/util/List;
NRepositorySPI.getUuid ( ) [abstract] : String
net/thevpc/nuts/spi/NRepositorySPI.getUuid:()Ljava/lang/String;
NRepositorySPI.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/spi/NRepositorySPI.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NRepositorySPI.isAcceptFetchMode ( NFetchMode p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/spi/NRepositorySPI.isAcceptFetchMode:(Lnet/thevpc/nuts/NFetchMode;Lnet/thevpc/nuts/NSession;)Z
NRepositorySPI.isEnabled ( NSession p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NRepositorySPI.isEnabled:(Lnet/thevpc/nuts/NSession;)Z
NRepositorySPI.push ( ) [abstract] : NPushRepositoryCmd
net/thevpc/nuts/spi/NRepositorySPI.push:()Lnet/thevpc/nuts/spi/NPushRepositoryCmd;
NRepositorySPI.search ( ) [abstract] : NSearchRepositoryCmd
net/thevpc/nuts/spi/NRepositorySPI.search:()Lnet/thevpc/nuts/spi/NSearchRepositoryCmd;
NRepositorySPI.searchVersions ( ) [abstract] : NSearchVersionsRepositoryCmd
net/thevpc/nuts/spi/NRepositorySPI.searchVersions:()Lnet/thevpc/nuts/spi/NSearchVersionsRepositoryCmd;
NRepositorySPI.security ( ) [abstract] : NRepositorySecurityManager
net/thevpc/nuts/spi/NRepositorySPI.security:()Lnet/thevpc/nuts/NRepositorySecurityManager;
NRepositorySPI.setEnabled ( boolean p1, NSession p2 ) [abstract] : NRepository
net/thevpc/nuts/spi/NRepositorySPI.setEnabled:(ZLnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NRepository;
NRepositorySPI.undeploy ( ) [abstract] : NRepositoryUndeployCmd
net/thevpc/nuts/spi/NRepositorySPI.undeploy:()Lnet/thevpc/nuts/spi/NRepositoryUndeployCmd;
NRepositorySPI.updateStatistics ( ) [abstract] : NUpdateRepositoryStatsCmd
net/thevpc/nuts/spi/NRepositorySPI.updateStatistics:()Lnet/thevpc/nuts/spi/NUpdateRepositoryStatsCmd;
nuts-0.8.4.jar,
NRepositoryUndeployCmd.class
package net.thevpc.nuts.spi
NRepositoryUndeployCmd.getId ( ) [abstract] : NId
net/thevpc/nuts/spi/NRepositoryUndeployCmd.getId:()Lnet/thevpc/nuts/NId;
NRepositoryUndeployCmd.getRepository ( ) [abstract] : String
net/thevpc/nuts/spi/NRepositoryUndeployCmd.getRepository:()Ljava/lang/String;
NRepositoryUndeployCmd.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/spi/NRepositoryUndeployCmd.isOffline:()Z
NRepositoryUndeployCmd.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/spi/NRepositoryUndeployCmd.isTransitive:()Z
NRepositoryUndeployCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NRepositoryUndeployCmd.run ( ) [abstract] : NRepositoryUndeployCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryUndeployCmd;
NRepositoryUndeployCmd.setId ( NId p1 ) [abstract] : NRepositoryUndeployCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/spi/NRepositoryUndeployCmd;
NRepositoryUndeployCmd.setOffline ( boolean p1 ) [abstract] : NRepositoryUndeployCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.setOffline:(Z)Lnet/thevpc/nuts/spi/NRepositoryUndeployCmd;
NRepositoryUndeployCmd.setRepository ( String p1 ) [abstract] : NRepositoryUndeployCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryUndeployCmd;
NRepositoryUndeployCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NRepositoryUndeployCmd.setSession ( NSession p1 ) [abstract] : NRepositoryUndeployCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryUndeployCmd;
NRepositoryUndeployCmd.setTransitive ( boolean p1 ) [abstract] : NRepositoryUndeployCmd
net/thevpc/nuts/spi/NRepositoryUndeployCmd.setTransitive:(Z)Lnet/thevpc/nuts/spi/NRepositoryUndeployCmd;
nuts-0.8.4.jar,
NRepositoryURLList.class
package net.thevpc.nuts.spi
NRepositoryURLList.add ( NRepositoryLocation a ) : NRepositoryURLList
net/thevpc/nuts/spi/NRepositoryURLList.add:(Lnet/thevpc/nuts/spi/NRepositoryLocation;)Lnet/thevpc/nuts/spi/NRepositoryURLList;
NRepositoryURLList.addAll ( NRepositoryLocation[ ] all ) : NRepositoryURLList
net/thevpc/nuts/spi/NRepositoryURLList.addAll:([Lnet/thevpc/nuts/spi/NRepositoryLocation;)Lnet/thevpc/nuts/spi/NRepositoryURLList;
NRepositoryURLList.clear ( ) : NRepositoryURLList
net/thevpc/nuts/spi/NRepositoryURLList.clear:()Lnet/thevpc/nuts/spi/NRepositoryURLList;
NRepositoryURLList.containsName ( String name ) : boolean
net/thevpc/nuts/spi/NRepositoryURLList.containsName:(Ljava/lang/String;)Z
NRepositoryURLList.containsSelection ( NRepositoryLocation s ) : boolean
net/thevpc/nuts/spi/NRepositoryURLList.containsSelection:(Lnet/thevpc/nuts/spi/NRepositoryLocation;)Z
NRepositoryURLList.containsURL ( String url ) : boolean
net/thevpc/nuts/spi/NRepositoryURLList.containsURL:(Ljava/lang/String;)Z
NRepositoryURLList.indexOf ( NRepositoryLocation other, int offset ) : int
net/thevpc/nuts/spi/NRepositoryURLList.indexOf:(Lnet/thevpc/nuts/spi/NRepositoryLocation;I)I
NRepositoryURLList.indexOfName ( String name, int offset ) : int
net/thevpc/nuts/spi/NRepositoryURLList.indexOfName:(Ljava/lang/String;I)I
NRepositoryURLList.indexOfNames ( String[ ] names, int offset ) : int
net/thevpc/nuts/spi/NRepositoryURLList.indexOfNames:([Ljava/lang/String;I)I
NRepositoryURLList.indexOfURL ( String url, int offset ) : int
net/thevpc/nuts/spi/NRepositoryURLList.indexOfURL:(Ljava/lang/String;I)I
NRepositoryURLList.NRepositoryURLList ( )
net/thevpc/nuts/spi/NRepositoryURLList."<init>":()V
NRepositoryURLList.NRepositoryURLList ( NRepositoryLocation[ ] all )
net/thevpc/nuts/spi/NRepositoryURLList."<init>":([Lnet/thevpc/nuts/spi/NRepositoryLocation;)V
NRepositoryURLList.removeAt ( int i ) : NRepositoryLocation
net/thevpc/nuts/spi/NRepositoryURLList.removeAt:(I)Lnet/thevpc/nuts/spi/NRepositoryLocation;
NRepositoryURLList.toArray ( ) : NRepositoryLocation[ ]
net/thevpc/nuts/spi/NRepositoryURLList.toArray:()[Lnet/thevpc/nuts/spi/NRepositoryLocation;
nuts-0.8.4.jar,
NReservedBootClassLoader.class
package net.thevpc.nuts.reserved.boot
NReservedBootClassLoader.add ( NClassLoaderNode node ) : boolean
net/thevpc/nuts/reserved/boot/NReservedBootClassLoader.add:(Lnet/thevpc/nuts/boot/NClassLoaderNode;)Z
NReservedBootClassLoader.add ( NClassLoaderNode node, boolean deep ) : boolean
net/thevpc/nuts/reserved/boot/NReservedBootClassLoader.add:(Lnet/thevpc/nuts/boot/NClassLoaderNode;Z)Z
NReservedBootClassLoader.contains ( NClassLoaderNode node, boolean deep ) : boolean
net/thevpc/nuts/reserved/boot/NReservedBootClassLoader.contains:(Lnet/thevpc/nuts/boot/NClassLoaderNode;Z)Z
NReservedBootClassLoader.NReservedBootClassLoader ( NClassLoaderNode[ ] urls, ClassLoader parent )
net/thevpc/nuts/reserved/boot/NReservedBootClassLoader."<init>":([Lnet/thevpc/nuts/boot/NClassLoaderNode;Ljava/lang/ClassLoader;)V
NReservedBootClassLoader.search ( NClassLoaderNode node, boolean deep ) : NClassLoaderNode
net/thevpc/nuts/reserved/boot/NReservedBootClassLoader.search:(Lnet/thevpc/nuts/boot/NClassLoaderNode;Z)Lnet/thevpc/nuts/boot/NClassLoaderNode;
NReservedBootClassLoader.toString ( ) : String
net/thevpc/nuts/reserved/boot/NReservedBootClassLoader.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NReservedBootConfigLoader.class
package net.thevpc.nuts.reserved.boot
NReservedBootConfigLoader.asNutsHomeLocationMap ( Map<Object,String> m ) [static] : Map<NHomeLocation,String>
net/thevpc/nuts/reserved/boot/NReservedBootConfigLoader.asNutsHomeLocationMap:(Ljava/util/Map;)Ljava/util/Map;
NReservedBootConfigLoader.asNutsStoreLocationMap ( Map<Object,String> m ) [static] : Map<NStoreType,String>
net/thevpc/nuts/reserved/boot/NReservedBootConfigLoader.asNutsStoreLocationMap:(Ljava/util/Map;)Ljava/util/Map;
NReservedBootConfigLoader.loadBootConfig ( String workspaceLocation, NLog bLog ) [static] : NBootOptionsBuilder
net/thevpc/nuts/reserved/boot/NReservedBootConfigLoader.loadBootConfig:(Ljava/lang/String;Lnet/thevpc/nuts/log/NLog;)Lnet/thevpc/nuts/boot/NBootOptionsBuilder;
NReservedBootConfigLoader.NReservedBootConfigLoader ( )
net/thevpc/nuts/reserved/boot/NReservedBootConfigLoader."<init>":()V
nuts-0.8.4.jar,
NReservedBootConfigLoaderOld.class
package net.thevpc.nuts.reserved.compat
NReservedBootConfigLoaderOld.loadConfigVersion502 ( NBootOptionsBuilder config, Map<String,Object> jsonObject, NLog bLog ) [static] : void
net/thevpc/nuts/reserved/compat/NReservedBootConfigLoaderOld.loadConfigVersion502:(Lnet/thevpc/nuts/boot/NBootOptionsBuilder;Ljava/util/Map;Lnet/thevpc/nuts/log/NLog;)V
NReservedBootConfigLoaderOld.loadConfigVersion506 ( NBootOptionsBuilder config, Map<String,Object> jsonObject, NLog bLog ) [static] : void
net/thevpc/nuts/reserved/compat/NReservedBootConfigLoaderOld.loadConfigVersion506:(Lnet/thevpc/nuts/boot/NBootOptionsBuilder;Ljava/util/Map;Lnet/thevpc/nuts/log/NLog;)V
NReservedBootConfigLoaderOld.loadConfigVersion507 ( NBootOptionsBuilder config, Map<String,Object> jsonObject, NLog bLog ) [static] : void
net/thevpc/nuts/reserved/compat/NReservedBootConfigLoaderOld.loadConfigVersion507:(Lnet/thevpc/nuts/boot/NBootOptionsBuilder;Ljava/util/Map;Lnet/thevpc/nuts/log/NLog;)V
NReservedBootConfigLoaderOld.NReservedBootConfigLoaderOld ( )
net/thevpc/nuts/reserved/compat/NReservedBootConfigLoaderOld."<init>":()V
nuts-0.8.4.jar,
NReservedBootLog.class
package net.thevpc.nuts.reserved.boot
NReservedBootLog.err ( ) : PrintStream
net/thevpc/nuts/reserved/boot/NReservedBootLog.err:()Ljava/io/PrintStream;
NReservedBootLog.err ( String msg, Object... p ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.err:(Ljava/lang/String;[Ljava/lang/Object;)V
NReservedBootLog.errln ( Throwable exception ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.errln:(Ljava/lang/Throwable;)V
NReservedBootLog.isLoggable ( Level lvl ) : boolean
net/thevpc/nuts/reserved/boot/NReservedBootLog.isLoggable:(Ljava/util/logging/Level;)Z
NReservedBootLog.isLoggableFile ( Level lvl ) : boolean
net/thevpc/nuts/reserved/boot/NReservedBootLog.isLoggableFile:(Ljava/util/logging/Level;)Z
NReservedBootLog.isLoggableTerm ( Level lvl ) : boolean
net/thevpc/nuts/reserved/boot/NReservedBootLog.isLoggableTerm:(Ljava/util/logging/Level;)Z
NReservedBootLog.log ( Level lvl, NLogVerb logVerb, NMsg message ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/log/NLogVerb;Lnet/thevpc/nuts/util/NMsg;)V
NReservedBootLog.log ( Level lvl, NLogVerb logVerb, NMsg message, Throwable err ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/log/NLogVerb;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NReservedBootLog.log ( LogRecord record ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.log:(Ljava/util/logging/LogRecord;)V
NReservedBootLog.log ( NSession session, Level level, NLogVerb verb, NMsg msg, Throwable thrown ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.log:(Lnet/thevpc/nuts/NSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/log/NLogVerb;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NReservedBootLog.log ( NSession session, Level level, NLogVerb verb, Supplier<NMsg> msgSupplier, Supplier<Throwable> errorSupplier ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.log:(Lnet/thevpc/nuts/NSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/log/NLogVerb;Ljava/util/function/Supplier;Ljava/util/function/Supplier;)V
NReservedBootLog.NReservedBootLog ( )
net/thevpc/nuts/reserved/boot/NReservedBootLog."<init>":()V
NReservedBootLog.NReservedBootLog ( NWorkspaceTerminalOptions bootTerminal )
net/thevpc/nuts/reserved/boot/NReservedBootLog."<init>":(Lnet/thevpc/nuts/NWorkspaceTerminalOptions;)V
NReservedBootLog.outln ( String msg, Object... p ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.outln:(Ljava/lang/String;[Ljava/lang/Object;)V
NReservedBootLog.readLine ( ) : String
net/thevpc/nuts/reserved/boot/NReservedBootLog.readLine:()Ljava/lang/String;
NReservedBootLog.setOptions ( NWorkspaceOptions options ) : void
net/thevpc/nuts/reserved/boot/NReservedBootLog.setOptions:(Lnet/thevpc/nuts/NWorkspaceOptions;)V
NReservedBootLog.with ( ) : NLogOp
net/thevpc/nuts/reserved/boot/NReservedBootLog.with:()Lnet/thevpc/nuts/log/NLogOp;
nuts-0.8.4.jar,
NReservedBootRepositoryDB.class
package net.thevpc.nuts.reserved.boot
NReservedBootRepositoryDB.getAllNames ( String name ) : Set<String>
net/thevpc/nuts/reserved/boot/NReservedBootRepositoryDB.getAllNames:(Ljava/lang/String;)Ljava/util/Set;
NReservedBootRepositoryDB.getRepositoryLocationByName ( String name ) : String
net/thevpc/nuts/reserved/boot/NReservedBootRepositoryDB.getRepositoryLocationByName:(Ljava/lang/String;)Ljava/lang/String;
NReservedBootRepositoryDB.getRepositoryNameByLocation ( String location ) : String
net/thevpc/nuts/reserved/boot/NReservedBootRepositoryDB.getRepositoryNameByLocation:(Ljava/lang/String;)Ljava/lang/String;
NReservedBootRepositoryDB.getSupportLevel ( NSupportLevelContext context ) : int
net/thevpc/nuts/reserved/boot/NReservedBootRepositoryDB.getSupportLevel:(Lnet/thevpc/nuts/spi/NSupportLevelContext;)I
NReservedBootRepositoryDB.isDefaultRepositoryName ( String name ) : boolean
net/thevpc/nuts/reserved/boot/NReservedBootRepositoryDB.isDefaultRepositoryName:(Ljava/lang/String;)Z
NReservedBootRepositoryDB.NReservedBootRepositoryDB ( )
net/thevpc/nuts/reserved/boot/NReservedBootRepositoryDB."<init>":()V
nuts-0.8.4.jar,
NReservedBootWorkspaceFactoryComparator.class
package net.thevpc.nuts.reserved.boot
NReservedBootWorkspaceFactoryComparator.compare ( NBootWorkspaceFactory o1, NBootWorkspaceFactory o2 ) : int
net/thevpc/nuts/reserved/boot/NReservedBootWorkspaceFactoryComparator.compare:(Lnet/thevpc/nuts/spi/NBootWorkspaceFactory;Lnet/thevpc/nuts/spi/NBootWorkspaceFactory;)I
NReservedBootWorkspaceFactoryComparator.compare ( Object p1, Object p2 ) : int
net/thevpc/nuts/reserved/boot/NReservedBootWorkspaceFactoryComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
NReservedBootWorkspaceFactoryComparator.NReservedBootWorkspaceFactoryComparator ( NBootOptions options )
net/thevpc/nuts/reserved/boot/NReservedBootWorkspaceFactoryComparator."<init>":(Lnet/thevpc/nuts/boot/NBootOptions;)V
nuts-0.8.4.jar,
NReservedDeleteFilesContext.class
package net.thevpc.nuts.reserved.io
NReservedDeleteFilesContext.accept ( Path p1 ) [abstract] : boolean
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContext.accept:(Ljava/nio/file/Path;)Z
NReservedDeleteFilesContext.ignore ( Path p1 ) [abstract] : void
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContext.ignore:(Ljava/nio/file/Path;)V
NReservedDeleteFilesContext.isForce ( ) [abstract] : boolean
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContext.isForce:()Z
NReservedDeleteFilesContext.setForce ( boolean p1 ) [abstract] : void
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContext.setForce:(Z)V
nuts-0.8.4.jar,
NReservedDeleteFilesContextImpl.class
package net.thevpc.nuts.reserved.io
NReservedDeleteFilesContextImpl.accept ( Path directory ) : boolean
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContextImpl.accept:(Ljava/nio/file/Path;)Z
NReservedDeleteFilesContextImpl.ignore ( Path directory ) : void
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContextImpl.ignore:(Ljava/nio/file/Path;)V
NReservedDeleteFilesContextImpl.isForce ( ) : boolean
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContextImpl.isForce:()Z
NReservedDeleteFilesContextImpl.NReservedDeleteFilesContextImpl ( )
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContextImpl."<init>":()V
NReservedDeleteFilesContextImpl.setForce ( boolean value ) : void
net/thevpc/nuts/reserved/io/NReservedDeleteFilesContextImpl.setForce:(Z)V
nuts-0.8.4.jar,
NReservedErrorInfo.class
package net.thevpc.nuts.reserved.exception
NReservedErrorInfo.getMessage ( ) : String
net/thevpc/nuts/reserved/exception/NReservedErrorInfo.getMessage:()Ljava/lang/String;
NReservedErrorInfo.getNutsId ( ) : NId
net/thevpc/nuts/reserved/exception/NReservedErrorInfo.getNutsId:()Lnet/thevpc/nuts/NId;
NReservedErrorInfo.getRepository ( ) : String
net/thevpc/nuts/reserved/exception/NReservedErrorInfo.getRepository:()Ljava/lang/String;
NReservedErrorInfo.getThrowable ( ) : Throwable
net/thevpc/nuts/reserved/exception/NReservedErrorInfo.getThrowable:()Ljava/lang/Throwable;
NReservedErrorInfo.getUrl ( ) : String
net/thevpc/nuts/reserved/exception/NReservedErrorInfo.getUrl:()Ljava/lang/String;
NReservedErrorInfo.NReservedErrorInfo ( NId nutsId, String repository, String url, String message, Throwable throwable )
net/thevpc/nuts/reserved/exception/NReservedErrorInfo."<init>":(Lnet/thevpc/nuts/NId;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
NReservedErrorInfo.toString ( ) : String
net/thevpc/nuts/reserved/exception/NReservedErrorInfo.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NReservedErrorInfoList.class
package net.thevpc.nuts.reserved.exception
NReservedErrorInfoList.add ( NReservedErrorInfo e ) : void
net/thevpc/nuts/reserved/exception/NReservedErrorInfoList.add:(Lnet/thevpc/nuts/reserved/exception/NReservedErrorInfo;)V
NReservedErrorInfoList.insert ( int pos, NReservedErrorInfo e ) : void
net/thevpc/nuts/reserved/exception/NReservedErrorInfoList.insert:(ILnet/thevpc/nuts/reserved/exception/NReservedErrorInfo;)V
NReservedErrorInfoList.list ( ) : List<NReservedErrorInfo>
net/thevpc/nuts/reserved/exception/NReservedErrorInfoList.list:()Ljava/util/List;
NReservedErrorInfoList.NReservedErrorInfoList ( )
net/thevpc/nuts/reserved/exception/NReservedErrorInfoList."<init>":()V
NReservedErrorInfoList.removeErrorsFor ( NId nutsId ) : void
net/thevpc/nuts/reserved/exception/NReservedErrorInfoList.removeErrorsFor:(Lnet/thevpc/nuts/NId;)V
NReservedErrorInfoList.toString ( ) : String
net/thevpc/nuts/reserved/exception/NReservedErrorInfoList.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NReservedExceptionUtils.class
package net.thevpc.nuts.reserved.exception
NReservedExceptionUtils.NReservedExceptionUtils ( )
net/thevpc/nuts/reserved/exception/NReservedExceptionUtils."<init>":()V
nuts-0.8.4.jar,
NReservedIOUtils.class
package net.thevpc.nuts.reserved.io
NReservedIOUtils.copy ( File ff, File to, NLog bLog ) [static] : void
net/thevpc/nuts/reserved/io/NReservedIOUtils.copy:(Ljava/io/File;Ljava/io/File;Lnet/thevpc/nuts/log/NLog;)V
NReservedIOUtils.copy ( InputStream from, OutputStream to, boolean closeInput, boolean closeOutput ) [static] : long
net/thevpc/nuts/reserved/io/NReservedIOUtils.copy:(Ljava/io/InputStream;Ljava/io/OutputStream;ZZ)J
NReservedIOUtils.copy ( URL url, File to, NLog bLog ) [static] : void
net/thevpc/nuts/reserved/io/NReservedIOUtils.copy:(Ljava/net/URL;Ljava/io/File;Lnet/thevpc/nuts/log/NLog;)V
NReservedIOUtils.createFile ( String parent, String child ) [static] : File
net/thevpc/nuts/reserved/io/NReservedIOUtils.createFile:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;
NReservedIOUtils.deleteAndConfirmAll ( Path[ ] folders, boolean force, NReservedDeleteFilesContext refForceAll, String header, NSession session, NLog bLog, NBootOptions bOptions, Supplier<String> readline ) [static] : long
net/thevpc/nuts/reserved/io/NReservedIOUtils.deleteAndConfirmAll:([Ljava/nio/file/Path;ZLnet/thevpc/nuts/reserved/io/NReservedDeleteFilesContext;Ljava/lang/String;Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/log/NLog;Lnet/thevpc/nuts/boot/NBootOptions;Ljava/util/function/Supplier;)J
NReservedIOUtils.deleteAndConfirmAll ( Path[ ] folders, boolean force, String header, NSession session, NLog bLog, NBootOptions bOptions, Supplier<String> readline ) [static] : long
net/thevpc/nuts/reserved/io/NReservedIOUtils.deleteAndConfirmAll:([Ljava/nio/file/Path;ZLjava/lang/String;Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/log/NLog;Lnet/thevpc/nuts/boot/NBootOptions;Ljava/util/function/Supplier;)J
NReservedIOUtils.deleteStoreLocations ( NBootOptions lastBootOptions, NBootOptions o, boolean includeRoot, NLog bLog, Object[ ] locations, Supplier<String> readline ) [static] : long
net/thevpc/nuts/reserved/io/NReservedIOUtils.deleteStoreLocations:(Lnet/thevpc/nuts/boot/NBootOptions;Lnet/thevpc/nuts/boot/NBootOptions;ZLnet/thevpc/nuts/log/NLog;[Ljava/lang/Object;Ljava/util/function/Supplier;)J
NReservedIOUtils.expandPath ( String path, String base, Function<String,String> pathExpansionConverter ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.expandPath:(Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function;)Ljava/lang/String;
NReservedIOUtils.formatURL ( URL url ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.formatURL:(Ljava/net/URL;)Ljava/lang/String;
NReservedIOUtils.getAbsolutePath ( String path ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.getAbsolutePath:(Ljava/lang/String;)Ljava/lang/String;
NReservedIOUtils.getFileOrDirectoryDigest ( Path p ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.getFileOrDirectoryDigest:(Ljava/nio/file/Path;)Ljava/lang/String;
NReservedIOUtils.getNativePath ( String s ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.getNativePath:(Ljava/lang/String;)Ljava/lang/String;
NReservedIOUtils.getStoreLocationPath ( NBootOptions bOptions, NStoreType value ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.getStoreLocationPath:(Lnet/thevpc/nuts/boot/NBootOptions;Lnet/thevpc/nuts/NStoreType;)Ljava/lang/String;
NReservedIOUtils.getStreamDigest ( InputStream is ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.getStreamDigest:(Ljava/io/InputStream;)Ljava/lang/String;
NReservedIOUtils.getURLDigest ( URL url, NLog bLog ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.getURLDigest:(Ljava/net/URL;Lnet/thevpc/nuts/log/NLog;)Ljava/lang/String;
NReservedIOUtils.isFileAccessible ( Path path, Instant expireTime, NLog bLog ) [static] : boolean
net/thevpc/nuts/reserved/io/NReservedIOUtils.isFileAccessible:(Ljava/nio/file/Path;Ljava/time/Instant;Lnet/thevpc/nuts/log/NLog;)Z
NReservedIOUtils.isURL ( String url ) [static] : boolean
net/thevpc/nuts/reserved/io/NReservedIOUtils.isURL:(Ljava/lang/String;)Z
NReservedIOUtils.loadStream ( InputStream stream, NLog bLog ) [static] : byte[ ]
net/thevpc/nuts/reserved/io/NReservedIOUtils.loadStream:(Ljava/io/InputStream;Lnet/thevpc/nuts/log/NLog;)[B
NReservedIOUtils.loadURLProperties ( Path path, NLog bLog ) [static] : Properties
net/thevpc/nuts/reserved/io/NReservedIOUtils.loadURLProperties:(Ljava/nio/file/Path;Lnet/thevpc/nuts/log/NLog;)Ljava/util/Properties;
NReservedIOUtils.loadURLProperties ( URL url, File cacheFile, boolean useCache, NLog bLog ) [static] : Properties
net/thevpc/nuts/reserved/io/NReservedIOUtils.loadURLProperties:(Ljava/net/URL;Ljava/io/File;ZLnet/thevpc/nuts/log/NLog;)Ljava/util/Properties;
NReservedIOUtils.NReservedIOUtils ( )
net/thevpc/nuts/reserved/io/NReservedIOUtils."<init>":()V
NReservedIOUtils.openStream ( URL url, NLog bLog ) [static] : InputStream
net/thevpc/nuts/reserved/io/NReservedIOUtils.openStream:(Ljava/net/URL;Lnet/thevpc/nuts/log/NLog;)Ljava/io/InputStream;
NReservedIOUtils.preloadStream ( InputStream stream, NLog bLog ) [static] : ByteArrayInputStream
net/thevpc/nuts/reserved/io/NReservedIOUtils.preloadStream:(Ljava/io/InputStream;Lnet/thevpc/nuts/log/NLog;)Ljava/io/ByteArrayInputStream;
NReservedIOUtils.readStringFromFile ( File file ) [static] : String
net/thevpc/nuts/reserved/io/NReservedIOUtils.readStringFromFile:(Ljava/io/File;)Ljava/lang/String;
NReservedIOUtils.resolveInputStream ( String url, NLog bLog ) [static] : InputStream
net/thevpc/nuts/reserved/io/NReservedIOUtils.resolveInputStream:(Ljava/lang/String;Lnet/thevpc/nuts/log/NLog;)Ljava/io/InputStream;
NReservedIOUtils.toFile ( String url ) [static] : File
net/thevpc/nuts/reserved/io/NReservedIOUtils.toFile:(Ljava/lang/String;)Ljava/io/File;
NReservedIOUtils.toFile ( URL url ) [static] : File
net/thevpc/nuts/reserved/io/NReservedIOUtils.toFile:(Ljava/net/URL;)Ljava/io/File;
nuts-0.8.4.jar,
NReservedJsonParser.class
package net.thevpc.nuts.reserved.parser
NReservedJsonParser.NReservedJsonParser ( Reader r )
net/thevpc/nuts/reserved/parser/NReservedJsonParser."<init>":(Ljava/io/Reader;)V
NReservedJsonParser.parse ( ) : Object
net/thevpc/nuts/reserved/parser/NReservedJsonParser.parse:()Ljava/lang/Object;
NReservedJsonParser.parse ( Path path ) [static] : Map<String,Object>
net/thevpc/nuts/reserved/parser/NReservedJsonParser.parse:(Ljava/nio/file/Path;)Ljava/util/Map;
NReservedJsonParser.parseArray ( ) : List<Object>
net/thevpc/nuts/reserved/parser/NReservedJsonParser.parseArray:()Ljava/util/List;
NReservedJsonParser.parseObject ( ) : Map<String,Object>
net/thevpc/nuts/reserved/parser/NReservedJsonParser.parseObject:()Ljava/util/Map;
nuts-0.8.4.jar,
NReservedLangUtils.class
package net.thevpc.nuts.reserved
NReservedLangUtils.addUniqueNonBlankList ( List<String> list, String... values ) [static] : List<String>
net/thevpc/nuts/reserved/NReservedLangUtils.addUniqueNonBlankList:(Ljava/util/List;[Ljava/lang/String;)Ljava/util/List;
NReservedLangUtils.addUniqueNonBlankList ( List<T> list, Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.addUniqueNonBlankList:(Ljava/util/List;Ljava/util/Collection;)Ljava/util/List;
NReservedLangUtils.copyOrNullList ( Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.copyOrNullList:(Ljava/util/Collection;)Ljava/util/List;
NReservedLangUtils.findClassLoaderJar ( NId id, URL[ ] urls ) [static] : URL
net/thevpc/nuts/reserved/NReservedLangUtils.findClassLoaderJar:(Lnet/thevpc/nuts/NId;[Ljava/net/URL;)Ljava/net/URL;
NReservedLangUtils.findThrowable ( Throwable th, Class<T> type, Predicate<Throwable> filter ) [static] : NOptional<T>
net/thevpc/nuts/reserved/NReservedLangUtils.findThrowable:(Ljava/lang/Throwable;Ljava/lang/Class;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NOptional;
NReservedLangUtils.firstIndexOf ( String string, char[ ] chars ) [static] : int
net/thevpc/nuts/reserved/NReservedLangUtils.firstIndexOf:(Ljava/lang/String;[C)I
NReservedLangUtils.getErrorMessage ( Throwable ex ) [static] : String
net/thevpc/nuts/reserved/NReservedLangUtils.getErrorMessage:(Ljava/lang/Throwable;)Ljava/lang/String;
NReservedLangUtils.inputString ( String message, String title, Supplier<String> in, NLog bLog ) [static] : String
net/thevpc/nuts/reserved/NReservedLangUtils.inputString:(Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Supplier;Lnet/thevpc/nuts/log/NLog;)Ljava/lang/String;
NReservedLangUtils.isGraphicalDesktopEnvironment ( ) [static] : boolean
net/thevpc/nuts/reserved/NReservedLangUtils.isGraphicalDesktopEnvironment:()Z
NReservedLangUtils.isLoadedClassPath ( URL url, ClassLoader contextClassLoader, NLog bLog ) [static] : boolean
net/thevpc/nuts/reserved/NReservedLangUtils.isLoadedClassPath:(Ljava/net/URL;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/log/NLog;)Z
NReservedLangUtils.joinAndTrimToNull ( List<String> args ) [static] : String
net/thevpc/nuts/reserved/NReservedLangUtils.joinAndTrimToNull:(Ljava/util/List;)Ljava/lang/String;
NReservedLangUtils.nonBlankSet ( Collection<T> other ) [static] : Set<T>
net/thevpc/nuts/reserved/NReservedLangUtils.nonBlankSet:(Ljava/util/Collection;)Ljava/util/Set;
NReservedLangUtils.nonNullList ( Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.nonNullList:(Ljava/util/Collection;)Ljava/util/List;
NReservedLangUtils.nonNullListFromArray ( T[ ] other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.nonNullListFromArray:([Ljava/lang/Object;)Ljava/util/List;
NReservedLangUtils.nonNullMap ( Map<T,V> other ) [static] : Map<T,V>
net/thevpc/nuts/reserved/NReservedLangUtils.nonNullMap:(Ljava/util/Map;)Ljava/util/Map;
NReservedLangUtils.nonNullSet ( Collection<T> other ) [static] : Set<T>
net/thevpc/nuts/reserved/NReservedLangUtils.nonNullSet:(Ljava/util/Collection;)Ljava/util/Set;
NReservedLangUtils.NReservedLangUtils ( )
net/thevpc/nuts/reserved/NReservedLangUtils."<init>":()V
NReservedLangUtils.parseAndTrimToDistinctList ( String s ) [static] : List<String>
net/thevpc/nuts/reserved/NReservedLangUtils.parseAndTrimToDistinctList:(Ljava/lang/String;)Ljava/util/List;
NReservedLangUtils.parseFileSizeInBytes ( String value, Integer defaultMultiplier ) [static] : NOptional<Integer>
net/thevpc/nuts/reserved/NReservedLangUtils.parseFileSizeInBytes:(Ljava/lang/String;Ljava/lang/Integer;)Lnet/thevpc/nuts/util/NOptional;
NReservedLangUtils.resolveClasspathURLs ( ClassLoader contextClassLoader, boolean includeClassPath ) [static] : URL[ ]
net/thevpc/nuts/reserved/NReservedLangUtils.resolveClasspathURLs:(Ljava/lang/ClassLoader;Z)[Ljava/net/URL;
NReservedLangUtils.resolveClassWorldURLs ( NClassLoaderNode[ ] nodes, ClassLoader contextClassLoader, NLog bLog ) [static] : URL[ ]
net/thevpc/nuts/reserved/NReservedLangUtils.resolveClassWorldURLs:([Lnet/thevpc/nuts/boot/NClassLoaderNode;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/log/NLog;)[Ljava/net/URL;
NReservedLangUtils.set ( Collection<T> other ) [static] : Set<T>
net/thevpc/nuts/reserved/NReservedLangUtils.set:(Ljava/util/Collection;)Ljava/util/Set;
NReservedLangUtils.showMessage ( String message, String title, NLog bLog ) [static] : void
net/thevpc/nuts/reserved/NReservedLangUtils.showMessage:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/log/NLog;)V
NReservedLangUtils.splitDefault ( String str ) [static] : List<String>
net/thevpc/nuts/reserved/NReservedLangUtils.splitDefault:(Ljava/lang/String;)Ljava/util/List;
NReservedLangUtils.stacktrace ( Throwable th ) [static] : String
net/thevpc/nuts/reserved/NReservedLangUtils.stacktrace:(Ljava/lang/Throwable;)Ljava/lang/String;
NReservedLangUtils.stacktraceToArray ( Throwable th ) [static] : String[ ]
net/thevpc/nuts/reserved/NReservedLangUtils.stacktraceToArray:(Ljava/lang/Throwable;)[Ljava/lang/String;
NReservedLangUtils.uniqueList ( Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.uniqueList:(Ljava/util/Collection;)Ljava/util/List;
NReservedLangUtils.uniqueNonBlankList ( Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.uniqueNonBlankList:(Ljava/util/Collection;)Ljava/util/List;
NReservedLangUtils.unmodifiableList ( Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.unmodifiableList:(Ljava/util/Collection;)Ljava/util/List;
NReservedLangUtils.unmodifiableMap ( Map<T,V> other ) [static] : Map<T,V>
net/thevpc/nuts/reserved/NReservedLangUtils.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
NReservedLangUtils.unmodifiableOrNullList ( Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.unmodifiableOrNullList:(Ljava/util/Collection;)Ljava/util/List;
NReservedLangUtils.unmodifiableOrNullMap ( Map<T,V> other ) [static] : Map<T,V>
net/thevpc/nuts/reserved/NReservedLangUtils.unmodifiableOrNullMap:(Ljava/util/Map;)Ljava/util/Map;
NReservedLangUtils.unmodifiableOrNullSet ( Collection<T> other ) [static] : Set<T>
net/thevpc/nuts/reserved/NReservedLangUtils.unmodifiableOrNullSet:(Ljava/util/Collection;)Ljava/util/Set;
NReservedLangUtils.unmodifiableUniqueList ( Collection<T> other ) [static] : List<T>
net/thevpc/nuts/reserved/NReservedLangUtils.unmodifiableUniqueList:(Ljava/util/Collection;)Ljava/util/List;
nuts-0.8.4.jar,
NReservedMavenUtils.class
package net.thevpc.nuts.reserved
NReservedMavenUtils.getBootCacheJar ( NId vid, NRepositoryLocation[ ] repositories, NRepositoryLocation cacheFolder, boolean useCache, String name, Instant expire, NReservedErrorInfoList errorList, NBootOptions bOptions, Function<String,String> pathExpansionConverter, NLog bLog, NBootCache cache ) [static] : File
net/thevpc/nuts/reserved/NReservedMavenUtils.getBootCacheJar:(Lnet/thevpc/nuts/NId;[Lnet/thevpc/nuts/spi/NRepositoryLocation;Lnet/thevpc/nuts/spi/NRepositoryLocation;ZLjava/lang/String;Ljava/time/Instant;Lnet/thevpc/nuts/reserved/exception/NReservedErrorInfoList;Lnet/thevpc/nuts/boot/NBootOptions;Ljava/util/function/Function;Lnet/thevpc/nuts/log/NLog;Lnet/thevpc/nuts/boot/NBootCache;)Ljava/io/File;
NReservedMavenUtils.getFileName ( NId id, String ext ) [static] : String
net/thevpc/nuts/reserved/NReservedMavenUtils.getFileName:(Lnet/thevpc/nuts/NId;Ljava/lang/String;)Ljava/lang/String;
NReservedMavenUtils.getPathFile ( NId id, String name ) [static] : String
net/thevpc/nuts/reserved/NReservedMavenUtils.getPathFile:(Lnet/thevpc/nuts/NId;Ljava/lang/String;)Ljava/lang/String;
NReservedMavenUtils.isMavenSettingsRepo ( NRepositoryLocation loc ) [static] : boolean
net/thevpc/nuts/reserved/NReservedMavenUtils.isMavenSettingsRepo:(Lnet/thevpc/nuts/spi/NRepositoryLocation;)Z
NReservedMavenUtils.loadDependenciesFromId ( NId rid, NLog bLog, Collection<NRepositoryLocation> repos, NBootCache cache ) [static] : Set<NId>
net/thevpc/nuts/reserved/NReservedMavenUtils.loadDependenciesFromId:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/log/NLog;Ljava/util/Collection;Lnet/thevpc/nuts/boot/NBootCache;)Ljava/util/Set;
NReservedMavenUtils.loadDependenciesFromNutsUrl ( String url, NLog bLog ) [static] : Set<NId>
net/thevpc/nuts/reserved/NReservedMavenUtils.loadDependenciesFromNutsUrl:(Ljava/lang/String;Lnet/thevpc/nuts/log/NLog;)Ljava/util/Set;
NReservedMavenUtils.NReservedMavenUtils ( )
net/thevpc/nuts/reserved/NReservedMavenUtils."<init>":()V
NReservedMavenUtils.resolveJarIds ( URL url ) [static] : NId[ ]
net/thevpc/nuts/reserved/NReservedMavenUtils.resolveJarIds:(Ljava/net/URL;)[Lnet/thevpc/nuts/NId;
NReservedMavenUtils.resolveLatestMavenId ( NId zId, Predicate<NVersion> filter, NLog bLog, Collection<NRepositoryLocation> bootRepositories, NBootOptionsBuilder options ) [static] : NId
net/thevpc/nuts/reserved/NReservedMavenUtils.resolveLatestMavenId:(Lnet/thevpc/nuts/NId;Ljava/util/function/Predicate;Lnet/thevpc/nuts/log/NLog;Ljava/util/Collection;Lnet/thevpc/nuts/boot/NBootOptionsBuilder;)Lnet/thevpc/nuts/NId;
NReservedMavenUtils.resolveMavenFullPath ( NRepositoryLocation repo, NId nutsId, String ext ) [static] : String
net/thevpc/nuts/reserved/NReservedMavenUtils.resolveMavenFullPath:(Lnet/thevpc/nuts/spi/NRepositoryLocation;Lnet/thevpc/nuts/NId;Ljava/lang/String;)Ljava/lang/String;
NReservedMavenUtils.resolveNutsApiPomPattern ( String propName, NLog bLog ) [static] : String
net/thevpc/nuts/reserved/NReservedMavenUtils.resolveNutsApiPomPattern:(Ljava/lang/String;Lnet/thevpc/nuts/log/NLog;)Ljava/lang/String;
NReservedMavenUtils.resolveNutsApiVersionFromClassPath ( NLog bLog ) [static] : String
net/thevpc/nuts/reserved/NReservedMavenUtils.resolveNutsApiVersionFromClassPath:(Lnet/thevpc/nuts/log/NLog;)Ljava/lang/String;
NReservedMavenUtils.resolveOrDownloadJar ( NId nutsId, NRepositoryLocation[ ] repositories, NRepositoryLocation cacheFolder, NLog bLog, boolean includeDesc, Instant expire, NReservedErrorInfoList errors ) [static] : File
net/thevpc/nuts/reserved/NReservedMavenUtils.resolveOrDownloadJar:(Lnet/thevpc/nuts/NId;[Lnet/thevpc/nuts/spi/NRepositoryLocation;Lnet/thevpc/nuts/spi/NRepositoryLocation;Lnet/thevpc/nuts/log/NLog;ZLjava/time/Instant;Lnet/thevpc/nuts/reserved/exception/NReservedErrorInfoList;)Ljava/io/File;
NReservedMavenUtils.resolvePomTagValues ( String[ ] propNames, File file ) [static] : Map<String,String>
net/thevpc/nuts/reserved/NReservedMavenUtils.resolvePomTagValues:([Ljava/lang/String;Ljava/io/File;)Ljava/util/Map;
NReservedMavenUtils.resolvePomTagValues ( String[ ] propNames, InputStream is ) [static] : Map<String,String>
net/thevpc/nuts/reserved/NReservedMavenUtils.resolvePomTagValues:([Ljava/lang/String;Ljava/io/InputStream;)Ljava/util/Map;
NReservedMavenUtils.toMavenPath ( NId nutsId ) [static] : String
net/thevpc/nuts/reserved/NReservedMavenUtils.toMavenPath:(Lnet/thevpc/nuts/NId;)Ljava/lang/String;
nuts-0.8.4.jar,
NReservedMonitoredURLInputStream.class
package net.thevpc.nuts.reserved.io
NReservedMonitoredURLInputStream.close ( ) : void
net/thevpc/nuts/reserved/io/NReservedMonitoredURLInputStream.close:()V
NReservedMonitoredURLInputStream.of ( URL url, NLog log ) [static] : NReservedMonitoredURLInputStream
net/thevpc/nuts/reserved/io/NReservedMonitoredURLInputStream.of:(Ljava/net/URL;Lnet/thevpc/nuts/log/NLog;)Lnet/thevpc/nuts/reserved/io/NReservedMonitoredURLInputStream;
NReservedMonitoredURLInputStream.read ( ) : int
net/thevpc/nuts/reserved/io/NReservedMonitoredURLInputStream.read:()I
NReservedMonitoredURLInputStream.read ( byte[ ] b, int off, int len ) : int
net/thevpc/nuts/reserved/io/NReservedMonitoredURLInputStream.read:([BII)I
NReservedMonitoredURLInputStream.skip ( long n ) : long
net/thevpc/nuts/reserved/io/NReservedMonitoredURLInputStream.skip:(J)J
nuts-0.8.4.jar,
NReservedOptionalEmpty.class
package net.thevpc.nuts.reserved.optional
NReservedOptionalEmpty<T>.clone ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.clone:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalEmpty<T>.clone ( ) : Object
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.clone:()Ljava/lang/Object;
NReservedOptionalEmpty<T>.get ( Function<NSession,NMsg> message, NSession session ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.get:(Ljava/util/function/Function;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReservedOptionalEmpty<T>.get ( NSession session ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.get:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReservedOptionalEmpty<T>.get ( Supplier<NMsg> message ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.get:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NReservedOptionalEmpty<T>.getError ( ) : Throwable
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.getError:()Ljava/lang/Throwable;
NReservedOptionalEmpty<T>.getMessage ( ) : Function<NSession,NMsg>
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.getMessage:()Ljava/util/function/Function;
NReservedOptionalEmpty<T>.getType ( ) : NOptionalType
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.getType:()Lnet/thevpc/nuts/util/NOptionalType;
NReservedOptionalEmpty<T>.ifBlankEmpty ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.ifBlankEmpty:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalEmpty<T>.isBlank ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.isBlank:()Z
NReservedOptionalEmpty<T>.isEmpty ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.isEmpty:()Z
NReservedOptionalEmpty<T>.isError ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.isError:()Z
NReservedOptionalEmpty<T>.isNotPresent ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.isNotPresent:()Z
NReservedOptionalEmpty<T>.isNull ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.isNull:()Z
NReservedOptionalEmpty<T>.isPresent ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.isPresent:()Z
NReservedOptionalEmpty<T>.NReservedOptionalEmpty<T> ( Function<NSession,NMsg> message )
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty."<init>":(Ljava/util/function/Function;)V
NReservedOptionalEmpty<T>.then ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.then:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalEmpty<T>.throwError ( Function<NSession,NMsg> message, NSession session, Function<NSession,NMsg> message0 ) : void
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.throwError:(Ljava/util/function/Function;Lnet/thevpc/nuts/NSession;Ljava/util/function/Function;)V
NReservedOptionalEmpty<T>.toString ( ) : String
net/thevpc/nuts/reserved/optional/NReservedOptionalEmpty.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NReservedOptionalError.class
package net.thevpc.nuts.reserved.optional
NReservedOptionalError<T>.clone ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalError.clone:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalError<T>.clone ( ) : Object
net/thevpc/nuts/reserved/optional/NReservedOptionalError.clone:()Ljava/lang/Object;
NReservedOptionalError<T>.get ( Function<NSession,NMsg> message, NSession session ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalError.get:(Ljava/util/function/Function;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReservedOptionalError<T>.get ( NSession session ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalError.get:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReservedOptionalError<T>.get ( Supplier<NMsg> message ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalError.get:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NReservedOptionalError<T>.getError ( ) : Throwable
net/thevpc/nuts/reserved/optional/NReservedOptionalError.getError:()Ljava/lang/Throwable;
NReservedOptionalError<T>.getMessage ( ) : Function<NSession,NMsg>
net/thevpc/nuts/reserved/optional/NReservedOptionalError.getMessage:()Ljava/util/function/Function;
NReservedOptionalError<T>.getType ( ) : NOptionalType
net/thevpc/nuts/reserved/optional/NReservedOptionalError.getType:()Lnet/thevpc/nuts/util/NOptionalType;
NReservedOptionalError<T>.ifBlankEmpty ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalError.ifBlankEmpty:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalError<T>.isBlank ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalError.isBlank:()Z
NReservedOptionalError<T>.isEmpty ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalError.isEmpty:()Z
NReservedOptionalError<T>.isError ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalError.isError:()Z
NReservedOptionalError<T>.isNotPresent ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalError.isNotPresent:()Z
NReservedOptionalError<T>.isPresent ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalError.isPresent:()Z
NReservedOptionalError<T>.NReservedOptionalError<T> ( Function<NSession,NMsg> message, Throwable error )
net/thevpc/nuts/reserved/optional/NReservedOptionalError."<init>":(Ljava/util/function/Function;Ljava/lang/Throwable;)V
NReservedOptionalError<T>.then ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalError.then:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalError<T>.throwError ( Function<NSession,NMsg> message, NSession session, Function<NSession,NMsg> message0 ) : void
net/thevpc/nuts/reserved/optional/NReservedOptionalError.throwError:(Ljava/util/function/Function;Lnet/thevpc/nuts/NSession;Ljava/util/function/Function;)V
NReservedOptionalError<T>.toString ( ) : String
net/thevpc/nuts/reserved/optional/NReservedOptionalError.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NReservedOptionalImpl.class
package net.thevpc.nuts.reserved.optional
NReservedOptionalImpl<T>.filter ( NMessagedPredicate<T> predicate ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.filter:(Lnet/thevpc/nuts/NMessagedPredicate;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.filter ( Predicate<T> predicate ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.filter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.filter ( Predicate<T> predicate, Function<NSession,NMsg> message ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.filter:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.flatMap ( Function<T,NOptional<V>> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.flatMap:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.get ( ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.get:()Ljava/lang/Object;
NReservedOptionalImpl<T>.getSession ( ) : NSession
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.getSession:()Lnet/thevpc/nuts/NSession;
NReservedOptionalImpl<T>.ifBlank ( T other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifBlank:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifBlankEmpty ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifBlankEmpty:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifBlankEmpty ( Function<NSession,NMsg> emptyMessage ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifBlankEmpty:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifBlankUse ( Supplier<NOptional<T>> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifBlankUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifEmpty ( T other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifEmpty:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifEmptyGet ( Supplier<?> other ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifEmptyGet:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NReservedOptionalImpl<T>.ifEmptyNull ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifEmptyNull:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifEmptyOf ( Supplier<T> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifEmptyOf:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifEmptyOfNullable ( Supplier<T> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifEmptyOfNullable:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifEmptyUse ( Supplier<NOptional<T>> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifEmptyUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifError ( T other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifError:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifErrorNull ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifErrorNull:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifErrorUse ( Supplier<NOptional<T>> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifErrorUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifNullEmpty ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifNullEmpty:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifNullUse ( Supplier<NOptional<T>> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifNullUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.ifPresent ( Consumer<T> t ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.ifPresent:(Ljava/util/function/Consumer;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.isDefault ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.isDefault:()Z
NReservedOptionalImpl<T>.isNotPresent ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.isNotPresent:()Z
NReservedOptionalImpl<T>.map ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.map:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIf ( Predicate<T> predicate, Function<T,T> trueExpr ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIf:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIf ( Predicate<T> predicate, Function<T,V> trueExpr, Function<T,V> falseExpr ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIf:(Ljava/util/function/Predicate;Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIfDefault ( Function<T,T> mapper ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIfDefault:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIfNotBlank ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIfNotBlank:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIfNotDefault ( Function<T,T> mapper ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIfNotDefault:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIfNotEmpty ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIfNotEmpty:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIfNotError ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIfNotError:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIfNotNull ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIfNotNull:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.mapIfPresent ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.mapIfPresent:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.NReservedOptionalImpl<T> ( )
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl."<init>":()V
NReservedOptionalImpl<T>.orElse ( T other ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
NReservedOptionalImpl<T>.orElseGet ( Supplier<?> other ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.orElseGet:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NReservedOptionalImpl<T>.orElseOf ( Supplier<T> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.orElseOf:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.orElseOfNullable ( Supplier<T> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.orElseOfNullable:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.orElseThrow ( Supplier<?> exceptionSupplier ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.orElseThrow:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NReservedOptionalImpl<T>.orElseUse ( Supplier<NOptional<T>> other ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.orElseUse:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.orNull ( ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.orNull:()Ljava/lang/Object;
NReservedOptionalImpl<T>.setSession ( NSession session ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalImpl<T>.then ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalImpl.then:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NReservedOptionalThrowable.class
package net.thevpc.nuts.reserved.optional
NReservedOptionalThrowable<T>.clone ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.clone:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalThrowable<T>.clone ( ) : Object
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.clone:()Ljava/lang/Object;
NReservedOptionalThrowable<T>.isNull ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.isNull:()Z
NReservedOptionalThrowable<T>.NReservedOptionalThrowable<T> ( )
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable."<init>":()V
NReservedOptionalThrowable<T>.orDefault ( ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.orDefault:()Ljava/lang/Object;
NReservedOptionalThrowable<T>.orDefaultOptional ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.orDefaultOptional:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalThrowable<T>.prepareMessage ( NMsg m ) : NMsg
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.prepareMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/util/NMsg;
NReservedOptionalThrowable<T>.withDefault ( Supplier<T> value ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.withDefault:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalThrowable<T>.withDefault ( T value ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.withDefault:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalThrowable<T>.withDefaultOptional ( Supplier<NOptional<T>> value ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.withDefaultOptional:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalThrowable<T>.withoutDefault ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalThrowable.withoutDefault:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NReservedOptionalValid.class
package net.thevpc.nuts.reserved.optional
NReservedOptionalValid<T>.get ( Function<NSession,NMsg> message, NSession session ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.get:(Ljava/util/function/Function;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReservedOptionalValid<T>.get ( Supplier<NMsg> message ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.get:(Ljava/util/function/Supplier;)Ljava/lang/Object;
NReservedOptionalValid<T>.getError ( ) : Throwable
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.getError:()Ljava/lang/Throwable;
NReservedOptionalValid<T>.getMessage ( ) : Function<NSession,NMsg>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.getMessage:()Ljava/util/function/Function;
NReservedOptionalValid<T>.getType ( ) : NOptionalType
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.getType:()Lnet/thevpc/nuts/util/NOptionalType;
NReservedOptionalValid<T>.ifBlankEmpty ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.ifBlankEmpty:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalValid<T>.isBlank ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.isBlank:()Z
NReservedOptionalValid<T>.isEmpty ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.isEmpty:()Z
NReservedOptionalValid<T>.isError ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.isError:()Z
NReservedOptionalValid<T>.isNull ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.isNull:()Z
NReservedOptionalValid<T>.isPresent ( ) : boolean
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.isPresent:()Z
NReservedOptionalValid<T>.NReservedOptionalValid<T> ( )
net/thevpc/nuts/reserved/optional/NReservedOptionalValid."<init>":()V
NReservedOptionalValid<T>.orDefault ( ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.orDefault:()Ljava/lang/Object;
NReservedOptionalValid<T>.orDefaultOptional ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.orDefaultOptional:()Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalValid<T>.then ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.then:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalValid<T>.toString ( ) : String
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.toString:()Ljava/lang/String;
NReservedOptionalValid<T>.withDefault ( Supplier<T> value ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.withDefault:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalValid<T>.withDefault ( T value ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.withDefault:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalValid<T>.withDefaultOptional ( Supplier<NOptional<T>> value ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.withDefaultOptional:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/util/NOptional;
NReservedOptionalValid<T>.withoutDefault ( ) : NOptional<T>
net/thevpc/nuts/reserved/optional/NReservedOptionalValid.withoutDefault:()Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NReservedOptionalValidCallable.class
package net.thevpc.nuts.reserved.optional
NReservedOptionalValidCallable<T>.get ( NSession session ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalValidCallable.get:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReservedOptionalValidCallable<T>.NReservedOptionalValidCallable<T> ( NCallable<T> value )
net/thevpc/nuts/reserved/optional/NReservedOptionalValidCallable."<init>":(Lnet/thevpc/nuts/util/NCallable;)V
NReservedOptionalValidCallable<T>.then ( Function<T,V> mapper ) : NOptional<V>
net/thevpc/nuts/reserved/optional/NReservedOptionalValidCallable.then:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NReservedOptionalValidValue.class
package net.thevpc.nuts.reserved.optional
NReservedOptionalValidValue<T>.get ( NSession session ) : T
net/thevpc/nuts/reserved/optional/NReservedOptionalValidValue.get:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NReservedOptionalValidValue<T>.NReservedOptionalValidValue<T> ( T value )
net/thevpc/nuts/reserved/optional/NReservedOptionalValidValue."<init>":(Ljava/lang/Object;)V
nuts-0.8.4.jar,
NReservedPath.class
package net.thevpc.nuts.reserved.io
NReservedPath.getFile ( ) : Path
net/thevpc/nuts/reserved/io/NReservedPath.getFile:()Ljava/nio/file/Path;
NReservedPath.getInputSteam ( NLog log ) : InputStream
net/thevpc/nuts/reserved/io/NReservedPath.getInputSteam:(Lnet/thevpc/nuts/log/NLog;)Ljava/io/InputStream;
NReservedPath.getName ( ) : String
net/thevpc/nuts/reserved/io/NReservedPath.getName:()Ljava/lang/String;
NReservedPath.getPath ( ) : String
net/thevpc/nuts/reserved/io/NReservedPath.getPath:()Ljava/lang/String;
NReservedPath.getUrl ( ) : URL
net/thevpc/nuts/reserved/io/NReservedPath.getUrl:()Ljava/net/URL;
NReservedPath.isRemote ( ) : boolean
net/thevpc/nuts/reserved/io/NReservedPath.isRemote:()Z
NReservedPath.NReservedPath ( Path path )
net/thevpc/nuts/reserved/io/NReservedPath."<init>":(Ljava/nio/file/Path;)V
NReservedPath.NReservedPath ( String path )
net/thevpc/nuts/reserved/io/NReservedPath."<init>":(Ljava/lang/String;)V
NReservedPath.NReservedPath ( URL path )
net/thevpc/nuts/reserved/io/NReservedPath."<init>":(Ljava/net/URL;)V
NReservedPath.readAllBytes ( NLog log ) : byte[ ]
net/thevpc/nuts/reserved/io/NReservedPath.readAllBytes:(Lnet/thevpc/nuts/log/NLog;)[B
NReservedPath.resolve ( String s ) : NReservedPath
net/thevpc/nuts/reserved/io/NReservedPath.resolve:(Ljava/lang/String;)Lnet/thevpc/nuts/reserved/io/NReservedPath;
NReservedPath.toAbsolute ( ) : NReservedPath
net/thevpc/nuts/reserved/io/NReservedPath.toAbsolute:()Lnet/thevpc/nuts/reserved/io/NReservedPath;
NReservedPath.toString ( ) : String
net/thevpc/nuts/reserved/io/NReservedPath.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NReservedSimpleCharQueue.class
package net.thevpc.nuts.reserved.util
NReservedSimpleCharQueue.hasNext ( ) : boolean
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.hasNext:()Z
NReservedSimpleCharQueue.length ( ) : int
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.length:()I
NReservedSimpleCharQueue.NReservedSimpleCharQueue ( char[ ] value )
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue."<init>":([C)V
NReservedSimpleCharQueue.peek ( ) : char
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.peek:()C
NReservedSimpleCharQueue.peek ( int count ) : String
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.peek:(I)Ljava/lang/String;
NReservedSimpleCharQueue.read ( ) : char
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.read:()C
NReservedSimpleCharQueue.read ( int count ) : String
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.read:(I)Ljava/lang/String;
NReservedSimpleCharQueue.readAt ( int index ) : char
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.readAt:(I)C
NReservedSimpleCharQueue.skip ( int count ) : void
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.skip:(I)V
NReservedSimpleCharQueue.toString ( ) : String
net/thevpc/nuts/reserved/util/NReservedSimpleCharQueue.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NReservedUtils.class
package net.thevpc.nuts.reserved
NReservedUtils.acceptVersion ( NVersion one, NVersion other ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.acceptVersion:(Lnet/thevpc/nuts/NVersion;Lnet/thevpc/nuts/NVersion;)Z
NReservedUtils.acceptVersion ( NVersionInterval one, NVersion other ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.acceptVersion:(Lnet/thevpc/nuts/NVersionInterval;Lnet/thevpc/nuts/NVersion;)Z
NReservedUtils.coalesce ( Object... all ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.coalesce:([Ljava/lang/Object;)Ljava/lang/String;
NReservedUtils.desc ( Object s ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.desc:(Ljava/lang/Object;)Ljava/lang/String;
NReservedUtils.formatIdArray ( NId[ ] s ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.formatIdArray:([Lnet/thevpc/nuts/NId;)Ljava/lang/String;
NReservedUtils.formatIdList ( List<NId> s ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.formatIdList:(Ljava/util/List;)Ljava/lang/String;
NReservedUtils.formatLogValue ( Object unresolved, Object resolved ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.formatLogValue:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String;
NReservedUtils.formatStringIdArray ( String[ ] s ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.formatStringIdArray:([Ljava/lang/String;)Ljava/lang/String;
NReservedUtils.formatStringIdList ( List<String> s ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.formatStringIdList:(Ljava/util/List;)Ljava/lang/String;
NReservedUtils.getHome ( NStoreType storeFolder, NBootOptions bOptions ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.getHome:(Lnet/thevpc/nuts/NStoreType;Lnet/thevpc/nuts/boot/NBootOptions;)Ljava/lang/String;
NReservedUtils.getIdLongName ( String groupId, String artifactId, NVersion version, String classifier ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.getIdLongName:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NVersion;Ljava/lang/String;)Ljava/lang/String;
NReservedUtils.getIdShortName ( String groupId, String artifactId ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.getIdShortName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NReservedUtils.getSysBoolNutsProperty ( String property, boolean defaultValue ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.getSysBoolNutsProperty:(Ljava/lang/String;Z)Z
NReservedUtils.isAcceptCondition ( NEnvCondition cond ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.isAcceptCondition:(Lnet/thevpc/nuts/NEnvCondition;)Z
NReservedUtils.isAcceptDependency ( NDependency s, NBootOptions bOptions ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.isAcceptDependency:(Lnet/thevpc/nuts/NDependency;Lnet/thevpc/nuts/boot/NBootOptions;)Z
NReservedUtils.isActualJavaCommand ( String cmd ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.isActualJavaCommand:(Ljava/lang/String;)Z
NReservedUtils.isActualJavaOptions ( String options ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.isActualJavaOptions:(Ljava/lang/String;)Z
NReservedUtils.isDependencyDefaultScope ( String s1 ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.isDependencyDefaultScope:(Ljava/lang/String;)Z
NReservedUtils.isInfiniteLoopThread ( String className, String methodName ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.isInfiniteLoopThread:(Ljava/lang/String;Ljava/lang/String;)Z
NReservedUtils.isValidWorkspaceName ( String workspace ) [static] : boolean
net/thevpc/nuts/reserved/NReservedUtils.isValidWorkspaceName:(Ljava/lang/String;)Z
NReservedUtils.ndiUndo ( NLog bLog ) [static] : void
net/thevpc/nuts/reserved/NReservedUtils.ndiUndo:(Lnet/thevpc/nuts/log/NLog;)V
NReservedUtils.NReservedUtils ( )
net/thevpc/nuts/reserved/NReservedUtils."<init>":()V
NReservedUtils.parseId ( String nutsId ) [static] : NOptional<NId>
net/thevpc/nuts/reserved/NReservedUtils.parseId:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NReservedUtils.parseIdList ( String s ) [static] : NOptional<List<NId>>
net/thevpc/nuts/reserved/NReservedUtils.parseIdList:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NReservedUtils.parseStringIdList ( String s ) [static] : NOptional<List<String>>
net/thevpc/nuts/reserved/NReservedUtils.parseStringIdList:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NReservedUtils.resolveJavaCommand ( String javaHome ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.resolveJavaCommand:(Ljava/lang/String;)Ljava/lang/String;
NReservedUtils.resolveValidWorkspaceName ( String workspace ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.resolveValidWorkspaceName:(Ljava/lang/String;)Ljava/lang/String;
NReservedUtils.toDependencyExclusionListString ( List<NId> exclusions ) [static] : String
net/thevpc/nuts/reserved/NReservedUtils.toDependencyExclusionListString:(Ljava/util/List;)Ljava/lang/String;
NReservedUtils.toMap ( NEnvCondition condition ) [static] : Map<String,String>
net/thevpc/nuts/reserved/NReservedUtils.toMap:(Lnet/thevpc/nuts/NEnvCondition;)Ljava/util/Map;
nuts-0.8.4.jar,
NReservedVersionIntervalParser.class
package net.thevpc.nuts.reserved.parser
NReservedVersionIntervalParser.NReservedVersionIntervalParser ( )
net/thevpc/nuts/reserved/parser/NReservedVersionIntervalParser."<init>":()V
NReservedVersionIntervalParser.parse ( String version ) : NOptional<List<NVersionInterval>>
net/thevpc/nuts/reserved/parser/NReservedVersionIntervalParser.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NReservedWorkspaceOptionsToCmdLineBuilder.class
package net.thevpc.nuts.reserved
NReservedWorkspaceOptionsToCmdLineBuilder.NReservedWorkspaceOptionsToCmdLineBuilder ( NWorkspaceOptionsConfig config, NWorkspaceOptions options )
net/thevpc/nuts/reserved/NReservedWorkspaceOptionsToCmdLineBuilder."<init>":(Lnet/thevpc/nuts/NWorkspaceOptionsConfig;Lnet/thevpc/nuts/NWorkspaceOptions;)V
NReservedWorkspaceOptionsToCmdLineBuilder.toCmdLine ( ) : NCmdLine
net/thevpc/nuts/reserved/NReservedWorkspaceOptionsToCmdLineBuilder.toCmdLine:()Lnet/thevpc/nuts/cmdline/NCmdLine;
nuts-0.8.4.jar,
NRunAs.class
package net.thevpc.nuts
NRunAs.currentUser ( ) [static] : NRunAs
net/thevpc/nuts/NRunAs.currentUser:()Lnet/thevpc/nuts/NRunAs;
NRunAs.equals ( Object o ) : boolean
net/thevpc/nuts/NRunAs.equals:(Ljava/lang/Object;)Z
NRunAs.getMode ( ) : NRunAs.Mode
net/thevpc/nuts/NRunAs.getMode:()Lnet/thevpc/nuts/NRunAs$Mode;
NRunAs.getUser ( ) : String
net/thevpc/nuts/NRunAs.getUser:()Ljava/lang/String;
NRunAs.hashCode ( ) : int
net/thevpc/nuts/NRunAs.hashCode:()I
NRunAs.root ( ) [static] : NRunAs
net/thevpc/nuts/NRunAs.root:()Lnet/thevpc/nuts/NRunAs;
NRunAs.sudo ( ) [static] : NRunAs
net/thevpc/nuts/NRunAs.sudo:()Lnet/thevpc/nuts/NRunAs;
NRunAs.toString ( ) : String
net/thevpc/nuts/NRunAs.toString:()Ljava/lang/String;
NRunAs.user ( String name ) [static] : NRunAs
net/thevpc/nuts/NRunAs.user:(Ljava/lang/String;)Lnet/thevpc/nuts/NRunAs;
nuts-0.8.4.jar,
NRunnable.class
package net.thevpc.nuts.util
NRunnable.of ( Runnable o ) [static] : NRunnable
net/thevpc/nuts/util/NRunnable.of:(Ljava/lang/Runnable;)Lnet/thevpc/nuts/util/NRunnable;
NRunnable.run ( NSession p1 ) [abstract] : void
net/thevpc/nuts/util/NRunnable.run:(Lnet/thevpc/nuts/NSession;)V
NRunnable.withDesc ( NEDesc description ) : NRunnable
net/thevpc/nuts/util/NRunnable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NRunnable;
NRunnable.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NRunnable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NRunnableFromJavaRunnable.class
package net.thevpc.nuts.reserved.util
NRunnableFromJavaRunnable.NRunnableFromJavaRunnable ( Runnable base )
net/thevpc/nuts/reserved/util/NRunnableFromJavaRunnable."<init>":(Ljava/lang/Runnable;)V
NRunnableFromJavaRunnable.run ( NSession session ) : void
net/thevpc/nuts/reserved/util/NRunnableFromJavaRunnable.run:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NRunnableSupport.class
package net.thevpc.nuts
NRunnableSupport.getSupportLevel ( ) [abstract] : int
net/thevpc/nuts/NRunnableSupport.getSupportLevel:()I
NRunnableSupport.invalid ( Function<NSession,NMsg> emptyMessage ) [static] : NRunnableSupport
net/thevpc/nuts/NRunnableSupport.invalid:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NRunnableSupport;
NRunnableSupport.isValid ( ) : boolean
net/thevpc/nuts/NRunnableSupport.isValid:()Z
NRunnableSupport.isValid ( NRunnableSupport s ) [static] : boolean
net/thevpc/nuts/NRunnableSupport.isValid:(Lnet/thevpc/nuts/NRunnableSupport;)Z
NRunnableSupport.of ( int supportLevel, Runnable supplier ) [static] : NRunnableSupport
net/thevpc/nuts/NRunnableSupport.of:(ILjava/lang/Runnable;)Lnet/thevpc/nuts/NRunnableSupport;
NRunnableSupport.of ( int supportLevel, Runnable supplier, Function<NSession,NMsg> emptyMessage ) [static] : NRunnableSupport
net/thevpc/nuts/NRunnableSupport.of:(ILjava/lang/Runnable;Ljava/util/function/Function;)Lnet/thevpc/nuts/NRunnableSupport;
NRunnableSupport.resolve ( Collection<NRunnableSupport> source, Function<NSession,NMsg> emptyMessage ) [static] : NRunnableSupport
net/thevpc/nuts/NRunnableSupport.resolve:(Ljava/util/Collection;Ljava/util/function/Function;)Lnet/thevpc/nuts/NRunnableSupport;
NRunnableSupport.resolve ( Stream<NRunnableSupport> source, Function<NSession,NMsg> emptyMessage ) [static] : NRunnableSupport
net/thevpc/nuts/NRunnableSupport.resolve:(Ljava/util/stream/Stream;Ljava/util/function/Function;)Lnet/thevpc/nuts/NRunnableSupport;
NRunnableSupport.resolveSupplier ( Collection<Supplier<NRunnableSupport>> source, Function<NSession,NMsg> emptyMessage ) [static] : NRunnableSupport
net/thevpc/nuts/NRunnableSupport.resolveSupplier:(Ljava/util/Collection;Ljava/util/function/Function;)Lnet/thevpc/nuts/NRunnableSupport;
NRunnableSupport.resolveSupplier ( Stream<Supplier<NRunnableSupport>> source, Function<NSession,NMsg> emptyMessage ) [static] : NRunnableSupport
net/thevpc/nuts/NRunnableSupport.resolveSupplier:(Ljava/util/stream/Stream;Ljava/util/function/Function;)Lnet/thevpc/nuts/NRunnableSupport;
NRunnableSupport.run ( NSession p1 ) [abstract] : void
net/thevpc/nuts/NRunnableSupport.run:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NRunnableWithDescription.class
package net.thevpc.nuts.reserved.util
NRunnableWithDescription.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NRunnableWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NRunnableWithDescription.NRunnableWithDescription ( NRunnable base, NEDesc nfo )
net/thevpc/nuts/reserved/util/NRunnableWithDescription."<init>":(Lnet/thevpc/nuts/util/NRunnable;Lnet/thevpc/nuts/elem/NEDesc;)V
NRunnableWithDescription.run ( NSession session ) : void
net/thevpc/nuts/reserved/util/NRunnableWithDescription.run:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NScheduler.class
package net.thevpc.nuts.concurrent
NScheduler.executorService ( ) [abstract] : ExecutorService
net/thevpc/nuts/concurrent/NScheduler.executorService:()Ljava/util/concurrent/ExecutorService;
NScheduler.of ( NSession session ) [static] : NScheduler
net/thevpc/nuts/concurrent/NScheduler.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/concurrent/NScheduler;
nuts-0.8.4.jar,
NScopeType.class
package net.thevpc.nuts.spi
NScopeType.id ( ) : String
net/thevpc/nuts/spi/NScopeType.id:()Ljava/lang/String;
NScopeType.parse ( String value ) [static] : NOptional<NScopeType>
net/thevpc/nuts/spi/NScopeType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NScopeType.valueOf ( String name ) [static] : NScopeType
net/thevpc/nuts/spi/NScopeType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NScopeType;
NScopeType.values ( ) [static] : NScopeType[ ]
net/thevpc/nuts/spi/NScopeType.values:()[Lnet/thevpc/nuts/spi/NScopeType;
nuts-0.8.4.jar,
NSearchCmd.class
package net.thevpc.nuts
NSearchCmd.addArch ( Collection<String> p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addArch:(Ljava/util/Collection;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addArch ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addArch ( String... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addId ( NId p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addId ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addIds ( NId... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addIds ( String... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addLockedId ( NId p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addLockedId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addLockedId ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addLockedIds ( List<NId> p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addLockedIds:(Ljava/util/List;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addLockedIds ( NId... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addLockedIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addLockedIds ( String... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addPackaging ( Collection<String> p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addPackaging:(Ljava/util/Collection;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addPackaging ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addPackaging ( String... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addPackaging:([Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addRepositoryFilter ( NRepositoryFilter p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addRepositoryFilter:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addScope ( NDependencyScope p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addScope ( NDependencyScopePattern p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addScope:(Lnet/thevpc/nuts/NDependencyScopePattern;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addScopes ( NDependencyScope... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addScopes:([Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addScopes ( NDependencyScopePattern... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addScopes:([Lnet/thevpc/nuts/NDependencyScopePattern;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addScript ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addScript:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addScripts ( Collection<String> p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addScripts:(Ljava/util/Collection;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.addScripts ( String... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.addScripts:([Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.clearArch ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.clearArch:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.clearIds ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.clearIds:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.clearLockedIds ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.clearLockedIds:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.clearPackaging ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.clearPackaging:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.clearScopes ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.clearScopes:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.clearScripts ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.clearScripts:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.configure ( boolean p1, String... p2 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NSearchCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NSearchCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NSearchCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NSearchCmd.content ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.content:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.copy ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.copy:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NSearchCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NSearchCmd.copySession ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.copySession:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.dependencies ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.dependencies:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.distinct ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.distinct:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.effective ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.effective:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.failFast ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.failFast:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.getArch ( ) [abstract] : List<String>
net/thevpc/nuts/NSearchCmd.getArch:()Ljava/util/List;
NSearchCmd.getComparator ( ) [abstract] : NComparator<?>
net/thevpc/nuts/NSearchCmd.getComparator:()Lnet/thevpc/nuts/util/NComparator;
NSearchCmd.getDefaultVersions ( ) [abstract] : Boolean
net/thevpc/nuts/NSearchCmd.getDefaultVersions:()Ljava/lang/Boolean;
NSearchCmd.getDependencyFilter ( ) [abstract] : NDependencyFilter
net/thevpc/nuts/NSearchCmd.getDependencyFilter:()Lnet/thevpc/nuts/NDependencyFilter;
NSearchCmd.getDescriptorFilter ( ) [abstract] : NDescriptorFilter
net/thevpc/nuts/NSearchCmd.getDescriptorFilter:()Lnet/thevpc/nuts/NDescriptorFilter;
NSearchCmd.getIdFilter ( ) [abstract] : NIdFilter
net/thevpc/nuts/NSearchCmd.getIdFilter:()Lnet/thevpc/nuts/NIdFilter;
NSearchCmd.getIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NSearchCmd.getIds:()Ljava/util/List;
NSearchCmd.getInstallStatus ( ) [abstract] : NInstallStatusFilter
net/thevpc/nuts/NSearchCmd.getInstallStatus:()Lnet/thevpc/nuts/NInstallStatusFilter;
NSearchCmd.getLockedIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NSearchCmd.getLockedIds:()Ljava/util/List;
NSearchCmd.getOptional ( ) [abstract] : Boolean
net/thevpc/nuts/NSearchCmd.getOptional:()Ljava/lang/Boolean;
NSearchCmd.getPackaging ( ) [abstract] : List<String>
net/thevpc/nuts/NSearchCmd.getPackaging:()Ljava/util/List;
NSearchCmd.getRepositoryFilter ( ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NSearchCmd.getRepositoryFilter:()Lnet/thevpc/nuts/NRepositoryFilter;
NSearchCmd.getResultArch ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultArch:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NSearchCmd.getResultClassLoader:()Ljava/lang/ClassLoader;
NSearchCmd.getResultClassLoader ( ClassLoader p1 ) [abstract] : ClassLoader
net/thevpc/nuts/NSearchCmd.getResultClassLoader:(Ljava/lang/ClassLoader;)Ljava/lang/ClassLoader;
NSearchCmd.getResultClassPath ( ) [abstract] : String
net/thevpc/nuts/NSearchCmd.getResultClassPath:()Ljava/lang/String;
NSearchCmd.getResultDefinitions ( ) [abstract] : NStream<NDefinition>
net/thevpc/nuts/NSearchCmd.getResultDefinitions:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultDependencies ( ) [abstract] : NStream<NDependencies>
net/thevpc/nuts/NSearchCmd.getResultDependencies:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultDescriptors ( ) [abstract] : NStream<NDescriptor>
net/thevpc/nuts/NSearchCmd.getResultDescriptors:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultDesktopEnvironment ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultDesktopEnvironment:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultExecutionEntries ( ) [abstract] : NStream<NExecutionEntry>
net/thevpc/nuts/NSearchCmd.getResultExecutionEntries:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultIds ( ) [abstract] : NStream<NId>
net/thevpc/nuts/NSearchCmd.getResultIds:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultInlineDependencies ( ) [abstract] : NStream<NDependency>
net/thevpc/nuts/NSearchCmd.getResultInlineDependencies:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultInstallDates ( ) [abstract] : NStream<Instant>
net/thevpc/nuts/NSearchCmd.getResultInstallDates:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultInstallFolders ( ) [abstract] : NStream<NPath>
net/thevpc/nuts/NSearchCmd.getResultInstallFolders:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultInstallUsers ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultInstallUsers:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultNames ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultNames:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultNutsPath ( ) [abstract] : String
net/thevpc/nuts/NSearchCmd.getResultNutsPath:()Ljava/lang/String;
NSearchCmd.getResultOs ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultOs:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultOsDist ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultOsDist:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultPackaging ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultPackaging:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultPathNames ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultPathNames:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultPaths ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultPaths:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultPlatform ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultPlatform:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultProfile ( ) [abstract] : NStream<String>
net/thevpc/nuts/NSearchCmd.getResultProfile:()Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultQueryPlan ( ) [abstract] : NElement
net/thevpc/nuts/NSearchCmd.getResultQueryPlan:()Lnet/thevpc/nuts/elem/NElement;
NSearchCmd.getResultStoreLocations ( NStoreType p1 ) [abstract] : NStream<NPath>
net/thevpc/nuts/NSearchCmd.getResultStoreLocations:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getResultStrings ( String[ ] p1 ) [abstract] : NStream<String[ ]>
net/thevpc/nuts/NSearchCmd.getResultStrings:([Ljava/lang/String;)Lnet/thevpc/nuts/util/NStream;
NSearchCmd.getScope ( ) [abstract] : Set<NDependencyScope>
net/thevpc/nuts/NSearchCmd.getScope:()Ljava/util/Set;
NSearchCmd.getScripts ( ) [abstract] : List<String>
net/thevpc/nuts/NSearchCmd.getScripts:()Ljava/util/List;
NSearchCmd.getTargetApiVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NSearchCmd.getTargetApiVersion:()Lnet/thevpc/nuts/NVersion;
NSearchCmd.isApplication ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isApplication:()Z
NSearchCmd.isBasePackage ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isBasePackage:()Z
NSearchCmd.isCompanion ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isCompanion:()Z
NSearchCmd.isContent ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isContent:()Z
NSearchCmd.isDependencies ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isDependencies:()Z
NSearchCmd.isDistinct ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isDistinct:()Z
NSearchCmd.isEffective ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isEffective:()Z
NSearchCmd.isExec ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isExec:()Z
NSearchCmd.isExtension ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isExtension:()Z
NSearchCmd.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isFailFast:()Z
NSearchCmd.isInlineDependencies ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isInlineDependencies:()Z
NSearchCmd.isLatest ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isLatest:()Z
NSearchCmd.isLib ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isLib:()Z
NSearchCmd.isRuntime ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isRuntime:()Z
NSearchCmd.isSorted ( ) [abstract] : boolean
net/thevpc/nuts/NSearchCmd.isSorted:()Z
NSearchCmd.latest ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.latest:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.of ( NSession session ) [static] : NSearchCmd
net/thevpc/nuts/NSearchCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeArch ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeId ( NId p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeId ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeLockedId ( NId p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeLockedId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeLockedId ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removePackaging ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removePackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeScope ( NDependencyScope p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeScope ( NDependencyScopePattern p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeScope:(Lnet/thevpc/nuts/NDependencyScopePattern;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.removeScript ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.removeScript:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NSearchCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NSearchCmd.run ( ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.run:()Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setAll ( NFetchCmd p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setAll:(Lnet/thevpc/nuts/NFetchCmd;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setAll ( NSearchCmd p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setAll:(Lnet/thevpc/nuts/NSearchCmd;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setApplication ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setApplication:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setBasePackage ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setBasePackage:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setCompanion ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setCompanion:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setContent ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setContent:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setDefaultVersions ( Boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setDefaultVersions:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setDependencies ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setDependencies:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setDependencyFilter ( NDependencyFilter p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setDependencyFilter:(Lnet/thevpc/nuts/NDependencyFilter;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setDependencyFilter ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setDependencyFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setDescriptorFilter ( NDescriptorFilter p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setDescriptorFilter:(Lnet/thevpc/nuts/NDescriptorFilter;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setDescriptorFilter ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setDescriptorFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setDistinct ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setDistinct:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setEffective ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setEffective:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setExec ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setExec:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setExtension ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setExtension:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setFailFast ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setFailFast:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setId ( NId p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setId ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setIdFilter ( NIdFilter p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setIdFilter:(Lnet/thevpc/nuts/NIdFilter;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setIdFilter ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setIdFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setIds ( NId... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setIds ( String... p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setInlineDependencies ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setInlineDependencies:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setInstallStatus ( NInstallStatusFilter p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setInstallStatus:(Lnet/thevpc/nuts/NInstallStatusFilter;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setLatest ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setLatest:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setLib ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setLib:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setOptional ( Boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setRepositoryFilter ( NRepositoryFilter p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setRepositoryFilter:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setRepositoryFilter ( String p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setRepositoryFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setRuntime ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setRuntime:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NSearchCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NSearchCmd.setSession ( NSession p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setSorted ( boolean p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setSorted:(Z)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.setTargetApiVersion ( NVersion p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.setTargetApiVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.sort ( Comparator<?> p1 ) [abstract] : NSearchCmd
net/thevpc/nuts/NSearchCmd.sort:(Ljava/util/Comparator;)Lnet/thevpc/nuts/NSearchCmd;
NSearchCmd.toFetch ( ) [abstract] : NFetchCmd
net/thevpc/nuts/NSearchCmd.toFetch:()Lnet/thevpc/nuts/NFetchCmd;
nuts-0.8.4.jar,
NSearchId.class
package net.thevpc.nuts
NSearchId.getDescriptor ( NSession p1 ) [abstract] : NDescriptor
net/thevpc/nuts/NSearchId.getDescriptor:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NDescriptor;
NSearchId.getId ( NSession p1 ) [abstract] : NId
net/thevpc/nuts/NSearchId.getId:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NId;
nuts-0.8.4.jar,
NSearchRepositoryCmd.class
package net.thevpc.nuts.spi
NSearchRepositoryCmd.getFetchMode ( ) [abstract] : NFetchMode
net/thevpc/nuts/spi/NSearchRepositoryCmd.getFetchMode:()Lnet/thevpc/nuts/NFetchMode;
NSearchRepositoryCmd.getFilter ( ) [abstract] : NIdFilter
net/thevpc/nuts/spi/NSearchRepositoryCmd.getFilter:()Lnet/thevpc/nuts/NIdFilter;
NSearchRepositoryCmd.getResult ( ) [abstract] : NIterator<NId>
net/thevpc/nuts/spi/NSearchRepositoryCmd.getResult:()Lnet/thevpc/nuts/util/NIterator;
NSearchRepositoryCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NSearchRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NSearchRepositoryCmd.run ( ) [abstract] : NSearchRepositoryCmd
net/thevpc/nuts/spi/NSearchRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NSearchRepositoryCmd;
NSearchRepositoryCmd.setFetchMode ( NFetchMode p1 ) [abstract] : NSearchRepositoryCmd
net/thevpc/nuts/spi/NSearchRepositoryCmd.setFetchMode:(Lnet/thevpc/nuts/NFetchMode;)Lnet/thevpc/nuts/spi/NSearchRepositoryCmd;
NSearchRepositoryCmd.setFilter ( NIdFilter p1 ) [abstract] : NSearchRepositoryCmd
net/thevpc/nuts/spi/NSearchRepositoryCmd.setFilter:(Lnet/thevpc/nuts/NIdFilter;)Lnet/thevpc/nuts/spi/NSearchRepositoryCmd;
NSearchRepositoryCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NSearchRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NSearchRepositoryCmd.setSession ( NSession p1 ) [abstract] : NSearchRepositoryCmd
net/thevpc/nuts/spi/NSearchRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSearchRepositoryCmd;
nuts-0.8.4.jar,
NSearchVersionsRepositoryCmd.class
package net.thevpc.nuts.spi
NSearchVersionsRepositoryCmd.getFetchMode ( ) [abstract] : NFetchMode
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.getFetchMode:()Lnet/thevpc/nuts/NFetchMode;
NSearchVersionsRepositoryCmd.getFilter ( ) [abstract] : NIdFilter
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.getFilter:()Lnet/thevpc/nuts/NIdFilter;
NSearchVersionsRepositoryCmd.getId ( ) [abstract] : NId
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.getId:()Lnet/thevpc/nuts/NId;
NSearchVersionsRepositoryCmd.getResult ( ) [abstract] : NIterator<NId>
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.getResult:()Lnet/thevpc/nuts/util/NIterator;
NSearchVersionsRepositoryCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NSearchVersionsRepositoryCmd.run ( ) [abstract] : NSearchVersionsRepositoryCmd
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.run:()Lnet/thevpc/nuts/spi/NSearchVersionsRepositoryCmd;
NSearchVersionsRepositoryCmd.setFetchMode ( NFetchMode p1 ) [abstract] : NSearchVersionsRepositoryCmd
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.setFetchMode:(Lnet/thevpc/nuts/NFetchMode;)Lnet/thevpc/nuts/spi/NSearchVersionsRepositoryCmd;
NSearchVersionsRepositoryCmd.setFilter ( NIdFilter p1 ) [abstract] : NSearchVersionsRepositoryCmd
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.setFilter:(Lnet/thevpc/nuts/NIdFilter;)Lnet/thevpc/nuts/spi/NSearchVersionsRepositoryCmd;
NSearchVersionsRepositoryCmd.setId ( NId p1 ) [abstract] : NSearchVersionsRepositoryCmd
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.setId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/spi/NSearchVersionsRepositoryCmd;
NSearchVersionsRepositoryCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NSearchVersionsRepositoryCmd.setSession ( NSession p1 ) [abstract] : NSearchVersionsRepositoryCmd
net/thevpc/nuts/spi/NSearchVersionsRepositoryCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSearchVersionsRepositoryCmd;
nuts-0.8.4.jar,
NSecurityException.class
package net.thevpc.nuts
NSecurityException.getFormattedMessage ( ) : NMsg
net/thevpc/nuts/NSecurityException.getFormattedMessage:()Lnet/thevpc/nuts/util/NMsg;
NSecurityException.getSession ( ) : NSession
net/thevpc/nuts/NSecurityException.getSession:()Lnet/thevpc/nuts/NSession;
NSecurityException.getWorkspace ( ) : NWorkspace
net/thevpc/nuts/NSecurityException.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NSecurityException.NSecurityException ( NSession session, NMsg message )
net/thevpc/nuts/NSecurityException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NSecurityException.NSecurityException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NSecurityException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NSelectorOp.class
package net.thevpc.nuts.spi
NSelectorOp.id ( ) : String
net/thevpc/nuts/spi/NSelectorOp.id:()Ljava/lang/String;
NSelectorOp.parse ( String value ) [static] : NOptional<NSelectorOp>
net/thevpc/nuts/spi/NSelectorOp.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NSelectorOp.valueOf ( String name ) [static] : NSelectorOp
net/thevpc/nuts/spi/NSelectorOp.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NSelectorOp;
NSelectorOp.values ( ) [static] : NSelectorOp[ ]
net/thevpc/nuts/spi/NSelectorOp.values:()[Lnet/thevpc/nuts/spi/NSelectorOp;
nuts-0.8.4.jar,
NServiceLoader.class
package net.thevpc.nuts.io
NServiceLoader<T>.loadAll ( Object p1 ) [abstract] : List<T>
net/thevpc/nuts/io/NServiceLoader.loadAll:(Ljava/lang/Object;)Ljava/util/List;
NServiceLoader<T>.loadBest ( Object p1 ) [abstract] : T
net/thevpc/nuts/io/NServiceLoader.loadBest:(Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NComponent;
nuts-0.8.4.jar,
NSession.class
package net.thevpc.nuts
NSession.addListener ( NListener p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.addListener:(Lnet/thevpc/nuts/NListener;)Lnet/thevpc/nuts/NSession;
NSession.addOutputFormatOptions ( String... p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.addOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.ask ( ) [abstract] : NSession
net/thevpc/nuts/NSession.ask:()Lnet/thevpc/nuts/NSession;
NSession.bot ( ) [abstract] : NSession
net/thevpc/nuts/NSession.bot:()Lnet/thevpc/nuts/NSession;
NSession.configure ( NWorkspaceOptions p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.configure:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NSession;
NSession.copy ( ) [abstract] : NSession
net/thevpc/nuts/NSession.copy:()Lnet/thevpc/nuts/NSession;
NSession.currentUser ( ) [abstract] : NSession
net/thevpc/nuts/NSession.currentUser:()Lnet/thevpc/nuts/NSession;
NSession.embedded ( ) [abstract] : NSession
net/thevpc/nuts/NSession.embedded:()Lnet/thevpc/nuts/NSession;
NSession.eout ( ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/NSession.eout:()Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NSession.err ( ) [abstract] : NPrintStream
net/thevpc/nuts/NSession.err:()Lnet/thevpc/nuts/io/NPrintStream;
NSession.extensions ( ) [abstract] : NExtensions
net/thevpc/nuts/NSession.extensions:()Lnet/thevpc/nuts/ext/NExtensions;
NSession.flush ( ) [abstract] : NSession
net/thevpc/nuts/NSession.flush:()Lnet/thevpc/nuts/NSession;
NSession.getAppArguments ( ) [abstract] : List<String>
net/thevpc/nuts/NSession.getAppArguments:()Ljava/util/List;
NSession.getAppAutoComplete ( ) [abstract] : NCmdLineAutoComplete
net/thevpc/nuts/NSession.getAppAutoComplete:()Lnet/thevpc/nuts/cmdline/NCmdLineAutoComplete;
NSession.getAppBinFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppBinFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppCacheFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppCacheFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppClass ( ) [abstract] : Class<?>
net/thevpc/nuts/NSession.getAppClass:()Ljava/lang/Class;
NSession.getAppCmdLine ( ) [abstract] : NCmdLine
net/thevpc/nuts/NSession.getAppCmdLine:()Lnet/thevpc/nuts/cmdline/NCmdLine;
NSession.getAppConfFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppConfFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppFolder ( NStoreType p1 ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppFolder:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/io/NPath;
NSession.getAppHelp ( ) [abstract] : NOptional<NText>
net/thevpc/nuts/NSession.getAppHelp:()Lnet/thevpc/nuts/util/NOptional;
NSession.getAppId ( ) [abstract] : NId
net/thevpc/nuts/NSession.getAppId:()Lnet/thevpc/nuts/NId;
NSession.getAppLibFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppLibFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppLogFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppLogFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppMode ( ) [abstract] : NApplicationMode
net/thevpc/nuts/NSession.getAppMode:()Lnet/thevpc/nuts/NApplicationMode;
NSession.getAppModeArguments ( ) [abstract] : List<String>
net/thevpc/nuts/NSession.getAppModeArguments:()Ljava/util/List;
NSession.getAppPreviousVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NSession.getAppPreviousVersion:()Lnet/thevpc/nuts/NVersion;
NSession.getAppRunFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppRunFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedAppsFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedAppsFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedConfFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedConfFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedFolder ( NStoreType p1 ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedFolder:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedLibFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedLibFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedLogFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedLogFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedRunFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedRunFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedTempFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedTempFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppSharedVarFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppSharedVarFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppStartTime ( ) [abstract] : NClock
net/thevpc/nuts/NSession.getAppStartTime:()Lnet/thevpc/nuts/time/NClock;
NSession.getAppStoreLocationResolver ( ) [abstract] : NAppStoreLocationResolver
net/thevpc/nuts/NSession.getAppStoreLocationResolver:()Lnet/thevpc/nuts/NAppStoreLocationResolver;
NSession.getAppTempFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppTempFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppVarFolder ( ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppVarFolder:()Lnet/thevpc/nuts/io/NPath;
NSession.getAppVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NSession.getAppVersion:()Lnet/thevpc/nuts/NVersion;
NSession.getAppVersionFolder ( NStoreType p1, String p2 ) [abstract] : NPath
net/thevpc/nuts/NSession.getAppVersionFolder:(Lnet/thevpc/nuts/NStoreType;Ljava/lang/String;)Lnet/thevpc/nuts/io/NPath;
NSession.getBot ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getBot:()Lnet/thevpc/nuts/util/NOptional;
NSession.getCached ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getCached:()Lnet/thevpc/nuts/util/NOptional;
NSession.getConfirm ( ) [abstract] : NOptional<NConfirmationMode>
net/thevpc/nuts/NSession.getConfirm:()Lnet/thevpc/nuts/util/NOptional;
NSession.getDebug ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NSession.getDebug:()Lnet/thevpc/nuts/util/NOptional;
NSession.getDependencySolver ( ) [abstract] : String
net/thevpc/nuts/NSession.getDependencySolver:()Ljava/lang/String;
NSession.getDry ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getDry:()Lnet/thevpc/nuts/util/NOptional;
NSession.getElemOut ( ) [abstract] : NArrayElementBuilder
net/thevpc/nuts/NSession.getElemOut:()Lnet/thevpc/nuts/elem/NArrayElementBuilder;
NSession.getErrLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NSession.getErrLinePrefix:()Ljava/lang/String;
NSession.getExecutionType ( ) [abstract] : NOptional<NExecutionType>
net/thevpc/nuts/NSession.getExecutionType:()Lnet/thevpc/nuts/util/NOptional;
NSession.getExpireTime ( ) [abstract] : Instant
net/thevpc/nuts/NSession.getExpireTime:()Ljava/time/Instant;
NSession.getFetchStrategy ( ) [abstract] : NOptional<NFetchStrategy>
net/thevpc/nuts/NSession.getFetchStrategy:()Lnet/thevpc/nuts/util/NOptional;
NSession.getGui ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getGui:()Lnet/thevpc/nuts/util/NOptional;
NSession.getIndexed ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getIndexed:()Lnet/thevpc/nuts/util/NOptional;
NSession.getIterableOutput ( ) [abstract] : NIterableFormat
net/thevpc/nuts/NSession.getIterableOutput:()Lnet/thevpc/nuts/format/NIterableFormat;
NSession.getListeners ( ) [abstract] : List<NListener>
net/thevpc/nuts/NSession.getListeners:()Ljava/util/List;
NSession.getListeners ( Class<T> p1 ) [abstract] : List<T>
net/thevpc/nuts/NSession.getListeners:(Ljava/lang/Class;)Ljava/util/List;
NSession.getLocale ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NSession.getLocale:()Lnet/thevpc/nuts/util/NOptional;
NSession.getLogFileFilter ( ) [abstract] : Filter
net/thevpc/nuts/NSession.getLogFileFilter:()Ljava/util/logging/Filter;
NSession.getLogFileLevel ( ) [abstract] : Level
net/thevpc/nuts/NSession.getLogFileLevel:()Ljava/util/logging/Level;
NSession.getLogTermFilter ( ) [abstract] : Filter
net/thevpc/nuts/NSession.getLogTermFilter:()Ljava/util/logging/Filter;
NSession.getLogTermLevel ( ) [abstract] : Level
net/thevpc/nuts/NSession.getLogTermLevel:()Ljava/util/logging/Level;
NSession.getOrComputeProperty ( String p1, NScopeType p2, Function<NSession,T> p3 ) [abstract] : T
net/thevpc/nuts/NSession.getOrComputeProperty:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NScopeType;Ljava/util/function/Function;)Ljava/lang/Object;
NSession.getOutLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NSession.getOutLinePrefix:()Ljava/lang/String;
NSession.getOutputFormat ( ) [abstract] : NOptional<NContentType>
net/thevpc/nuts/NSession.getOutputFormat:()Lnet/thevpc/nuts/util/NOptional;
NSession.getOutputFormatOptions ( ) [abstract] : List<String>
net/thevpc/nuts/NSession.getOutputFormatOptions:()Ljava/util/List;
NSession.getProgressOptions ( ) [abstract] : String
net/thevpc/nuts/NSession.getProgressOptions:()Ljava/lang/String;
NSession.getProperties ( NScopeType p1 ) [abstract] : Map<String,Object>
net/thevpc/nuts/NSession.getProperties:(Lnet/thevpc/nuts/spi/NScopeType;)Ljava/util/Map;
NSession.getProperties ( NScopeType p1, boolean p2 ) [abstract] : Map<String,Object>
net/thevpc/nuts/NSession.getProperties:(Lnet/thevpc/nuts/spi/NScopeType;Z)Ljava/util/Map;
NSession.getProperty ( String p1 ) [abstract] : Object
net/thevpc/nuts/NSession.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
NSession.getProperty ( String p1, NScopeType p2 ) [abstract] : NOptional<T>
net/thevpc/nuts/NSession.getProperty:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NScopeType;)Lnet/thevpc/nuts/util/NOptional;
NSession.getRunAs ( ) [abstract] : NOptional<NRunAs>
net/thevpc/nuts/NSession.getRunAs:()Lnet/thevpc/nuts/util/NOptional;
NSession.getShowStacktrace ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getShowStacktrace:()Lnet/thevpc/nuts/util/NOptional;
NSession.getTerminal ( ) [abstract] : NSessionTerminal
net/thevpc/nuts/NSession.getTerminal:()Lnet/thevpc/nuts/io/NSessionTerminal;
NSession.getTrace ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getTrace:()Lnet/thevpc/nuts/util/NOptional;
NSession.getTrace ( boolean p1 ) [abstract] : Boolean
net/thevpc/nuts/NSession.getTrace:(Z)Ljava/lang/Boolean;
NSession.getTransitive ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NSession.getTransitive:()Lnet/thevpc/nuts/util/NOptional;
NSession.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NSession.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NSession.in ( ) [abstract] : InputStream
net/thevpc/nuts/NSession.in:()Ljava/io/InputStream;
NSession.isAppExecMode ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isAppExecMode:()Z
NSession.isAsk ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isAsk:()Z
NSession.isBot ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isBot:()Z
NSession.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isCached:()Z
NSession.isDry ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isDry:()Z
NSession.isGui ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isGui:()Z
NSession.isIndexed ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isIndexed:()Z
NSession.isIterableOut ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isIterableOut:()Z
NSession.isIterableTrace ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isIterableTrace:()Z
NSession.isNo ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isNo:()Z
NSession.isPlainOut ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isPlainOut:()Z
NSession.isPlainTrace ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isPlainTrace:()Z
NSession.isProgress ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isProgress:()Z
NSession.isStructuredOut ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isStructuredOut:()Z
NSession.isStructuredTrace ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isStructuredTrace:()Z
NSession.isTrace ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isTrace:()Z
NSession.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isTransitive:()Z
NSession.isYes ( ) [abstract] : boolean
net/thevpc/nuts/NSession.isYes:()Z
NSession.json ( ) [abstract] : NSession
net/thevpc/nuts/NSession.json:()Lnet/thevpc/nuts/NSession;
NSession.no ( ) [abstract] : NSession
net/thevpc/nuts/NSession.no:()Lnet/thevpc/nuts/NSession;
NSession.out ( ) [abstract] : NPrintStream
net/thevpc/nuts/NSession.out:()Lnet/thevpc/nuts/io/NPrintStream;
NSession.plain ( ) [abstract] : NSession
net/thevpc/nuts/NSession.plain:()Lnet/thevpc/nuts/NSession;
NSession.prepareApplication ( String[ ] p1, Class<?> p2, String p3, NClock p4 ) [abstract] : NSession
net/thevpc/nuts/NSession.prepareApplication:([Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/time/NClock;)Lnet/thevpc/nuts/NSession;
NSession.printAppHelp ( ) [abstract] : void
net/thevpc/nuts/NSession.printAppHelp:()V
NSession.props ( ) [abstract] : NSession
net/thevpc/nuts/NSession.props:()Lnet/thevpc/nuts/NSession;
NSession.removeListener ( NListener p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.removeListener:(Lnet/thevpc/nuts/NListener;)Lnet/thevpc/nuts/NSession;
NSession.root ( ) [abstract] : NSession
net/thevpc/nuts/NSession.root:()Lnet/thevpc/nuts/NSession;
NSession.runAppCmdLine ( NCmdLineRunner p1 ) [abstract] : void
net/thevpc/nuts/NSession.runAppCmdLine:(Lnet/thevpc/nuts/cmdline/NCmdLineRunner;)V
NSession.setAll ( NSession p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAll:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NSession;
NSession.setAll ( NWorkspaceOptions p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAll:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NSession;
NSession.setAppArguments ( List<String> p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppArguments:(Ljava/util/List;)Lnet/thevpc/nuts/NSession;
NSession.setAppArguments ( String[ ] p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setAppFolder ( NStoreType p1, NPath p2 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppFolder:(Lnet/thevpc/nuts/NStoreType;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NSession;
NSession.setAppId ( NId p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NSession;
NSession.setAppMode ( NApplicationMode p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppMode:(Lnet/thevpc/nuts/NApplicationMode;)Lnet/thevpc/nuts/NSession;
NSession.setAppModeArgs ( List<String> p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppModeArgs:(Ljava/util/List;)Lnet/thevpc/nuts/NSession;
NSession.setAppPreviousVersion ( NVersion p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppPreviousVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NSession;
NSession.setAppSharedFolder ( NStoreType p1, NPath p2 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppSharedFolder:(Lnet/thevpc/nuts/NStoreType;Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/NSession;
NSession.setAppStartTime ( NClock p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppStartTime:(Lnet/thevpc/nuts/time/NClock;)Lnet/thevpc/nuts/NSession;
NSession.setAppVersionStoreLocationSupplier ( NAppStoreLocationResolver p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setAppVersionStoreLocationSupplier:(Lnet/thevpc/nuts/NAppStoreLocationResolver;)Lnet/thevpc/nuts/NSession;
NSession.setBot ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.setCached ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setCached:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.setConfirm ( NConfirmationMode p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setConfirm:(Lnet/thevpc/nuts/NConfirmationMode;)Lnet/thevpc/nuts/NSession;
NSession.setDebug ( String p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setDebug:(Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setDependencySolver ( String p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setDependencySolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setDry ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.setElemOut ( NArrayElementBuilder p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setElemOut:(Lnet/thevpc/nuts/elem/NArrayElementBuilder;)Lnet/thevpc/nuts/NSession;
NSession.setErrLinePrefix ( String p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setErrLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setExecutionType ( NExecutionType p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setExecutionType:(Lnet/thevpc/nuts/NExecutionType;)Lnet/thevpc/nuts/NSession;
NSession.setExpireTime ( Instant p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setExpireTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NSession;
NSession.setFetchStrategy ( NFetchStrategy p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setFetchStrategy:(Lnet/thevpc/nuts/NFetchStrategy;)Lnet/thevpc/nuts/NSession;
NSession.setGui ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.setIndexed ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.setIterableOut ( boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setIterableOut:(Z)Lnet/thevpc/nuts/NSession;
NSession.setLocale ( String p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setLogFileFilter ( Filter p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setLogFileFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NSession;
NSession.setLogFileLevel ( Level p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setLogFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NSession;
NSession.setLogFilter ( Filter p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setLogFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NSession;
NSession.setLogTermLevel ( Level p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setLogTermLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NSession;
NSession.setOutLinePrefix ( String p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setOutLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setOutputFormat ( NContentType p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setOutputFormat:(Lnet/thevpc/nuts/format/NContentType;)Lnet/thevpc/nuts/NSession;
NSession.setOutputFormatOptions ( List<String> p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setOutputFormatOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NSession;
NSession.setOutputFormatOptions ( String... p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setProgressOptions ( String p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setProgressOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
NSession.setProperties ( NScopeType p1, Map<String,Object> p2 ) [abstract] : NSession
net/thevpc/nuts/NSession.setProperties:(Lnet/thevpc/nuts/spi/NScopeType;Ljava/util/Map;)Lnet/thevpc/nuts/NSession;
NSession.setProperty ( String p1, NScopeType p2, T p3 ) [abstract] : T
net/thevpc/nuts/NSession.setProperty:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NScopeType;Ljava/lang/Object;)Ljava/lang/Object;
NSession.setProperty ( String p1, Object p2 ) [abstract] : NSession
net/thevpc/nuts/NSession.setProperty:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NSession;
NSession.setRunAs ( NRunAs p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setRunAs:(Lnet/thevpc/nuts/NRunAs;)Lnet/thevpc/nuts/NSession;
NSession.setShowStacktrace ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setShowStacktrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.setTerminal ( NSessionTerminal p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setTerminal:(Lnet/thevpc/nuts/io/NSessionTerminal;)Lnet/thevpc/nuts/NSession;
NSession.setTrace ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.setTransitive ( Boolean p1 ) [abstract] : NSession
net/thevpc/nuts/NSession.setTransitive:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NSession;
NSession.spawn ( ) [abstract] : NSession
net/thevpc/nuts/NSession.spawn:()Lnet/thevpc/nuts/NSession;
NSession.sudo ( ) [abstract] : NSession
net/thevpc/nuts/NSession.sudo:()Lnet/thevpc/nuts/NSession;
NSession.system ( ) [abstract] : NSession
net/thevpc/nuts/NSession.system:()Lnet/thevpc/nuts/NSession;
NSession.table ( ) [abstract] : NSession
net/thevpc/nuts/NSession.table:()Lnet/thevpc/nuts/NSession;
NSession.trace ( ) [abstract] : NSession
net/thevpc/nuts/NSession.trace:()Lnet/thevpc/nuts/NSession;
NSession.tree ( ) [abstract] : NSession
net/thevpc/nuts/NSession.tree:()Lnet/thevpc/nuts/NSession;
NSession.xml ( ) [abstract] : NSession
net/thevpc/nuts/NSession.xml:()Lnet/thevpc/nuts/NSession;
NSession.yes ( ) [abstract] : NSession
net/thevpc/nuts/NSession.yes:()Lnet/thevpc/nuts/NSession;
nuts-0.8.4.jar,
NSessionAware.class
package net.thevpc.nuts.spi
NSessionAware.setSession ( NSession p1 ) [abstract] : void
net/thevpc/nuts/spi/NSessionAware.setSession:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NSessionAwareExceptionBase.class
package net.thevpc.nuts
NSessionAwareExceptionBase.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NSessionAwareExceptionBase.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NSessionAwareExceptionBase.resolveSession ( Throwable th ) [static] : NOptional<NSession>
net/thevpc/nuts/NSessionAwareExceptionBase.resolveSession:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
NSessionAwareExceptionBase.resolveSessionAwareExceptionBase ( Throwable th ) [static] : NOptional<NSessionAwareExceptionBase>
net/thevpc/nuts/NSessionAwareExceptionBase.resolveSessionAwareExceptionBase:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NSessionProvider.class
package net.thevpc.nuts
NSessionProvider.getSession ( ) [abstract] : NSession
net/thevpc/nuts/NSessionProvider.getSession:()Lnet/thevpc/nuts/NSession;
nuts-0.8.4.jar,
NSessionTerminal.class
package net.thevpc.nuts.io
NSessionTerminal.ask ( ) [abstract] : NAsk<T>
net/thevpc/nuts/io/NSessionTerminal.ask:()Lnet/thevpc/nuts/util/NAsk;
NSessionTerminal.copy ( ) [abstract] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.copy:()Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.err ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NSessionTerminal.err:()Lnet/thevpc/nuts/io/NPrintStream;
NSessionTerminal.getErr ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NSessionTerminal.getErr:()Lnet/thevpc/nuts/io/NPrintStream;
NSessionTerminal.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/io/NSessionTerminal.getIn:()Ljava/io/InputStream;
NSessionTerminal.getOut ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NSessionTerminal.getOut:()Lnet/thevpc/nuts/io/NPrintStream;
NSessionTerminal.getSession ( ) [abstract] : NSession
net/thevpc/nuts/io/NSessionTerminal.getSession:()Lnet/thevpc/nuts/NSession;
NSessionTerminal.in ( ) [abstract] : InputStream
net/thevpc/nuts/io/NSessionTerminal.in:()Ljava/io/InputStream;
NSessionTerminal.of ( InputStream in, NPrintStream out, NPrintStream err, NSession session ) [static] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.of:(Ljava/io/InputStream;Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.of ( NSession session ) [static] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.of ( NSessionTerminal parent, NSession session ) [static] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.of:(Lnet/thevpc/nuts/io/NSessionTerminal;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.ofMem ( boolean mergeError, NSession session ) [static] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.ofMem:(ZLnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.ofMem ( NSession session ) [static] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.ofMem:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.out ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NSessionTerminal.out:()Lnet/thevpc/nuts/io/NPrintStream;
NSessionTerminal.printProgress ( float p1, NMsg p2 ) [abstract] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.printProgress:(FLnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.printProgress ( NMsg p1 ) [abstract] : NSessionTerminal
net/thevpc/nuts/io/NSessionTerminal.printProgress:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/io/NSessionTerminal;
NSessionTerminal.readLine ( NMsg p1 ) [abstract] : String
net/thevpc/nuts/io/NSessionTerminal.readLine:(Lnet/thevpc/nuts/util/NMsg;)Ljava/lang/String;
NSessionTerminal.readLine ( NPrintStream p1, NMsg p2 ) [abstract] : String
net/thevpc/nuts/io/NSessionTerminal.readLine:(Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/util/NMsg;)Ljava/lang/String;
NSessionTerminal.readLine ( NPrintStream p1, NMsg p2, NSession p3 ) [abstract] : String
net/thevpc/nuts/io/NSessionTerminal.readLine:(Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NSessionTerminal.readPassword ( NMsg p1 ) [abstract] : char[ ]
net/thevpc/nuts/io/NSessionTerminal.readPassword:(Lnet/thevpc/nuts/util/NMsg;)[C
NSessionTerminal.readPassword ( NPrintStream p1, NMsg p2 ) [abstract] : char[ ]
net/thevpc/nuts/io/NSessionTerminal.readPassword:(Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/util/NMsg;)[C
NSessionTerminal.readPassword ( NPrintStream p1, NMsg p2, NSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/io/NSessionTerminal.readPassword:(Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)[C
NSessionTerminal.setErr ( NPrintStream p1 ) [abstract] : void
net/thevpc/nuts/io/NSessionTerminal.setErr:(Lnet/thevpc/nuts/io/NPrintStream;)V
NSessionTerminal.setIn ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/io/NSessionTerminal.setIn:(Ljava/io/InputStream;)V
NSessionTerminal.setOut ( NPrintStream p1 ) [abstract] : void
net/thevpc/nuts/io/NSessionTerminal.setOut:(Lnet/thevpc/nuts/io/NPrintStream;)V
nuts-0.8.4.jar,
NShellFamily.class
package net.thevpc.nuts
NShellFamily.getCurrent ( ) [static] : NShellFamily
net/thevpc/nuts/NShellFamily.getCurrent:()Lnet/thevpc/nuts/NShellFamily;
NShellFamily.id ( ) : String
net/thevpc/nuts/NShellFamily.id:()Ljava/lang/String;
NShellFamily.parse ( String value ) [static] : NOptional<NShellFamily>
net/thevpc/nuts/NShellFamily.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NShellFamily.valueOf ( String name ) [static] : NShellFamily
net/thevpc/nuts/NShellFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NShellFamily;
NShellFamily.values ( ) [static] : NShellFamily[ ]
net/thevpc/nuts/NShellFamily.values:()[Lnet/thevpc/nuts/NShellFamily;
nuts-0.8.4.jar,
NSimplifiable.class
package net.thevpc.nuts.util
NSimplifiable<T>.simplify ( ) [abstract] : T
net/thevpc/nuts/util/NSimplifiable.simplify:()Ljava/lang/Object;
nuts-0.8.4.jar,
NSpeedQualifier.class
package net.thevpc.nuts
NSpeedQualifier.id ( ) : String
net/thevpc/nuts/NSpeedQualifier.id:()Ljava/lang/String;
NSpeedQualifier.parse ( String value ) [static] : NOptional<NSpeedQualifier>
net/thevpc/nuts/NSpeedQualifier.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NSpeedQualifier.valueOf ( String name ) [static] : NSpeedQualifier
net/thevpc/nuts/NSpeedQualifier.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NSpeedQualifier;
NSpeedQualifier.values ( ) [static] : NSpeedQualifier[ ]
net/thevpc/nuts/NSpeedQualifier.values:()[Lnet/thevpc/nuts/NSpeedQualifier;
nuts-0.8.4.jar,
NStoreStrategy.class
package net.thevpc.nuts
NStoreStrategy.id ( ) : String
net/thevpc/nuts/NStoreStrategy.id:()Ljava/lang/String;
NStoreStrategy.parse ( String value ) [static] : NOptional<NStoreStrategy>
net/thevpc/nuts/NStoreStrategy.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NStoreStrategy.valueOf ( String name ) [static] : NStoreStrategy
net/thevpc/nuts/NStoreStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NStoreStrategy;
NStoreStrategy.values ( ) [static] : NStoreStrategy[ ]
net/thevpc/nuts/NStoreStrategy.values:()[Lnet/thevpc/nuts/NStoreStrategy;
nuts-0.8.4.jar,
NStoreType.class
package net.thevpc.nuts
NStoreType.id ( ) : String
net/thevpc/nuts/NStoreType.id:()Ljava/lang/String;
NStoreType.parse ( String value ) [static] : NOptional<NStoreType>
net/thevpc/nuts/NStoreType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NStoreType.valueOf ( String name ) [static] : NStoreType
net/thevpc/nuts/NStoreType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NStoreType;
NStoreType.values ( ) [static] : NStoreType[ ]
net/thevpc/nuts/NStoreType.values:()[Lnet/thevpc/nuts/NStoreType;
nuts-0.8.4.jar,
NStream.class
package net.thevpc.nuts.util
NStream<T>.allMatch ( Predicate<? super T> p1 ) [abstract] : boolean
net/thevpc/nuts/util/NStream.allMatch:(Ljava/util/function/Predicate;)Z
NStream<T>.coalesce ( NIterator<?> p1 ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.coalesce:(Lnet/thevpc/nuts/util/NIterator;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.collect ( Collector<? super T,A,R> p1 ) [abstract] : R
net/thevpc/nuts/util/NStream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
NStream<T>.collect ( Supplier<R> p1, BiConsumer<R,? super T> p2, BiConsumer<R,R> p3 ) [abstract] : R
net/thevpc/nuts/util/NStream.collect:(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BiConsumer;)Ljava/lang/Object;
NStream<T>.count ( ) [abstract] : long
net/thevpc/nuts/util/NStream.count:()J
NStream<T>.distinct ( ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.distinct:()Lnet/thevpc/nuts/util/NStream;
NStream<T>.distinctBy ( Function<T,R> p1 ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.distinctBy:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.filter ( Predicate<? super T> p1 ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.filter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.filterNonBlank ( ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.filterNonBlank:()Lnet/thevpc/nuts/util/NStream;
NStream<T>.filterNonNull ( ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.filterNonNull:()Lnet/thevpc/nuts/util/NStream;
NStream<T>.findAny ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NStream.findAny:()Lnet/thevpc/nuts/util/NOptional;
NStream<T>.findFirst ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NStream.findFirst:()Lnet/thevpc/nuts/util/NOptional;
NStream<T>.findLast ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NStream.findLast:()Lnet/thevpc/nuts/util/NOptional;
NStream<T>.findSingleton ( ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NStream.findSingleton:()Lnet/thevpc/nuts/util/NOptional;
NStream<T>.flatMap ( Function<? super T,?> p1 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.flatMap:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.flatMapArray ( Function<? super T,?> p1 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.flatMapArray:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.flatMapIter ( Function<? super T,?> p1 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.flatMapIter:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.flatMapList ( Function<? super T,?> p1 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.flatMapList:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.flatMapStream ( Function<? super T,?> p1 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.flatMapStream:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.flatMapToDouble ( Function<? super T,?> p1 ) [abstract] : DoubleStream
net/thevpc/nuts/util/NStream.flatMapToDouble:(Ljava/util/function/Function;)Ljava/util/stream/DoubleStream;
NStream<T>.flatMapToInt ( Function<? super T,?> p1 ) [abstract] : IntStream
net/thevpc/nuts/util/NStream.flatMapToInt:(Ljava/util/function/Function;)Ljava/util/stream/IntStream;
NStream<T>.flatMapToLong ( Function<? super T,?> p1 ) [abstract] : LongStream
net/thevpc/nuts/util/NStream.flatMapToLong:(Ljava/util/function/Function;)Ljava/util/stream/LongStream;
NStream<T>.groupBy ( Function<? super T,?> p1 ) [abstract] : Map<K,List<T>>
net/thevpc/nuts/util/NStream.groupBy:(Ljava/util/function/Function;)Ljava/util/Map;
NStream<T>.groupedBy ( Function<? super T,?> p1 ) [abstract] : NStream<Map.Entry<K,List<T>>>
net/thevpc/nuts/util/NStream.groupedBy:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.iterator ( ) : Iterator
net/thevpc/nuts/util/NStream.iterator:()Ljava/util/Iterator;
NStream<T>.iterator ( ) [abstract] : NIterator<T>
net/thevpc/nuts/util/NStream.iterator:()Lnet/thevpc/nuts/util/NIterator;
NStream<T>.limit ( long p1 ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.limit:(J)Lnet/thevpc/nuts/util/NStream;
NStream<T>.map ( Function<? super T,?> p1 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.map:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.mapUnsafe ( UnsafeFunction<? super T,?> p1 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.mapUnsafe:(Lnet/thevpc/nuts/util/UnsafeFunction;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.mapUnsafe ( UnsafeFunction<? super T,?> p1, Function<Exception,?> p2 ) [abstract] : NStream<R>
net/thevpc/nuts/util/NStream.mapUnsafe:(Lnet/thevpc/nuts/util/UnsafeFunction;Ljava/util/function/Function;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.max ( Comparator<? super T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NStream.max:(Ljava/util/Comparator;)Lnet/thevpc/nuts/util/NOptional;
NStream<T>.min ( Comparator<? super T> p1 ) [abstract] : NOptional<T>
net/thevpc/nuts/util/NStream.min:(Ljava/util/Comparator;)Lnet/thevpc/nuts/util/NOptional;
NStream<T>.nonBlank ( ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.nonBlank:()Lnet/thevpc/nuts/util/NStream;
NStream<T>.noneMatch ( Predicate<? super T> p1 ) [abstract] : boolean
net/thevpc/nuts/util/NStream.noneMatch:(Ljava/util/function/Predicate;)Z
NStream<T>.nonNull ( ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.nonNull:()Lnet/thevpc/nuts/util/NStream;
NStream<T>.of ( Iterable<T> str, NSession session ) [static] : NStream<T>
net/thevpc/nuts/util/NStream.of:(Ljava/lang/Iterable;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.of ( Iterator<T> str, NSession session ) [static] : NStream<T>
net/thevpc/nuts/util/NStream.of:(Ljava/util/Iterator;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.of ( Stream<T> str, NSession session ) [static] : NStream<T>
net/thevpc/nuts/util/NStream.of:(Ljava/util/stream/Stream;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.of ( T[ ] str, NSession session ) [static] : NStream<T>
net/thevpc/nuts/util/NStream.of:([Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.ofEmpty ( NSession session ) [static] : NStream<T>
net/thevpc/nuts/util/NStream.ofEmpty:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.ofSingleton ( T element, NSession session ) [static] : NStream<T>
net/thevpc/nuts/util/NStream.ofSingleton:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.sorted ( ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.sorted:()Lnet/thevpc/nuts/util/NStream;
NStream<T>.sorted ( NComparator<T> p1 ) [abstract] : NStream<T>
net/thevpc/nuts/util/NStream.sorted:(Lnet/thevpc/nuts/util/NComparator;)Lnet/thevpc/nuts/util/NStream;
NStream<T>.stream ( ) [abstract] : Stream<T>
net/thevpc/nuts/util/NStream.stream:()Ljava/util/stream/Stream;
NStream<T>.toArray ( IntFunction<A[ ]> p1 ) [abstract] : A[ ]
net/thevpc/nuts/util/NStream.toArray:(Ljava/util/function/IntFunction;)[Ljava/lang/Object;
NStream<T>.toList ( ) [abstract] : List<T>
net/thevpc/nuts/util/NStream.toList:()Ljava/util/List;
NStream<T>.toMap ( Function<? super T,?> p1, Function<? super T,?> p2 ) [abstract] : Map<K,U>
net/thevpc/nuts/util/NStream.toMap:(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/Map;
NStream<T>.toOrderedMap ( Function<? super T,?> p1, Function<? super T,?> p2 ) [abstract] : Map<K,U>
net/thevpc/nuts/util/NStream.toOrderedMap:(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/Map;
NStream<T>.toOrderedSet ( ) [abstract] : Set<T>
net/thevpc/nuts/util/NStream.toOrderedSet:()Ljava/util/Set;
NStream<T>.toSet ( ) [abstract] : Set<T>
net/thevpc/nuts/util/NStream.toSet:()Ljava/util/Set;
NStream<T>.toSortedMap ( Function<? super T,?> p1, Function<? super T,?> p2 ) [abstract] : Map<K,U>
net/thevpc/nuts/util/NStream.toSortedMap:(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/Map;
NStream<T>.toSortedSet ( ) [abstract] : Set<T>
net/thevpc/nuts/util/NStream.toSortedSet:()Ljava/util/Set;
nuts-0.8.4.jar,
NString.class
package net.thevpc.nuts.text
NString.builder ( ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NString.builder:()Lnet/thevpc/nuts/text/NTextBuilder;
NString.filteredText ( ) [abstract] : String
net/thevpc/nuts/text/NString.filteredText:()Ljava/lang/String;
NString.immutable ( ) [abstract] : NString
net/thevpc/nuts/text/NString.immutable:()Lnet/thevpc/nuts/text/NString;
NString.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/text/NString.isEmpty:()Z
NString.of ( NMsg str, NSession session ) [static] : NString
net/thevpc/nuts/text/NString.of:(Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NString;
NString.of ( String str, NSession session ) [static] : NString
net/thevpc/nuts/text/NString.of:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NString;
NString.ofPlain ( String str, NSession session ) [static] : NString
net/thevpc/nuts/text/NString.ofPlain:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NString;
NString.textLength ( ) [abstract] : int
net/thevpc/nuts/text/NString.textLength:()I
NString.toString ( ) [abstract] : String
net/thevpc/nuts/text/NString.toString:()Ljava/lang/String;
NString.toText ( ) [abstract] : NText
net/thevpc/nuts/text/NString.toText:()Lnet/thevpc/nuts/text/NText;
nuts-0.8.4.jar,
NStringBuilder.class
package net.thevpc.nuts.util
NStringBuilder.append ( boolean value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(Z)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( byte value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(B)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( char value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(C)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( char[ ] value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:([CII)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( CharSequence value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(Ljava/lang/CharSequence;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( CharSequence value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(Ljava/lang/CharSequence;II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( double value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(D)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( float value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(F)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( int value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(I)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( Object value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( short value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(S)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( String value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.append ( StringBuilder value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.append:(Ljava/lang/StringBuilder;II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.charAt ( int index ) : char
net/thevpc/nuts/util/NStringBuilder.charAt:(I)C
NStringBuilder.chars ( ) : IntStream
net/thevpc/nuts/util/NStringBuilder.chars:()Ljava/util/stream/IntStream;
NStringBuilder.clear ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.clear:()Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.codePointAt ( int index ) : int
net/thevpc/nuts/util/NStringBuilder.codePointAt:(I)I
NStringBuilder.codePointBefore ( int index ) : int
net/thevpc/nuts/util/NStringBuilder.codePointBefore:(I)I
NStringBuilder.codePointCount ( int begin, int end ) : int
net/thevpc/nuts/util/NStringBuilder.codePointCount:(II)I
NStringBuilder.codePoints ( ) : IntStream
net/thevpc/nuts/util/NStringBuilder.codePoints:()Ljava/util/stream/IntStream;
NStringBuilder.compareTo ( char[ ] anotherString ) : int
net/thevpc/nuts/util/NStringBuilder.compareTo:([C)I
NStringBuilder.compareTo ( CharSequence anotherString ) : int
net/thevpc/nuts/util/NStringBuilder.compareTo:(Ljava/lang/CharSequence;)I
NStringBuilder.compareTo ( String anotherString ) : int
net/thevpc/nuts/util/NStringBuilder.compareTo:(Ljava/lang/String;)I
NStringBuilder.compareToIgnoreCase ( char[ ] anotherString ) : int
net/thevpc/nuts/util/NStringBuilder.compareToIgnoreCase:([C)I
NStringBuilder.compareToIgnoreCase ( CharSequence anotherString ) : int
net/thevpc/nuts/util/NStringBuilder.compareToIgnoreCase:(Ljava/lang/CharSequence;)I
NStringBuilder.compareToIgnoreCase ( String anotherString ) : int
net/thevpc/nuts/util/NStringBuilder.compareToIgnoreCase:(Ljava/lang/String;)I
NStringBuilder.contains ( char other ) : boolean
net/thevpc/nuts/util/NStringBuilder.contains:(C)Z
NStringBuilder.contains ( char[ ] s ) : boolean
net/thevpc/nuts/util/NStringBuilder.contains:([C)Z
NStringBuilder.contains ( CharSequence s ) : boolean
net/thevpc/nuts/util/NStringBuilder.contains:(Ljava/lang/CharSequence;)Z
NStringBuilder.contentEquals ( char[ ] chars ) : boolean
net/thevpc/nuts/util/NStringBuilder.contentEquals:([C)Z
NStringBuilder.contentEquals ( CharSequence sb ) : boolean
net/thevpc/nuts/util/NStringBuilder.contentEquals:(Ljava/lang/CharSequence;)Z
NStringBuilder.contentEquals ( String sb ) : boolean
net/thevpc/nuts/util/NStringBuilder.contentEquals:(Ljava/lang/String;)Z
NStringBuilder.contentEquals ( StringBuffer sb ) : boolean
net/thevpc/nuts/util/NStringBuilder.contentEquals:(Ljava/lang/StringBuffer;)Z
NStringBuilder.copy ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.copy:()Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.delete ( int start, int end ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.delete:(II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.deleteCharAt ( int index ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.deleteCharAt:(I)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.endsWith ( char other ) : boolean
net/thevpc/nuts/util/NStringBuilder.endsWith:(C)Z
NStringBuilder.endsWith ( String other ) : boolean
net/thevpc/nuts/util/NStringBuilder.endsWith:(Ljava/lang/String;)Z
NStringBuilder.ensureCapacity ( int minimumCapacity ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.ensureCapacity:(I)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.equals ( Object o ) : boolean
net/thevpc/nuts/util/NStringBuilder.equals:(Ljava/lang/Object;)Z
NStringBuilder.equalsIgnoreCase ( char[ ] anotherString ) : boolean
net/thevpc/nuts/util/NStringBuilder.equalsIgnoreCase:([C)Z
NStringBuilder.equalsIgnoreCase ( CharSequence anotherString ) : boolean
net/thevpc/nuts/util/NStringBuilder.equalsIgnoreCase:(Ljava/lang/CharSequence;)Z
NStringBuilder.equalsIgnoreCase ( String anotherString ) : boolean
net/thevpc/nuts/util/NStringBuilder.equalsIgnoreCase:(Ljava/lang/String;)Z
NStringBuilder.get ( int index ) : char
net/thevpc/nuts/util/NStringBuilder.get:(I)C
NStringBuilder.getBytes ( ) : byte[ ]
net/thevpc/nuts/util/NStringBuilder.getBytes:()[B
NStringBuilder.getBytes ( Charset charset ) : byte[ ]
net/thevpc/nuts/util/NStringBuilder.getBytes:(Ljava/nio/charset/Charset;)[B
NStringBuilder.getBytes ( int srcBegin, int srcEnd, byte[ ] dst, int dstBegin ) : void
net/thevpc/nuts/util/NStringBuilder.getBytes:(II[BI)V
NStringBuilder.getBytes ( String charsetName ) : byte[ ]
net/thevpc/nuts/util/NStringBuilder.getBytes:(Ljava/lang/String;)[B
NStringBuilder.getChars ( int srcBegin, int srcEnd, char[ ] dst, int dstBegin ) : void
net/thevpc/nuts/util/NStringBuilder.getChars:(II[CI)V
NStringBuilder.getFirst ( ) : char
net/thevpc/nuts/util/NStringBuilder.getFirst:()C
NStringBuilder.getLast ( ) : char
net/thevpc/nuts/util/NStringBuilder.getLast:()C
NStringBuilder.hashCode ( ) : int
net/thevpc/nuts/util/NStringBuilder.hashCode:()I
NStringBuilder.head ( int size ) : String
net/thevpc/nuts/util/NStringBuilder.head:(I)Ljava/lang/String;
NStringBuilder.indent ( String prefix ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.indent:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.indexOf ( char other ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:(C)I
NStringBuilder.indexOf ( char[ ] str ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:([C)I
NStringBuilder.indexOf ( char[ ] str, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:([CI)I
NStringBuilder.indexOf ( CharSequence str ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:(Ljava/lang/CharSequence;)I
NStringBuilder.indexOf ( CharSequence str, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:(Ljava/lang/CharSequence;I)I
NStringBuilder.indexOf ( int ch, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:(II)I
NStringBuilder.indexOf ( String str ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:(Ljava/lang/String;)I
NStringBuilder.indexOf ( String str, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.indexOf:(Ljava/lang/String;I)I
NStringBuilder.insert ( int index, char[ ] value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(I[CII)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int index, CharSequence value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(ILjava/lang/CharSequence;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int index, CharSequence value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(ILjava/lang/CharSequence;II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int index, StringBuilder value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(ILjava/lang/StringBuilder;II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, boolean value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(IZ)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, byte value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(IB)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, char value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(IC)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, double value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(ID)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, float value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(IF)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, int value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, Object value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(ILjava/lang/Object;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, short value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(IS)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insert ( int offset, String value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insert:(ILjava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( boolean value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(Z)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( byte value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(B)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( char value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(C)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( char[ ] value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:([CII)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( CharSequence value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(Ljava/lang/CharSequence;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( CharSequence value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(Ljava/lang/CharSequence;II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( double value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(D)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( float value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(F)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( int value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(I)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( Object value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( short value ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(S)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.insertFirst ( StringBuilder value, int from, int to ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.insertFirst:(Ljava/lang/StringBuilder;II)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.isBlank ( ) : boolean
net/thevpc/nuts/util/NStringBuilder.isBlank:()Z
NStringBuilder.isEmpty ( ) : boolean
net/thevpc/nuts/util/NStringBuilder.isEmpty:()Z
NStringBuilder.lastIndexOf ( char[ ] str ) : int
net/thevpc/nuts/util/NStringBuilder.lastIndexOf:([C)I
NStringBuilder.lastIndexOf ( char[ ] str, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.lastIndexOf:([CI)I
NStringBuilder.lastIndexOf ( CharSequence str ) : int
net/thevpc/nuts/util/NStringBuilder.lastIndexOf:(Ljava/lang/CharSequence;)I
NStringBuilder.lastIndexOf ( CharSequence str, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.lastIndexOf:(Ljava/lang/CharSequence;I)I
NStringBuilder.lastIndexOf ( int ch, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.lastIndexOf:(II)I
NStringBuilder.lastIndexOf ( String str ) : int
net/thevpc/nuts/util/NStringBuilder.lastIndexOf:(Ljava/lang/String;)I
NStringBuilder.lastIndexOf ( String str, int fromIndex ) : int
net/thevpc/nuts/util/NStringBuilder.lastIndexOf:(Ljava/lang/String;I)I
NStringBuilder.length ( ) : int
net/thevpc/nuts/util/NStringBuilder.length:()I
NStringBuilder.matches ( String regex ) : boolean
net/thevpc/nuts/util/NStringBuilder.matches:(Ljava/lang/String;)Z
NStringBuilder.newLine ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.newLine:()Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.NStringBuilder ( )
net/thevpc/nuts/util/NStringBuilder."<init>":()V
NStringBuilder.NStringBuilder ( CharSequence value )
net/thevpc/nuts/util/NStringBuilder."<init>":(Ljava/lang/CharSequence;)V
NStringBuilder.NStringBuilder ( int capacity )
net/thevpc/nuts/util/NStringBuilder."<init>":(I)V
NStringBuilder.NStringBuilder ( String value )
net/thevpc/nuts/util/NStringBuilder."<init>":(Ljava/lang/String;)V
NStringBuilder.offsetByCodePoints ( int index, int codePointOffset ) : int
net/thevpc/nuts/util/NStringBuilder.offsetByCodePoints:(II)I
NStringBuilder.println ( Object str ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.println:(Ljava/lang/Object;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.println ( String str ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.println:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.regionMatches ( boolean ignoreCase, int toffset, String other, int ooffset, int len ) : boolean
net/thevpc/nuts/util/NStringBuilder.regionMatches:(ZILjava/lang/String;II)Z
NStringBuilder.regionMatches ( int toffset, String other, int ooffset, int len ) : boolean
net/thevpc/nuts/util/NStringBuilder.regionMatches:(ILjava/lang/String;II)Z
NStringBuilder.removeAll ( ) : String
net/thevpc/nuts/util/NStringBuilder.removeAll:()Ljava/lang/String;
NStringBuilder.removeFirst ( ) : char
net/thevpc/nuts/util/NStringBuilder.removeFirst:()C
NStringBuilder.removeLast ( ) : char
net/thevpc/nuts/util/NStringBuilder.removeLast:()C
NStringBuilder.replace ( char oldChar, char newChar ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.replace:(CC)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.replace ( CharSequence target, CharSequence replacement ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.replace:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.replace ( int start, int end, String str ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.replace:(IILjava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.replaceAll ( String regex, String replacement ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.replaceFirst ( String regex, String replacement ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.replaceFirst:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.reverse ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.reverse:()Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.setCharAt ( int index, char ch ) : void
net/thevpc/nuts/util/NStringBuilder.setCharAt:(IC)V
NStringBuilder.setContent ( String s ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.setContent:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.setLowerCaseAt ( int index ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.setLowerCaseAt:(I)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.setUpperCaseAt ( int index ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.setUpperCaseAt:(I)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.split ( String regex ) : String[ ]
net/thevpc/nuts/util/NStringBuilder.split:(Ljava/lang/String;)[Ljava/lang/String;
NStringBuilder.split ( String regex, int limit ) : String[ ]
net/thevpc/nuts/util/NStringBuilder.split:(Ljava/lang/String;I)[Ljava/lang/String;
NStringBuilder.startsWith ( String other ) : boolean
net/thevpc/nuts/util/NStringBuilder.startsWith:(Ljava/lang/String;)Z
NStringBuilder.startsWith ( String other, int toffset ) : boolean
net/thevpc/nuts/util/NStringBuilder.startsWith:(Ljava/lang/String;I)Z
NStringBuilder.startWith ( char other ) : boolean
net/thevpc/nuts/util/NStringBuilder.startWith:(C)Z
NStringBuilder.subSequence ( int start, int end ) : CharSequence
net/thevpc/nuts/util/NStringBuilder.subSequence:(II)Ljava/lang/CharSequence;
NStringBuilder.substring ( int start ) : String
net/thevpc/nuts/util/NStringBuilder.substring:(I)Ljava/lang/String;
NStringBuilder.substring ( int start, int end ) : String
net/thevpc/nuts/util/NStringBuilder.substring:(II)Ljava/lang/String;
NStringBuilder.tail ( int size ) : String
net/thevpc/nuts/util/NStringBuilder.tail:(I)Ljava/lang/String;
NStringBuilder.toCharArray ( ) : char[ ]
net/thevpc/nuts/util/NStringBuilder.toCharArray:()[C
NStringBuilder.toLowerCase ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.toLowerCase:()Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.toLowerCase ( Locale locale ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.toLowerCase:(Ljava/util/Locale;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.toNameFormat ( NNameFormat format ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.toNameFormat:(Lnet/thevpc/nuts/util/NNameFormat;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.toString ( ) : String
net/thevpc/nuts/util/NStringBuilder.toString:()Ljava/lang/String;
NStringBuilder.toUpperCase ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.toUpperCase:()Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.toUpperCase ( Locale locale ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.toUpperCase:(Ljava/util/Locale;)Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.trim ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.trim:()Lnet/thevpc/nuts/util/NStringBuilder;
NStringBuilder.trimToSize ( ) : NStringBuilder
net/thevpc/nuts/util/NStringBuilder.trimToSize:()Lnet/thevpc/nuts/util/NStringBuilder;
nuts-0.8.4.jar,
NStringFormat.class
package net.thevpc.nuts.text
NStringFormat<T>.of ( NSession session, String type, Class<T> expectedType, String pattern ) [static] : NOptional<NStringFormat<T>>
net/thevpc/nuts/text/NStringFormat.of:(Lnet/thevpc/nuts/NSession;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NStringFormat<T>.toString ( T p1, NSession p2 ) [abstract] : String
net/thevpc/nuts/text/NStringFormat.toString:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
nuts-0.8.4.jar,
NStringFormattable.class
package net.thevpc.nuts.format
NStringFormattable.format ( NSession p1 ) [abstract] : NString
net/thevpc/nuts/format/NStringFormattable.format:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NString;
nuts-0.8.4.jar,
NStringMap.class
package net.thevpc.nuts.util
NStringMap<V>.clear ( ) : NStringMap<V>
net/thevpc/nuts/util/NStringMap.clear:()Lnet/thevpc/nuts/util/NStringMap;
NStringMap<V>.copy ( ) : NStringMap<V>
net/thevpc/nuts/util/NStringMap.copy:()Lnet/thevpc/nuts/util/NStringMap;
NStringMap<V>.get ( String key ) : V
net/thevpc/nuts/util/NStringMap.get:(Ljava/lang/String;)Ljava/lang/Object;
NStringMap<V>.getOptional ( String key ) : NOptional<V>
net/thevpc/nuts/util/NStringMap.getOptional:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NStringMap<V>.getOptional ( String prefix, String key ) : NOptional<V>
net/thevpc/nuts/util/NStringMap.getOptional:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NStringMap<V>.getSeparator ( ) : char
net/thevpc/nuts/util/NStringMap.getSeparator:()C
NStringMap<V>.nextKeys ( String prefix ) : Set<String>
net/thevpc/nuts/util/NStringMap.nextKeys:(Ljava/lang/String;)Ljava/util/Set;
NStringMap<V>.NStringMap<V> ( Map<String,V> map, char separator )
net/thevpc/nuts/util/NStringMap."<init>":(Ljava/util/Map;C)V
NStringMap<V>.put ( String key, V value ) : V
net/thevpc/nuts/util/NStringMap.put:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
NStringMap<V>.put ( String prefix, String key, V value ) : V
net/thevpc/nuts/util/NStringMap.put:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
NStringMap<V>.putAll ( Map<String,V> values ) : NStringMap<V>
net/thevpc/nuts/util/NStringMap.putAll:(Ljava/util/Map;)Lnet/thevpc/nuts/util/NStringMap;
NStringMap<V>.putAll ( String prefix, Map<String,V> values ) : NStringMap<V>
net/thevpc/nuts/util/NStringMap.putAll:(Ljava/lang/String;Ljava/util/Map;)Lnet/thevpc/nuts/util/NStringMap;
NStringMap<V>.remove ( String prefix, String key ) : V
net/thevpc/nuts/util/NStringMap.remove:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
NStringMap<V>.removeAll ( String prefix ) : NStringMap<V>
net/thevpc/nuts/util/NStringMap.removeAll:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringMap;
NStringMap<V>.set ( String key, V value ) : V
net/thevpc/nuts/util/NStringMap.set:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
NStringMap<V>.set ( String prefix, String key, V value ) : V
net/thevpc/nuts/util/NStringMap.set:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
NStringMap<V>.size ( ) : int
net/thevpc/nuts/util/NStringMap.size:()I
NStringMap<V>.toMap ( ) : Map<String,V>
net/thevpc/nuts/util/NStringMap.toMap:()Ljava/util/Map;
NStringMap<V>.toMap ( String prefix ) : Map<String,V>
net/thevpc/nuts/util/NStringMap.toMap:(Ljava/lang/String;)Ljava/util/Map;
nuts-0.8.4.jar,
NStringMapFormat.class
package net.thevpc.nuts.util
NStringMapFormat.builder ( ) : NStringMapFormatBuilder
net/thevpc/nuts/util/NStringMapFormat.builder:()Lnet/thevpc/nuts/util/NStringMapFormatBuilder;
NStringMapFormat.equals ( Object o ) : boolean
net/thevpc/nuts/util/NStringMapFormat.equals:(Ljava/lang/Object;)Z
NStringMapFormat.format ( Map<String,String> map ) : String
net/thevpc/nuts/util/NStringMapFormat.format:(Ljava/util/Map;)Ljava/lang/String;
NStringMapFormat.formatDuplicates ( Map<String,List<String>> map ) : String
net/thevpc/nuts/util/NStringMapFormat.formatDuplicates:(Ljava/util/Map;)Ljava/lang/String;
NStringMapFormat.getEqualsChars ( ) : String
net/thevpc/nuts/util/NStringMapFormat.getEqualsChars:()Ljava/lang/String;
NStringMapFormat.getEscapeChars ( ) : String
net/thevpc/nuts/util/NStringMapFormat.getEscapeChars:()Ljava/lang/String;
NStringMapFormat.getSeparatorChars ( ) : String
net/thevpc/nuts/util/NStringMapFormat.getSeparatorChars:()Ljava/lang/String;
NStringMapFormat.hashCode ( ) : int
net/thevpc/nuts/util/NStringMapFormat.hashCode:()I
NStringMapFormat.isSort ( ) : boolean
net/thevpc/nuts/util/NStringMapFormat.isSort:()Z
NStringMapFormat.NStringMapFormat ( String equalsChars, String separatorChars, String escapeChars, boolean sort )
net/thevpc/nuts/util/NStringMapFormat."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
NStringMapFormat.of ( String equalsChars, String separatorChars, String escapeChars, boolean sort ) [static] : NStringMapFormat
net/thevpc/nuts/util/NStringMapFormat.of:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lnet/thevpc/nuts/util/NStringMapFormat;
NStringMapFormat.parse ( String text ) : NOptional<Map<String,String>>
net/thevpc/nuts/util/NStringMapFormat.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NStringMapFormat.parseDuplicates ( String text ) : NOptional<Map<String,List<String>>>
net/thevpc/nuts/util/NStringMapFormat.parseDuplicates:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NStringMapFormatBuilder.class
package net.thevpc.nuts.util
NStringMapFormatBuilder.build ( ) : NStringMapFormat
net/thevpc/nuts/util/NStringMapFormatBuilder.build:()Lnet/thevpc/nuts/util/NStringMapFormat;
NStringMapFormatBuilder.getEqualsChars ( ) : String
net/thevpc/nuts/util/NStringMapFormatBuilder.getEqualsChars:()Ljava/lang/String;
NStringMapFormatBuilder.getEscapeChars ( ) : String
net/thevpc/nuts/util/NStringMapFormatBuilder.getEscapeChars:()Ljava/lang/String;
NStringMapFormatBuilder.getSeparatorChars ( ) : String
net/thevpc/nuts/util/NStringMapFormatBuilder.getSeparatorChars:()Ljava/lang/String;
NStringMapFormatBuilder.isSort ( ) : boolean
net/thevpc/nuts/util/NStringMapFormatBuilder.isSort:()Z
NStringMapFormatBuilder.NStringMapFormatBuilder ( )
net/thevpc/nuts/util/NStringMapFormatBuilder."<init>":()V
NStringMapFormatBuilder.of ( ) [static] : NStringMapFormatBuilder
net/thevpc/nuts/util/NStringMapFormatBuilder.of:()Lnet/thevpc/nuts/util/NStringMapFormatBuilder;
NStringMapFormatBuilder.setEqualsChars ( String equalsChars ) : NStringMapFormatBuilder
net/thevpc/nuts/util/NStringMapFormatBuilder.setEqualsChars:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringMapFormatBuilder;
NStringMapFormatBuilder.setEscapeChars ( String escapeChars ) : NStringMapFormatBuilder
net/thevpc/nuts/util/NStringMapFormatBuilder.setEscapeChars:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringMapFormatBuilder;
NStringMapFormatBuilder.setSeparatorChars ( String separatorChars ) : NStringMapFormatBuilder
net/thevpc/nuts/util/NStringMapFormatBuilder.setSeparatorChars:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NStringMapFormatBuilder;
NStringMapFormatBuilder.setSort ( boolean sort ) : NStringMapFormatBuilder
net/thevpc/nuts/util/NStringMapFormatBuilder.setSort:(Z)Lnet/thevpc/nuts/util/NStringMapFormatBuilder;
nuts-0.8.4.jar,
NStringUtils.class
package net.thevpc.nuts.util
NStringUtils.alignLeft ( String s, int width ) [static] : String
net/thevpc/nuts/util/NStringUtils.alignLeft:(Ljava/lang/String;I)Ljava/lang/String;
NStringUtils.alignRight ( String s, int width ) [static] : String
net/thevpc/nuts/util/NStringUtils.alignRight:(Ljava/lang/String;I)Ljava/lang/String;
NStringUtils.firstNonBlank ( List<String> values ) [static] : String
net/thevpc/nuts/util/NStringUtils.firstNonBlank:(Ljava/util/List;)Ljava/lang/String;
NStringUtils.firstNonBlank ( String a, String b ) [static] : String
net/thevpc/nuts/util/NStringUtils.firstNonBlank:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NStringUtils.firstNonBlank ( String... values ) [static] : String
net/thevpc/nuts/util/NStringUtils.firstNonBlank:([Ljava/lang/String;)Ljava/lang/String;
NStringUtils.firstNonEmpty ( List<String> values ) [static] : String
net/thevpc/nuts/util/NStringUtils.firstNonEmpty:(Ljava/util/List;)Ljava/lang/String;
NStringUtils.firstNonEmpty ( String... values ) [static] : String
net/thevpc/nuts/util/NStringUtils.firstNonEmpty:([Ljava/lang/String;)Ljava/lang/String;
NStringUtils.firstNonNull ( List<String> values ) [static] : String
net/thevpc/nuts/util/NStringUtils.firstNonNull:(Ljava/util/List;)Ljava/lang/String;
NStringUtils.firstNonNull ( String... values ) [static] : String
net/thevpc/nuts/util/NStringUtils.firstNonNull:([Ljava/lang/String;)Ljava/lang/String;
NStringUtils.formatAlign ( String text, int size, NPositionType position ) [static] : String
net/thevpc/nuts/util/NStringUtils.formatAlign:(Ljava/lang/String;ILnet/thevpc/nuts/format/NPositionType;)Ljava/lang/String;
NStringUtils.formatStringLiteral ( String text ) [static] : String
net/thevpc/nuts/util/NStringUtils.formatStringLiteral:(Ljava/lang/String;)Ljava/lang/String;
NStringUtils.formatStringLiteral ( String text, NQuoteType quoteType ) [static] : String
net/thevpc/nuts/util/NStringUtils.formatStringLiteral:(Ljava/lang/String;Lnet/thevpc/nuts/util/NQuoteType;)Ljava/lang/String;
NStringUtils.formatStringLiteral ( String text, NQuoteType quoteType, NSupportMode condition ) [static] : String
net/thevpc/nuts/util/NStringUtils.formatStringLiteral:(Ljava/lang/String;Lnet/thevpc/nuts/util/NQuoteType;Lnet/thevpc/nuts/util/NSupportMode;)Ljava/lang/String;
NStringUtils.formatStringLiteral ( String text, NQuoteType quoteType, NSupportMode condition, String escapeChars ) [static] : String
net/thevpc/nuts/util/NStringUtils.formatStringLiteral:(Ljava/lang/String;Lnet/thevpc/nuts/util/NQuoteType;Lnet/thevpc/nuts/util/NSupportMode;Ljava/lang/String;)Ljava/lang/String;
NStringUtils.fromHexString ( String s ) [static] : byte[ ]
net/thevpc/nuts/util/NStringUtils.fromHexString:(Ljava/lang/String;)[B
NStringUtils.isEmpty ( String value ) [static] : boolean
net/thevpc/nuts/util/NStringUtils.isEmpty:(Ljava/lang/String;)Z
NStringUtils.isValidVarPart ( char c ) [static] : boolean
net/thevpc/nuts/util/NStringUtils.isValidVarPart:(C)Z
NStringUtils.isValidVarStart ( char c ) [static] : boolean
net/thevpc/nuts/util/NStringUtils.isValidVarStart:(C)Z
NStringUtils.normalizeString ( String value ) [static] : String
net/thevpc/nuts/util/NStringUtils.normalizeString:(Ljava/lang/String;)Ljava/lang/String;
NStringUtils.parseDollarPlaceHolder ( String text ) [static] : Stream<NToken>
net/thevpc/nuts/util/NStringUtils.parseDollarPlaceHolder:(Ljava/lang/String;)Ljava/util/stream/Stream;
NStringUtils.parsePlaceHolder ( String text, Pattern pattern, String patternVarName ) [static] : Stream<NToken>
net/thevpc/nuts/util/NStringUtils.parsePlaceHolder:(Ljava/lang/String;Ljava/util/regex/Pattern;Ljava/lang/String;)Ljava/util/stream/Stream;
NStringUtils.parsePropertyIdList ( String s ) [static] : NOptional<List<String>>
net/thevpc/nuts/util/NStringUtils.parsePropertyIdList:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NStringUtils.parsePropertyStringList ( String s ) [static] : List<String>
net/thevpc/nuts/util/NStringUtils.parsePropertyStringList:(Ljava/lang/String;)Ljava/util/List;
NStringUtils.repeat ( char c, int count ) [static] : String
net/thevpc/nuts/util/NStringUtils.repeat:(CI)Ljava/lang/String;
NStringUtils.repeat ( String str, int count ) [static] : String
net/thevpc/nuts/util/NStringUtils.repeat:(Ljava/lang/String;I)Ljava/lang/String;
NStringUtils.replaceDollarPlaceHolder ( String text, Function<String,String> mapper ) [static] : String
net/thevpc/nuts/util/NStringUtils.replaceDollarPlaceHolder:(Ljava/lang/String;Ljava/util/function/Function;)Ljava/lang/String;
NStringUtils.replacePlaceholder ( String text, Pattern regexp, String varName, Function<String,String> mapper ) [static] : String
net/thevpc/nuts/util/NStringUtils.replacePlaceholder:(Ljava/lang/String;Ljava/util/regex/Pattern;Ljava/lang/String;Ljava/util/function/Function;)Ljava/lang/String;
NStringUtils.replacePlaceholder ( String text, String regexp, Function<String,String> mapper ) [static] : String
net/thevpc/nuts/util/NStringUtils.replacePlaceholder:(Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function;)Ljava/lang/String;
NStringUtils.replacePlaceholder ( String text, String regexp, String varName, Function<String,String> mapper ) [static] : String
net/thevpc/nuts/util/NStringUtils.replacePlaceholder:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function;)Ljava/lang/String;
NStringUtils.split ( String value, String chars ) [static] : List<String>
net/thevpc/nuts/util/NStringUtils.split:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
NStringUtils.split ( String value, String chars, boolean trim, boolean ignoreEmpty ) [static] : List<String>
net/thevpc/nuts/util/NStringUtils.split:(Ljava/lang/String;Ljava/lang/String;ZZ)Ljava/util/List;
NStringUtils.toHexChar ( int nibble ) [static] : char
net/thevpc/nuts/util/NStringUtils.toHexChar:(I)C
NStringUtils.toHexString ( byte[ ] bytes ) [static] : String
net/thevpc/nuts/util/NStringUtils.toHexString:([B)Ljava/lang/String;
NStringUtils.trim ( CharSequence value ) [static] : CharSequence
net/thevpc/nuts/util/NStringUtils.trim:(Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
NStringUtils.trim ( String value ) [static] : String
net/thevpc/nuts/util/NStringUtils.trim:(Ljava/lang/String;)Ljava/lang/String;
NStringUtils.trimLeft ( CharSequence value ) [static] : CharSequence
net/thevpc/nuts/util/NStringUtils.trimLeft:(Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
NStringUtils.trimLeft ( String value ) [static] : String
net/thevpc/nuts/util/NStringUtils.trimLeft:(Ljava/lang/String;)Ljava/lang/String;
NStringUtils.trimLeftToNull ( CharSequence value ) [static] : String
net/thevpc/nuts/util/NStringUtils.trimLeftToNull:(Ljava/lang/CharSequence;)Ljava/lang/String;
NStringUtils.trimRight ( CharSequence value ) [static] : CharSequence
net/thevpc/nuts/util/NStringUtils.trimRight:(Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
NStringUtils.trimRight ( String value ) [static] : String
net/thevpc/nuts/util/NStringUtils.trimRight:(Ljava/lang/String;)Ljava/lang/String;
NStringUtils.trimRightToNull ( CharSequence value ) [static] : String
net/thevpc/nuts/util/NStringUtils.trimRightToNull:(Ljava/lang/CharSequence;)Ljava/lang/String;
NStringUtils.trimToNull ( CharSequence value ) [static] : String
net/thevpc/nuts/util/NStringUtils.trimToNull:(Ljava/lang/CharSequence;)Ljava/lang/String;
NStringUtils.trimToNull ( String value ) [static] : String
net/thevpc/nuts/util/NStringUtils.trimToNull:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.4.jar,
NStringWriter.class
package net.thevpc.nuts.text
NStringWriter.append ( Object p1 ) [abstract] : void
net/thevpc/nuts/text/NStringWriter.append:(Ljava/lang/Object;)V
NStringWriter.append ( Object p1, NTextStyle p2 ) [abstract] : void
net/thevpc/nuts/text/NStringWriter.append:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyle;)V
NStringWriter.append ( Object p1, NTextStyles p2 ) [abstract] : void
net/thevpc/nuts/text/NStringWriter.append:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyles;)V
nuts-0.8.4.jar,
NSupportLevelContext.class
package net.thevpc.nuts.spi
NSupportLevelContext.getConstraints ( ) [abstract] : T
net/thevpc/nuts/spi/NSupportLevelContext.getConstraints:()Ljava/lang/Object;
NSupportLevelContext.getConstraints ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/spi/NSupportLevelContext.getConstraints:(Ljava/lang/Class;)Ljava/lang/Object;
nuts-0.8.4.jar,
NSupportMode.class
package net.thevpc.nuts.util
NSupportMode.acceptCondition ( NSupportMode request, NSession session ) : boolean
net/thevpc/nuts/util/NSupportMode.acceptCondition:(Lnet/thevpc/nuts/util/NSupportMode;Lnet/thevpc/nuts/NSession;)Z
NSupportMode.id ( ) : String
net/thevpc/nuts/util/NSupportMode.id:()Ljava/lang/String;
NSupportMode.parse ( String value ) [static] : NOptional<NSupportMode>
net/thevpc/nuts/util/NSupportMode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NSupportMode.valueOf ( String name ) [static] : NSupportMode
net/thevpc/nuts/util/NSupportMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NSupportMode;
NSupportMode.values ( ) [static] : NSupportMode[ ]
net/thevpc/nuts/util/NSupportMode.values:()[Lnet/thevpc/nuts/util/NSupportMode;
nuts-0.8.4.jar,
NSystemTerminal.class
package net.thevpc.nuts.io
NSystemTerminal.enableRichTerm ( NSession session ) [static] : void
net/thevpc/nuts/io/NSystemTerminal.enableRichTerm:(Lnet/thevpc/nuts/NSession;)V
NSystemTerminal.err ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NSystemTerminal.err:()Lnet/thevpc/nuts/io/NPrintStream;
NSystemTerminal.getBase ( ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/io/NSystemTerminal.getBase:()Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NSystemTerminal.in ( ) [abstract] : InputStream
net/thevpc/nuts/io/NSystemTerminal.in:()Ljava/io/InputStream;
NSystemTerminal.out ( ) [abstract] : NPrintStream
net/thevpc/nuts/io/NSystemTerminal.out:()Lnet/thevpc/nuts/io/NPrintStream;
NSystemTerminal.printProgress ( float p1, NMsg p2, NSession p3 ) [abstract] : NSystemTerminal
net/thevpc/nuts/io/NSystemTerminal.printProgress:(FLnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NSystemTerminal;
NSystemTerminal.readLine ( NMsg p1, NSession p2 ) [abstract] : String
net/thevpc/nuts/io/NSystemTerminal.readLine:(Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NSystemTerminal.readPassword ( NMsg p1, NSession p2 ) [abstract] : char[ ]
net/thevpc/nuts/io/NSystemTerminal.readPassword:(Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)[C
nuts-0.8.4.jar,
NSystemTerminalBase.class
package net.thevpc.nuts.spi
NSystemTerminalBase.clearScreen ( NSession p1 ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/spi/NSystemTerminalBase.clearScreen:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NSystemTerminalBase.getAutoCompleteResolver ( ) : NCmdLineAutoCompleteResolver
net/thevpc/nuts/spi/NSystemTerminalBase.getAutoCompleteResolver:()Lnet/thevpc/nuts/cmdline/NCmdLineAutoCompleteResolver;
NSystemTerminalBase.getCommandHighlighter ( ) [abstract] : String
net/thevpc/nuts/spi/NSystemTerminalBase.getCommandHighlighter:()Ljava/lang/String;
NSystemTerminalBase.getCommandHistory ( ) [abstract] : NCmdLineHistory
net/thevpc/nuts/spi/NSystemTerminalBase.getCommandHistory:()Lnet/thevpc/nuts/cmdline/NCmdLineHistory;
NSystemTerminalBase.getErr ( ) [abstract] : NPrintStream
net/thevpc/nuts/spi/NSystemTerminalBase.getErr:()Lnet/thevpc/nuts/io/NPrintStream;
NSystemTerminalBase.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NSystemTerminalBase.getIn:()Ljava/io/InputStream;
NSystemTerminalBase.getOut ( ) [abstract] : NPrintStream
net/thevpc/nuts/spi/NSystemTerminalBase.getOut:()Lnet/thevpc/nuts/io/NPrintStream;
NSystemTerminalBase.getTerminalCursor ( NSession p1 ) [abstract] : NSystemTerminalBase.Cursor
net/thevpc/nuts/spi/NSystemTerminalBase.getTerminalCursor:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase$Cursor;
NSystemTerminalBase.getTerminalSize ( NSession p1 ) [abstract] : NSystemTerminalBase.Size
net/thevpc/nuts/spi/NSystemTerminalBase.getTerminalSize:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase$Size;
NSystemTerminalBase.isAutoCompleteSupported ( ) : boolean
net/thevpc/nuts/spi/NSystemTerminalBase.isAutoCompleteSupported:()Z
NSystemTerminalBase.readLine ( NPrintStream p1, NMsg p2, NSession p3 ) [abstract] : String
net/thevpc/nuts/spi/NSystemTerminalBase.readLine:(Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NSystemTerminalBase.readPassword ( NPrintStream p1, NMsg p2, NSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/spi/NSystemTerminalBase.readPassword:(Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/NSession;)[C
NSystemTerminalBase.resetLine ( NSession p1 ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/spi/NSystemTerminalBase.resetLine:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NSystemTerminalBase.run ( NTerminalCmd p1, NPrintStream p2, NSession p3 ) [abstract] : Object
net/thevpc/nuts/spi/NSystemTerminalBase.run:(Lnet/thevpc/nuts/text/NTerminalCmd;Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NSystemTerminalBase.setCommandAutoCompleteResolver ( NCmdLineAutoCompleteResolver p1 ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/spi/NSystemTerminalBase.setCommandAutoCompleteResolver:(Lnet/thevpc/nuts/cmdline/NCmdLineAutoCompleteResolver;)Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NSystemTerminalBase.setCommandHighlighter ( String p1 ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/spi/NSystemTerminalBase.setCommandHighlighter:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NSystemTerminalBase.setCommandHistory ( NCmdLineHistory p1 ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/spi/NSystemTerminalBase.setCommandHistory:(Lnet/thevpc/nuts/cmdline/NCmdLineHistory;)Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NSystemTerminalBase.setStyles ( NTextStyles p1, NPrintStream p2, NSession p3 ) [abstract] : void
net/thevpc/nuts/spi/NSystemTerminalBase.setStyles:(Lnet/thevpc/nuts/text/NTextStyles;Lnet/thevpc/nuts/io/NPrintStream;Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NSystemTerminalBaseImpl.class
package net.thevpc.nuts.spi
NSystemTerminalBaseImpl.clearScreen ( NSession session ) : NSystemTerminalBase
net/thevpc/nuts/spi/NSystemTerminalBaseImpl.clearScreen:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NSystemTerminalBaseImpl.getTerminalCursor ( NSession session ) : NSystemTerminalBase.Cursor
net/thevpc/nuts/spi/NSystemTerminalBaseImpl.getTerminalCursor:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase$Cursor;
NSystemTerminalBaseImpl.getTerminalSize ( NSession session ) : NSystemTerminalBase.Size
net/thevpc/nuts/spi/NSystemTerminalBaseImpl.getTerminalSize:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase$Size;
NSystemTerminalBaseImpl.NSystemTerminalBaseImpl ( )
net/thevpc/nuts/spi/NSystemTerminalBaseImpl."<init>":()V
NSystemTerminalBaseImpl.resetLine ( NSession session ) : NSystemTerminalBase
net/thevpc/nuts/spi/NSystemTerminalBaseImpl.resetLine:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NSystemTerminalBase;
nuts-0.8.4.jar,
NTableBordersFormat.class
package net.thevpc.nuts.format
NTableBordersFormat.format ( NTableSeparator p1 ) [abstract] : String
net/thevpc/nuts/format/NTableBordersFormat.format:(Lnet/thevpc/nuts/format/NTableSeparator;)Ljava/lang/String;
nuts-0.8.4.jar,
NTableCell.class
package net.thevpc.nuts.format
NTableCell.getColspan ( ) [abstract] : int
net/thevpc/nuts/format/NTableCell.getColspan:()I
NTableCell.getRowspan ( ) [abstract] : int
net/thevpc/nuts/format/NTableCell.getRowspan:()I
NTableCell.getValue ( ) [abstract] : Object
net/thevpc/nuts/format/NTableCell.getValue:()Ljava/lang/Object;
NTableCell.getX ( ) [abstract] : int
net/thevpc/nuts/format/NTableCell.getX:()I
NTableCell.getY ( ) [abstract] : int
net/thevpc/nuts/format/NTableCell.getY:()I
NTableCell.setColspan ( int p1 ) [abstract] : NTableCell
net/thevpc/nuts/format/NTableCell.setColspan:(I)Lnet/thevpc/nuts/format/NTableCell;
NTableCell.setRowspan ( int p1 ) [abstract] : NTableCell
net/thevpc/nuts/format/NTableCell.setRowspan:(I)Lnet/thevpc/nuts/format/NTableCell;
NTableCell.setValue ( Object p1 ) [abstract] : NTableCell
net/thevpc/nuts/format/NTableCell.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NTableCell;
nuts-0.8.4.jar,
NTableCellFormat.class
package net.thevpc.nuts.format
NTableCellFormat.format ( int row, int col, Object value, NSession session ) : String
net/thevpc/nuts/format/NTableCellFormat.format:(IILjava/lang/Object;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NTableCellFormat.getHorizontalAlign ( int row, int col, Object value, NSession session ) : NPositionType
net/thevpc/nuts/format/NTableCellFormat.getHorizontalAlign:(IILjava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NPositionType;
NTableCellFormat.getVerticalAlign ( int row, int col, Object value, NSession session ) : NPositionType
net/thevpc/nuts/format/NTableCellFormat.getVerticalAlign:(IILjava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NPositionType;
nuts-0.8.4.jar,
NTableFormat.class
package net.thevpc.nuts.format
NTableFormat.configure ( boolean p1, String... p2 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.configure ( boolean p1, String[ ] p2 ) : NContentTypeFormat
net/thevpc/nuts/format/NTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTableFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/format/NTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NTableFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/format/NTableFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NTableFormat.getBorder ( ) [abstract] : NTableBordersFormat
net/thevpc/nuts/format/NTableFormat.getBorder:()Lnet/thevpc/nuts/format/NTableBordersFormat;
NTableFormat.getModel ( ) [abstract] : NTableModel
net/thevpc/nuts/format/NTableFormat.getModel:()Lnet/thevpc/nuts/format/NTableModel;
NTableFormat.getVisibleColumn ( int p1 ) [abstract] : Boolean
net/thevpc/nuts/format/NTableFormat.getVisibleColumn:(I)Ljava/lang/Boolean;
NTableFormat.isVisibleHeader ( ) [abstract] : boolean
net/thevpc/nuts/format/NTableFormat.isVisibleHeader:()Z
NTableFormat.of ( NSession session ) [static] : NTableFormat
net/thevpc/nuts/format/NTableFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setBorder ( NTableBordersFormat p1 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setBorder:(Lnet/thevpc/nuts/format/NTableBordersFormat;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setBorder ( String p1 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setBorder:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setCellFormat ( NTableCellFormat p1 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setCellFormat:(Lnet/thevpc/nuts/format/NTableCellFormat;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setNtf ( boolean p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NTableFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTableFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/format/NTableFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NTableFormat.setNtf ( boolean p1 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setSession ( NSession p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NTableFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTableFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/format/NTableFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NTableFormat.setSession ( NSession p1 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setValue ( Object p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTableFormat.setValue ( Object p1 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setVisibleColumn ( int p1, Boolean p2 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setVisibleColumn:(ILjava/lang/Boolean;)Lnet/thevpc/nuts/format/NTableFormat;
NTableFormat.setVisibleHeader ( boolean p1 ) [abstract] : NTableFormat
net/thevpc/nuts/format/NTableFormat.setVisibleHeader:(Z)Lnet/thevpc/nuts/format/NTableFormat;
nuts-0.8.4.jar,
NTableModel.class
package net.thevpc.nuts.format
NTableModel.getCellColSpan ( int row, int column ) : int
net/thevpc/nuts/format/NTableModel.getCellColSpan:(II)I
NTableModel.getCellRowSpan ( int row, int column ) : int
net/thevpc/nuts/format/NTableModel.getCellRowSpan:(II)I
NTableModel.getCellValue ( int p1, int p2 ) [abstract] : Object
net/thevpc/nuts/format/NTableModel.getCellValue:(II)Ljava/lang/Object;
NTableModel.getColumnsCount ( ) [abstract] : int
net/thevpc/nuts/format/NTableModel.getColumnsCount:()I
NTableModel.getHeaderColSpan ( int column ) : int
net/thevpc/nuts/format/NTableModel.getHeaderColSpan:(I)I
NTableModel.getHeaderValue ( int column ) : Object
net/thevpc/nuts/format/NTableModel.getHeaderValue:(I)Ljava/lang/Object;
NTableModel.getRowsCount ( ) [abstract] : int
net/thevpc/nuts/format/NTableModel.getRowsCount:()I
NTableModel.of ( NSession session ) [static] : NMutableTableModel
net/thevpc/nuts/format/NTableModel.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NMutableTableModel;
nuts-0.8.4.jar,
NTableSeparator.class
package net.thevpc.nuts.format
NTableSeparator.id ( ) : String
net/thevpc/nuts/format/NTableSeparator.id:()Ljava/lang/String;
NTableSeparator.parse ( String value ) [static] : NOptional<NTableSeparator>
net/thevpc/nuts/format/NTableSeparator.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTableSeparator.valueOf ( String name ) [static] : NTableSeparator
net/thevpc/nuts/format/NTableSeparator.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NTableSeparator;
NTableSeparator.values ( ) [static] : NTableSeparator[ ]
net/thevpc/nuts/format/NTableSeparator.values:()[Lnet/thevpc/nuts/format/NTableSeparator;
nuts-0.8.4.jar,
NTerminalCmd.class
package net.thevpc.nuts.text
NTerminalCmd.equals ( Object o ) : boolean
net/thevpc/nuts/text/NTerminalCmd.equals:(Ljava/lang/Object;)Z
NTerminalCmd.getArgs ( ) : List<String>
net/thevpc/nuts/text/NTerminalCmd.getArgs:()Ljava/util/List;
NTerminalCmd.getName ( ) : String
net/thevpc/nuts/text/NTerminalCmd.getName:()Ljava/lang/String;
NTerminalCmd.hashCode ( ) : int
net/thevpc/nuts/text/NTerminalCmd.hashCode:()I
NTerminalCmd.MOVE_DOWN ( int count ) [static] : NTerminalCmd
net/thevpc/nuts/text/NTerminalCmd.MOVE_DOWN:(I)Lnet/thevpc/nuts/text/NTerminalCmd;
NTerminalCmd.MOVE_LEFT ( int count ) [static] : NTerminalCmd
net/thevpc/nuts/text/NTerminalCmd.MOVE_LEFT:(I)Lnet/thevpc/nuts/text/NTerminalCmd;
NTerminalCmd.MOVE_RIGHT ( int count ) [static] : NTerminalCmd
net/thevpc/nuts/text/NTerminalCmd.MOVE_RIGHT:(I)Lnet/thevpc/nuts/text/NTerminalCmd;
NTerminalCmd.MOVE_TO ( int row, int col ) [static] : NTerminalCmd
net/thevpc/nuts/text/NTerminalCmd.MOVE_TO:(II)Lnet/thevpc/nuts/text/NTerminalCmd;
NTerminalCmd.MOVE_UP ( int count ) [static] : NTerminalCmd
net/thevpc/nuts/text/NTerminalCmd.MOVE_UP:(I)Lnet/thevpc/nuts/text/NTerminalCmd;
NTerminalCmd.NTerminalCmd ( String name )
net/thevpc/nuts/text/NTerminalCmd."<init>":(Ljava/lang/String;)V
NTerminalCmd.NTerminalCmd ( String name, List<String> args )
net/thevpc/nuts/text/NTerminalCmd."<init>":(Ljava/lang/String;Ljava/util/List;)V
NTerminalCmd.of ( String name ) [static] : NTerminalCmd
net/thevpc/nuts/text/NTerminalCmd.of:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTerminalCmd;
NTerminalCmd.of ( String name, String... args ) [static] : NTerminalCmd
net/thevpc/nuts/text/NTerminalCmd.of:(Ljava/lang/String;[Ljava/lang/String;)Lnet/thevpc/nuts/text/NTerminalCmd;
NTerminalCmd.toString ( ) : String
net/thevpc/nuts/text/NTerminalCmd.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NTerminalMode.class
package net.thevpc.nuts.io
NTerminalMode.id ( ) : String
net/thevpc/nuts/io/NTerminalMode.id:()Ljava/lang/String;
NTerminalMode.parse ( String value ) [static] : NOptional<NTerminalMode>
net/thevpc/nuts/io/NTerminalMode.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTerminalMode.valueOf ( String name ) [static] : NTerminalMode
net/thevpc/nuts/io/NTerminalMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NTerminalMode;
NTerminalMode.values ( ) [static] : NTerminalMode[ ]
net/thevpc/nuts/io/NTerminalMode.values:()[Lnet/thevpc/nuts/io/NTerminalMode;
nuts-0.8.4.jar,
NTerminalSpec.class
package net.thevpc.nuts.spi
NTerminalSpec.get ( String p1 ) [abstract] : Object
net/thevpc/nuts/spi/NTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NTerminalSpec.getAutoComplete ( ) [abstract] : Boolean
net/thevpc/nuts/spi/NTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NTerminalSpec.getParent ( ) [abstract] : NSystemTerminalBase
net/thevpc/nuts/spi/NTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NSystemTerminalBase;
NTerminalSpec.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/spi/NTerminalSpec.getProperties:()Ljava/util/Map;
NTerminalSpec.setAll ( Map<String,Object> p1 ) [abstract] : NTerminalSpec
net/thevpc/nuts/spi/NTerminalSpec.setAll:(Ljava/util/Map;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NTerminalSpec.setAll ( NTerminalSpec p1 ) [abstract] : NTerminalSpec
net/thevpc/nuts/spi/NTerminalSpec.setAll:(Lnet/thevpc/nuts/spi/NTerminalSpec;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NTerminalSpec.setAutoComplete ( Boolean p1 ) [abstract] : NTerminalSpec
net/thevpc/nuts/spi/NTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NTerminalSpec.setParent ( NSystemTerminalBase p1 ) [abstract] : NTerminalSpec
net/thevpc/nuts/spi/NTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NSystemTerminalBase;)Lnet/thevpc/nuts/spi/NTerminalSpec;
NTerminalSpec.setProperty ( String p1, Object p2 ) [abstract] : NTerminalSpec
net/thevpc/nuts/spi/NTerminalSpec.setProperty:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NTerminalSpec;
nuts-0.8.4.jar,
NText.class
package net.thevpc.nuts.text
NText.getType ( ) [abstract] : NTextType
net/thevpc/nuts/text/NText.getType:()Lnet/thevpc/nuts/text/NTextType;
NText.parse ( String str, NSession session ) [static] : NString
net/thevpc/nuts/text/NText.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NString;
nuts-0.8.4.jar,
NTextAnchor.class
package net.thevpc.nuts.text
NTextAnchor.getSeparator ( ) [abstract] : String
net/thevpc/nuts/text/NTextAnchor.getSeparator:()Ljava/lang/String;
NTextAnchor.getValue ( ) [abstract] : String
net/thevpc/nuts/text/NTextAnchor.getValue:()Ljava/lang/String;
nuts-0.8.4.jar,
NTextBuilder.class
package net.thevpc.nuts.text
NTextBuilder.append ( NText p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.append:(Lnet/thevpc/nuts/text/NText;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.append ( Object p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.append:(Ljava/lang/Object;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.append ( Object p1, NTextStyle p2 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.append:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.append ( Object p1, NTextStyles p2 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.append:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.appendAll ( Collection<?> p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.appendAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.appendCode ( String p1, String p2 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.appendCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.appendCommand ( NTerminalCmd p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.appendCommand:(Lnet/thevpc/nuts/text/NTerminalCmd;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.appendHash ( Object p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.appendHash:(Ljava/lang/Object;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.appendHash ( Object p1, Object p2 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.appendHash:(Ljava/lang/Object;Ljava/lang/Object;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.appendJoined ( Object p1, Collection<?> p2 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.appendJoined:(Ljava/lang/Object;Ljava/util/Collection;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.appendRandom ( Object p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.appendRandom:(Ljava/lang/Object;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.build ( ) [abstract] : NText
net/thevpc/nuts/text/NTextBuilder.build:()Lnet/thevpc/nuts/text/NText;
NTextBuilder.flatten ( ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.flatten:()Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.get ( int p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextBuilder.get:(I)Lnet/thevpc/nuts/text/NText;
NTextBuilder.getChildren ( ) [abstract] : List<NText>
net/thevpc/nuts/text/NTextBuilder.getChildren:()Ljava/util/List;
NTextBuilder.getStyleGenerator ( ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextBuilder.getStyleGenerator:()Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextBuilder.insert ( int p1, NText... p2 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.insert:(I[Lnet/thevpc/nuts/text/NText;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.items ( ) [abstract] : Iterable<NText>
net/thevpc/nuts/text/NTextBuilder.items:()Ljava/lang/Iterable;
NTextBuilder.lines ( ) [abstract] : NStream<NTextBuilder>
net/thevpc/nuts/text/NTextBuilder.lines:()Lnet/thevpc/nuts/util/NStream;
NTextBuilder.of ( NSession session ) [static] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.readLine ( ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.readLine:()Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.removeAt ( int p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.removeAt:(I)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.replace ( int p1, int p2, NText... p3 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.replace:(II[Lnet/thevpc/nuts/text/NText;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.replaceChildren ( int p1, int p2, NText... p3 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.replaceChildren:(II[Lnet/thevpc/nuts/text/NText;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.setStyleGenerator ( NTextStyleGenerator p1 ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTextBuilder.setStyleGenerator:(Lnet/thevpc/nuts/text/NTextStyleGenerator;)Lnet/thevpc/nuts/text/NTextBuilder;
NTextBuilder.size ( ) [abstract] : int
net/thevpc/nuts/text/NTextBuilder.size:()I
NTextBuilder.subChildren ( int p1, int p2 ) [abstract] : NText
net/thevpc/nuts/text/NTextBuilder.subChildren:(II)Lnet/thevpc/nuts/text/NText;
NTextBuilder.substring ( int p1, int p2 ) [abstract] : NText
net/thevpc/nuts/text/NTextBuilder.substring:(II)Lnet/thevpc/nuts/text/NText;
NTextBuilder.toString ( ) [abstract] : String
net/thevpc/nuts/text/NTextBuilder.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NTextCmd.class
package net.thevpc.nuts.text
NTextCmd.getCommand ( ) [abstract] : NTerminalCmd
net/thevpc/nuts/text/NTextCmd.getCommand:()Lnet/thevpc/nuts/text/NTerminalCmd;
nuts-0.8.4.jar,
NTextCode.class
package net.thevpc.nuts.text
NTextCode.getQualifier ( ) [abstract] : String
net/thevpc/nuts/text/NTextCode.getQualifier:()Ljava/lang/String;
NTextCode.getSeparator ( ) [abstract] : String
net/thevpc/nuts/text/NTextCode.getSeparator:()Ljava/lang/String;
NTextCode.getText ( ) [abstract] : String
net/thevpc/nuts/text/NTextCode.getText:()Ljava/lang/String;
NTextCode.highlight ( NSession p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextCode.highlight:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
nuts-0.8.4.jar,
NTextFormat.class
package net.thevpc.nuts.text
NTextFormat<T>.of ( NSession session, String type, Class<T> expectedType, String pattern ) [static] : NOptional<NTextFormat<T>>
net/thevpc/nuts/text/NTextFormat.of:(Lnet/thevpc/nuts/NSession;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTextFormat<T>.toString ( T object, NSession session ) : String
net/thevpc/nuts/text/NTextFormat.toString:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Ljava/lang/String;
NTextFormat<T>.toText ( T p1, NSession p2 ) [abstract] : NText
net/thevpc/nuts/text/NTextFormat.toText:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
nuts-0.8.4.jar,
NTextFormatTheme.class
package net.thevpc.nuts.text
NTextFormatTheme.getName ( ) [abstract] : String
net/thevpc/nuts/text/NTextFormatTheme.getName:()Ljava/lang/String;
NTextFormatTheme.toBasicStyles ( NTextStyles p1, NSession p2 ) [abstract] : NTextStyles
net/thevpc/nuts/text/NTextFormatTheme.toBasicStyles:(Lnet/thevpc/nuts/text/NTextStyles;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NTextStyles;
nuts-0.8.4.jar,
NTextFormatType.class
package net.thevpc.nuts.text
NTextFormatType.id ( ) : String
net/thevpc/nuts/text/NTextFormatType.id:()Ljava/lang/String;
NTextFormatType.parse ( String value ) [static] : NOptional<NTextFormatType>
net/thevpc/nuts/text/NTextFormatType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTextFormatType.valueOf ( String name ) [static] : NTextFormatType
net/thevpc/nuts/text/NTextFormatType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextFormatType;
NTextFormatType.values ( ) [static] : NTextFormatType[ ]
net/thevpc/nuts/text/NTextFormatType.values:()[Lnet/thevpc/nuts/text/NTextFormatType;
nuts-0.8.4.jar,
NTextInclude.class
package net.thevpc.nuts.text
NTextInclude.getSeparator ( ) [abstract] : String
net/thevpc/nuts/text/NTextInclude.getSeparator:()Ljava/lang/String;
NTextInclude.getText ( ) [abstract] : String
net/thevpc/nuts/text/NTextInclude.getText:()Ljava/lang/String;
nuts-0.8.4.jar,
NTextLink.class
package net.thevpc.nuts.text
NTextLink.getSeparator ( ) [abstract] : String
net/thevpc/nuts/text/NTextLink.getSeparator:()Ljava/lang/String;
NTextLink.getText ( ) [abstract] : String
net/thevpc/nuts/text/NTextLink.getText:()Ljava/lang/String;
nuts-0.8.4.jar,
NTextList.class
package net.thevpc.nuts.text
NTextList.get ( int p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextList.get:(I)Lnet/thevpc/nuts/text/NText;
NTextList.getChildren ( ) [abstract] : List<NText>
net/thevpc/nuts/text/NTextList.getChildren:()Ljava/util/List;
NTextList.simplify ( ) [abstract] : NText
net/thevpc/nuts/text/NTextList.simplify:()Lnet/thevpc/nuts/text/NText;
NTextList.size ( ) [abstract] : int
net/thevpc/nuts/text/NTextList.size:()I
nuts-0.8.4.jar,
NTextParser.class
package net.thevpc.nuts.text
NTextParser.isIncomplete ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextParser.isIncomplete:()Z
NTextParser.of ( NSession session ) [static] : NTextParser
net/thevpc/nuts/text/NTextParser.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NTextParser;
NTextParser.offer ( char p1 ) [abstract] : void
net/thevpc/nuts/text/NTextParser.offer:(C)V
NTextParser.offer ( char[ ] p1 ) [abstract] : void
net/thevpc/nuts/text/NTextParser.offer:([C)V
NTextParser.offer ( char[ ] p1, int p2, int p3 ) [abstract] : void
net/thevpc/nuts/text/NTextParser.offer:([CII)V
NTextParser.offer ( String p1 ) [abstract] : void
net/thevpc/nuts/text/NTextParser.offer:(Ljava/lang/String;)V
NTextParser.parse ( File p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parse:(Ljava/io/File;)Lnet/thevpc/nuts/text/NText;
NTextParser.parse ( InputStream p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/text/NText;
NTextParser.parse ( InputStream p1, NTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parse:(Ljava/io/InputStream;Lnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parse ( NInputSource p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parse:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/text/NText;
NTextParser.parse ( Path p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/text/NText;
NTextParser.parse ( Reader p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/text/NText;
NTextParser.parse ( Reader p1, NTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parse:(Ljava/io/Reader;Lnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parse ( URL p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/text/NText;
NTextParser.parseIncremental ( byte[ ] p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parseIncremental:([B)Lnet/thevpc/nuts/text/NText;
NTextParser.parseIncremental ( byte[ ] p1, int p2, int p3 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parseIncremental:([BII)Lnet/thevpc/nuts/text/NText;
NTextParser.parseIncremental ( byte[ ] p1, int p2, int p3, NTextVisitor p4 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parseIncremental:([BIILnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parseIncremental ( byte[ ] p1, NTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parseIncremental:([BLnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parseIncremental ( char p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parseIncremental:(C)Lnet/thevpc/nuts/text/NText;
NTextParser.parseIncremental ( char p1, NTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parseIncremental:(CLnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parseIncremental ( char[ ] p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parseIncremental:([C)Lnet/thevpc/nuts/text/NText;
NTextParser.parseIncremental ( char[ ] p1, int p2, int p3 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parseIncremental:([CII)Lnet/thevpc/nuts/text/NText;
NTextParser.parseIncremental ( char[ ] p1, int p2, int p3, NTextVisitor p4 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parseIncremental:([CIILnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parseIncremental ( char[ ] p1, NTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parseIncremental:([CLnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parseIncremental ( String p1 ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parseIncremental:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NText;
NTextParser.parseIncremental ( String p1, NTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parseIncremental:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.parseRemaining ( ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.parseRemaining:()Lnet/thevpc/nuts/text/NText;
NTextParser.parseRemaining ( NTextVisitor p1 ) [abstract] : long
net/thevpc/nuts/text/NTextParser.parseRemaining:(Lnet/thevpc/nuts/text/NTextVisitor;)J
NTextParser.read ( ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.read:()Lnet/thevpc/nuts/text/NText;
NTextParser.readFully ( ) [abstract] : NText
net/thevpc/nuts/text/NTextParser.readFully:()Lnet/thevpc/nuts/text/NText;
NTextParser.reset ( ) [abstract] : void
net/thevpc/nuts/text/NTextParser.reset:()V
nuts-0.8.4.jar,
NTextPlain.class
package net.thevpc.nuts.text
NTextPlain.getText ( ) [abstract] : String
net/thevpc/nuts/text/NTextPlain.getText:()Ljava/lang/String;
nuts-0.8.4.jar,
NTexts.class
package net.thevpc.nuts.text
NTexts.addCodeHighlighter ( NCodeHighlighter p1 ) [abstract] : NTexts
net/thevpc/nuts/text/NTexts.addCodeHighlighter:(Lnet/thevpc/nuts/NCodeHighlighter;)Lnet/thevpc/nuts/text/NTexts;
NTexts.createFormat ( NFormatSPI p1 ) [abstract] : NFormat
net/thevpc/nuts/text/NTexts.createFormat:(Lnet/thevpc/nuts/spi/NFormatSPI;)Lnet/thevpc/nuts/format/NFormat;
NTexts.createFormat ( T p1, NTextFormat<T> p2 ) [abstract] : NFormat
net/thevpc/nuts/text/NTexts.createFormat:(Ljava/lang/Object;Lnet/thevpc/nuts/text/NTextFormat;)Lnet/thevpc/nuts/format/NFormat;
NTexts.createNumberStringFormat ( String p1, String p2 ) [abstract] : NOptional<NStringFormat<Number>>
net/thevpc/nuts/text/NTexts.createNumberStringFormat:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTexts.createNumberTextFormat ( String p1, String p2 ) [abstract] : NOptional<NTextFormat<Number>>
net/thevpc/nuts/text/NTexts.createNumberTextFormat:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTexts.createStringFormat ( String p1, String p2, Class<T> p3 ) [abstract] : NOptional<NStringFormat<T>>
net/thevpc/nuts/text/NTexts.createStringFormat:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NTexts.createTextFormat ( String p1, String p2, Class<T> p3 ) [abstract] : NOptional<NTextFormat<T>>
net/thevpc/nuts/text/NTexts.createTextFormat:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)Lnet/thevpc/nuts/util/NOptional;
NTexts.escapeText ( String p1 ) [abstract] : String
net/thevpc/nuts/text/NTexts.escapeText:(Ljava/lang/String;)Ljava/lang/String;
NTexts.filterText ( String p1 ) [abstract] : String
net/thevpc/nuts/text/NTexts.filterText:(Ljava/lang/String;)Ljava/lang/String;
NTexts.flatten ( NText p1 ) [abstract] : NStream<NText>
net/thevpc/nuts/text/NTexts.flatten:(Lnet/thevpc/nuts/text/NText;)Lnet/thevpc/nuts/util/NStream;
NTexts.flatten ( NText p1, NTextTransformConfig p2 ) [abstract] : NStream<NText>
net/thevpc/nuts/text/NTexts.flatten:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextTransformConfig;)Lnet/thevpc/nuts/util/NStream;
NTexts.flatten ( NText p1, NTextTransformer p2, NTextTransformConfig p3 ) [abstract] : NStream<NText>
net/thevpc/nuts/text/NTexts.flatten:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextTransformer;Lnet/thevpc/nuts/text/NTextTransformConfig;)Lnet/thevpc/nuts/util/NStream;
NTexts.getCodeHighlighter ( String p1 ) [abstract] : NCodeHighlighter
net/thevpc/nuts/text/NTexts.getCodeHighlighter:(Ljava/lang/String;)Lnet/thevpc/nuts/NCodeHighlighter;
NTexts.getCodeHighlighters ( ) [abstract] : List<NCodeHighlighter>
net/thevpc/nuts/text/NTexts.getCodeHighlighters:()Ljava/util/List;
NTexts.getTheme ( ) [abstract] : NTextFormatTheme
net/thevpc/nuts/text/NTexts.getTheme:()Lnet/thevpc/nuts/text/NTextFormatTheme;
NTexts.of ( NSession session ) [static] : NTexts
net/thevpc/nuts/text/NTexts.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NTexts;
NTexts.ofAnchor ( String p1 ) [abstract] : NTextAnchor
net/thevpc/nuts/text/NTexts.ofAnchor:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextAnchor;
NTexts.ofAnchor ( String p1, char p2 ) [abstract] : NTextAnchor
net/thevpc/nuts/text/NTexts.ofAnchor:(Ljava/lang/String;C)Lnet/thevpc/nuts/text/NTextAnchor;
NTexts.ofBlank ( ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofBlank:()Lnet/thevpc/nuts/text/NText;
NTexts.ofBuilder ( ) [abstract] : NTextBuilder
net/thevpc/nuts/text/NTexts.ofBuilder:()Lnet/thevpc/nuts/text/NTextBuilder;
NTexts.ofCode ( String p1, String p2 ) [abstract] : NTextCode
net/thevpc/nuts/text/NTexts.ofCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextCode;
NTexts.ofCode ( String p1, String p2, char p3 ) [abstract] : NTextCode
net/thevpc/nuts/text/NTexts.ofCode:(Ljava/lang/String;Ljava/lang/String;C)Lnet/thevpc/nuts/text/NTextCode;
NTexts.ofCodeOrCommand ( String p1 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofCodeOrCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NText;
NTexts.ofCodeOrCommand ( String p1, String p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofCodeOrCommand:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/text/NText;
NTexts.ofCodeOrCommand ( String p1, String p2, char p3 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofCodeOrCommand:(Ljava/lang/String;Ljava/lang/String;C)Lnet/thevpc/nuts/text/NText;
NTexts.ofCommand ( NTerminalCmd p1 ) [abstract] : NTextCmd
net/thevpc/nuts/text/NTexts.ofCommand:(Lnet/thevpc/nuts/text/NTerminalCmd;)Lnet/thevpc/nuts/text/NTextCmd;
NTexts.ofInclude ( String p1 ) [abstract] : NTextInclude
net/thevpc/nuts/text/NTexts.ofInclude:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextInclude;
NTexts.ofInclude ( String p1, char p2 ) [abstract] : NTextInclude
net/thevpc/nuts/text/NTexts.ofInclude:(Ljava/lang/String;C)Lnet/thevpc/nuts/text/NTextInclude;
NTexts.ofLink ( String p1 ) [abstract] : NTextLink
net/thevpc/nuts/text/NTexts.ofLink:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextLink;
NTexts.ofLink ( String p1, char p2 ) [abstract] : NTextLink
net/thevpc/nuts/text/NTexts.ofLink:(Ljava/lang/String;C)Lnet/thevpc/nuts/text/NTextLink;
NTexts.ofList ( Collection<NText> p1 ) [abstract] : NTextList
net/thevpc/nuts/text/NTexts.ofList:(Ljava/util/Collection;)Lnet/thevpc/nuts/text/NTextList;
NTexts.ofList ( NText... p1 ) [abstract] : NTextList
net/thevpc/nuts/text/NTexts.ofList:([Lnet/thevpc/nuts/text/NText;)Lnet/thevpc/nuts/text/NTextList;
NTexts.ofNumbering ( ) [abstract] : NTitleSequence
net/thevpc/nuts/text/NTexts.ofNumbering:()Lnet/thevpc/nuts/text/NTitleSequence;
NTexts.ofNumbering ( String p1 ) [abstract] : NTitleSequence
net/thevpc/nuts/text/NTexts.ofNumbering:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTitleSequence;
NTexts.ofPlain ( String p1 ) [abstract] : NTextPlain
net/thevpc/nuts/text/NTexts.ofPlain:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextPlain;
NTexts.ofStyled ( NMsg p1, NTextStyle p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NText;
NTexts.ofStyled ( NMsg p1, NTextStyles p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/text/NText;
NTexts.ofStyled ( NString p1, NTextStyle p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Lnet/thevpc/nuts/text/NString;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NText;
NTexts.ofStyled ( NString p1, NTextStyles p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Lnet/thevpc/nuts/text/NString;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/text/NText;
NTexts.ofStyled ( NText p1, NTextStyle p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NText;
NTexts.ofStyled ( NText p1, NTextStyles p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/text/NText;
NTexts.ofStyled ( String p1, NTextStyle p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NText;
NTexts.ofStyled ( String p1, NTextStyles p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofStyled:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/text/NText;
NTexts.ofText ( Object p1 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.ofText:(Ljava/lang/Object;)Lnet/thevpc/nuts/text/NText;
NTexts.ofTitle ( NString p1, int p2 ) [abstract] : NTextTitle
net/thevpc/nuts/text/NTexts.ofTitle:(Lnet/thevpc/nuts/text/NString;I)Lnet/thevpc/nuts/text/NTextTitle;
NTexts.ofTitle ( NText p1, int p2 ) [abstract] : NTextTitle
net/thevpc/nuts/text/NTexts.ofTitle:(Lnet/thevpc/nuts/text/NText;I)Lnet/thevpc/nuts/text/NTextTitle;
NTexts.ofTitle ( String p1, int p2 ) [abstract] : NTextTitle
net/thevpc/nuts/text/NTexts.ofTitle:(Ljava/lang/String;I)Lnet/thevpc/nuts/text/NTextTitle;
NTexts.parse ( String p1 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NText;
NTexts.parser ( ) [abstract] : NTextParser
net/thevpc/nuts/text/NTexts.parser:()Lnet/thevpc/nuts/text/NTextParser;
NTexts.removeCodeHighlighter ( String p1 ) [abstract] : NTexts
net/thevpc/nuts/text/NTexts.removeCodeHighlighter:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTexts;
NTexts.setTheme ( NTextFormatTheme p1 ) [abstract] : NTexts
net/thevpc/nuts/text/NTexts.setTheme:(Lnet/thevpc/nuts/text/NTextFormatTheme;)Lnet/thevpc/nuts/text/NTexts;
NTexts.setTheme ( String p1 ) [abstract] : NTexts
net/thevpc/nuts/text/NTexts.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTexts;
NTexts.transform ( NText p1, NTextTransformConfig p2 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.transform:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextTransformConfig;)Lnet/thevpc/nuts/text/NText;
NTexts.transform ( NText p1, NTextTransformer p2, NTextTransformConfig p3 ) [abstract] : NText
net/thevpc/nuts/text/NTexts.transform:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextTransformer;Lnet/thevpc/nuts/text/NTextTransformConfig;)Lnet/thevpc/nuts/text/NText;
NTexts.traverseBFS ( NText p1, NTextVisitor p2 ) [abstract] : void
net/thevpc/nuts/text/NTexts.traverseBFS:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextVisitor;)V
NTexts.traverseDFS ( NText p1, NTextVisitor p2 ) [abstract] : void
net/thevpc/nuts/text/NTexts.traverseDFS:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextVisitor;)V
nuts-0.8.4.jar,
NTextStyle.class
package net.thevpc.nuts.text
NTextStyle.append ( NTextStyle other ) : NTextStyles
net/thevpc/nuts/text/NTextStyle.append:(Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyle.append ( NTextStyles other ) : NTextStyles
net/thevpc/nuts/text/NTextStyle.append:(Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyle.backgroundColor ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.backgroundColor:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.backgroundTrueColor ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.backgroundTrueColor:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.blink ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.blink:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.bold ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.bold:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.bool ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.bool:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.bool ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.bool:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.comments ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.comments:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.comments ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.comments:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.config ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.config:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.config ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.config:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.danger ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.danger:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.danger ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.danger:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.date ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.date:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.date ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.date:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.equals ( Object o ) : boolean
net/thevpc/nuts/text/NTextStyle.equals:(Ljava/lang/Object;)Z
NTextStyle.error ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.error:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.error ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.error:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.fail ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.fail:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.fail ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.fail:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.foregroundColor ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.foregroundColor:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.foregroundTrueColor ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.foregroundTrueColor:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.getType ( ) : NTextStyleType
net/thevpc/nuts/text/NTextStyle.getType:()Lnet/thevpc/nuts/text/NTextStyleType;
NTextStyle.getVariant ( ) : int
net/thevpc/nuts/text/NTextStyle.getVariant:()I
NTextStyle.hashCode ( ) : int
net/thevpc/nuts/text/NTextStyle.hashCode:()I
NTextStyle.id ( ) : String
net/thevpc/nuts/text/NTextStyle.id:()Ljava/lang/String;
NTextStyle.info ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.info:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.info ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.info:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.input ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.input:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.input ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.input:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.italic ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.italic:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.italic ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.italic:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.keyword ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.keyword:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.keyword ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.keyword:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.NTextStyle ( NTextStyleType type, int variant )
net/thevpc/nuts/text/NTextStyle."<init>":(Lnet/thevpc/nuts/text/NTextStyleType;I)V
NTextStyle.number ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.number:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.number ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.number:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.of ( NTextStyleType style ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.of:(Lnet/thevpc/nuts/text/NTextStyleType;)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.of ( NTextStyleType style, int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.of:(Lnet/thevpc/nuts/text/NTextStyleType;I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.operator ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.operator:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.operator ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.operator:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.option ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.option:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.option ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.option:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.pale ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.pale:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.pale ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.pale:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.parse ( String value ) [static] : NOptional<NTextStyle>
net/thevpc/nuts/text/NTextStyle.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTextStyle.path ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.path:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.path ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.path:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary1 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary1:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary2 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary2:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary3 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary3:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary4 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary4:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary5 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary5:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary6 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary6:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary7 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary7:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary8 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary8:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.primary9 ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.primary9:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.reversed ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.reversed:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.reversed ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.reversed:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.secondary ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.secondary:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.separator ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.separator:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.separator ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.separator:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.striked ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.striked:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.striked ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.striked:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.string ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.string:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.string ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.string:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.success ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.success:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.success ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.success:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.title ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.title:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.toString ( ) : String
net/thevpc/nuts/text/NTextStyle.toString:()Ljava/lang/String;
NTextStyle.underlined ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.underlined:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.variable ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.variable:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.variable ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.variable:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.version ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.version:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.version ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.version:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.warn ( ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.warn:()Lnet/thevpc/nuts/text/NTextStyle;
NTextStyle.warn ( int variant ) [static] : NTextStyle
net/thevpc/nuts/text/NTextStyle.warn:(I)Lnet/thevpc/nuts/text/NTextStyle;
nuts-0.8.4.jar,
NTextStyled.class
package net.thevpc.nuts.text
NTextStyled.getChild ( ) [abstract] : NText
net/thevpc/nuts/text/NTextStyled.getChild:()Lnet/thevpc/nuts/text/NText;
NTextStyled.getStyles ( ) [abstract] : NTextStyles
net/thevpc/nuts/text/NTextStyled.getStyles:()Lnet/thevpc/nuts/text/NTextStyles;
NTextStyled.of ( NString str, NTextStyle style, NSession session ) [static] : NText
net/thevpc/nuts/text/NTextStyled.of:(Lnet/thevpc/nuts/text/NString;Lnet/thevpc/nuts/text/NTextStyle;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
NTextStyled.of ( NString str, NTextStyles styles, NSession session ) [static] : NText
net/thevpc/nuts/text/NTextStyled.of:(Lnet/thevpc/nuts/text/NString;Lnet/thevpc/nuts/text/NTextStyles;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
NTextStyled.of ( NText str, NTextStyle style, NSession session ) [static] : NText
net/thevpc/nuts/text/NTextStyled.of:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextStyle;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
NTextStyled.of ( NText str, NTextStyles styles, NSession session ) [static] : NText
net/thevpc/nuts/text/NTextStyled.of:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextStyles;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
NTextStyled.of ( String str, NTextStyle style, NSession session ) [static] : NText
net/thevpc/nuts/text/NTextStyled.of:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextStyle;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
NTextStyled.of ( String str, NTextStyles styles, NSession session ) [static] : NText
net/thevpc/nuts/text/NTextStyled.of:(Ljava/lang/String;Lnet/thevpc/nuts/text/NTextStyles;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NText;
nuts-0.8.4.jar,
NTextStyleGenerator.class
package net.thevpc.nuts.text
NTextStyleGenerator.hash ( int p1 ) [abstract] : NTextStyles
net/thevpc/nuts/text/NTextStyleGenerator.hash:(I)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyleGenerator.hash ( Object p1 ) [abstract] : NTextStyles
net/thevpc/nuts/text/NTextStyleGenerator.hash:(Ljava/lang/Object;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyleGenerator.isIncludeBackground ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeBackground:()Z
NTextStyleGenerator.isIncludeBlink ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeBlink:()Z
NTextStyleGenerator.isIncludeBold ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeBold:()Z
NTextStyleGenerator.isIncludeForeground ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeForeground:()Z
NTextStyleGenerator.isIncludeItalic ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeItalic:()Z
NTextStyleGenerator.isIncludePlain ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludePlain:()Z
NTextStyleGenerator.isIncludeReversed ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeReversed:()Z
NTextStyleGenerator.isIncludeStriked ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeStriked:()Z
NTextStyleGenerator.isIncludeUnderlined ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isIncludeUnderlined:()Z
NTextStyleGenerator.isUsePaletteColors ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isUsePaletteColors:()Z
NTextStyleGenerator.isUseThemeColors ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isUseThemeColors:()Z
NTextStyleGenerator.isUseTrueColors ( ) [abstract] : boolean
net/thevpc/nuts/text/NTextStyleGenerator.isUseTrueColors:()Z
NTextStyleGenerator.random ( ) [abstract] : NTextStyles
net/thevpc/nuts/text/NTextStyleGenerator.random:()Lnet/thevpc/nuts/text/NTextStyles;
NTextStyleGenerator.setIncludeBackground ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeBackground:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludeBlink ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeBlink:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludeBold ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeBold:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludeForeground ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeForeground:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludeItalic ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeItalic:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludePlain ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludePlain:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludeReversed ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeReversed:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludeStriked ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeStriked:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setIncludeUnderlined ( boolean p1 ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setIncludeUnderlined:(Z)Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setUsePaletteColors ( ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setUsePaletteColors:()Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setUseThemeColors ( ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setUseThemeColors:()Lnet/thevpc/nuts/text/NTextStyleGenerator;
NTextStyleGenerator.setUseTrueColors ( ) [abstract] : NTextStyleGenerator
net/thevpc/nuts/text/NTextStyleGenerator.setUseTrueColors:()Lnet/thevpc/nuts/text/NTextStyleGenerator;
nuts-0.8.4.jar,
NTextStyles.class
package net.thevpc.nuts.text
NTextStyles.append ( NTextStyle other ) : NTextStyles
net/thevpc/nuts/text/NTextStyles.append:(Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyles.append ( NTextStyle... others ) : NTextStyles
net/thevpc/nuts/text/NTextStyles.append:([Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyles.append ( NTextStyles other ) : NTextStyles
net/thevpc/nuts/text/NTextStyles.append:(Lnet/thevpc/nuts/text/NTextStyles;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyles.equals ( Object o ) : boolean
net/thevpc/nuts/text/NTextStyles.equals:(Ljava/lang/Object;)Z
NTextStyles.get ( int index ) : NTextStyle
net/thevpc/nuts/text/NTextStyles.get:(I)Lnet/thevpc/nuts/text/NTextStyle;
NTextStyles.hashCode ( ) : int
net/thevpc/nuts/text/NTextStyles.hashCode:()I
NTextStyles.id ( ) : String
net/thevpc/nuts/text/NTextStyles.id:()Ljava/lang/String;
NTextStyles.isPlain ( ) : boolean
net/thevpc/nuts/text/NTextStyles.isPlain:()Z
NTextStyles.iterator ( ) : Iterator<NTextStyle>
net/thevpc/nuts/text/NTextStyles.iterator:()Ljava/util/Iterator;
NTextStyles.of ( NTextStyle other ) [static] : NTextStyles
net/thevpc/nuts/text/NTextStyles.of:(Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyles.of ( NTextStyle... others ) [static] : NTextStyles
net/thevpc/nuts/text/NTextStyles.of:([Lnet/thevpc/nuts/text/NTextStyle;)Lnet/thevpc/nuts/text/NTextStyles;
NTextStyles.parse ( String value ) [static] : NOptional<NTextStyles>
net/thevpc/nuts/text/NTextStyles.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTextStyles.removeFirst ( ) : NTextStyles
net/thevpc/nuts/text/NTextStyles.removeFirst:()Lnet/thevpc/nuts/text/NTextStyles;
NTextStyles.removeLast ( ) : NTextStyles
net/thevpc/nuts/text/NTextStyles.removeLast:()Lnet/thevpc/nuts/text/NTextStyles;
NTextStyles.size ( ) : int
net/thevpc/nuts/text/NTextStyles.size:()I
NTextStyles.toArray ( ) : NTextStyle[ ]
net/thevpc/nuts/text/NTextStyles.toArray:()[Lnet/thevpc/nuts/text/NTextStyle;
NTextStyles.toList ( ) : List<NTextStyle>
net/thevpc/nuts/text/NTextStyles.toList:()Ljava/util/List;
NTextStyles.toString ( ) : String
net/thevpc/nuts/text/NTextStyles.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NTextStyleType.class
package net.thevpc.nuts.text
NTextStyleType.basic ( ) : boolean
net/thevpc/nuts/text/NTextStyleType.basic:()Z
NTextStyleType.id ( ) : String
net/thevpc/nuts/text/NTextStyleType.id:()Ljava/lang/String;
NTextStyleType.parse ( String value ) [static] : NOptional<NTextStyleType>
net/thevpc/nuts/text/NTextStyleType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTextStyleType.valueOf ( String name ) [static] : NTextStyleType
net/thevpc/nuts/text/NTextStyleType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextStyleType;
NTextStyleType.values ( ) [static] : NTextStyleType[ ]
net/thevpc/nuts/text/NTextStyleType.values:()[Lnet/thevpc/nuts/text/NTextStyleType;
nuts-0.8.4.jar,
NTextTitle.class
package net.thevpc.nuts.text
NTextTitle.getChild ( ) [abstract] : NText
net/thevpc/nuts/text/NTextTitle.getChild:()Lnet/thevpc/nuts/text/NText;
NTextTitle.getLevel ( ) [abstract] : int
net/thevpc/nuts/text/NTextTitle.getLevel:()I
nuts-0.8.4.jar,
NTextTransformConfig.class
package net.thevpc.nuts.text
NTextTransformConfig.clone ( ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.clone:()Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.clone ( ) : Object
net/thevpc/nuts/text/NTextTransformConfig.clone:()Ljava/lang/Object;
NTextTransformConfig.copy ( ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.copy:()Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.equals ( Object o ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.equals:(Ljava/lang/Object;)Z
NTextTransformConfig.getAnchor ( ) : String
net/thevpc/nuts/text/NTextTransformConfig.getAnchor:()Ljava/lang/String;
NTextTransformConfig.getCurrentDir ( ) : NPath
net/thevpc/nuts/text/NTextTransformConfig.getCurrentDir:()Lnet/thevpc/nuts/io/NPath;
NTextTransformConfig.getImportClassLoader ( ) : ClassLoader
net/thevpc/nuts/text/NTextTransformConfig.getImportClassLoader:()Ljava/lang/ClassLoader;
NTextTransformConfig.getRootLevel ( ) : Integer
net/thevpc/nuts/text/NTextTransformConfig.getRootLevel:()Ljava/lang/Integer;
NTextTransformConfig.getTitleNumberSequence ( ) : NTitleSequence
net/thevpc/nuts/text/NTextTransformConfig.getTitleNumberSequence:()Lnet/thevpc/nuts/text/NTitleSequence;
NTextTransformConfig.getVarProvider ( ) : Function<String,String>
net/thevpc/nuts/text/NTextTransformConfig.getVarProvider:()Ljava/util/function/Function;
NTextTransformConfig.hashCode ( ) : int
net/thevpc/nuts/text/NTextTransformConfig.hashCode:()I
NTextTransformConfig.isBlank ( ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.isBlank:()Z
NTextTransformConfig.isFiltered ( ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.isFiltered:()Z
NTextTransformConfig.isFlatten ( ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.isFlatten:()Z
NTextTransformConfig.isNormalize ( ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.isNormalize:()Z
NTextTransformConfig.isProcessIncludes ( ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.isProcessIncludes:()Z
NTextTransformConfig.isProcessTitleNumbers ( ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.isProcessTitleNumbers:()Z
NTextTransformConfig.isProcessVars ( ) : boolean
net/thevpc/nuts/text/NTextTransformConfig.isProcessVars:()Z
NTextTransformConfig.NTextTransformConfig ( )
net/thevpc/nuts/text/NTextTransformConfig."<init>":()V
NTextTransformConfig.setAnchor ( String anchor ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setAnchor:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setCurrentDir ( NPath currentDir ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setCurrentDir:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setFiltered ( boolean filtered ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setFiltered:(Z)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setFlatten ( boolean flatten ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setFlatten:(Z)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setImportClassLoader ( ClassLoader importClassLoader ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setImportClassLoader:(Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setNormalize ( boolean normalize ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setNormalize:(Z)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setProcessAll ( boolean enable ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setProcessAll:(Z)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setProcessIncludes ( boolean processIncludes ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setProcessIncludes:(Z)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setProcessTitleNumbers ( boolean processTitleNumbers ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setProcessTitleNumbers:(Z)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setProcessVars ( boolean processVars ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setProcessVars:(Z)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setRootLevel ( Integer rootLevel ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setRootLevel:(Ljava/lang/Integer;)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setTitleNumberSequence ( NTitleSequence titleNumberSequence ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setTitleNumberSequence:(Lnet/thevpc/nuts/text/NTitleSequence;)Lnet/thevpc/nuts/text/NTextTransformConfig;
NTextTransformConfig.setVarProvider ( Function<String,String> varProvider ) : NTextTransformConfig
net/thevpc/nuts/text/NTextTransformConfig.setVarProvider:(Ljava/util/function/Function;)Lnet/thevpc/nuts/text/NTextTransformConfig;
nuts-0.8.4.jar,
NTextTransformer.class
package net.thevpc.nuts.text
NTextTransformer.postTransform ( NText p1, NTextTransformerContext p2 ) [abstract] : NText
net/thevpc/nuts/text/NTextTransformer.postTransform:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextTransformerContext;)Lnet/thevpc/nuts/text/NText;
NTextTransformer.preTransform ( NText text, NTextTransformerContext context ) : NText
net/thevpc/nuts/text/NTextTransformer.preTransform:(Lnet/thevpc/nuts/text/NText;Lnet/thevpc/nuts/text/NTextTransformerContext;)Lnet/thevpc/nuts/text/NText;
nuts-0.8.4.jar,
NTextTransformerContext.class
package net.thevpc.nuts.text
NTextTransformerContext.copy ( ) [abstract] : NTextTransformerContext
net/thevpc/nuts/text/NTextTransformerContext.copy:()Lnet/thevpc/nuts/text/NTextTransformerContext;
NTextTransformerContext.getDefaultTransformer ( ) [abstract] : NTextTransformer
net/thevpc/nuts/text/NTextTransformerContext.getDefaultTransformer:()Lnet/thevpc/nuts/text/NTextTransformer;
NTextTransformerContext.getTitleSequence ( ) [abstract] : NTitleSequence
net/thevpc/nuts/text/NTextTransformerContext.getTitleSequence:()Lnet/thevpc/nuts/text/NTitleSequence;
NTextTransformerContext.setDefaultTransformer ( NTextTransformer p1 ) [abstract] : NTextTransformerContext
net/thevpc/nuts/text/NTextTransformerContext.setDefaultTransformer:(Lnet/thevpc/nuts/text/NTextTransformer;)Lnet/thevpc/nuts/text/NTextTransformerContext;
NTextTransformerContext.setTitleSequence ( NTitleSequence p1 ) [abstract] : NTextTransformerContext
net/thevpc/nuts/text/NTextTransformerContext.setTitleSequence:(Lnet/thevpc/nuts/text/NTitleSequence;)Lnet/thevpc/nuts/text/NTextTransformerContext;
nuts-0.8.4.jar,
NTextType.class
package net.thevpc.nuts.text
NTextType.id ( ) : String
net/thevpc/nuts/text/NTextType.id:()Ljava/lang/String;
NTextType.parse ( String value ) [static] : NOptional<NTextType>
net/thevpc/nuts/text/NTextType.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTextType.valueOf ( String name ) [static] : NTextType
net/thevpc/nuts/text/NTextType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/text/NTextType;
NTextType.values ( ) [static] : NTextType[ ]
net/thevpc/nuts/text/NTextType.values:()[Lnet/thevpc/nuts/text/NTextType;
nuts-0.8.4.jar,
NTextVisitor.class
package net.thevpc.nuts.text
NTextVisitor.visit ( NText p1 ) [abstract] : void
net/thevpc/nuts/text/NTextVisitor.visit:(Lnet/thevpc/nuts/text/NText;)V
nuts-0.8.4.jar,
NTitleNumber.class
package net.thevpc.nuts.text
NTitleNumber.first ( ) [abstract] : NTitleNumber
net/thevpc/nuts/text/NTitleNumber.first:()Lnet/thevpc/nuts/text/NTitleNumber;
NTitleNumber.isBullet ( ) [abstract] : boolean
net/thevpc/nuts/text/NTitleNumber.isBullet:()Z
NTitleNumber.isNone ( ) [abstract] : boolean
net/thevpc/nuts/text/NTitleNumber.isNone:()Z
NTitleNumber.next ( ) [abstract] : NTitleNumber
net/thevpc/nuts/text/NTitleNumber.next:()Lnet/thevpc/nuts/text/NTitleNumber;
NTitleNumber.none ( ) [abstract] : NTitleNumber
net/thevpc/nuts/text/NTitleNumber.none:()Lnet/thevpc/nuts/text/NTitleNumber;
NTitleNumber.toString ( ) [abstract] : String
net/thevpc/nuts/text/NTitleNumber.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NTitleSequence.class
package net.thevpc.nuts.text
NTitleSequence.getNumber ( int p1 ) [abstract] : NTitleNumber
net/thevpc/nuts/text/NTitleSequence.getNumber:(I)Lnet/thevpc/nuts/text/NTitleNumber;
NTitleSequence.next ( int p1 ) [abstract] : NTitleSequence
net/thevpc/nuts/text/NTitleSequence.next:(I)Lnet/thevpc/nuts/text/NTitleSequence;
NTitleSequence.size ( ) [abstract] : int
net/thevpc/nuts/text/NTitleSequence.size:()I
NTitleSequence.toString ( ) [abstract] : String
net/thevpc/nuts/text/NTitleSequence.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NToken.class
package net.thevpc.nuts.expr
NToken.NToken ( int ttype, String sval, Number nval, int lineno, String image, String ttypeString )
net/thevpc/nuts/expr/NToken."<init>":(ILjava/lang/String;Ljava/lang/Number;ILjava/lang/String;Ljava/lang/String;)V
NToken.of ( int ttype, String sval, Number nval, int lineno, String image, String ttypeString ) [static] : NToken
net/thevpc/nuts/expr/NToken.of:(ILjava/lang/String;Ljava/lang/Number;ILjava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/expr/NToken;
NToken.ofChar ( char ttype, int lineno ) [static] : NToken
net/thevpc/nuts/expr/NToken.ofChar:(CI)Lnet/thevpc/nuts/expr/NToken;
NToken.ofSpecial ( int ttype, String sval, int lineno ) [static] : NToken
net/thevpc/nuts/expr/NToken.ofSpecial:(ILjava/lang/String;I)Lnet/thevpc/nuts/expr/NToken;
NToken.ofStr ( int ttype, String sval, String ttypeString, int lineno ) [static] : NToken
net/thevpc/nuts/expr/NToken.ofStr:(ILjava/lang/String;Ljava/lang/String;I)Lnet/thevpc/nuts/expr/NToken;
NToken.toString ( ) : String
net/thevpc/nuts/expr/NToken.toString:()Ljava/lang/String;
NToken.typeString ( int ttype ) [static] : String
net/thevpc/nuts/expr/NToken.typeString:(I)Ljava/lang/String;
nuts-0.8.4.jar,
NTooManyElementsException.class
package net.thevpc.nuts
NTooManyElementsException.NTooManyElementsException ( NSession session )
net/thevpc/nuts/NTooManyElementsException."<init>":(Lnet/thevpc/nuts/NSession;)V
NTooManyElementsException.NTooManyElementsException ( NSession session, NMsg message )
net/thevpc/nuts/NTooManyElementsException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NTooManyElementsException.NTooManyElementsException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NTooManyElementsException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NTooManyElementsException.NTooManyElementsException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NTooManyElementsException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NToStringBuilder.class
package net.thevpc.nuts.util
NToStringBuilder.add ( String key, Object value ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.add:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.add ( String key, String value ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.add:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.addIf ( String key, T value, Predicate<T> condition ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.addIf:(Ljava/lang/String;Ljava/lang/Object;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.addIfNonBlank ( String key, Object value ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.addIfNonBlank:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.addIfNonEmpty ( String key, Collection<?> value ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.addIfNonEmpty:(Ljava/lang/String;Ljava/util/Collection;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.addIfNonEmpty ( String key, Map<?,?> value ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.addIfNonEmpty:(Ljava/lang/String;Ljava/util/Map;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.addIfNonEmpty ( String key, String value ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.addIfNonEmpty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.addIfNonNull ( String key, Object value ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.addIfNonNull:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.build ( ) : String
net/thevpc/nuts/util/NToStringBuilder.build:()Ljava/lang/String;
NToStringBuilder.getIndentString ( ) : String
net/thevpc/nuts/util/NToStringBuilder.getIndentString:()Ljava/lang/String;
NToStringBuilder.getName ( ) : String
net/thevpc/nuts/util/NToStringBuilder.getName:()Ljava/lang/String;
NToStringBuilder.getRowSize ( ) : int
net/thevpc/nuts/util/NToStringBuilder.getRowSize:()I
NToStringBuilder.NToStringBuilder ( )
net/thevpc/nuts/util/NToStringBuilder."<init>":()V
NToStringBuilder.NToStringBuilder ( String name )
net/thevpc/nuts/util/NToStringBuilder."<init>":(Ljava/lang/String;)V
NToStringBuilder.setIndentString ( String indentString ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.setIndentString:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.setRowSize ( int rowSize ) : NToStringBuilder
net/thevpc/nuts/util/NToStringBuilder.setRowSize:(I)Lnet/thevpc/nuts/util/NToStringBuilder;
NToStringBuilder.toString ( ) : String
net/thevpc/nuts/util/NToStringBuilder.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NTreeFormat.class
package net.thevpc.nuts.format
NTreeFormat.configure ( boolean p1, String... p2 ) [abstract] : NTreeFormat
net/thevpc/nuts/format/NTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NTreeFormat;
NTreeFormat.configure ( boolean p1, String[ ] p2 ) : NContentTypeFormat
net/thevpc/nuts/format/NTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTreeFormat.configure ( boolean p1, String[ ] p2 ) : NFormat
net/thevpc/nuts/format/NTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/format/NFormat;
NTreeFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/format/NTreeFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NTreeFormat.getLinkFormat ( ) [abstract] : NTreeLinkFormat
net/thevpc/nuts/format/NTreeFormat.getLinkFormat:()Lnet/thevpc/nuts/format/NTreeLinkFormat;
NTreeFormat.getModel ( ) [abstract] : NTreeModel
net/thevpc/nuts/format/NTreeFormat.getModel:()Lnet/thevpc/nuts/format/NTreeModel;
NTreeFormat.getNodeFormat ( ) [abstract] : NTreeNodeFormat
net/thevpc/nuts/format/NTreeFormat.getNodeFormat:()Lnet/thevpc/nuts/format/NTreeNodeFormat;
NTreeFormat.of ( NSession session ) [static] : NTreeFormat
net/thevpc/nuts/format/NTreeFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTreeFormat;
NTreeFormat.setLinkFormat ( NTreeLinkFormat p1 ) [abstract] : NTreeFormat
net/thevpc/nuts/format/NTreeFormat.setLinkFormat:(Lnet/thevpc/nuts/format/NTreeLinkFormat;)Lnet/thevpc/nuts/format/NTreeFormat;
NTreeFormat.setNodeFormat ( NTreeNodeFormat p1 ) [abstract] : NTreeFormat
net/thevpc/nuts/format/NTreeFormat.setNodeFormat:(Lnet/thevpc/nuts/format/NTreeNodeFormat;)Lnet/thevpc/nuts/format/NTreeFormat;
NTreeFormat.setNtf ( boolean p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTreeFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/format/NTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NTreeFormat.setNtf ( boolean p1 ) [abstract] : NTreeFormat
net/thevpc/nuts/format/NTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NTreeFormat;
NTreeFormat.setSession ( NSession p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NTreeFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTreeFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/format/NTreeFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NTreeFormat.setSession ( NSession p1 ) [abstract] : NTreeFormat
net/thevpc/nuts/format/NTreeFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTreeFormat;
NTreeFormat.setValue ( Object p1 ) : NContentTypeFormat
net/thevpc/nuts/format/NTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NContentTypeFormat;
NTreeFormat.setValue ( Object p1 ) [abstract] : NTreeFormat
net/thevpc/nuts/format/NTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/format/NTreeFormat;
nuts-0.8.4.jar,
NTreeLinkFormat.class
package net.thevpc.nuts.format
NTreeLinkFormat.formatChild ( NPositionType p1 ) [abstract] : String
net/thevpc/nuts/format/NTreeLinkFormat.formatChild:(Lnet/thevpc/nuts/format/NPositionType;)Ljava/lang/String;
NTreeLinkFormat.formatMain ( NPositionType p1 ) [abstract] : String
net/thevpc/nuts/format/NTreeLinkFormat.formatMain:(Lnet/thevpc/nuts/format/NPositionType;)Ljava/lang/String;
nuts-0.8.4.jar,
NTreeModel.class
package net.thevpc.nuts.format
NTreeModel.getChildren ( Object p1 ) [abstract] : List<T>
net/thevpc/nuts/format/NTreeModel.getChildren:(Ljava/lang/Object;)Ljava/util/List;
NTreeModel.getRoot ( ) [abstract] : Object
net/thevpc/nuts/format/NTreeModel.getRoot:()Ljava/lang/Object;
nuts-0.8.4.jar,
NTreeNodeFormat.class
package net.thevpc.nuts.format
NTreeNodeFormat.format ( Object p1, int p2, NSession p3 ) [abstract] : NString
net/thevpc/nuts/format/NTreeNodeFormat.format:(Ljava/lang/Object;ILnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/text/NString;
nuts-0.8.4.jar,
NTreeVisitor.class
package net.thevpc.nuts.format
NTreeVisitor<T>.postVisitDirectory ( T dir, Exception exc, NSession session ) : NTreeVisitResult
net/thevpc/nuts/format/NTreeVisitor.postVisitDirectory:(Ljava/lang/Object;Ljava/lang/Exception;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTreeVisitResult;
NTreeVisitor<T>.preVisitDirectory ( T dir, NSession session ) : NTreeVisitResult
net/thevpc/nuts/format/NTreeVisitor.preVisitDirectory:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTreeVisitResult;
NTreeVisitor<T>.visitFile ( T file, NSession session ) : NTreeVisitResult
net/thevpc/nuts/format/NTreeVisitor.visitFile:(Ljava/lang/Object;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTreeVisitResult;
NTreeVisitor<T>.visitFileFailed ( T file, Exception exc, NSession session ) : NTreeVisitResult
net/thevpc/nuts/format/NTreeVisitor.visitFileFailed:(Ljava/lang/Object;Ljava/lang/Exception;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NTreeVisitResult;
nuts-0.8.4.jar,
NTreeVisitResult.class
package net.thevpc.nuts.format
NTreeVisitResult.id ( ) : String
net/thevpc/nuts/format/NTreeVisitResult.id:()Ljava/lang/String;
NTreeVisitResult.parse ( String value ) [static] : NOptional<NTreeVisitResult>
net/thevpc/nuts/format/NTreeVisitResult.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NTreeVisitResult.valueOf ( String name ) [static] : NTreeVisitResult
net/thevpc/nuts/format/NTreeVisitResult.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NTreeVisitResult;
NTreeVisitResult.values ( ) [static] : NTreeVisitResult[ ]
net/thevpc/nuts/format/NTreeVisitResult.values:()[Lnet/thevpc/nuts/format/NTreeVisitResult;
nuts-0.8.4.jar,
NTypedFilters.class
package net.thevpc.nuts
NTypedFilters<T>.all ( NFilter... p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.all:([Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.always ( ) [abstract] : T
net/thevpc/nuts/NTypedFilters.always:()Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.any ( NFilter... p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.any:([Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.as ( NFilter p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.as:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.from ( NFilter p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.from:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.never ( ) [abstract] : T
net/thevpc/nuts/NTypedFilters.never:()Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.none ( NFilter... p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.none:([Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.nonnull ( NFilter p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.nonnull:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.not ( NFilter p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.not:(Lnet/thevpc/nuts/util/NFilter;)Lnet/thevpc/nuts/util/NFilter;
NTypedFilters<T>.parse ( String p1 ) [abstract] : T
net/thevpc/nuts/NTypedFilters.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NFilter;
nuts-0.8.4.jar,
NUncompress.class
package net.thevpc.nuts.io
NUncompress.addOptions ( NPathOption... p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.addOptions:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.clearOptions ( ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.clearOptions:()Lnet/thevpc/nuts/io/NUncompress;
NUncompress.from ( File p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.from:(Ljava/io/File;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.from ( InputStream p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.from ( NPath p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.from:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.from ( Path p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.from ( URL p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.from:(Ljava/net/URL;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/io/NUncompress.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NUncompress.getOptions ( ) [abstract] : Set<NPathOption>
net/thevpc/nuts/io/NUncompress.getOptions:()Ljava/util/Set;
NUncompress.getPackaging ( ) [abstract] : String
net/thevpc/nuts/io/NUncompress.getPackaging:()Ljava/lang/String;
NUncompress.getProgressFactory ( ) [abstract] : NProgressFactory
net/thevpc/nuts/io/NUncompress.getProgressFactory:()Lnet/thevpc/nuts/time/NProgressFactory;
NUncompress.getSource ( ) [abstract] : NInputSource
net/thevpc/nuts/io/NUncompress.getSource:()Lnet/thevpc/nuts/io/NInputSource;
NUncompress.getTarget ( ) [abstract] : NOutputTarget
net/thevpc/nuts/io/NUncompress.getTarget:()Lnet/thevpc/nuts/io/NOutputTarget;
NUncompress.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/io/NUncompress.isSafe:()Z
NUncompress.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/io/NUncompress.isSkipRoot:()Z
NUncompress.of ( NSession session ) [static] : NUncompress
net/thevpc/nuts/io/NUncompress.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.progressMonitor ( NProgressListener p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.progressMonitor:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.removeOptions ( NPathOption... p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.removeOptions:([Lnet/thevpc/nuts/io/NPathOption;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.run ( ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.run:()Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setFormatOption ( String p1, Object p2 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setPackaging ( String p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setProgressFactory ( NProgressFactory p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setProgressFactory:(Lnet/thevpc/nuts/time/NProgressFactory;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setProgressMonitor ( NProgressListener p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setProgressMonitor:(Lnet/thevpc/nuts/time/NProgressListener;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSafe ( boolean p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSafe:(Z)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSession ( NSession p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSkipRoot ( boolean p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSkipRoot:(Z)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSource ( File p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSource ( InputStream p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSource ( NInputSource p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSource:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSource ( NPath p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSource:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSource ( Path p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setSource ( URL p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setTarget ( File p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setTarget ( NOutputTarget p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setTarget:(Lnet/thevpc/nuts/io/NOutputTarget;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setTarget ( NPath p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setTarget:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.setTarget ( Path p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.to ( File p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.to:(Ljava/io/File;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.to ( NPath p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.to:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.to ( Path p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/io/NUncompress;
NUncompress.visit ( NUncompressVisitor p1 ) [abstract] : NUncompress
net/thevpc/nuts/io/NUncompress.visit:(Lnet/thevpc/nuts/io/NUncompressVisitor;)Lnet/thevpc/nuts/io/NUncompress;
nuts-0.8.4.jar,
NUncompressPackaging.class
package net.thevpc.nuts.spi
NUncompressPackaging.uncompressPackage ( NUncompress p1, NInputSource p2 ) [abstract] : void
net/thevpc/nuts/spi/NUncompressPackaging.uncompressPackage:(Lnet/thevpc/nuts/io/NUncompress;Lnet/thevpc/nuts/io/NInputSource;)V
NUncompressPackaging.visitPackage ( NUncompress p1, NInputSource p2, NUncompressVisitor p3 ) [abstract] : void
net/thevpc/nuts/spi/NUncompressPackaging.visitPackage:(Lnet/thevpc/nuts/io/NUncompress;Lnet/thevpc/nuts/io/NInputSource;Lnet/thevpc/nuts/io/NUncompressVisitor;)V
nuts-0.8.4.jar,
NUncompressVisitor.class
package net.thevpc.nuts.io
NUncompressVisitor.visitFile ( String p1, InputStream p2 ) [abstract] : boolean
net/thevpc/nuts/io/NUncompressVisitor.visitFile:(Ljava/lang/String;Ljava/io/InputStream;)Z
NUncompressVisitor.visitFolder ( String p1 ) [abstract] : boolean
net/thevpc/nuts/io/NUncompressVisitor.visitFolder:(Ljava/lang/String;)Z
nuts-0.8.4.jar,
NUndeployCmd.class
package net.thevpc.nuts
NUndeployCmd.addId ( NId p1 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.addId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.addId ( String p1 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.addIds ( NId... p1 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.addIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.addIds ( String... p1 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.clearIds ( ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.clearIds:()Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.configure ( boolean p1, String... p2 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NUndeployCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUndeployCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NUndeployCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NUndeployCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NUndeployCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUndeployCmd.copySession ( ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.copySession:()Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.getIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NUndeployCmd.getIds:()Ljava/util/List;
NUndeployCmd.getRepository ( ) [abstract] : String
net/thevpc/nuts/NUndeployCmd.getRepository:()Ljava/lang/String;
NUndeployCmd.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/NUndeployCmd.isOffline:()Z
NUndeployCmd.of ( NSession session ) [static] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NUndeployCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUndeployCmd.run ( ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.run:()Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.setOffline ( boolean p1 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.setOffline:(Z)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.setRepository ( String p1 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NUndeployCmd;
NUndeployCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NUndeployCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUndeployCmd.setSession ( NSession p1 ) [abstract] : NUndeployCmd
net/thevpc/nuts/NUndeployCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUndeployCmd;
nuts-0.8.4.jar,
NUnexpectedException.class
package net.thevpc.nuts
NUnexpectedException.NUnexpectedException ( NSession session )
net/thevpc/nuts/NUnexpectedException."<init>":(Lnet/thevpc/nuts/NSession;)V
NUnexpectedException.NUnexpectedException ( NSession session, NMsg message )
net/thevpc/nuts/NUnexpectedException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NUnexpectedException.NUnexpectedException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NUnexpectedException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NUnexpectedException.NUnexpectedException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NUnexpectedException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NUninstallCmd.class
package net.thevpc.nuts
NUninstallCmd.addArg ( String p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.addArgs ( Collection<String> p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.addArgs ( String... p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.addId ( NId p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.addId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.addId ( String p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.addIds ( NId... p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.addIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.addIds ( String... p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.clearArgs ( ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.clearArgs:()Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.clearIds ( ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.clearIds:()Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.configure ( boolean p1, String... p2 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NUninstallCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUninstallCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NUninstallCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NUninstallCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NUninstallCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUninstallCmd.copySession ( ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.copySession:()Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.getArgs ( ) [abstract] : List<String>
net/thevpc/nuts/NUninstallCmd.getArgs:()Ljava/util/List;
NUninstallCmd.getIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NUninstallCmd.getIds:()Ljava/util/List;
NUninstallCmd.isErase ( ) [abstract] : boolean
net/thevpc/nuts/NUninstallCmd.isErase:()Z
NUninstallCmd.of ( NSession session ) [static] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.removeId ( NId p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.removeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.removeId ( String p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NUninstallCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUninstallCmd.run ( ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.run:()Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.setErase ( boolean p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.setErase:(Z)Lnet/thevpc/nuts/NUninstallCmd;
NUninstallCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NUninstallCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUninstallCmd.setSession ( NSession p1 ) [abstract] : NUninstallCmd
net/thevpc/nuts/NUninstallCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUninstallCmd;
nuts-0.8.4.jar,
NUninstallException.class
package net.thevpc.nuts
NUninstallException.NUninstallException ( NSession session, NId id )
net/thevpc/nuts/NUninstallException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;)V
NUninstallException.NUninstallException ( NSession session, NId id, NMsg msg, Throwable ex )
net/thevpc/nuts/NUninstallException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NUnsafeCallable.class
package net.thevpc.nuts.util
NUnsafeCallable<T>.call ( NSession p1 ) [abstract] : T
net/thevpc/nuts/util/NUnsafeCallable.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NUnsafeCallable<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/util/NUnsafeCallable.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeCallable<T>.of ( Callable<T> o ) [static] : NUnsafeCallable<T>
net/thevpc/nuts/util/NUnsafeCallable.of:(Ljava/util/concurrent/Callable;)Lnet/thevpc/nuts/util/NUnsafeCallable;
NUnsafeCallable<T>.of ( NCallable<T> o ) [static] : NUnsafeCallable<T>
net/thevpc/nuts/util/NUnsafeCallable.of:(Lnet/thevpc/nuts/util/NCallable;)Lnet/thevpc/nuts/util/NUnsafeCallable;
NUnsafeCallable<T>.withDesc ( NEDesc description ) : NUnsafeCallable<T>
net/thevpc/nuts/util/NUnsafeCallable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NUnsafeCallable;
NUnsafeCallable<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NUnsafeCallable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NUnsafeCallableBase.class
package net.thevpc.nuts.spi.base
NUnsafeCallableBase<T>.NUnsafeCallableBase<T> ( )
net/thevpc/nuts/spi/base/NUnsafeCallableBase."<init>":()V
NUnsafeCallableBase<T>.withDesc ( NEDesc description ) : NUnsafeCallable<T>
net/thevpc/nuts/spi/base/NUnsafeCallableBase.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NUnsafeCallable;
NUnsafeCallableBase<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/spi/base/NUnsafeCallableBase.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NUnsafeCallableBaseFromJavaCallable.class
package net.thevpc.nuts.reserved.util
NUnsafeCallableBaseFromJavaCallable<T>.call ( NSession session ) : T
net/thevpc/nuts/reserved/util/NUnsafeCallableBaseFromJavaCallable.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NUnsafeCallableBaseFromJavaCallable<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NUnsafeCallableBaseFromJavaCallable.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeCallableBaseFromJavaCallable<T>.NUnsafeCallableBaseFromJavaCallable<T> ( Callable<T> base )
net/thevpc/nuts/reserved/util/NUnsafeCallableBaseFromJavaCallable."<init>":(Ljava/util/concurrent/Callable;)V
nuts-0.8.4.jar,
NUnsafeCallableFromCallable.class
package net.thevpc.nuts.reserved.util
NUnsafeCallableFromCallable<T>.call ( NSession session ) : T
net/thevpc/nuts/reserved/util/NUnsafeCallableFromCallable.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NUnsafeCallableFromCallable<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NUnsafeCallableFromCallable.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeCallableFromCallable<T>.NUnsafeCallableFromCallable<T> ( NCallable<T> base )
net/thevpc/nuts/reserved/util/NUnsafeCallableFromCallable."<init>":(Lnet/thevpc/nuts/util/NCallable;)V
nuts-0.8.4.jar,
NUnsafeCallableWithDescription.class
package net.thevpc.nuts.reserved.util
NUnsafeCallableWithDescription<T>.call ( NSession session ) : T
net/thevpc/nuts/reserved/util/NUnsafeCallableWithDescription.call:(Lnet/thevpc/nuts/NSession;)Ljava/lang/Object;
NUnsafeCallableWithDescription<T>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NUnsafeCallableWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeCallableWithDescription<T>.NUnsafeCallableWithDescription<T> ( NUnsafeCallable<T> base, NEDesc description )
net/thevpc/nuts/reserved/util/NUnsafeCallableWithDescription."<init>":(Lnet/thevpc/nuts/util/NUnsafeCallable;Lnet/thevpc/nuts/elem/NEDesc;)V
NUnsafeCallableWithDescription<T>.withDesc ( NEDesc description ) : NUnsafeCallable<T>
net/thevpc/nuts/reserved/util/NUnsafeCallableWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NUnsafeCallable;
NUnsafeCallableWithDescription<T>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NUnsafeCallableWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NUnsafeFunction.class
package net.thevpc.nuts.util
NUnsafeFunction<T,R>.describe ( NSession session ) : NElement
net/thevpc/nuts/util/NUnsafeFunction.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeFunction<T,R>.of ( UnsafeFunction<? super T,V> o ) [static] : NUnsafeFunction<T,V>
net/thevpc/nuts/util/NUnsafeFunction.of:(Lnet/thevpc/nuts/util/UnsafeFunction;)Lnet/thevpc/nuts/util/NUnsafeFunction;
NUnsafeFunction<T,R>.withDesc ( NEDesc description ) : NUnsafeFunction<T,R>
net/thevpc/nuts/util/NUnsafeFunction.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NUnsafeFunction;
NUnsafeFunction<T,R>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NUnsafeFunction.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NUnsafeFunctionFromJavaUnsafeFunction.class
package net.thevpc.nuts.reserved.util
NUnsafeFunctionFromJavaUnsafeFunction<T,V>.apply ( T f ) : V
net/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction.apply:(Ljava/lang/Object;)Ljava/lang/Object;
NUnsafeFunctionFromJavaUnsafeFunction<T,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeFunctionFromJavaUnsafeFunction<T,V>.NUnsafeFunctionFromJavaUnsafeFunction<T,V> ( UnsafeFunction<? super T,V> base )
net/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction."<init>":(Lnet/thevpc/nuts/util/UnsafeFunction;)V
NUnsafeFunctionFromJavaUnsafeFunction<T,V>.toString ( ) : String
net/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction.toString:()Ljava/lang/String;
NUnsafeFunctionFromJavaUnsafeFunction<T,V>.withDesc ( NEDesc description ) : NUnsafeFunctionFromJavaUnsafeFunction<T,V>
net/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction;
NUnsafeFunctionFromJavaUnsafeFunction<T,V>.withDesc ( NEDesc p1 ) : NUnsafeFunction
net/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NUnsafeFunction;
NUnsafeFunctionFromJavaUnsafeFunction<T,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NUnsafeFunctionFromJavaUnsafeFunction.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NUnsafeFunctionWithDescription.class
package net.thevpc.nuts.reserved.util
NUnsafeFunctionWithDescription<T,V>.apply ( T f ) : V
net/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription.apply:(Ljava/lang/Object;)Ljava/lang/Object;
NUnsafeFunctionWithDescription<T,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeFunctionWithDescription<T,V>.NUnsafeFunctionWithDescription<T,V> ( NUnsafeFunction<? super T,V> base, NEDesc description )
net/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription."<init>":(Lnet/thevpc/nuts/util/NUnsafeFunction;Lnet/thevpc/nuts/elem/NEDesc;)V
NUnsafeFunctionWithDescription<T,V>.toString ( ) : String
net/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription.toString:()Ljava/lang/String;
NUnsafeFunctionWithDescription<T,V>.withDesc ( NEDesc description ) : NUnsafeFunctionWithDescription<T,V>
net/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription;
NUnsafeFunctionWithDescription<T,V>.withDesc ( NEDesc p1 ) : NUnsafeFunction
net/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NUnsafeFunction;
NUnsafeFunctionWithDescription<T,V>.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NUnsafeFunctionWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NUnsafeRunnable.class
package net.thevpc.nuts.util
NUnsafeRunnable.describe ( NSession session ) : NElement
net/thevpc/nuts/util/NUnsafeRunnable.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeRunnable.of ( NUnsafeRunnable o ) [static] : NUnsafeRunnable
net/thevpc/nuts/util/NUnsafeRunnable.of:(Lnet/thevpc/nuts/util/NUnsafeRunnable;)Lnet/thevpc/nuts/util/NUnsafeRunnable;
NUnsafeRunnable.run ( NSession p1 ) [abstract] : void
net/thevpc/nuts/util/NUnsafeRunnable.run:(Lnet/thevpc/nuts/NSession;)V
NUnsafeRunnable.withDesc ( NEDesc description ) : NUnsafeRunnable
net/thevpc/nuts/util/NUnsafeRunnable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NUnsafeRunnable;
NUnsafeRunnable.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/util/NUnsafeRunnable.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NUnsafeRunnableWithDescription.class
package net.thevpc.nuts.reserved.util
NUnsafeRunnableWithDescription.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NUnsafeRunnableWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NUnsafeRunnableWithDescription.NUnsafeRunnableWithDescription ( NUnsafeRunnable base, NEDesc nfo )
net/thevpc/nuts/reserved/util/NUnsafeRunnableWithDescription."<init>":(Lnet/thevpc/nuts/util/NUnsafeRunnable;Lnet/thevpc/nuts/elem/NEDesc;)V
NUnsafeRunnableWithDescription.run ( NSession session ) : void
net/thevpc/nuts/reserved/util/NUnsafeRunnableWithDescription.run:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NUnsatisfiedRequirementsException.class
package net.thevpc.nuts
NUnsatisfiedRequirementsException.NUnsatisfiedRequirementsException ( )
net/thevpc/nuts/NUnsatisfiedRequirementsException."<init>":()V
NUnsatisfiedRequirementsException.NUnsatisfiedRequirementsException ( NMsg message )
net/thevpc/nuts/NUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/util/NMsg;)V
nuts-0.8.4.jar,
NUnsupportedArgumentException.class
package net.thevpc.nuts
NUnsupportedArgumentException.NUnsupportedArgumentException ( NSession session, NMsg message )
net/thevpc/nuts/NUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NUnsupportedArgumentException.NUnsupportedArgumentException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NUnsupportedArgumentException.NUnsupportedArgumentException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NUnsupportedEnumException.class
package net.thevpc.nuts
NUnsupportedEnumException.getEnumValue ( ) : Enum
net/thevpc/nuts/NUnsupportedEnumException.getEnumValue:()Ljava/lang/Enum;
NUnsupportedEnumException.NUnsupportedEnumException ( NSession session, Enum enumValue )
net/thevpc/nuts/NUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NSession;Ljava/lang/Enum;)V
NUnsupportedEnumException.NUnsupportedEnumException ( NSession session, NMsg message, Enum enumValue )
net/thevpc/nuts/NUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Enum;)V
NUnsupportedEnumException.NUnsupportedEnumException ( NSession session, NMsg message, String stringValue, Enum enumValue )
net/thevpc/nuts/NUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/String;Ljava/lang/Enum;)V
nuts-0.8.4.jar,
NUnsupportedOperationException.class
package net.thevpc.nuts
NUnsupportedOperationException.NUnsupportedOperationException ( NSession session )
net/thevpc/nuts/NUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NSession;)V
NUnsupportedOperationException.NUnsupportedOperationException ( NSession session, NMsg message )
net/thevpc/nuts/NUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NUnsupportedOperationException.NUnsupportedOperationException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NUnsupportedOperationException.NUnsupportedOperationException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NUpdateCmd.class
package net.thevpc.nuts
NUpdateCmd.addArg ( String p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addArgs ( Collection<String> p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addArgs ( String... p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addId ( NId p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addId ( String p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addIds ( NId... p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addIds ( String... p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addLockedId ( NId p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addLockedId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addLockedId ( String p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addLockedIds ( NId... p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addLockedIds:([Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addLockedIds ( String... p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addScope ( NDependencyScope p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addScope:(Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addScopes ( Collection<NDependencyScope> p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addScopes:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.addScopes ( NDependencyScope... p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.addScopes:([Lnet/thevpc/nuts/NDependencyScope;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.checkUpdates ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.checkUpdates:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.checkUpdates ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.checkUpdates:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.clearArgs ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.clearArgs:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.clearIds ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.clearIds:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.clearLockedIds ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.clearLockedIds:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.clearScopes ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.clearScopes:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.configure ( boolean p1, String... p2 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NUpdateCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NUpdateCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateCmd.copySession ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.copySession:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.getApiVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NUpdateCmd.getApiVersion:()Lnet/thevpc/nuts/NVersion;
NUpdateCmd.getArgs ( ) [abstract] : List<String>
net/thevpc/nuts/NUpdateCmd.getArgs:()Ljava/util/List;
NUpdateCmd.getIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NUpdateCmd.getIds:()Ljava/util/List;
NUpdateCmd.getLockedIds ( ) [abstract] : List<NId>
net/thevpc/nuts/NUpdateCmd.getLockedIds:()Ljava/util/List;
NUpdateCmd.getRepositoryFilter ( ) [abstract] : NRepositoryFilter
net/thevpc/nuts/NUpdateCmd.getRepositoryFilter:()Lnet/thevpc/nuts/NRepositoryFilter;
NUpdateCmd.getResult ( ) [abstract] : NWorkspaceUpdateResult
net/thevpc/nuts/NUpdateCmd.getResult:()Lnet/thevpc/nuts/NWorkspaceUpdateResult;
NUpdateCmd.getResultCount ( ) [abstract] : int
net/thevpc/nuts/NUpdateCmd.getResultCount:()I
NUpdateCmd.isApi ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateCmd.isApi:()Z
NUpdateCmd.isCompanions ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateCmd.isCompanions:()Z
NUpdateCmd.isEnableInstall ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateCmd.isEnableInstall:()Z
NUpdateCmd.isExtensions ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateCmd.isExtensions:()Z
NUpdateCmd.isInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateCmd.isInstalled:()Z
NUpdateCmd.isOptional ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateCmd.isOptional:()Z
NUpdateCmd.isRuntime ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateCmd.isRuntime:()Z
NUpdateCmd.of ( NSession session ) [static] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.removeId ( NId p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.removeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.removeId ( String p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateCmd.run ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.run:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setAll ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setAll:()Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setApi ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setApi:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setApiVersion ( NVersion p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setApiVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setCompanions ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setCompanions:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setEnableInstall ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setEnableInstall:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setExtensions ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setExtensions:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setInstalled ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setInstalled:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setOptional ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setOptional:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setRepositoryFilter ( NRepositoryFilter p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setRepositoryFilter:(Lnet/thevpc/nuts/NRepositoryFilter;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setRuntime ( boolean p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setRuntime:(Z)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateCmd.setSession ( NSession p1 ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUpdateCmd;
NUpdateCmd.update ( ) [abstract] : NUpdateCmd
net/thevpc/nuts/NUpdateCmd.update:()Lnet/thevpc/nuts/NUpdateCmd;
nuts-0.8.4.jar,
NUpdateEvent.class
package net.thevpc.nuts
NUpdateEvent.getNewValue ( ) [abstract] : NDefinition
net/thevpc/nuts/NUpdateEvent.getNewValue:()Lnet/thevpc/nuts/NDefinition;
NUpdateEvent.getOldValue ( ) [abstract] : NDefinition
net/thevpc/nuts/NUpdateEvent.getOldValue:()Lnet/thevpc/nuts/NDefinition;
NUpdateEvent.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NUpdateEvent.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
NUpdateEvent.isForce ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateEvent.isForce:()Z
nuts-0.8.4.jar,
NUpdateOptions.class
package net.thevpc.nuts
NUpdateOptions.getSession ( ) : NSession
net/thevpc/nuts/NUpdateOptions.getSession:()Lnet/thevpc/nuts/NSession;
NUpdateOptions.NUpdateOptions ( )
net/thevpc/nuts/NUpdateOptions."<init>":()V
NUpdateOptions.NUpdateOptions ( NSession session )
net/thevpc/nuts/NUpdateOptions."<init>":(Lnet/thevpc/nuts/NSession;)V
NUpdateOptions.setSession ( NSession session ) : NUpdateOptions
net/thevpc/nuts/NUpdateOptions.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUpdateOptions;
nuts-0.8.4.jar,
NUpdateRepositoryStatsCmd.class
package net.thevpc.nuts.spi
NUpdateRepositoryStatsCmd.configure ( boolean p1, String... p2 ) [abstract] : NUpdateRepositoryStatsCmd
net/thevpc/nuts/spi/NUpdateRepositoryStatsCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NUpdateRepositoryStatsCmd;
NUpdateRepositoryStatsCmd.configure ( boolean p1, String[ ] p2 ) : NRepositoryCmd
net/thevpc/nuts/spi/NUpdateRepositoryStatsCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NUpdateRepositoryStatsCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/spi/NUpdateRepositoryStatsCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NUpdateRepositoryStatsCmd.run ( ) : NRepositoryCmd
net/thevpc/nuts/spi/NUpdateRepositoryStatsCmd.run:()Lnet/thevpc/nuts/spi/NRepositoryCmd;
NUpdateRepositoryStatsCmd.run ( ) [abstract] : NUpdateRepositoryStatsCmd
net/thevpc/nuts/spi/NUpdateRepositoryStatsCmd.run:()Lnet/thevpc/nuts/spi/NUpdateRepositoryStatsCmd;
NUpdateRepositoryStatsCmd.setSession ( NSession p1 ) : NRepositoryCmd
net/thevpc/nuts/spi/NUpdateRepositoryStatsCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NRepositoryCmd;
NUpdateRepositoryStatsCmd.setSession ( NSession p1 ) [abstract] : NUpdateRepositoryStatsCmd
net/thevpc/nuts/spi/NUpdateRepositoryStatsCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/spi/NUpdateRepositoryStatsCmd;
nuts-0.8.4.jar,
NUpdateResult.class
package net.thevpc.nuts
NUpdateResult.getAvailable ( ) [abstract] : NDefinition
net/thevpc/nuts/NUpdateResult.getAvailable:()Lnet/thevpc/nuts/NDefinition;
NUpdateResult.getDependencies ( ) [abstract] : List<NId>
net/thevpc/nuts/NUpdateResult.getDependencies:()Ljava/util/List;
NUpdateResult.getId ( ) [abstract] : NId
net/thevpc/nuts/NUpdateResult.getId:()Lnet/thevpc/nuts/NId;
NUpdateResult.getInstalled ( ) [abstract] : NDefinition
net/thevpc/nuts/NUpdateResult.getInstalled:()Lnet/thevpc/nuts/NDefinition;
NUpdateResult.isInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateResult.isInstalled:()Z
NUpdateResult.isUpdatable ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateResult.isUpdatable:()Z
NUpdateResult.isUpdateApplied ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateResult.isUpdateApplied:()Z
NUpdateResult.isUpdateForced ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateResult.isUpdateForced:()Z
NUpdateResult.isUpdateStatusAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateResult.isUpdateStatusAvailable:()Z
NUpdateResult.isUpdateVersionAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateResult.isUpdateVersionAvailable:()Z
nuts-0.8.4.jar,
NUpdateStatsCmd.class
package net.thevpc.nuts
NUpdateStatsCmd.add ( String p1 ) [abstract] : void
net/thevpc/nuts/NUpdateStatsCmd.add:(Ljava/lang/String;)V
NUpdateStatsCmd.addPath ( Path p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.addPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.addPaths ( Collection<Path> p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.addPaths:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.addPaths ( Path... p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.addPaths:([Ljava/nio/file/Path;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.addRepo ( String p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.addRepo:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.addRepos ( Collection<String> p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.addRepos:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.addRepos ( String... p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.addRepos:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.clearPaths ( ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.clearPaths:()Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.clearRepos ( ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.clearRepos:()Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.configure ( boolean p1, String... p2 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateStatsCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateStatsCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NUpdateStatsCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NUpdateStatsCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateStatsCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateStatsCmd.copySession ( ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.copySession:()Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.of ( NSession session ) [static] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.removePath ( Path p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.removePath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.removeRepo ( String p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.removeRepo:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateStatsCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateStatsCmd.run ( ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.run:()Lnet/thevpc/nuts/NUpdateStatsCmd;
NUpdateStatsCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateStatsCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateStatsCmd.setSession ( NSession p1 ) [abstract] : NUpdateStatsCmd
net/thevpc/nuts/NUpdateStatsCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUpdateStatsCmd;
nuts-0.8.4.jar,
NUpdateUserCmd.class
package net.thevpc.nuts
NUpdateUserCmd.addGroup ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.addGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.addGroups ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.addGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.addGroups ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.addGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.addPermission ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.addPermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.addPermissions ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.addPermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.addPermissions ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.addPermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.configure ( boolean p1, String... p2 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.configure ( boolean p1, String[ ] p2 ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateUserCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateUserCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NUpdateUserCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NUpdateUserCmd.copySession ( ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateUserCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateUserCmd.copySession ( ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.copySession:()Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.credentials ( char[ ] p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.credentials:([C)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.getAddGroups ( ) [abstract] : List<String>
net/thevpc/nuts/NUpdateUserCmd.getAddGroups:()Ljava/util/List;
NUpdateUserCmd.getAddPermissions ( ) [abstract] : List<String>
net/thevpc/nuts/NUpdateUserCmd.getAddPermissions:()Ljava/util/List;
NUpdateUserCmd.getCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NUpdateUserCmd.getCredentials:()[C
NUpdateUserCmd.getOldCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NUpdateUserCmd.getOldCredentials:()[C
NUpdateUserCmd.getRemoteCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NUpdateUserCmd.getRemoteCredentials:()[C
NUpdateUserCmd.getRemoteIdentity ( ) [abstract] : String
net/thevpc/nuts/NUpdateUserCmd.getRemoteIdentity:()Ljava/lang/String;
NUpdateUserCmd.getRemoveGroups ( ) [abstract] : List<String>
net/thevpc/nuts/NUpdateUserCmd.getRemoveGroups:()Ljava/util/List;
NUpdateUserCmd.getRemovePermissions ( ) [abstract] : List<String>
net/thevpc/nuts/NUpdateUserCmd.getRemovePermissions:()Ljava/util/List;
NUpdateUserCmd.getRepository ( ) [abstract] : NRepository
net/thevpc/nuts/NUpdateUserCmd.getRepository:()Lnet/thevpc/nuts/NRepository;
NUpdateUserCmd.getUsername ( ) [abstract] : String
net/thevpc/nuts/NUpdateUserCmd.getUsername:()Ljava/lang/String;
NUpdateUserCmd.isResetGroups ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateUserCmd.isResetGroups:()Z
NUpdateUserCmd.isResetPermissions ( ) [abstract] : boolean
net/thevpc/nuts/NUpdateUserCmd.isResetPermissions:()Z
NUpdateUserCmd.of ( NSession session ) [static] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.oldCredentials ( char[ ] p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.oldCredentials:([C)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.remoteCredentials ( char[ ] p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.remoteCredentials:([C)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.remoteIdentity ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.remoteIdentity:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.removeGroup ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.removeGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.removeGroups ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.removeGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.removeGroups ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.removeGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.removePermission ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.removePermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.removePermissions ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.removePermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.removePermissions ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.removePermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.resetGroups ( ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.resetGroups:()Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.resetGroups ( boolean p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.resetGroups:(Z)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.resetPermissions ( ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.resetPermissions:()Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.resetPermissions ( boolean p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.resetPermissions:(Z)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.run ( ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateUserCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateUserCmd.run ( ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.run:()Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setCredentials ( char[ ] p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setCredentials:([C)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setOldCredentials ( char[ ] p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setOldCredentials:([C)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setRemoteCredentials ( char[ ] p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setRemoteCredentials:([C)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setRemoteIdentity ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setRemoteIdentity:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setRepository ( NRepository p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setRepository:(Lnet/thevpc/nuts/NRepository;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setResetGroups ( boolean p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setResetGroups:(Z)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setResetPermissions ( boolean p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setResetPermissions:(Z)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setSession ( NSession p1 ) : NWorkspaceCmd
net/thevpc/nuts/NUpdateUserCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
NUpdateUserCmd.setSession ( NSession p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.setUsername ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoAddGroup ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoAddGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoAddGroups ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoAddGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoAddGroups ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoAddGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoAddPermission ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoAddPermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoAddPermissions ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoAddPermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoAddPermissions ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoAddPermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoRemoveGroups ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoRemoveGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoRemoveGroups ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoRemoveGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoRemovePermissions ( Collection<String> p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoRemovePermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NUpdateUserCmd;
NUpdateUserCmd.undoRemovePermissions ( String... p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NUpdateUserCmd.undoRemovePermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
nuts-0.8.4.jar,
NUser.class
package net.thevpc.nuts
NUser.getGroups ( ) [abstract] : List<String>
net/thevpc/nuts/NUser.getGroups:()Ljava/util/List;
NUser.getInheritedPermissions ( ) [abstract] : List<String>
net/thevpc/nuts/NUser.getInheritedPermissions:()Ljava/util/List;
NUser.getPermissions ( ) [abstract] : List<String>
net/thevpc/nuts/NUser.getPermissions:()Ljava/util/List;
NUser.getRemoteIdentity ( ) [abstract] : String
net/thevpc/nuts/NUser.getRemoteIdentity:()Ljava/lang/String;
NUser.getUser ( ) [abstract] : String
net/thevpc/nuts/NUser.getUser:()Ljava/lang/String;
NUser.hasCredentials ( ) [abstract] : boolean
net/thevpc/nuts/NUser.hasCredentials:()Z
nuts-0.8.4.jar,
NUserConfig.class
package net.thevpc.nuts
NUserConfig.equals ( Object o ) : boolean
net/thevpc/nuts/NUserConfig.equals:(Ljava/lang/Object;)Z
NUserConfig.getCredentials ( ) : String
net/thevpc/nuts/NUserConfig.getCredentials:()Ljava/lang/String;
NUserConfig.getGroups ( ) : List<String>
net/thevpc/nuts/NUserConfig.getGroups:()Ljava/util/List;
NUserConfig.getPermissions ( ) : List<String>
net/thevpc/nuts/NUserConfig.getPermissions:()Ljava/util/List;
NUserConfig.getRemoteCredentials ( ) : String
net/thevpc/nuts/NUserConfig.getRemoteCredentials:()Ljava/lang/String;
NUserConfig.getRemoteIdentity ( ) : String
net/thevpc/nuts/NUserConfig.getRemoteIdentity:()Ljava/lang/String;
NUserConfig.getUser ( ) : String
net/thevpc/nuts/NUserConfig.getUser:()Ljava/lang/String;
NUserConfig.hashCode ( ) : int
net/thevpc/nuts/NUserConfig.hashCode:()I
NUserConfig.NUserConfig ( )
net/thevpc/nuts/NUserConfig."<init>":()V
NUserConfig.NUserConfig ( NUserConfig other )
net/thevpc/nuts/NUserConfig."<init>":(Lnet/thevpc/nuts/NUserConfig;)V
NUserConfig.NUserConfig ( String user, String credentials, List<String> groups, List<String> permissions )
net/thevpc/nuts/NUserConfig."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V
NUserConfig.setCredentials ( String credentials ) : void
net/thevpc/nuts/NUserConfig.setCredentials:(Ljava/lang/String;)V
NUserConfig.setGroups ( List<String> groups ) : void
net/thevpc/nuts/NUserConfig.setGroups:(Ljava/util/List;)V
NUserConfig.setPermissions ( List<String> permissions ) : void
net/thevpc/nuts/NUserConfig.setPermissions:(Ljava/util/List;)V
NUserConfig.setRemoteCredentials ( String remoteCredentials ) : void
net/thevpc/nuts/NUserConfig.setRemoteCredentials:(Ljava/lang/String;)V
NUserConfig.setRemoteIdentity ( String remoteIdentity ) : void
net/thevpc/nuts/NUserConfig.setRemoteIdentity:(Ljava/lang/String;)V
NUserConfig.setUser ( String user ) : void
net/thevpc/nuts/NUserConfig.setUser:(Ljava/lang/String;)V
NUserConfig.toString ( ) : String
net/thevpc/nuts/NUserConfig.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NUtils.class
package net.thevpc.nuts.util
NUtils.firstNonNull ( List<T> values ) [static] : T
net/thevpc/nuts/util/NUtils.firstNonNull:(Ljava/util/List;)Ljava/lang/Object;
NUtils.firstNonNull ( T a, T b ) [static] : T
net/thevpc/nuts/util/NUtils.firstNonNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
NUtils.firstNonNull ( T... values ) [static] : T
net/thevpc/nuts/util/NUtils.firstNonNull:([Ljava/lang/Object;)Ljava/lang/Object;
NUtils.NUtils ( )
net/thevpc/nuts/util/NUtils."<init>":()V
nuts-0.8.4.jar,
Nuts.class
package net.thevpc.nuts
Nuts.getApiId ( ) [static] : NId
net/thevpc/nuts/Nuts.getApiId:()Lnet/thevpc/nuts/NId;
Nuts.getVersion ( ) [static] : NVersion
net/thevpc/nuts/Nuts.getVersion:()Lnet/thevpc/nuts/NVersion;
Nuts.openInheritedWorkspace ( NWorkspaceTerminalOptions term, String[ ] overriddenNutsArgs, String... appArgs ) [static] : NSession
net/thevpc/nuts/Nuts.openInheritedWorkspace:(Lnet/thevpc/nuts/NWorkspaceTerminalOptions;[Ljava/lang/String;[Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
Nuts.openInheritedWorkspace ( String[ ] overriddenNutsArgs, String... appArgs ) [static] : NSession
net/thevpc/nuts/Nuts.openInheritedWorkspace:([Ljava/lang/String;[Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
Nuts.openWorkspace ( ) [static] : NSession
net/thevpc/nuts/Nuts.openWorkspace:()Lnet/thevpc/nuts/NSession;
Nuts.openWorkspace ( NWorkspaceOptions options ) [static] : NSession
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NSession;
Nuts.openWorkspace ( NWorkspaceTerminalOptions term, String... args ) [static] : NSession
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NWorkspaceTerminalOptions;[Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
Nuts.openWorkspace ( String... args ) [static] : NSession
net/thevpc/nuts/Nuts.openWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
Nuts.runWorkspace ( NWorkspaceTerminalOptions term, String... args ) [static] : NSession
net/thevpc/nuts/Nuts.runWorkspace:(Lnet/thevpc/nuts/NWorkspaceTerminalOptions;[Ljava/lang/String;)Lnet/thevpc/nuts/NSession;
nuts-0.8.4.jar,
NValidationException.class
package net.thevpc.nuts
NValidationException.NValidationException ( NSession session )
net/thevpc/nuts/NValidationException."<init>":(Lnet/thevpc/nuts/NSession;)V
NValidationException.NValidationException ( NSession session, NMsg message )
net/thevpc/nuts/NValidationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;)V
NValidationException.NValidationException ( NSession session, NMsg message, Throwable cause )
net/thevpc/nuts/NValidationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
NValidationException.NValidationException ( NSession session, NMsg message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NValidationException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NVersion.class
package net.thevpc.nuts
NVersion.asSingleValue ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NVersion.asSingleValue:()Lnet/thevpc/nuts/util/NOptional;
NVersion.compareTo ( NVersion p1 ) [abstract] : int
net/thevpc/nuts/NVersion.compareTo:(Lnet/thevpc/nuts/NVersion;)I
NVersion.compareTo ( Object p1 ) : int
net/thevpc/nuts/NVersion.compareTo:(Ljava/lang/Object;)I
NVersion.compareTo ( String p1 ) [abstract] : int
net/thevpc/nuts/NVersion.compareTo:(Ljava/lang/String;)I
NVersion.compatNewer ( ) [abstract] : NVersion
net/thevpc/nuts/NVersion.compatNewer:()Lnet/thevpc/nuts/NVersion;
NVersion.compatOlder ( ) [abstract] : NVersion
net/thevpc/nuts/NVersion.compatOlder:()Lnet/thevpc/nuts/NVersion;
NVersion.filter ( NSession p1 ) [abstract] : NVersionFilter
net/thevpc/nuts/NVersion.filter:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NVersionFilter;
NVersion.get ( int p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NVersion.get:(I)Lnet/thevpc/nuts/util/NOptional;
NVersion.getNumber ( int p1 ) [abstract] : NOptional<NLiteral>
net/thevpc/nuts/NVersion.getNumber:(I)Lnet/thevpc/nuts/util/NOptional;
NVersion.getValue ( ) [abstract] : String
net/thevpc/nuts/NVersion.getValue:()Ljava/lang/String;
NVersion.inc ( ) [abstract] : NVersion
net/thevpc/nuts/NVersion.inc:()Lnet/thevpc/nuts/NVersion;
NVersion.inc ( int p1 ) [abstract] : NVersion
net/thevpc/nuts/NVersion.inc:(I)Lnet/thevpc/nuts/NVersion;
NVersion.inc ( int p1, BigInteger p2 ) [abstract] : NVersion
net/thevpc/nuts/NVersion.inc:(ILjava/math/BigInteger;)Lnet/thevpc/nuts/NVersion;
NVersion.inc ( int p1, long p2 ) [abstract] : NVersion
net/thevpc/nuts/NVersion.inc:(IJ)Lnet/thevpc/nuts/NVersion;
NVersion.intervals ( ) [abstract] : NOptional<List<NVersionInterval>>
net/thevpc/nuts/NVersion.intervals:()Lnet/thevpc/nuts/util/NOptional;
NVersion.isFilter ( ) [abstract] : boolean
net/thevpc/nuts/NVersion.isFilter:()Z
NVersion.isLatestVersion ( ) [abstract] : boolean
net/thevpc/nuts/NVersion.isLatestVersion:()Z
NVersion.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NVersion.isNull:()Z
NVersion.isReleaseVersion ( ) [abstract] : boolean
net/thevpc/nuts/NVersion.isReleaseVersion:()Z
NVersion.isSingleValue ( ) [abstract] : boolean
net/thevpc/nuts/NVersion.isSingleValue:()Z
NVersion.isSnapshotVersion ( ) [abstract] : boolean
net/thevpc/nuts/NVersion.isSnapshotVersion:()Z
NVersion.numberSize ( ) [abstract] : int
net/thevpc/nuts/NVersion.numberSize:()I
NVersion.of ( String version ) [static] : NOptional<NVersion>
net/thevpc/nuts/NVersion.of:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NVersion.size ( ) [abstract] : int
net/thevpc/nuts/NVersion.size:()I
NVersion.split ( ) [abstract] : NLiteral[ ]
net/thevpc/nuts/NVersion.split:()[Lnet/thevpc/nuts/util/NLiteral;
nuts-0.8.4.jar,
NVersionFilter.class
package net.thevpc.nuts
NVersionFilter.acceptSearchId ( NSearchId sid, NSession session ) : boolean
net/thevpc/nuts/NVersionFilter.acceptSearchId:(Lnet/thevpc/nuts/NSearchId;Lnet/thevpc/nuts/NSession;)Z
NVersionFilter.acceptVersion ( NVersion p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NVersionFilter.acceptVersion:(Lnet/thevpc/nuts/NVersion;Lnet/thevpc/nuts/NSession;)Z
NVersionFilter.and ( NVersionFilter p1 ) [abstract] : NVersionFilter
net/thevpc/nuts/NVersionFilter.and:(Lnet/thevpc/nuts/NVersionFilter;)Lnet/thevpc/nuts/NVersionFilter;
NVersionFilter.describe ( NSession session ) : NElement
net/thevpc/nuts/NVersionFilter.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NVersionFilter.intervals ( ) [abstract] : NOptional<List<NVersionInterval>>
net/thevpc/nuts/NVersionFilter.intervals:()Lnet/thevpc/nuts/util/NOptional;
NVersionFilter.neg ( ) : NFilter
net/thevpc/nuts/NVersionFilter.neg:()Lnet/thevpc/nuts/util/NFilter;
NVersionFilter.neg ( ) [abstract] : NVersionFilter
net/thevpc/nuts/NVersionFilter.neg:()Lnet/thevpc/nuts/NVersionFilter;
NVersionFilter.or ( NVersionFilter p1 ) [abstract] : NVersionFilter
net/thevpc/nuts/NVersionFilter.or:(Lnet/thevpc/nuts/NVersionFilter;)Lnet/thevpc/nuts/NVersionFilter;
NVersionFilter.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/NVersionFilter.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
NVersionFilter.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/NVersionFilter.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NVersionFilterDelegate.class
package net.thevpc.nuts.spi.base
NVersionFilterDelegate.acceptSearchId ( NSearchId sid, NSession session ) : boolean
net/thevpc/nuts/spi/base/NVersionFilterDelegate.acceptSearchId:(Lnet/thevpc/nuts/NSearchId;Lnet/thevpc/nuts/NSession;)Z
NVersionFilterDelegate.acceptVersion ( NVersion version, NSession session ) : boolean
net/thevpc/nuts/spi/base/NVersionFilterDelegate.acceptVersion:(Lnet/thevpc/nuts/NVersion;Lnet/thevpc/nuts/NSession;)Z
NVersionFilterDelegate.baseVersionFilter ( ) [abstract] : NVersionFilter
net/thevpc/nuts/spi/base/NVersionFilterDelegate.baseVersionFilter:()Lnet/thevpc/nuts/NVersionFilter;
NVersionFilterDelegate.describe ( NSession session ) : NElement
net/thevpc/nuts/spi/base/NVersionFilterDelegate.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NVersionFilterDelegate.getFilterOp ( ) : NFilterOp
net/thevpc/nuts/spi/base/NVersionFilterDelegate.getFilterOp:()Lnet/thevpc/nuts/util/NFilterOp;
NVersionFilterDelegate.getFilterType ( ) : Class<?>
net/thevpc/nuts/spi/base/NVersionFilterDelegate.getFilterType:()Ljava/lang/Class;
NVersionFilterDelegate.getSession ( ) : NSession
net/thevpc/nuts/spi/base/NVersionFilterDelegate.getSession:()Lnet/thevpc/nuts/NSession;
NVersionFilterDelegate.getSubFilters ( ) : List<NFilter>
net/thevpc/nuts/spi/base/NVersionFilterDelegate.getSubFilters:()Ljava/util/List;
NVersionFilterDelegate.intervals ( ) : NOptional<List<NVersionInterval>>
net/thevpc/nuts/spi/base/NVersionFilterDelegate.intervals:()Lnet/thevpc/nuts/util/NOptional;
NVersionFilterDelegate.NVersionFilterDelegate ( NSession session )
net/thevpc/nuts/spi/base/NVersionFilterDelegate."<init>":(Lnet/thevpc/nuts/NSession;)V
NVersionFilterDelegate.simplify ( ) : NFilter
net/thevpc/nuts/spi/base/NVersionFilterDelegate.simplify:()Lnet/thevpc/nuts/util/NFilter;
NVersionFilterDelegate.simplify ( ) : NVersionFilter
net/thevpc/nuts/spi/base/NVersionFilterDelegate.simplify:()Lnet/thevpc/nuts/NVersionFilter;
NVersionFilterDelegate.simplify ( ) : Object
net/thevpc/nuts/spi/base/NVersionFilterDelegate.simplify:()Ljava/lang/Object;
NVersionFilterDelegate.simplify ( Class<T> type ) : NFilter
net/thevpc/nuts/spi/base/NVersionFilterDelegate.simplify:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
NVersionFilterDelegate.to ( Class<T> type ) : T
net/thevpc/nuts/spi/base/NVersionFilterDelegate.to:(Ljava/lang/Class;)Lnet/thevpc/nuts/util/NFilter;
NVersionFilterDelegate.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/spi/base/NVersionFilterDelegate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
NVersionFilterDelegate.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/spi/base/NVersionFilterDelegate.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NVersionFilters.class
package net.thevpc.nuts
NVersionFilters.byValue ( String p1 ) [abstract] : NOptional<NVersionFilter>
net/thevpc/nuts/NVersionFilters.byValue:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NVersionFilters.of ( NSession session ) [static] : NVersionFilters
net/thevpc/nuts/NVersionFilters.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NVersionFilters;
nuts-0.8.4.jar,
NVersionFilterWithDescription.class
package net.thevpc.nuts.reserved.util
NVersionFilterWithDescription.baseVersionFilter ( ) : NVersionFilter
net/thevpc/nuts/reserved/util/NVersionFilterWithDescription.baseVersionFilter:()Lnet/thevpc/nuts/NVersionFilter;
NVersionFilterWithDescription.describe ( NSession session ) : NElement
net/thevpc/nuts/reserved/util/NVersionFilterWithDescription.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
NVersionFilterWithDescription.NVersionFilterWithDescription ( NVersionFilter baseVersionFilter, NEDesc description )
net/thevpc/nuts/reserved/util/NVersionFilterWithDescription."<init>":(Lnet/thevpc/nuts/NVersionFilter;Lnet/thevpc/nuts/elem/NEDesc;)V
NVersionFilterWithDescription.withDesc ( NEDesc description ) : NFilter
net/thevpc/nuts/reserved/util/NVersionFilterWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Lnet/thevpc/nuts/util/NFilter;
NVersionFilterWithDescription.withDesc ( NEDesc p1 ) : Object
net/thevpc/nuts/reserved/util/NVersionFilterWithDescription.withDesc:(Lnet/thevpc/nuts/elem/NEDesc;)Ljava/lang/Object;
nuts-0.8.4.jar,
NVersionFormat.class
package net.thevpc.nuts
NVersionFormat.addProperties ( Map<String,String> p1 ) [abstract] : NVersionFormat
net/thevpc/nuts/NVersionFormat.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NVersionFormat;
NVersionFormat.addProperty ( String p1, String p2 ) [abstract] : NVersionFormat
net/thevpc/nuts/NVersionFormat.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NVersionFormat;
NVersionFormat.getVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NVersionFormat.getVersion:()Lnet/thevpc/nuts/NVersion;
NVersionFormat.isWorkspaceVersion ( ) [abstract] : boolean
net/thevpc/nuts/NVersionFormat.isWorkspaceVersion:()Z
NVersionFormat.of ( NSession session ) [static] : NVersionFormat
net/thevpc/nuts/NVersionFormat.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NVersionFormat;
NVersionFormat.setNtf ( boolean p1 ) : NFormat
net/thevpc/nuts/NVersionFormat.setNtf:(Z)Lnet/thevpc/nuts/format/NFormat;
NVersionFormat.setNtf ( boolean p1 ) [abstract] : NVersionFormat
net/thevpc/nuts/NVersionFormat.setNtf:(Z)Lnet/thevpc/nuts/NVersionFormat;
NVersionFormat.setSession ( NSession p1 ) : NFormat
net/thevpc/nuts/NVersionFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/format/NFormat;
NVersionFormat.setSession ( NSession p1 ) [abstract] : NVersionFormat
net/thevpc/nuts/NVersionFormat.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NVersionFormat;
NVersionFormat.setVersion ( NVersion p1 ) [abstract] : NVersionFormat
net/thevpc/nuts/NVersionFormat.setVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NVersionFormat;
nuts-0.8.4.jar,
NVersionInterval.class
package net.thevpc.nuts
NVersionInterval.acceptVersion ( NVersion p1 ) [abstract] : boolean
net/thevpc/nuts/NVersionInterval.acceptVersion:(Lnet/thevpc/nuts/NVersion;)Z
NVersionInterval.getLowerBound ( ) [abstract] : String
net/thevpc/nuts/NVersionInterval.getLowerBound:()Ljava/lang/String;
NVersionInterval.getUpperBound ( ) [abstract] : String
net/thevpc/nuts/NVersionInterval.getUpperBound:()Ljava/lang/String;
NVersionInterval.isFixedValue ( ) [abstract] : boolean
net/thevpc/nuts/NVersionInterval.isFixedValue:()Z
NVersionInterval.isIncludeLowerBound ( ) [abstract] : boolean
net/thevpc/nuts/NVersionInterval.isIncludeLowerBound:()Z
NVersionInterval.isIncludeUpperBound ( ) [abstract] : boolean
net/thevpc/nuts/NVersionInterval.isIncludeUpperBound:()Z
NVersionInterval.of ( String s ) [static] : NOptional<NVersionInterval>
net/thevpc/nuts/NVersionInterval.of:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NVersionInterval.ofList ( String s ) [static] : NOptional<List<NVersionInterval>>
net/thevpc/nuts/NVersionInterval.ofList:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
nuts-0.8.4.jar,
NVisitResult.class
package net.thevpc.nuts.format
NVisitResult.id ( ) : String
net/thevpc/nuts/format/NVisitResult.id:()Ljava/lang/String;
NVisitResult.parse ( String value ) [static] : NOptional<NVisitResult>
net/thevpc/nuts/format/NVisitResult.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NOptional;
NVisitResult.valueOf ( String name ) [static] : NVisitResult
net/thevpc/nuts/format/NVisitResult.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/format/NVisitResult;
NVisitResult.values ( ) [static] : NVisitResult[ ]
net/thevpc/nuts/format/NVisitResult.values:()[Lnet/thevpc/nuts/format/NVisitResult;
nuts-0.8.4.jar,
NWebCli.class
package net.thevpc.nuts.web
NWebCli.connect ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.connect:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.delete ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.delete:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.get ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.get:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.getConnectTimeout ( ) [abstract] : Integer
net/thevpc/nuts/web/NWebCli.getConnectTimeout:()Ljava/lang/Integer;
NWebCli.getPrefix ( ) [abstract] : String
net/thevpc/nuts/web/NWebCli.getPrefix:()Ljava/lang/String;
NWebCli.getReadTimeout ( ) [abstract] : Integer
net/thevpc/nuts/web/NWebCli.getReadTimeout:()Ljava/lang/Integer;
NWebCli.getResponsePostProcessor ( ) [abstract] : Function<NWebResponse,NWebResponse>
net/thevpc/nuts/web/NWebCli.getResponsePostProcessor:()Ljava/util/function/Function;
NWebCli.head ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.head:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.of ( NSession session ) [static] : NWebCli
net/thevpc/nuts/web/NWebCli.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/web/NWebCli;
NWebCli.options ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.options:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.patch ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.patch:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.post ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.post:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.put ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.put:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.req ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.req:()Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.req ( NHttpMethod p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.req:(Lnet/thevpc/nuts/web/NHttpMethod;)Lnet/thevpc/nuts/web/NWebRequest;
NWebCli.setConnectTimeout ( Integer p1 ) [abstract] : NWebCli
net/thevpc/nuts/web/NWebCli.setConnectTimeout:(Ljava/lang/Integer;)Lnet/thevpc/nuts/web/NWebCli;
NWebCli.setPrefix ( String p1 ) [abstract] : NWebCli
net/thevpc/nuts/web/NWebCli.setPrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebCli;
NWebCli.setReadTimeout ( Integer p1 ) [abstract] : NWebCli
net/thevpc/nuts/web/NWebCli.setReadTimeout:(Ljava/lang/Integer;)Lnet/thevpc/nuts/web/NWebCli;
NWebCli.setResponsePostProcessor ( Function<NWebResponse,NWebResponse> p1 ) [abstract] : NWebCli
net/thevpc/nuts/web/NWebCli.setResponsePostProcessor:(Ljava/util/function/Function;)Lnet/thevpc/nuts/web/NWebCli;
NWebCli.trace ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebCli.trace:()Lnet/thevpc/nuts/web/NWebRequest;
nuts-0.8.4.jar,
NWebRequest.class
package net.thevpc.nuts.web
NWebRequest.addHeader ( String p1, String p2 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addHeader:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addHeaders ( Map<String,List<String>> p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addHeaders:(Ljava/util/Map;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addJsonFileHeaders ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addJsonFileHeaders:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addJsonFileParameters ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addJsonFileParameters:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addParameter ( String p1, String p2 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addParameter:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addParameters ( Map<String,List<String>> p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addParameters:(Ljava/util/Map;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addPart ( ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequest.addPart:()Lnet/thevpc/nuts/web/NWebRequestBody;
NWebRequest.addPart ( NWebRequestBody p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addPart:(Lnet/thevpc/nuts/web/NWebRequestBody;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addPart ( String p1 ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequest.addPart:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequestBody;
NWebRequest.addPart ( String p1, String p2 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addPart:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addPart ( String p1, String p2, String p3, NInputSource p4 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addPart:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addPropsFileHeaders ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addPropsFileHeaders:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.addPropsFileParameters ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.addPropsFileParameters:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.connect ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.connect:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.delete ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.delete:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.get ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.get:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.getAuthorization ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequest.getAuthorization:()Ljava/lang/String;
NWebRequest.getAuthorizationBearer ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequest.getAuthorizationBearer:()Ljava/lang/String;
NWebRequest.getBody ( ) [abstract] : NInputSource
net/thevpc/nuts/web/NWebRequest.getBody:()Lnet/thevpc/nuts/io/NInputSource;
NWebRequest.getConnectTimeout ( ) [abstract] : Integer
net/thevpc/nuts/web/NWebRequest.getConnectTimeout:()Ljava/lang/Integer;
NWebRequest.getContentLanguage ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequest.getContentLanguage:()Ljava/lang/String;
NWebRequest.getContentType ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequest.getContentType:()Ljava/lang/String;
NWebRequest.getEffectiveUrl ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequest.getEffectiveUrl:()Ljava/lang/String;
NWebRequest.getHeader ( String p1 ) [abstract] : String
net/thevpc/nuts/web/NWebRequest.getHeader:(Ljava/lang/String;)Ljava/lang/String;
NWebRequest.getHeaders ( ) [abstract] : Map<String,List<String>>
net/thevpc/nuts/web/NWebRequest.getHeaders:()Ljava/util/Map;
NWebRequest.getHeaders ( String p1 ) [abstract] : List<String>
net/thevpc/nuts/web/NWebRequest.getHeaders:(Ljava/lang/String;)Ljava/util/List;
NWebRequest.getMethod ( ) [abstract] : NHttpMethod
net/thevpc/nuts/web/NWebRequest.getMethod:()Lnet/thevpc/nuts/web/NHttpMethod;
NWebRequest.getParameters ( ) [abstract] : Map<String,List<String>>
net/thevpc/nuts/web/NWebRequest.getParameters:()Ljava/util/Map;
NWebRequest.getParts ( ) [abstract] : List<NWebRequestBody>
net/thevpc/nuts/web/NWebRequest.getParts:()Ljava/util/List;
NWebRequest.getReadTimeout ( ) [abstract] : Integer
net/thevpc/nuts/web/NWebRequest.getReadTimeout:()Ljava/lang/Integer;
NWebRequest.getUrl ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequest.getUrl:()Ljava/lang/String;
NWebRequest.head ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.head:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.isOneWay ( ) [abstract] : boolean
net/thevpc/nuts/web/NWebRequest.isOneWay:()Z
NWebRequest.options ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.options:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.patch ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.patch:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.post ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.post:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.put ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.put:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.run ( ) [abstract] : NWebResponse
net/thevpc/nuts/web/NWebRequest.run:()Lnet/thevpc/nuts/web/NWebResponse;
NWebRequest.setAuthorization ( String p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setAuthorization:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setAuthorizationBearer ( String p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setAuthorizationBearer:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setBody ( byte[ ] p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setBody:([B)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setBody ( NInputSource p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setBody:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setConnectTimeout ( Integer p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setConnectTimeout:(Ljava/lang/Integer;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setContentLanguage ( String p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setContentLanguage:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setContentType ( String p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setContentType:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setContentTypeFormUrlEncoded ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setContentTypeFormUrlEncoded:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setFormUrlEncoded ( Map<String,String> p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setFormUrlEncoded:(Ljava/util/Map;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setHeader ( String p1, String p2 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setHeader:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setHeaders ( Map<String,List<String>> p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setHeaders:(Ljava/util/Map;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setJsonBody ( Object p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setJsonBody:(Ljava/lang/Object;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setJsonFileHeaders ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setJsonFileHeaders:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setJsonFileParameters ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setJsonFileParameters:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setMethod ( NHttpMethod p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setMethod:(Lnet/thevpc/nuts/web/NHttpMethod;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setOneWay ( boolean p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setOneWay:(Z)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setParameter ( String p1, String p2 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setParameter:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setParameters ( Map<String,List<String>> p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setParameters:(Ljava/util/Map;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setPropsFileHeaders ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setPropsFileHeaders:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setPropsFileParameters ( NPath p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setPropsFileParameters:(Lnet/thevpc/nuts/io/NPath;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setReadTimeout ( Integer p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setReadTimeout:(Ljava/lang/Integer;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setUrl ( String p1 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequest;
NWebRequest.setUrl ( String p1, Object... p2 ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequest.setUrl:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/web/NWebRequest;
nuts-0.8.4.jar,
NWebRequestBody.class
package net.thevpc.nuts.web
NWebRequestBody.end ( ) [abstract] : NWebRequest
net/thevpc/nuts/web/NWebRequestBody.end:()Lnet/thevpc/nuts/web/NWebRequest;
NWebRequestBody.getBody ( ) [abstract] : NInputSource
net/thevpc/nuts/web/NWebRequestBody.getBody:()Lnet/thevpc/nuts/io/NInputSource;
NWebRequestBody.getContentDisposition ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequestBody.getContentDisposition:()Ljava/lang/String;
NWebRequestBody.getContentType ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequestBody.getContentType:()Ljava/lang/String;
NWebRequestBody.getEncoding ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequestBody.getEncoding:()Ljava/lang/String;
NWebRequestBody.getFileName ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequestBody.getFileName:()Ljava/lang/String;
NWebRequestBody.getName ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequestBody.getName:()Ljava/lang/String;
NWebRequestBody.getStringValue ( ) [abstract] : String
net/thevpc/nuts/web/NWebRequestBody.getStringValue:()Ljava/lang/String;
NWebRequestBody.setBody ( NInputSource p1 ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequestBody.setBody:(Lnet/thevpc/nuts/io/NInputSource;)Lnet/thevpc/nuts/web/NWebRequestBody;
NWebRequestBody.setContentType ( String p1 ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequestBody.setContentType:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequestBody;
NWebRequestBody.setEncoding ( String p1 ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequestBody.setEncoding:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequestBody;
NWebRequestBody.setFileName ( String p1 ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequestBody.setFileName:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequestBody;
NWebRequestBody.setName ( String p1 ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequestBody.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequestBody;
NWebRequestBody.setStringValue ( String p1 ) [abstract] : NWebRequestBody
net/thevpc/nuts/web/NWebRequestBody.setStringValue:(Ljava/lang/String;)Lnet/thevpc/nuts/web/NWebRequestBody;
nuts-0.8.4.jar,
NWebResponse.class
package net.thevpc.nuts.web
NWebResponse.failFast ( ) [abstract] : NWebResponse
net/thevpc/nuts/web/NWebResponse.failFast:()Lnet/thevpc/nuts/web/NWebResponse;
NWebResponse.getCode ( ) [abstract] : int
net/thevpc/nuts/web/NWebResponse.getCode:()I
NWebResponse.getContent ( ) [abstract] : NInputSource
net/thevpc/nuts/web/NWebResponse.getContent:()Lnet/thevpc/nuts/io/NInputSource;
NWebResponse.getContentArrayAsJson ( ) [abstract] : List<T>
net/thevpc/nuts/web/NWebResponse.getContentArrayAsJson:()Ljava/util/List;
NWebResponse.getContentAsBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/web/NWebResponse.getContentAsBytes:()[B
NWebResponse.getContentAsJson ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/web/NWebResponse.getContentAsJson:(Ljava/lang/Class;)Ljava/lang/Object;
NWebResponse.getContentAsJsonList ( ) [abstract] : List<?>
net/thevpc/nuts/web/NWebResponse.getContentAsJsonList:()Ljava/util/List;
NWebResponse.getContentAsJsonMap ( ) [abstract] : Map<?,?>
net/thevpc/nuts/web/NWebResponse.getContentAsJsonMap:()Ljava/util/Map;
NWebResponse.getContentAsString ( ) [abstract] : String
net/thevpc/nuts/web/NWebResponse.getContentAsString:()Ljava/lang/String;
NWebResponse.getContentListAsJson ( ) [abstract] : List<K>
net/thevpc/nuts/web/NWebResponse.getContentListAsJson:()Ljava/util/List;
NWebResponse.getContentMapAsJson ( ) [abstract] : Map<K,V>
net/thevpc/nuts/web/NWebResponse.getContentMapAsJson:()Ljava/util/Map;
NWebResponse.getContentType ( ) [abstract] : String
net/thevpc/nuts/web/NWebResponse.getContentType:()Ljava/lang/String;
NWebResponse.getHeaders ( ) [abstract] : Map<String,List<String>>
net/thevpc/nuts/web/NWebResponse.getHeaders:()Ljava/util/Map;
NWebResponse.getMsg ( ) [abstract] : NMsg
net/thevpc/nuts/web/NWebResponse.getMsg:()Lnet/thevpc/nuts/util/NMsg;
NWebResponse.getUserMessage ( ) [abstract] : NMsg
net/thevpc/nuts/web/NWebResponse.getUserMessage:()Lnet/thevpc/nuts/util/NMsg;
NWebResponse.isError ( ) [abstract] : boolean
net/thevpc/nuts/web/NWebResponse.isError:()Z
NWebResponse.setUserMessage ( NMsg p1 ) [abstract] : NWebResponse
net/thevpc/nuts/web/NWebResponse.setUserMessage:(Lnet/thevpc/nuts/util/NMsg;)Lnet/thevpc/nuts/web/NWebResponse;
nuts-0.8.4.jar,
NWebResponseException.class
package net.thevpc.nuts.web
NWebResponseException.getCode ( ) : int
net/thevpc/nuts/web/NWebResponseException.getCode:()I
NWebResponseException.getResponseMessage ( ) : NMsg
net/thevpc/nuts/web/NWebResponseException.getResponseMessage:()Lnet/thevpc/nuts/util/NMsg;
NWebResponseException.getUserMessage ( ) : NMsg
net/thevpc/nuts/web/NWebResponseException.getUserMessage:()Lnet/thevpc/nuts/util/NMsg;
NWebResponseException.NWebResponseException ( NSession session, NMsg message, NMsg userMessage, int code )
net/thevpc/nuts/web/NWebResponseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/util/NMsg;I)V
NWebResponseException.NWebResponseException ( NSession session, NMsg message, NMsg userMessage, int code, Throwable cause )
net/thevpc/nuts/web/NWebResponseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/util/NMsg;ILjava/lang/Throwable;)V
NWebResponseException.NWebResponseException ( NSession session, NMsg message, NMsg userMessage, int code, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/web/NWebResponseException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Lnet/thevpc/nuts/util/NMsg;ILjava/lang/Throwable;ZZ)V
nuts-0.8.4.jar,
NWordFormat.class
package net.thevpc.nuts.util
NWordFormat.formatWord ( String value ) : String
net/thevpc/nuts/util/NWordFormat.formatWord:(Ljava/lang/String;)Ljava/lang/String;
NWordFormat.valueOf ( String name ) [static] : NWordFormat
net/thevpc/nuts/util/NWordFormat.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/util/NWordFormat;
NWordFormat.values ( ) [static] : NWordFormat[ ]
net/thevpc/nuts/util/NWordFormat.values:()[Lnet/thevpc/nuts/util/NWordFormat;
nuts-0.8.4.jar,
NWorkspace.class
package net.thevpc.nuts
NWorkspace.createSession ( ) [abstract] : NSession
net/thevpc/nuts/NWorkspace.createSession:()Lnet/thevpc/nuts/NSession;
NWorkspace.getApiId ( ) [abstract] : NId
net/thevpc/nuts/NWorkspace.getApiId:()Lnet/thevpc/nuts/NId;
NWorkspace.getApiVersion ( ) [abstract] : NVersion
net/thevpc/nuts/NWorkspace.getApiVersion:()Lnet/thevpc/nuts/NVersion;
NWorkspace.getHashName ( ) [abstract] : String
net/thevpc/nuts/NWorkspace.getHashName:()Ljava/lang/String;
NWorkspace.getLocation ( ) [abstract] : NPath
net/thevpc/nuts/NWorkspace.getLocation:()Lnet/thevpc/nuts/io/NPath;
NWorkspace.getName ( ) [abstract] : String
net/thevpc/nuts/NWorkspace.getName:()Ljava/lang/String;
NWorkspace.getRuntimeId ( ) [abstract] : NId
net/thevpc/nuts/NWorkspace.getRuntimeId:()Lnet/thevpc/nuts/NId;
NWorkspace.getUuid ( ) [abstract] : String
net/thevpc/nuts/NWorkspace.getUuid:()Ljava/lang/String;
nuts-0.8.4.jar,
NWorkspaceAlreadyExistsException.class
package net.thevpc.nuts
NWorkspaceAlreadyExistsException.getWorkspaceLocation ( ) : String
net/thevpc/nuts/NWorkspaceAlreadyExistsException.getWorkspaceLocation:()Ljava/lang/String;
NWorkspaceAlreadyExistsException.NWorkspaceAlreadyExistsException ( String workspaceLocation )
net/thevpc/nuts/NWorkspaceAlreadyExistsException."<init>":(Ljava/lang/String;)V
NWorkspaceAlreadyExistsException.NWorkspaceAlreadyExistsException ( String workspaceLocation, Throwable err )
net/thevpc/nuts/NWorkspaceAlreadyExistsException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NWorkspaceArchetypeComponent.class
package net.thevpc.nuts.spi
NWorkspaceArchetypeComponent.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NWorkspaceArchetypeComponent.getName:()Ljava/lang/String;
NWorkspaceArchetypeComponent.initializeWorkspace ( NSession p1 ) [abstract] : void
net/thevpc/nuts/spi/NWorkspaceArchetypeComponent.initializeWorkspace:(Lnet/thevpc/nuts/NSession;)V
NWorkspaceArchetypeComponent.startWorkspace ( NSession p1 ) [abstract] : void
net/thevpc/nuts/spi/NWorkspaceArchetypeComponent.startWorkspace:(Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NWorkspaceBootConfig.class
package net.thevpc.nuts
NWorkspaceBootConfig.getBootPath ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getBootPath:()Ljava/lang/String;
NWorkspaceBootConfig.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getBootRepositories:()Ljava/lang/String;
NWorkspaceBootConfig.getEffectiveWorkspace ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getEffectiveWorkspace:()Ljava/lang/String;
NWorkspaceBootConfig.getEffectiveWorkspaceName ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getEffectiveWorkspaceName:()Ljava/lang/String;
NWorkspaceBootConfig.getExtensions ( ) [abstract] : List<NWorkspaceBootConfig.Extension>
net/thevpc/nuts/NWorkspaceBootConfig.getExtensions:()Ljava/util/List;
NWorkspaceBootConfig.getHomeLocation ( NHomeLocation p1 ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;)Ljava/lang/String;
NWorkspaceBootConfig.getHomeLocation ( NStoreType p1 ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NStoreType;)Ljava/lang/String;
NWorkspaceBootConfig.getHomeLocations ( ) [abstract] : Map<NHomeLocation,String>
net/thevpc/nuts/NWorkspaceBootConfig.getHomeLocations:()Ljava/util/Map;
NWorkspaceBootConfig.getName ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getName:()Ljava/lang/String;
NWorkspaceBootConfig.getRepositoryStoreStrategy ( ) [abstract] : NStoreStrategy
net/thevpc/nuts/NWorkspaceBootConfig.getRepositoryStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NWorkspaceBootConfig.getStoreLayout ( ) [abstract] : NOsFamily
net/thevpc/nuts/NWorkspaceBootConfig.getStoreLayout:()Lnet/thevpc/nuts/env/NOsFamily;
NWorkspaceBootConfig.getStoreLocation ( NId p1, NStoreType p2 ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NId;Lnet/thevpc/nuts/NStoreType;)Ljava/lang/String;
NWorkspaceBootConfig.getStoreLocation ( NStoreType p1 ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NStoreType;)Ljava/lang/String;
NWorkspaceBootConfig.getStoreLocations ( ) [abstract] : Map<NStoreType,String>
net/thevpc/nuts/NWorkspaceBootConfig.getStoreLocations:()Ljava/util/Map;
NWorkspaceBootConfig.getStoreStrategy ( ) [abstract] : NStoreStrategy
net/thevpc/nuts/NWorkspaceBootConfig.getStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NWorkspaceBootConfig.getUuid ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getUuid:()Ljava/lang/String;
NWorkspaceBootConfig.getWorkspace ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceBootConfig.getWorkspace:()Ljava/lang/String;
NWorkspaceBootConfig.isImmediateLocation ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceBootConfig.isImmediateLocation:()Z
NWorkspaceBootConfig.isSystem ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceBootConfig.isSystem:()Z
nuts-0.8.4.jar,
NWorkspaceCmd.class
package net.thevpc.nuts
NWorkspaceCmd.configure ( boolean p1, String... p2 ) [abstract] : NWorkspaceCmd
net/thevpc/nuts/NWorkspaceCmd.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceCmd;
NWorkspaceCmd.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NWorkspaceCmd.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NWorkspaceCmd.copySession ( ) [abstract] : NWorkspaceCmd
net/thevpc/nuts/NWorkspaceCmd.copySession:()Lnet/thevpc/nuts/NWorkspaceCmd;
NWorkspaceCmd.run ( ) [abstract] : NWorkspaceCmd
net/thevpc/nuts/NWorkspaceCmd.run:()Lnet/thevpc/nuts/NWorkspaceCmd;
NWorkspaceCmd.setSession ( NSession p1 ) [abstract] : NWorkspaceCmd
net/thevpc/nuts/NWorkspaceCmd.setSession:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceCmd;
nuts-0.8.4.jar,
NWorkspaceCmdFactory.class
package net.thevpc.nuts
NWorkspaceCmdFactory.configure ( NCommandFactoryConfig p1 ) [abstract] : void
net/thevpc/nuts/NWorkspaceCmdFactory.configure:(Lnet/thevpc/nuts/NCommandFactoryConfig;)V
NWorkspaceCmdFactory.findCommand ( String p1, NSession p2 ) [abstract] : NCommandConfig
net/thevpc/nuts/NWorkspaceCmdFactory.findCommand:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NCommandConfig;
NWorkspaceCmdFactory.findCommands ( NSession p1 ) [abstract] : List<NCommandConfig>
net/thevpc/nuts/NWorkspaceCmdFactory.findCommands:(Lnet/thevpc/nuts/NSession;)Ljava/util/List;
NWorkspaceCmdFactory.getFactoryId ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceCmdFactory.getFactoryId:()Ljava/lang/String;
NWorkspaceCmdFactory.getPriority ( ) [abstract] : int
net/thevpc/nuts/NWorkspaceCmdFactory.getPriority:()I
nuts-0.8.4.jar,
NWorkspaceCmdLineParser.class
package net.thevpc.nuts.boot
NWorkspaceCmdLineParser.nextNutsArgument ( NCmdLine cmdLine, NWorkspaceOptionsBuilder options, NSession session ) [static] : NOptional<List<NArg>>
net/thevpc/nuts/boot/NWorkspaceCmdLineParser.nextNutsArgument:(Lnet/thevpc/nuts/cmdline/NCmdLine;Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/util/NOptional;
NWorkspaceCmdLineParser.parseNutsArguments ( String[ ] bootArguments, NWorkspaceOptionsBuilder options, NSession session ) [static] : void
net/thevpc/nuts/boot/NWorkspaceCmdLineParser.parseNutsArguments:([Ljava/lang/String;Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;Lnet/thevpc/nuts/NSession;)V
nuts-0.8.4.jar,
NWorkspaceEvent.class
package net.thevpc.nuts
NWorkspaceEvent.getPropertyName ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceEvent.getPropertyName:()Ljava/lang/String;
NWorkspaceEvent.getPropertyOldValue ( ) [abstract] : Object
net/thevpc/nuts/NWorkspaceEvent.getPropertyOldValue:()Ljava/lang/Object;
NWorkspaceEvent.getPropertyValue ( ) [abstract] : Object
net/thevpc/nuts/NWorkspaceEvent.getPropertyValue:()Ljava/lang/Object;
NWorkspaceEvent.getRepository ( ) [abstract] : NRepository
net/thevpc/nuts/NWorkspaceEvent.getRepository:()Lnet/thevpc/nuts/NRepository;
NWorkspaceEvent.getWorkspace ( ) [abstract] : NWorkspace
net/thevpc/nuts/NWorkspaceEvent.getWorkspace:()Lnet/thevpc/nuts/NWorkspace;
nuts-0.8.4.jar,
NWorkspaceException.class
package net.thevpc.nuts
NWorkspaceException.NWorkspaceException ( NSession session, NMsg message, Throwable ex )
net/thevpc/nuts/NWorkspaceException."<init>":(Lnet/thevpc/nuts/NSession;Lnet/thevpc/nuts/util/NMsg;Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
NWorkspaceExtension.class
package net.thevpc.nuts
NWorkspaceExtension.getConfigId ( ) [abstract] : NId
net/thevpc/nuts/NWorkspaceExtension.getConfigId:()Lnet/thevpc/nuts/NId;
NWorkspaceExtension.getId ( ) [abstract] : NId
net/thevpc/nuts/NWorkspaceExtension.getId:()Lnet/thevpc/nuts/NId;
NWorkspaceExtension.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceExtension.isEnabled:()Z
nuts-0.8.4.jar,
NWorkspaceList.class
package net.thevpc.nuts
NWorkspaceList.addWorkspace ( String p1, NSession p2 ) [abstract] : NSession
net/thevpc/nuts/NWorkspaceList.addWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NSession;
NWorkspaceList.getConfig ( ) [abstract] : NWorkspaceListConfig
net/thevpc/nuts/NWorkspaceList.getConfig:()Lnet/thevpc/nuts/NWorkspaceListConfig;
NWorkspaceList.getName ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceList.getName:()Ljava/lang/String;
NWorkspaceList.getWorkspaceLocation ( String p1 ) [abstract] : NWorkspaceLocation
net/thevpc/nuts/NWorkspaceList.getWorkspaceLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceLocation;
NWorkspaceList.getWorkspaces ( ) [abstract] : List<NWorkspaceLocation>
net/thevpc/nuts/NWorkspaceList.getWorkspaces:()Ljava/util/List;
NWorkspaceList.of ( NSession session ) [static] : NWorkspaceList
net/thevpc/nuts/NWorkspaceList.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceList;
NWorkspaceList.removeWorkspace ( String p1, NSession p2 ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceList.removeWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Z
NWorkspaceList.save ( NSession p1 ) [abstract] : void
net/thevpc/nuts/NWorkspaceList.save:(Lnet/thevpc/nuts/NSession;)V
NWorkspaceList.setConfig ( NWorkspaceListConfig p1 ) [abstract] : NWorkspaceList
net/thevpc/nuts/NWorkspaceList.setConfig:(Lnet/thevpc/nuts/NWorkspaceListConfig;)Lnet/thevpc/nuts/NWorkspaceList;
NWorkspaceList.setName ( String p1 ) [abstract] : NWorkspaceList
net/thevpc/nuts/NWorkspaceList.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceList;
nuts-0.8.4.jar,
NWorkspaceListConfig.class
package net.thevpc.nuts
NWorkspaceListConfig.getName ( ) : String
net/thevpc/nuts/NWorkspaceListConfig.getName:()Ljava/lang/String;
NWorkspaceListConfig.getUuid ( ) : String
net/thevpc/nuts/NWorkspaceListConfig.getUuid:()Ljava/lang/String;
NWorkspaceListConfig.getWorkspaces ( ) : List<NWorkspaceLocation>
net/thevpc/nuts/NWorkspaceListConfig.getWorkspaces:()Ljava/util/List;
NWorkspaceListConfig.NWorkspaceListConfig ( )
net/thevpc/nuts/NWorkspaceListConfig."<init>":()V
NWorkspaceListConfig.NWorkspaceListConfig ( NWorkspaceListConfig other )
net/thevpc/nuts/NWorkspaceListConfig."<init>":(Lnet/thevpc/nuts/NWorkspaceListConfig;)V
NWorkspaceListConfig.NWorkspaceListConfig ( String uuid, String name )
net/thevpc/nuts/NWorkspaceListConfig."<init>":(Ljava/lang/String;Ljava/lang/String;)V
NWorkspaceListConfig.setName ( String name ) : NWorkspaceListConfig
net/thevpc/nuts/NWorkspaceListConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceListConfig;
NWorkspaceListConfig.setUuid ( String uuid ) : NWorkspaceListConfig
net/thevpc/nuts/NWorkspaceListConfig.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceListConfig;
NWorkspaceListConfig.setWorkspaces ( List<NWorkspaceLocation> workspaces ) : void
net/thevpc/nuts/NWorkspaceListConfig.setWorkspaces:(Ljava/util/List;)V
NWorkspaceListConfig.toString ( ) : String
net/thevpc/nuts/NWorkspaceListConfig.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NWorkspaceListener.class
package net.thevpc.nuts
NWorkspaceListener.onAddRepository ( NWorkspaceEvent event ) : void
net/thevpc/nuts/NWorkspaceListener.onAddRepository:(Lnet/thevpc/nuts/NWorkspaceEvent;)V
NWorkspaceListener.onConfigurationChanged ( NWorkspaceEvent event ) : void
net/thevpc/nuts/NWorkspaceListener.onConfigurationChanged:(Lnet/thevpc/nuts/NWorkspaceEvent;)V
NWorkspaceListener.onCreateWorkspace ( NWorkspaceEvent event ) : void
net/thevpc/nuts/NWorkspaceListener.onCreateWorkspace:(Lnet/thevpc/nuts/NWorkspaceEvent;)V
NWorkspaceListener.onReloadWorkspace ( NWorkspaceEvent event ) : void
net/thevpc/nuts/NWorkspaceListener.onReloadWorkspace:(Lnet/thevpc/nuts/NWorkspaceEvent;)V
NWorkspaceListener.onRemoveRepository ( NWorkspaceEvent event ) : void
net/thevpc/nuts/NWorkspaceListener.onRemoveRepository:(Lnet/thevpc/nuts/NWorkspaceEvent;)V
NWorkspaceListener.onUpdateProperty ( NWorkspaceEvent event ) : void
net/thevpc/nuts/NWorkspaceListener.onUpdateProperty:(Lnet/thevpc/nuts/NWorkspaceEvent;)V
nuts-0.8.4.jar,
NWorkspaceLocation.class
package net.thevpc.nuts
NWorkspaceLocation.copy ( ) : NWorkspaceLocation
net/thevpc/nuts/NWorkspaceLocation.copy:()Lnet/thevpc/nuts/NWorkspaceLocation;
NWorkspaceLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NWorkspaceLocation.equals:(Ljava/lang/Object;)Z
NWorkspaceLocation.getLocation ( ) : String
net/thevpc/nuts/NWorkspaceLocation.getLocation:()Ljava/lang/String;
NWorkspaceLocation.getName ( ) : String
net/thevpc/nuts/NWorkspaceLocation.getName:()Ljava/lang/String;
NWorkspaceLocation.getUuid ( ) : String
net/thevpc/nuts/NWorkspaceLocation.getUuid:()Ljava/lang/String;
NWorkspaceLocation.hashCode ( ) : int
net/thevpc/nuts/NWorkspaceLocation.hashCode:()I
NWorkspaceLocation.isEnabled ( ) : boolean
net/thevpc/nuts/NWorkspaceLocation.isEnabled:()Z
NWorkspaceLocation.NWorkspaceLocation ( )
net/thevpc/nuts/NWorkspaceLocation."<init>":()V
NWorkspaceLocation.NWorkspaceLocation ( NWorkspaceLocation other )
net/thevpc/nuts/NWorkspaceLocation."<init>":(Lnet/thevpc/nuts/NWorkspaceLocation;)V
NWorkspaceLocation.NWorkspaceLocation ( String uuid, String name, String location )
net/thevpc/nuts/NWorkspaceLocation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
NWorkspaceLocation.setEnabled ( boolean enabled ) : NWorkspaceLocation
net/thevpc/nuts/NWorkspaceLocation.setEnabled:(Z)Lnet/thevpc/nuts/NWorkspaceLocation;
NWorkspaceLocation.setLocation ( String location ) : NWorkspaceLocation
net/thevpc/nuts/NWorkspaceLocation.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceLocation;
NWorkspaceLocation.setName ( String name ) : NWorkspaceLocation
net/thevpc/nuts/NWorkspaceLocation.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceLocation;
NWorkspaceLocation.setUuid ( String uuid ) : NWorkspaceLocation
net/thevpc/nuts/NWorkspaceLocation.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceLocation;
NWorkspaceLocation.toString ( ) : String
net/thevpc/nuts/NWorkspaceLocation.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NWorkspaceNotFoundException.class
package net.thevpc.nuts
NWorkspaceNotFoundException.getWorkspaceLocation ( ) : String
net/thevpc/nuts/NWorkspaceNotFoundException.getWorkspaceLocation:()Ljava/lang/String;
NWorkspaceNotFoundException.NWorkspaceNotFoundException ( String workspaceLocation )
net/thevpc/nuts/NWorkspaceNotFoundException."<init>":(Ljava/lang/String;)V
nuts-0.8.4.jar,
NWorkspaceOptions.class
package net.thevpc.nuts
NWorkspaceOptions.builder ( ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptions.builder:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptions.getApiVersion ( ) [abstract] : NOptional<NVersion>
net/thevpc/nuts/NWorkspaceOptions.getApiVersion:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getApplicationArguments ( ) [abstract] : NOptional<List<String>>
net/thevpc/nuts/NWorkspaceOptions.getApplicationArguments:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getArchetype ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getArchetype:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getBot ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getBot:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getCached ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getCached:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getClassLoaderSupplier ( ) [abstract] : NOptional<Supplier<ClassLoader>>
net/thevpc/nuts/NWorkspaceOptions.getClassLoaderSupplier:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getCommandHelp ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getCommandHelp:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getCommandVersion ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getCommandVersion:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getConfirm ( ) [abstract] : NOptional<NConfirmationMode>
net/thevpc/nuts/NWorkspaceOptions.getConfirm:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getCreationTime ( ) [abstract] : NOptional<Instant>
net/thevpc/nuts/NWorkspaceOptions.getCreationTime:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getCredentials ( ) [abstract] : NOptional<char[ ]>
net/thevpc/nuts/NWorkspaceOptions.getCredentials:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getCustomOptions ( ) [abstract] : NOptional<List<String>>
net/thevpc/nuts/NWorkspaceOptions.getCustomOptions:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getDebug ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getDebug:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getDependencySolver ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getDependencySolver:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getDesktopLauncher ( ) [abstract] : NOptional<NSupportMode>
net/thevpc/nuts/NWorkspaceOptions.getDesktopLauncher:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getDry ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getDry:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getErrLinePrefix ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getErrLinePrefix:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getErrors ( ) [abstract] : NOptional<List<NMsg>>
net/thevpc/nuts/NWorkspaceOptions.getErrors:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getExcludedExtensions ( ) [abstract] : NOptional<List<String>>
net/thevpc/nuts/NWorkspaceOptions.getExcludedExtensions:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getExecutionType ( ) [abstract] : NOptional<NExecutionType>
net/thevpc/nuts/NWorkspaceOptions.getExecutionType:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getExecutorOptions ( ) [abstract] : NOptional<List<String>>
net/thevpc/nuts/NWorkspaceOptions.getExecutorOptions:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getExecutorService ( ) [abstract] : NOptional<ExecutorService>
net/thevpc/nuts/NWorkspaceOptions.getExecutorService:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getExpireTime ( ) [abstract] : NOptional<Instant>
net/thevpc/nuts/NWorkspaceOptions.getExpireTime:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getFetchStrategy ( ) [abstract] : NOptional<NFetchStrategy>
net/thevpc/nuts/NWorkspaceOptions.getFetchStrategy:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getGui ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getGui:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getHomeLocation ( NHomeLocation p1 ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;)Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getHomeLocations ( ) [abstract] : NOptional<Map<NHomeLocation,String>>
net/thevpc/nuts/NWorkspaceOptions.getHomeLocations:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getIndexed ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getIndexed:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getInherited ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getInherited:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getInitJava ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getInitJava:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getInitLaunchers ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getInitLaunchers:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getInitPlatforms ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getInitPlatforms:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getInitScripts ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getInitScripts:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getInstallCompanions ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getInstallCompanions:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getIsolationLevel ( ) [abstract] : NOptional<NIsolationLevel>
net/thevpc/nuts/NWorkspaceOptions.getIsolationLevel:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getJavaCommand ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getJavaCommand:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getJavaOptions ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getJavaOptions:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getLocale ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getLocale:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getLogConfig ( ) [abstract] : NOptional<NLogConfig>
net/thevpc/nuts/NWorkspaceOptions.getLogConfig:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getMenuLauncher ( ) [abstract] : NOptional<NSupportMode>
net/thevpc/nuts/NWorkspaceOptions.getMenuLauncher:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getName ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getName:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getOpenMode ( ) [abstract] : NOptional<NOpenMode>
net/thevpc/nuts/NWorkspaceOptions.getOpenMode:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getOutLinePrefix ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getOutLinePrefix:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getOutputFormat ( ) [abstract] : NOptional<NContentType>
net/thevpc/nuts/NWorkspaceOptions.getOutputFormat:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getOutputFormatOptions ( ) [abstract] : NOptional<List<String>>
net/thevpc/nuts/NWorkspaceOptions.getOutputFormatOptions:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getProgressOptions ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getProgressOptions:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getReadOnly ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getReadOnly:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getRecover ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getRecover:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getRepositories ( ) [abstract] : NOptional<List<String>>
net/thevpc/nuts/NWorkspaceOptions.getRepositories:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getRepositoryStoreStrategy ( ) [abstract] : NOptional<NStoreStrategy>
net/thevpc/nuts/NWorkspaceOptions.getRepositoryStoreStrategy:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getReset ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getReset:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getRunAs ( ) [abstract] : NOptional<NRunAs>
net/thevpc/nuts/NWorkspaceOptions.getRunAs:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getRuntimeId ( ) [abstract] : NOptional<NId>
net/thevpc/nuts/NWorkspaceOptions.getRuntimeId:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getShowStacktrace ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getShowStacktrace:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getSkipBoot ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getSkipBoot:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getSkipErrors ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getSkipErrors:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getSkipWelcome ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getSkipWelcome:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getStderr ( ) [abstract] : NOptional<PrintStream>
net/thevpc/nuts/NWorkspaceOptions.getStderr:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getStdin ( ) [abstract] : NOptional<InputStream>
net/thevpc/nuts/NWorkspaceOptions.getStdin:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getStdout ( ) [abstract] : NOptional<PrintStream>
net/thevpc/nuts/NWorkspaceOptions.getStdout:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getStoreLayout ( ) [abstract] : NOptional<NOsFamily>
net/thevpc/nuts/NWorkspaceOptions.getStoreLayout:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getStoreLocations ( ) [abstract] : NOptional<Map<NStoreType,String>>
net/thevpc/nuts/NWorkspaceOptions.getStoreLocations:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getStoreStrategy ( ) [abstract] : NOptional<NStoreStrategy>
net/thevpc/nuts/NWorkspaceOptions.getStoreStrategy:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getStoreType ( NStoreType p1 ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getStoreType:(Lnet/thevpc/nuts/NStoreType;)Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getSwitchWorkspace ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getSwitchWorkspace:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getSystem ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getSystem:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getTerminalMode ( ) [abstract] : NOptional<NTerminalMode>
net/thevpc/nuts/NWorkspaceOptions.getTerminalMode:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getTheme ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getTheme:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getTrace ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getTrace:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getTransitive ( ) [abstract] : NOptional<Boolean>
net/thevpc/nuts/NWorkspaceOptions.getTransitive:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getUserLauncher ( ) [abstract] : NOptional<NSupportMode>
net/thevpc/nuts/NWorkspaceOptions.getUserLauncher:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getUserName ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getUserName:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.getWorkspace ( ) [abstract] : NOptional<String>
net/thevpc/nuts/NWorkspaceOptions.getWorkspace:()Lnet/thevpc/nuts/util/NOptional;
NWorkspaceOptions.readOnly ( ) [abstract] : NWorkspaceOptions
net/thevpc/nuts/NWorkspaceOptions.readOnly:()Lnet/thevpc/nuts/NWorkspaceOptions;
NWorkspaceOptions.toCmdLine ( ) [abstract] : NCmdLine
net/thevpc/nuts/NWorkspaceOptions.toCmdLine:()Lnet/thevpc/nuts/cmdline/NCmdLine;
NWorkspaceOptions.toCmdLine ( NWorkspaceOptionsConfig p1 ) [abstract] : NCmdLine
net/thevpc/nuts/NWorkspaceOptions.toCmdLine:(Lnet/thevpc/nuts/NWorkspaceOptionsConfig;)Lnet/thevpc/nuts/cmdline/NCmdLine;
nuts-0.8.4.jar,
NWorkspaceOptionsBuilder.class
package net.thevpc.nuts
NWorkspaceOptionsBuilder.addOutputFormatOptions ( String... p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.addOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.build ( ) [abstract] : NWorkspaceOptions
net/thevpc/nuts/NWorkspaceOptionsBuilder.build:()Lnet/thevpc/nuts/NWorkspaceOptions;
NWorkspaceOptionsBuilder.copy ( ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.copy:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.of ( ) [static] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.of:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setAll ( NWorkspaceOptions p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setAll:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setAllPresent ( NWorkspaceOptions p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setAllPresent:(Lnet/thevpc/nuts/NWorkspaceOptions;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setApiVersion ( NVersion p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setApiVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setApplicationArguments ( List<String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setApplicationArguments:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setArchetype ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setArchetype:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setBot ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCached ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCached:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setClassLoaderSupplier ( Supplier<ClassLoader> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setClassLoaderSupplier:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCmdLine ( String p1, NSession p2 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCmdLine:(Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCmdLine ( String[ ] p1, NSession p2 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCmdLine:([Ljava/lang/String;Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCommandHelp ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCommandHelp:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCommandVersion ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCommandVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setConfirm ( NConfirmationMode p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setConfirm:(Lnet/thevpc/nuts/NConfirmationMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCreationTime ( Instant p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCreationTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCredentials ( char[ ] p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCredentials:([C)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setCustomOptions ( List<String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setCustomOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setDebug ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setDebug:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setDependencySolver ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setDependencySolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setDesktopLauncher ( NSupportMode p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setDesktopLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setDry ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setErrLinePrefix ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setErrLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setErrors ( List<NMsg> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setErrors:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setExcludedExtensions ( List<String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setExcludedExtensions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setExecutionType ( NExecutionType p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setExecutionType:(Lnet/thevpc/nuts/NExecutionType;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setExecutorOptions ( List<String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setExecutorOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setExecutorService ( ExecutorService p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setExecutorService:(Ljava/util/concurrent/ExecutorService;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setExpireTime ( Instant p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setExpireTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setFetchStrategy ( NFetchStrategy p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setFetchStrategy:(Lnet/thevpc/nuts/NFetchStrategy;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setGui ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setHomeLocation ( NHomeLocation p1, String p2 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setHomeLocations ( Map<NHomeLocation,String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setHomeLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setIndexed ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setInherited ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setInherited:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setInitJava ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setInitJava:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setInitLaunchers ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setInitLaunchers:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setInitPlatforms ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setInitPlatforms:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setInitScripts ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setInitScripts:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setInstallCompanions ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setInstallCompanions:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setIsolationLevel ( NIsolationLevel p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setIsolationLevel:(Lnet/thevpc/nuts/NIsolationLevel;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setJavaCommand ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setJavaCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setJavaOptions ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setJavaOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setLocale ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setLogConfig ( NLogConfig p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setLogConfig:(Lnet/thevpc/nuts/log/NLogConfig;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setMenuLauncher ( NSupportMode p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setMenuLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setName ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setOpenMode ( NOpenMode p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setOpenMode:(Lnet/thevpc/nuts/NOpenMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setOutLinePrefix ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setOutLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setOutputFormat ( NContentType p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setOutputFormat:(Lnet/thevpc/nuts/format/NContentType;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setOutputFormatOptions ( List<String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setOutputFormatOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setProgressOptions ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setProgressOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setReadOnly ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setReadOnly:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setRecover ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setRecover:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setRepositories ( List<String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setRepositories:(Ljava/util/List;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setRepositoryStoreStrategy ( NStoreStrategy p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setRepositoryStoreStrategy:(Lnet/thevpc/nuts/NStoreStrategy;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setReset ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setReset:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setRunAs ( NRunAs p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setRunAs:(Lnet/thevpc/nuts/NRunAs;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setRuntimeId ( NId p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setRuntimeId:(Lnet/thevpc/nuts/NId;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setShowStacktrace ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setShowStacktrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setSkipBoot ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setSkipBoot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setSkipErrors ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setSkipErrors:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setSkipWelcome ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setSkipWelcome:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setStderr ( PrintStream p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setStderr:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setStdin ( InputStream p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setStdin:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setStdout ( PrintStream p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setStdout:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setStoreLayout ( NOsFamily p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setStoreLayout:(Lnet/thevpc/nuts/env/NOsFamily;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setStoreLocation ( NStoreType p1, String p2 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setStoreLocation:(Lnet/thevpc/nuts/NStoreType;Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setStoreLocations ( Map<NStoreType,String> p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setStoreLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setStoreStrategy ( NStoreStrategy p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setStoreStrategy:(Lnet/thevpc/nuts/NStoreStrategy;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setSwitchWorkspace ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setSwitchWorkspace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setSystem ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setSystem:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setTerminalMode ( NTerminalMode p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setTerminalMode:(Lnet/thevpc/nuts/io/NTerminalMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setTheme ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setTrace ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setTransitive ( Boolean p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setTransitive:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setUserLauncher ( NSupportMode p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setUserLauncher:(Lnet/thevpc/nuts/util/NSupportMode;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setUserName ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setUserName:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.setWorkspace ( String p1 ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.setWorkspace:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.unsetCreationOptions ( ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.unsetCreationOptions:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.unsetExportedOptions ( ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.unsetExportedOptions:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
NWorkspaceOptionsBuilder.unsetRuntimeOptions ( ) [abstract] : NWorkspaceOptionsBuilder
net/thevpc/nuts/NWorkspaceOptionsBuilder.unsetRuntimeOptions:()Lnet/thevpc/nuts/NWorkspaceOptionsBuilder;
nuts-0.8.4.jar,
NWorkspaceOptionsConfig.class
package net.thevpc.nuts
NWorkspaceOptionsConfig.equals ( Object o ) : boolean
net/thevpc/nuts/NWorkspaceOptionsConfig.equals:(Ljava/lang/Object;)Z
NWorkspaceOptionsConfig.getApiVersion ( ) : NVersion
net/thevpc/nuts/NWorkspaceOptionsConfig.getApiVersion:()Lnet/thevpc/nuts/NVersion;
NWorkspaceOptionsConfig.hashCode ( ) : int
net/thevpc/nuts/NWorkspaceOptionsConfig.hashCode:()I
NWorkspaceOptionsConfig.isOmitDefaults ( ) : boolean
net/thevpc/nuts/NWorkspaceOptionsConfig.isOmitDefaults:()Z
NWorkspaceOptionsConfig.isShortOptions ( ) : boolean
net/thevpc/nuts/NWorkspaceOptionsConfig.isShortOptions:()Z
NWorkspaceOptionsConfig.isSingleArgOptions ( ) : boolean
net/thevpc/nuts/NWorkspaceOptionsConfig.isSingleArgOptions:()Z
NWorkspaceOptionsConfig.NWorkspaceOptionsConfig ( )
net/thevpc/nuts/NWorkspaceOptionsConfig."<init>":()V
NWorkspaceOptionsConfig.setApiVersion ( NVersion apiVersion ) : NWorkspaceOptionsConfig
net/thevpc/nuts/NWorkspaceOptionsConfig.setApiVersion:(Lnet/thevpc/nuts/NVersion;)Lnet/thevpc/nuts/NWorkspaceOptionsConfig;
NWorkspaceOptionsConfig.setCompact ( boolean compact ) : NWorkspaceOptionsConfig
net/thevpc/nuts/NWorkspaceOptionsConfig.setCompact:(Z)Lnet/thevpc/nuts/NWorkspaceOptionsConfig;
NWorkspaceOptionsConfig.toString ( ) : String
net/thevpc/nuts/NWorkspaceOptionsConfig.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NWorkspaceSecurityManager.class
package net.thevpc.nuts
NWorkspaceSecurityManager.addUser ( String p1 ) [abstract] : NAddUserCmd
net/thevpc/nuts/NWorkspaceSecurityManager.addUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NAddUserCmd;
NWorkspaceSecurityManager.checkAllowed ( String p1, String p2 ) [abstract] : NWorkspaceSecurityManager
net/thevpc/nuts/NWorkspaceSecurityManager.checkAllowed:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceSecurityManager;
NWorkspaceSecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 ) [abstract] : NWorkspaceSecurityManager
net/thevpc/nuts/NWorkspaceSecurityManager.checkCredentials:([C[C)Lnet/thevpc/nuts/NWorkspaceSecurityManager;
NWorkspaceSecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 ) [abstract] : char[ ]
net/thevpc/nuts/NWorkspaceSecurityManager.createCredentials:([CZ[C)[C
NWorkspaceSecurityManager.findUser ( String p1 ) [abstract] : NUser
net/thevpc/nuts/NWorkspaceSecurityManager.findUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NUser;
NWorkspaceSecurityManager.findUsers ( ) [abstract] : List<NUser>
net/thevpc/nuts/NWorkspaceSecurityManager.findUsers:()Ljava/util/List;
NWorkspaceSecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NAuthenticationAgent
net/thevpc/nuts/NWorkspaceSecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/security/NAuthenticationAgent;
NWorkspaceSecurityManager.getCredentials ( char[ ] p1 ) [abstract] : char[ ]
net/thevpc/nuts/NWorkspaceSecurityManager.getCredentials:([C)[C
NWorkspaceSecurityManager.getCurrentLoginStack ( ) [abstract] : String[ ]
net/thevpc/nuts/NWorkspaceSecurityManager.getCurrentLoginStack:()[Ljava/lang/String;
NWorkspaceSecurityManager.getCurrentUsername ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceSecurityManager.getCurrentUsername:()Ljava/lang/String;
NWorkspaceSecurityManager.isAdmin ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceSecurityManager.isAdmin:()Z
NWorkspaceSecurityManager.isAllowed ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceSecurityManager.isAllowed:(Ljava/lang/String;)Z
NWorkspaceSecurityManager.isSecure ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceSecurityManager.isSecure:()Z
NWorkspaceSecurityManager.login ( CallbackHandler p1 ) [abstract] : NWorkspaceSecurityManager
net/thevpc/nuts/NWorkspaceSecurityManager.login:(Ljavax/security/auth/callback/CallbackHandler;)Lnet/thevpc/nuts/NWorkspaceSecurityManager;
NWorkspaceSecurityManager.login ( String p1, char[ ] p2 ) [abstract] : NWorkspaceSecurityManager
net/thevpc/nuts/NWorkspaceSecurityManager.login:(Ljava/lang/String;[C)Lnet/thevpc/nuts/NWorkspaceSecurityManager;
NWorkspaceSecurityManager.logout ( ) [abstract] : NWorkspaceSecurityManager
net/thevpc/nuts/NWorkspaceSecurityManager.logout:()Lnet/thevpc/nuts/NWorkspaceSecurityManager;
NWorkspaceSecurityManager.of ( NSession session ) [static] : NWorkspaceSecurityManager
net/thevpc/nuts/NWorkspaceSecurityManager.of:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/NWorkspaceSecurityManager;
NWorkspaceSecurityManager.removeCredentials ( char[ ] p1 ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceSecurityManager.removeCredentials:([C)Z
NWorkspaceSecurityManager.removeUser ( String p1 ) [abstract] : NRemoveUserCmd
net/thevpc/nuts/NWorkspaceSecurityManager.removeUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NRemoveUserCmd;
NWorkspaceSecurityManager.setAuthenticationAgent ( String p1 ) [abstract] : NWorkspaceSecurityManager
net/thevpc/nuts/NWorkspaceSecurityManager.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NWorkspaceSecurityManager;
NWorkspaceSecurityManager.setSecureMode ( boolean p1, char[ ] p2 ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceSecurityManager.setSecureMode:(Z[C)Z
NWorkspaceSecurityManager.updateUser ( String p1 ) [abstract] : NUpdateUserCmd
net/thevpc/nuts/NWorkspaceSecurityManager.updateUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NUpdateUserCmd;
nuts-0.8.4.jar,
NWorkspaceStoredConfig.class
package net.thevpc.nuts
NWorkspaceStoredConfig.getApiId ( ) [abstract] : NId
net/thevpc/nuts/NWorkspaceStoredConfig.getApiId:()Lnet/thevpc/nuts/NId;
NWorkspaceStoredConfig.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceStoredConfig.getBootRepositories:()Ljava/lang/String;
NWorkspaceStoredConfig.getHomeLocation ( NHomeLocation p1 ) [abstract] : String
net/thevpc/nuts/NWorkspaceStoredConfig.getHomeLocation:(Lnet/thevpc/nuts/NHomeLocation;)Ljava/lang/String;
NWorkspaceStoredConfig.getHomeLocations ( ) [abstract] : Map<NHomeLocation,String>
net/thevpc/nuts/NWorkspaceStoredConfig.getHomeLocations:()Ljava/util/Map;
NWorkspaceStoredConfig.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceStoredConfig.getJavaCommand:()Ljava/lang/String;
NWorkspaceStoredConfig.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceStoredConfig.getJavaOptions:()Ljava/lang/String;
NWorkspaceStoredConfig.getName ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceStoredConfig.getName:()Ljava/lang/String;
NWorkspaceStoredConfig.getRepositoryStoreStrategy ( ) [abstract] : NStoreStrategy
net/thevpc/nuts/NWorkspaceStoredConfig.getRepositoryStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NWorkspaceStoredConfig.getRuntimeDependencies ( ) [abstract] : String
net/thevpc/nuts/NWorkspaceStoredConfig.getRuntimeDependencies:()Ljava/lang/String;
NWorkspaceStoredConfig.getRuntimeId ( ) [abstract] : NId
net/thevpc/nuts/NWorkspaceStoredConfig.getRuntimeId:()Lnet/thevpc/nuts/NId;
NWorkspaceStoredConfig.getStoreLayout ( ) [abstract] : NOsFamily
net/thevpc/nuts/NWorkspaceStoredConfig.getStoreLayout:()Lnet/thevpc/nuts/env/NOsFamily;
NWorkspaceStoredConfig.getStoreLocation ( NStoreType p1 ) [abstract] : String
net/thevpc/nuts/NWorkspaceStoredConfig.getStoreLocation:(Lnet/thevpc/nuts/NStoreType;)Ljava/lang/String;
NWorkspaceStoredConfig.getStoreLocations ( ) [abstract] : Map<NStoreType,String>
net/thevpc/nuts/NWorkspaceStoredConfig.getStoreLocations:()Ljava/util/Map;
NWorkspaceStoredConfig.getStoreStrategy ( ) [abstract] : NStoreStrategy
net/thevpc/nuts/NWorkspaceStoredConfig.getStoreStrategy:()Lnet/thevpc/nuts/NStoreStrategy;
NWorkspaceStoredConfig.isSystem ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceStoredConfig.isSystem:()Z
nuts-0.8.4.jar,
NWorkspaceTerminalOptions.class
package net.thevpc.nuts
NWorkspaceTerminalOptions.equals ( Object o ) : boolean
net/thevpc/nuts/NWorkspaceTerminalOptions.equals:(Ljava/lang/Object;)Z
NWorkspaceTerminalOptions.getErr ( ) : PrintStream
net/thevpc/nuts/NWorkspaceTerminalOptions.getErr:()Ljava/io/PrintStream;
NWorkspaceTerminalOptions.getFlags ( ) : Set<String>
net/thevpc/nuts/NWorkspaceTerminalOptions.getFlags:()Ljava/util/Set;
NWorkspaceTerminalOptions.getIn ( ) : InputStream
net/thevpc/nuts/NWorkspaceTerminalOptions.getIn:()Ljava/io/InputStream;
NWorkspaceTerminalOptions.getOut ( ) : PrintStream
net/thevpc/nuts/NWorkspaceTerminalOptions.getOut:()Ljava/io/PrintStream;
NWorkspaceTerminalOptions.hashCode ( ) : int
net/thevpc/nuts/NWorkspaceTerminalOptions.hashCode:()I
NWorkspaceTerminalOptions.NWorkspaceTerminalOptions ( InputStream in, PrintStream out, PrintStream err, String... flags )
net/thevpc/nuts/NWorkspaceTerminalOptions."<init>":(Ljava/io/InputStream;Ljava/io/PrintStream;Ljava/io/PrintStream;[Ljava/lang/String;)V
NWorkspaceTerminalOptions.toString ( ) : String
net/thevpc/nuts/NWorkspaceTerminalOptions.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
NWorkspaceUpdateResult.class
package net.thevpc.nuts
NWorkspaceUpdateResult.getAllResults ( ) [abstract] : List<NUpdateResult>
net/thevpc/nuts/NWorkspaceUpdateResult.getAllResults:()Ljava/util/List;
NWorkspaceUpdateResult.getApi ( ) [abstract] : NUpdateResult
net/thevpc/nuts/NWorkspaceUpdateResult.getApi:()Lnet/thevpc/nuts/NUpdateResult;
NWorkspaceUpdateResult.getArtifacts ( ) [abstract] : List<NUpdateResult>
net/thevpc/nuts/NWorkspaceUpdateResult.getArtifacts:()Ljava/util/List;
NWorkspaceUpdateResult.getExtensions ( ) [abstract] : List<NUpdateResult>
net/thevpc/nuts/NWorkspaceUpdateResult.getExtensions:()Ljava/util/List;
NWorkspaceUpdateResult.getRuntime ( ) [abstract] : NUpdateResult
net/thevpc/nuts/NWorkspaceUpdateResult.getRuntime:()Lnet/thevpc/nuts/NUpdateResult;
NWorkspaceUpdateResult.getUpdatable ( ) [abstract] : List<NUpdateResult>
net/thevpc/nuts/NWorkspaceUpdateResult.getUpdatable:()Ljava/util/List;
NWorkspaceUpdateResult.getUpdatesCount ( ) [abstract] : int
net/thevpc/nuts/NWorkspaceUpdateResult.getUpdatesCount:()I
NWorkspaceUpdateResult.isUpdatableApi ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceUpdateResult.isUpdatableApi:()Z
NWorkspaceUpdateResult.isUpdatableExtensions ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceUpdateResult.isUpdatableExtensions:()Z
NWorkspaceUpdateResult.isUpdatableRuntime ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceUpdateResult.isUpdatableRuntime:()Z
NWorkspaceUpdateResult.isUpdateAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NWorkspaceUpdateResult.isUpdateAvailable:()Z
nuts-0.8.4.jar,
Or.class
package net.thevpc.nuts.util
NPredicates.Or<T>.equals ( Object o ) : boolean
net/thevpc/nuts/util/NPredicates.Or.equals:(Ljava/lang/Object;)Z
NPredicates.Or<T>.hashCode ( ) : int
net/thevpc/nuts/util/NPredicates.Or.hashCode:()I
NPredicates.Or<T>.NPredicates.Or<T> ( Predicate<T> left, Predicate<? super T> right )
net/thevpc/nuts/util/NPredicates.Or."<init>":(Ljava/util/function/Predicate;Ljava/util/function/Predicate;)V
NPredicates.Or<T>.test ( T t ) : boolean
net/thevpc/nuts/util/NPredicates.Or.test:(Ljava/lang/Object;)Z
NPredicates.Or<T>.toString ( ) : String
net/thevpc/nuts/util/NPredicates.Or.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
ReservedNExprConst.class
package net.thevpc.nuts.reserved.expr
ReservedNExprConst.get ( String name, NExprDeclarations context ) : Object
net/thevpc/nuts/reserved/expr/ReservedNExprConst.get:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
ReservedNExprConst.ReservedNExprConst ( Object value )
net/thevpc/nuts/reserved/expr/ReservedNExprConst."<init>":(Ljava/lang/Object;)V
ReservedNExprConst.set ( String name, Object value, NExprDeclarations context ) : Object
net/thevpc/nuts/reserved/expr/ReservedNExprConst.set:(Ljava/lang/String;Ljava/lang/Object;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
nuts-0.8.4.jar,
ReservedNExprVar.class
package net.thevpc.nuts.reserved.expr
ReservedNExprVar.get ( String name, NExprDeclarations context ) : Object
net/thevpc/nuts/reserved/expr/ReservedNExprVar.get:(Ljava/lang/String;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
ReservedNExprVar.ReservedNExprVar ( Object value )
net/thevpc/nuts/reserved/expr/ReservedNExprVar."<init>":(Ljava/lang/Object;)V
ReservedNExprVar.set ( String name, Object value, NExprDeclarations context ) : Object
net/thevpc/nuts/reserved/expr/ReservedNExprVar.set:(Ljava/lang/String;Ljava/lang/Object;Lnet/thevpc/nuts/expr/NExprDeclarations;)Ljava/lang/Object;
nuts-0.8.4.jar,
Size.class
package net.thevpc.nuts.spi
NSystemTerminalBase.Size.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NSystemTerminalBase.Size.equals:(Ljava/lang/Object;)Z
NSystemTerminalBase.Size.getColumns ( ) : int
net/thevpc/nuts/spi/NSystemTerminalBase.Size.getColumns:()I
NSystemTerminalBase.Size.getRows ( ) : int
net/thevpc/nuts/spi/NSystemTerminalBase.Size.getRows:()I
NSystemTerminalBase.Size.hashCode ( ) : int
net/thevpc/nuts/spi/NSystemTerminalBase.Size.hashCode:()I
NSystemTerminalBase.Size.NSystemTerminalBase.Size ( int columns, int rows )
net/thevpc/nuts/spi/NSystemTerminalBase.Size."<init>":(II)V
NSystemTerminalBase.Size.toString ( ) : String
net/thevpc/nuts/spi/NSystemTerminalBase.Size.toString:()Ljava/lang/String;
nuts-0.8.4.jar,
Support.class
package net.thevpc.nuts
NConstants.Support.NConstants.Support ( )
net/thevpc/nuts/NConstants.Support."<init>":()V
nuts-0.8.4.jar,
UncheckedException.class
package net.thevpc.nuts.util
UncheckedException.UncheckedException ( )
net/thevpc/nuts/util/UncheckedException."<init>":()V
UncheckedException.UncheckedException ( String message )
net/thevpc/nuts/util/UncheckedException."<init>":(Ljava/lang/String;)V
UncheckedException.UncheckedException ( String message, Throwable cause )
net/thevpc/nuts/util/UncheckedException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
UncheckedException.UncheckedException ( String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/util/UncheckedException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
UncheckedException.UncheckedException ( Throwable cause )
net/thevpc/nuts/util/UncheckedException."<init>":(Ljava/lang/Throwable;)V
nuts-0.8.4.jar,
UnsafeFunction.class
package net.thevpc.nuts.util
UnsafeFunction<T,V>.andThen ( Function<? super V,?> after ) : UnsafeFunction<T,V2>
net/thevpc/nuts/util/UnsafeFunction.andThen:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/UnsafeFunction;
UnsafeFunction<T,V>.apply ( T p1 ) [abstract] : V
net/thevpc/nuts/util/UnsafeFunction.apply:(Ljava/lang/Object;)Ljava/lang/Object;
UnsafeFunction<T,V>.compose ( Function<? super V2,?> before ) : UnsafeFunction<V2,V>
net/thevpc/nuts/util/UnsafeFunction.compose:(Ljava/util/function/Function;)Lnet/thevpc/nuts/util/UnsafeFunction;
UnsafeFunction<T,V>.describe ( NSession session ) : NElement
net/thevpc/nuts/util/UnsafeFunction.describe:(Lnet/thevpc/nuts/NSession;)Lnet/thevpc/nuts/elem/NElement;
UnsafeFunction<T,V>.identity ( ) [static] : UnsafeFunction<T,T>
net/thevpc/nuts/util/UnsafeFunction.identity:()Lnet/thevpc/nuts/util/UnsafeFunction;
to the top
Removed Methods 4566
nuts-0.8.1.jar,
And.class
package net.thevpc.nuts
NutsPredicates.And<T>.NutsPredicates.And<T> ( Predicate<T> left, Predicate<? super T> right )
net/thevpc/nuts/NutsPredicates.And."<init>":(Ljava/util/function/Predicate;Ljava/util/function/Predicate;)V
NutsPredicates.And<T>.test ( T t ) : boolean
net/thevpc/nuts/NutsPredicates.And.test:(Ljava/lang/Object;)Z
nuts-0.8.1.jar,
ArgEntry.class
package net.thevpc.nuts
NutsExecCommandFormat.ArgEntry.getIndex ( ) [abstract] : int
net/thevpc/nuts/NutsExecCommandFormat.ArgEntry.getIndex:()I
NutsExecCommandFormat.ArgEntry.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommandFormat.ArgEntry.getValue:()Ljava/lang/String;
nuts-0.8.1.jar,
BaseOpPredicate.class
package net.thevpc.nuts
NutsPredicates.BaseOpPredicate<T>.NutsPredicates.BaseOpPredicate<T> ( )
net/thevpc/nuts/NutsPredicates.BaseOpPredicate."<init>":()V
nuts-0.8.1.jar,
BasePredicate.class
package net.thevpc.nuts
NutsPredicates.BasePredicate<T>.and ( Predicate<? super T> other ) : Predicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.and:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
NutsPredicates.BasePredicate<T>.negate ( ) : Predicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.negate:()Ljava/util/function/Predicate;
NutsPredicates.BasePredicate<T>.NutsPredicates.BasePredicate<T> ( )
net/thevpc/nuts/NutsPredicates.BasePredicate."<init>":()V
NutsPredicates.BasePredicate<T>.or ( Predicate<? super T> other ) : Predicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.or:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
nuts-0.8.1.jar,
Deps.class
package net.thevpc.nuts.boot
PrivateNutsUtils.Deps.PrivateNutsUtils.Deps ( )
net/thevpc/nuts/boot/PrivateNutsUtils.Deps."<init>":()V
nuts-0.8.1.jar,
EnvEntry.class
package net.thevpc.nuts
NutsExecCommandFormat.EnvEntry.getName ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommandFormat.EnvEntry.getName:()Ljava/lang/String;
NutsExecCommandFormat.EnvEntry.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommandFormat.EnvEntry.getValue:()Ljava/lang/String;
nuts-0.8.1.jar,
ErrorInfo.class
package net.thevpc.nuts.boot
PrivateNutsUtils.ErrorInfo.getMessage ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getMessage:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getNutsId ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getNutsId:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getRepository ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getRepository:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getThrowable ( ) : Throwable
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getThrowable:()Ljava/lang/Throwable;
PrivateNutsUtils.ErrorInfo.getUrl ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getUrl:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.PrivateNutsUtils.ErrorInfo ( String nutsId, String repository, String url, String message, Throwable throwable )
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
ErrorInfoList.class
package net.thevpc.nuts.boot
PrivateNutsUtils.ErrorInfoList.add ( PrivateNutsUtils.ErrorInfo e ) : void
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.add:(Lnet/thevpc/nuts/boot/PrivateNutsUtils$ErrorInfo;)V
PrivateNutsUtils.ErrorInfoList.list ( ) : List<PrivateNutsUtils.ErrorInfo>
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.list:()Ljava/util/List;
PrivateNutsUtils.ErrorInfoList.PrivateNutsUtils.ErrorInfoList ( )
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList."<init>":()V
PrivateNutsUtils.ErrorInfoList.removeErrorsFor ( String nutsId ) : void
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.removeErrorsFor:(Ljava/lang/String;)V
nuts-0.8.1.jar,
Extension.class
package net.thevpc.nuts
NutsWorkspaceBootConfig.Extension.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceBootConfig.Extension.getId:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceBootConfig.Extension.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceBootConfig.Extension.isEnabled:()Z
nuts-0.8.1.jar,
Mode.class
package net.thevpc.nuts
NutsRunAs.Mode.id ( ) : String
net/thevpc/nuts/NutsRunAs.Mode.id:()Ljava/lang/String;
NutsRunAs.Mode.parseLenient ( String value ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.parseLenient ( String value, NutsRunAs.Mode emptyOrErrorValue ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRunAs$Mode;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.parseLenient ( String value, NutsRunAs.Mode emptyValue, NutsRunAs.Mode errorValue ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRunAs$Mode;Lnet/thevpc/nuts/NutsRunAs$Mode;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.valueOf ( String name ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.values ( ) [static] : NutsRunAs.Mode[ ]
net/thevpc/nuts/NutsRunAs.Mode.values:()[Lnet/thevpc/nuts/NutsRunAs$Mode;
nuts-0.8.1.jar,
Not.class
package net.thevpc.nuts
NutsPredicates.Not<T>.NutsPredicates.Not<T> ( Predicate<T> base )
net/thevpc/nuts/NutsPredicates.Not."<init>":(Ljava/util/function/Predicate;)V
NutsPredicates.Not<T>.test ( T t ) : boolean
net/thevpc/nuts/NutsPredicates.Not.test:(Ljava/lang/Object;)Z
nuts-0.8.1.jar,
Nuts.class
package net.thevpc.nuts
Nuts.createOptions ( ) [static] : NutsWorkspaceOptions
net/thevpc/nuts/Nuts.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
Nuts.createOptionsBuilder ( ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/Nuts.createOptionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
Nuts.getBuildNumber ( ) [static] : String
net/thevpc/nuts/Nuts.getBuildNumber:()Ljava/lang/String;
Nuts.getPlatformHomeFolder ( NutsOsFamily storeLocationLayout, NutsStoreLocation folderType, Map<String,String> homeLocations, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/Nuts.getPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;ZLjava/lang/String;)Ljava/lang/String;
Nuts.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/Nuts.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
Nuts.getVersion ( ) [static] : String
net/thevpc/nuts/Nuts.getVersion:()Ljava/lang/String;
Nuts.openInheritedWorkspace ( String... args ) [static] : NutsSession
net/thevpc/nuts/Nuts.openInheritedWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:()Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( NutsWorkspaceOptions options ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( String... args ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
Nuts.run ( NutsSession session, String[ ] args ) [static] : void
net/thevpc/nuts/Nuts.run:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsActionSupport.class
package net.thevpc.nuts
NutsActionSupport.acceptCondition ( NutsActionSupportCondition request, NutsSession session ) : boolean
net/thevpc/nuts/NutsActionSupport.acceptCondition:(Lnet/thevpc/nuts/NutsActionSupportCondition;Lnet/thevpc/nuts/NutsSession;)Z
NutsActionSupport.id ( ) : String
net/thevpc/nuts/NutsActionSupport.id:()Ljava/lang/String;
NutsActionSupport.parseLenient ( String any ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyOrErrorValue ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupport;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyValue, NutsActionSupport errorValue ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupport;Lnet/thevpc/nuts/NutsActionSupport;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.valueOf ( String name ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.values ( ) [static] : NutsActionSupport[ ]
net/thevpc/nuts/NutsActionSupport.values:()[Lnet/thevpc/nuts/NutsActionSupport;
nuts-0.8.1.jar,
NutsActionSupportCondition.class
package net.thevpc.nuts
NutsActionSupportCondition.id ( ) : String
net/thevpc/nuts/NutsActionSupportCondition.id:()Ljava/lang/String;
NutsActionSupportCondition.parseLenient ( String value ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyOrErrorValue ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyValue, NutsActionSupportCondition errorValue ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupportCondition;Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.valueOf ( String name ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.values ( ) [static] : NutsActionSupportCondition[ ]
net/thevpc/nuts/NutsActionSupportCondition.values:()[Lnet/thevpc/nuts/NutsActionSupportCondition;
nuts-0.8.1.jar,
NutsAddOptions.class
package net.thevpc.nuts
NutsAddOptions.getSession ( ) : NutsSession
net/thevpc/nuts/NutsAddOptions.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsAddOptions.NutsAddOptions ( )
net/thevpc/nuts/NutsAddOptions."<init>":()V
NutsAddOptions.setSession ( NutsSession session ) : NutsAddOptions
net/thevpc/nuts/NutsAddOptions.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsAddOptions;
nuts-0.8.1.jar,
NutsAddRepositoryOptions.class
package net.thevpc.nuts
NutsAddRepositoryOptions.copy ( ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.copy:()Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.getConfig ( ) : NutsRepositoryConfig
net/thevpc/nuts/NutsAddRepositoryOptions.getConfig:()Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsAddRepositoryOptions.getDeployOrder ( ) : int
net/thevpc/nuts/NutsAddRepositoryOptions.getDeployOrder:()I
NutsAddRepositoryOptions.getLocation ( ) : String
net/thevpc/nuts/NutsAddRepositoryOptions.getLocation:()Ljava/lang/String;
NutsAddRepositoryOptions.getName ( ) : String
net/thevpc/nuts/NutsAddRepositoryOptions.getName:()Ljava/lang/String;
NutsAddRepositoryOptions.getOrder ( ) : int
net/thevpc/nuts/NutsAddRepositoryOptions.getOrder:()I
NutsAddRepositoryOptions.getRepositoryModel ( ) : NutsRepositoryModel
net/thevpc/nuts/NutsAddRepositoryOptions.getRepositoryModel:()Lnet/thevpc/nuts/NutsRepositoryModel;
NutsAddRepositoryOptions.isCreate ( ) : boolean
net/thevpc/nuts/NutsAddRepositoryOptions.isCreate:()Z
NutsAddRepositoryOptions.isEnabled ( ) : boolean
net/thevpc/nuts/NutsAddRepositoryOptions.isEnabled:()Z
NutsAddRepositoryOptions.isFailSafe ( ) : boolean
net/thevpc/nuts/NutsAddRepositoryOptions.isFailSafe:()Z
NutsAddRepositoryOptions.isTemporary ( ) : boolean
net/thevpc/nuts/NutsAddRepositoryOptions.isTemporary:()Z
NutsAddRepositoryOptions.NutsAddRepositoryOptions ( )
net/thevpc/nuts/NutsAddRepositoryOptions."<init>":()V
NutsAddRepositoryOptions.NutsAddRepositoryOptions ( NutsAddRepositoryOptions other )
net/thevpc/nuts/NutsAddRepositoryOptions."<init>":(Lnet/thevpc/nuts/NutsAddRepositoryOptions;)V
NutsAddRepositoryOptions.setConfig ( NutsRepositoryConfig value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setConfig:(Lnet/thevpc/nuts/NutsRepositoryConfig;)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setCreate ( boolean value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setCreate:(Z)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setDeployOrder ( int value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setDeployOrder:(I)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setEnabled ( boolean value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setEnabled:(Z)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setFailSafe ( boolean value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setFailSafe:(Z)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setLocation ( String value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setName ( String value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setOrder ( int order ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setOrder:(I)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setRepositoryModel ( NutsRepositoryModel repositoryModel ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setRepositoryModel:(Lnet/thevpc/nuts/NutsRepositoryModel;)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setTemporary ( boolean value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setTemporary:(Z)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
nuts-0.8.1.jar,
NutsAddUserCommand.class
package net.thevpc.nuts
NutsAddUserCommand.addGroup ( String p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.addGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.addGroups ( Collection<String> p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.addGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.addGroups ( String... p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.addGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.addPermission ( String p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.addPermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.addPermissions ( Collection<String> p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.addPermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.addPermissions ( String... p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.addPermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsAddUserCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsAddUserCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsAddUserCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsAddUserCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsAddUserCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsAddUserCommand.copySession ( ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.copySession:()Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.getCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsAddUserCommand.getCredentials:()[C
NutsAddUserCommand.getGroups ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsAddUserCommand.getGroups:()[Ljava/lang/String;
NutsAddUserCommand.getPermissions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsAddUserCommand.getPermissions:()[Ljava/lang/String;
NutsAddUserCommand.getRemoteCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsAddUserCommand.getRemoteCredentials:()[C
NutsAddUserCommand.getRemoteIdentity ( ) [abstract] : String
net/thevpc/nuts/NutsAddUserCommand.getRemoteIdentity:()Ljava/lang/String;
NutsAddUserCommand.getUsername ( ) [abstract] : String
net/thevpc/nuts/NutsAddUserCommand.getUsername:()Ljava/lang/String;
NutsAddUserCommand.removeGroups ( Collection<String> p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.removeGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.removeGroups ( String... p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.removeGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.removePermissions ( Collection<String> p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.removePermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.removePermissions ( String... p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.removePermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsAddUserCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsAddUserCommand.run ( ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.run:()Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.setCredentials ( char[ ] p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.setCredentials:([C)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.setRemoteCredentials ( char[ ] p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.setRemoteCredentials:([C)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.setRemoteIdentity ( String p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.setRemoteIdentity:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsAddUserCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsAddUserCommand.setSession ( NutsSession p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsAddUserCommand.setUsername ( String p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsAddUserCommand.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
nuts-0.8.1.jar,
NutsAlreadyDeployedException.class
package net.thevpc.nuts
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id, NutsMessage msg, Throwable cause )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsAlreadyInstalledException.class
package net.thevpc.nuts
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession workspace, NutsId id, NutsMessage msg, Exception cause )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsApiUtils.class
package net.thevpc.nuts.boot
NutsApiUtils.checkSession ( NutsSession session ) [static] : void
net/thevpc/nuts/boot/NutsApiUtils.checkSession:(Lnet/thevpc/nuts/NutsSession;)V
NutsApiUtils.createHomeLocationKey ( NutsOsFamily storeLocationLayout, NutsStoreLocation location ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.createHomeLocationKey:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApiUtils.createOptions ( ) [static] : NutsWorkspaceOptions
net/thevpc/nuts/boot/NutsApiUtils.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsApiUtils.createOptionsBuilder ( ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/boot/NutsApiUtils.createOptionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsApiUtils.getPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<String,String> homeLocations, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.getPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;ZLjava/lang/String;)Ljava/lang/String;
NutsApiUtils.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/boot/NutsApiUtils.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
NutsApiUtils.getSysBoolNutsProperty ( String property, boolean defaultValue ) [static] : boolean
net/thevpc/nuts/boot/NutsApiUtils.getSysBoolNutsProperty:(Ljava/lang/String;Z)Z
NutsApiUtils.isGraphicalDesktopEnvironment ( ) [static] : boolean
net/thevpc/nuts/boot/NutsApiUtils.isGraphicalDesktopEnvironment:()Z
NutsApiUtils.parseCommandLineArray ( String commandLineString ) [static] : String[ ]
net/thevpc/nuts/boot/NutsApiUtils.parseCommandLineArray:(Ljava/lang/String;)[Ljava/lang/String;
NutsApiUtils.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/boot/NutsApiUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
NutsApiUtils.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui ) [static] : int
net/thevpc/nuts/boot/NutsApiUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;ZZZ)I
NutsApiUtils.resolveNutsBuildNumber ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsBuildNumber:()Ljava/lang/String;
NutsApiUtils.resolveNutsVersionFromClassPath ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsVersionFromClassPath:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsApplication.class
package net.thevpc.nuts
NutsApplication.createApplicationContext ( NutsSession session, String[ ] args, long startTimeMillis ) : NutsApplicationContext
net/thevpc/nuts/NutsApplication.createApplicationContext:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;J)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplication.main ( Class<T> appType, String[ ] args ) [static] : void
net/thevpc/nuts/NutsApplication.main:(Ljava/lang/Class;[Ljava/lang/String;)V
NutsApplication.onInstallApplication ( NutsApplicationContext applicationContext ) : void
net/thevpc/nuts/NutsApplication.onInstallApplication:(Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplication.onUninstallApplication ( NutsApplicationContext applicationContext ) : void
net/thevpc/nuts/NutsApplication.onUninstallApplication:(Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplication.onUpdateApplication ( NutsApplicationContext applicationContext ) : void
net/thevpc/nuts/NutsApplication.onUpdateApplication:(Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplication.run ( NutsApplicationContext p1 ) [abstract] : void
net/thevpc/nuts/NutsApplication.run:(Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplication.run ( NutsSession session, String[ ] args ) : void
net/thevpc/nuts/NutsApplication.run:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;)V
NutsApplication.run ( String[ ] args ) : void
net/thevpc/nuts/NutsApplication.run:([Ljava/lang/String;)V
NutsApplication.runAndExit ( String[ ] args ) : void
net/thevpc/nuts/NutsApplication.runAndExit:([Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsApplicationContext.class
package net.thevpc.nuts
NutsApplicationContext.configure ( boolean p1, String... p2 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsApplicationContext.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplicationContext.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsApplicationContext.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsApplicationContext.configureLast ( NutsCommandLine p1 ) [abstract] : void
net/thevpc/nuts/NutsApplicationContext.configureLast:(Lnet/thevpc/nuts/NutsCommandLine;)V
NutsApplicationContext.getAppClass ( ) [abstract] : Class
net/thevpc/nuts/NutsApplicationContext.getAppClass:()Ljava/lang/Class;
NutsApplicationContext.getAppId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsApplicationContext.getAppId:()Lnet/thevpc/nuts/NutsId;
NutsApplicationContext.getAppPreviousVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsApplicationContext.getAppPreviousVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsApplicationContext.getAppsFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getAppsFolder:()Ljava/lang/String;
NutsApplicationContext.getAppVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsApplicationContext.getAppVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsApplicationContext.getAppVersionStoreLocationSupplier ( ) [abstract] : NutsAppVersionStoreLocationSupplier
net/thevpc/nuts/NutsApplicationContext.getAppVersionStoreLocationSupplier:()Lnet/thevpc/nuts/NutsAppVersionStoreLocationSupplier;
NutsApplicationContext.getArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsApplicationContext.getArguments:()[Ljava/lang/String;
NutsApplicationContext.getAutoComplete ( ) [abstract] : NutsCommandAutoComplete
net/thevpc/nuts/NutsApplicationContext.getAutoComplete:()Lnet/thevpc/nuts/NutsCommandAutoComplete;
NutsApplicationContext.getCacheFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getCacheFolder:()Ljava/lang/String;
NutsApplicationContext.getCommandLine ( ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsApplicationContext.getCommandLine:()Lnet/thevpc/nuts/NutsCommandLine;
NutsApplicationContext.getConfigFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getConfigFolder:()Ljava/lang/String;
NutsApplicationContext.getFolder ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApplicationContext.getLibFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getLibFolder:()Ljava/lang/String;
NutsApplicationContext.getLogFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getLogFolder:()Ljava/lang/String;
NutsApplicationContext.getMode ( ) [abstract] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationContext.getMode:()Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationContext.getModeArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsApplicationContext.getModeArguments:()[Ljava/lang/String;
NutsApplicationContext.getRunFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getRunFolder:()Ljava/lang/String;
NutsApplicationContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsApplicationContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsApplicationContext.getSharedAppsFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedAppsFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedConfigFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedConfigFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedFolder ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApplicationContext.getSharedLibFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedLibFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedLogFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedLogFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedRunFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedRunFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedTempFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedTempFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedVarFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedVarFolder:()Ljava/lang/String;
NutsApplicationContext.getStartTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsApplicationContext.getStartTimeMillis:()J
NutsApplicationContext.getTempFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getTempFolder:()Ljava/lang/String;
NutsApplicationContext.getVarFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getVarFolder:()Ljava/lang/String;
NutsApplicationContext.getVersionFolderFolder ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getVersionFolderFolder:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsApplicationContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsApplicationContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsApplicationContext.isExecMode ( ) [abstract] : boolean
net/thevpc/nuts/NutsApplicationContext.isExecMode:()Z
NutsApplicationContext.printHelp ( ) [abstract] : void
net/thevpc/nuts/NutsApplicationContext.printHelp:()V
NutsApplicationContext.processCommandLine ( NutsCommandLineProcessor p1 ) [abstract] : void
net/thevpc/nuts/NutsApplicationContext.processCommandLine:(Lnet/thevpc/nuts/NutsCommandLineProcessor;)V
NutsApplicationContext.setAppVersionStoreLocationSupplier ( NutsAppVersionStoreLocationSupplier p1 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsApplicationContext.setAppVersionStoreLocationSupplier:(Lnet/thevpc/nuts/NutsAppVersionStoreLocationSupplier;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplicationContext.setSession ( NutsSession p1 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsApplicationContext.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsApplicationContext;
nuts-0.8.1.jar,
NutsApplicationMode.class
package net.thevpc.nuts
NutsApplicationMode.id ( ) : String
net/thevpc/nuts/NutsApplicationMode.id:()Ljava/lang/String;
NutsApplicationMode.parseLenient ( String value ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationMode.parseLenient ( String value, NutsApplicationMode emptyOrErrorValue ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsApplicationMode;)Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationMode.parseLenient ( String value, NutsApplicationMode emptyValue, NutsApplicationMode errorValue ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsApplicationMode;Lnet/thevpc/nuts/NutsApplicationMode;)Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationMode.valueOf ( String name ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationMode.values ( ) [static] : NutsApplicationMode[ ]
net/thevpc/nuts/NutsApplicationMode.values:()[Lnet/thevpc/nuts/NutsApplicationMode;
nuts-0.8.1.jar,
NutsApplications.class
package net.thevpc.nuts
NutsApplications.createApplicationContext ( NutsApplication applicationInstance, String[ ] args, NutsSession session ) [static] : NutsApplicationContext
net/thevpc/nuts/NutsApplications.createApplicationContext:(Lnet/thevpc/nuts/NutsApplication;[Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplications.createApplicationInstance ( Class<T> appType ) [static] : T
net/thevpc/nuts/NutsApplications.createApplicationInstance:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsApplication;
NutsApplications.getSharedMap ( ) [static] : Map<String,Object>
net/thevpc/nuts/NutsApplications.getSharedMap:()Ljava/util/Map;
NutsApplications.processThrowable ( Throwable ex ) [static] : int
net/thevpc/nuts/NutsApplications.processThrowable:(Ljava/lang/Throwable;)I
NutsApplications.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/NutsApplications.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
NutsApplications.runApplication ( NutsApplication applicationInstance, String[ ] args, NutsSession session ) [static] : void
net/thevpc/nuts/NutsApplications.runApplication:(Lnet/thevpc/nuts/NutsApplication;[Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)V
NutsApplications.runApplicationAndExit ( NutsApplication application, String[ ] args ) [static] : void
net/thevpc/nuts/NutsApplications.runApplicationAndExit:(Lnet/thevpc/nuts/NutsApplication;[Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsAppVersionStoreLocationSupplier.class
package net.thevpc.nuts
NutsAppVersionStoreLocationSupplier.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsAppVersionStoreLocationSupplier.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsArchFamily.class
package net.thevpc.nuts
NutsArchFamily.getArchFamily ( ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.getArchFamily:()Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.id ( ) : String
net/thevpc/nuts/NutsArchFamily.id:()Ljava/lang/String;
NutsArchFamily.parseLenient ( String arch ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.parseLenient ( String arch, NutsArchFamily emptyOrErrorValue ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.parseLenient ( String arch, NutsArchFamily emptyValue, NutsArchFamily errorValue ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArchFamily;Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.valueOf ( String name ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.values ( ) [static] : NutsArchFamily[ ]
net/thevpc/nuts/NutsArchFamily.values:()[Lnet/thevpc/nuts/NutsArchFamily;
nuts-0.8.1.jar,
NutsArgument.class
package net.thevpc.nuts
NutsArgument.getArgumentKey ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsArgument.getArgumentKey:()Lnet/thevpc/nuts/NutsArgument;
NutsArgument.getArgumentOptionName ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsArgument.getArgumentOptionName:()Lnet/thevpc/nuts/NutsArgument;
NutsArgument.getArgumentValue ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsArgument.getArgumentValue:()Lnet/thevpc/nuts/NutsArgument;
NutsArgument.getBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.getBoolean:()Z
NutsArgument.getBoolean ( Boolean p1 ) [abstract] : Boolean
net/thevpc/nuts/NutsArgument.getBoolean:(Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsArgument.getBooleanValue ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.getBooleanValue:()Z
NutsArgument.getBooleanValue ( Boolean p1 ) [abstract] : Boolean
net/thevpc/nuts/NutsArgument.getBooleanValue:(Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsArgument.getDouble ( ) [abstract] : double
net/thevpc/nuts/NutsArgument.getDouble:()D
NutsArgument.getDouble ( double p1 ) [abstract] : double
net/thevpc/nuts/NutsArgument.getDouble:(D)D
NutsArgument.getDoubleValue ( ) [abstract] : double
net/thevpc/nuts/NutsArgument.getDoubleValue:()D
NutsArgument.getInt ( ) [abstract] : int
net/thevpc/nuts/NutsArgument.getInt:()I
NutsArgument.getInt ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsArgument.getInt:(I)I
NutsArgument.getIntValue ( ) [abstract] : int
net/thevpc/nuts/NutsArgument.getIntValue:()I
NutsArgument.getIntValue ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsArgument.getIntValue:(I)I
NutsArgument.getKeyValueSeparator ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getKeyValueSeparator:()Ljava/lang/String;
NutsArgument.getLong ( ) [abstract] : long
net/thevpc/nuts/NutsArgument.getLong:()J
NutsArgument.getLong ( long p1 ) [abstract] : long
net/thevpc/nuts/NutsArgument.getLong:(J)J
NutsArgument.getLongValue ( ) [abstract] : long
net/thevpc/nuts/NutsArgument.getLongValue:()J
NutsArgument.getString ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getString:()Ljava/lang/String;
NutsArgument.getString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsArgument.getString:(Ljava/lang/String;)Ljava/lang/String;
NutsArgument.getStringKey ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getStringKey:()Ljava/lang/String;
NutsArgument.getStringOptionName ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getStringOptionName:()Ljava/lang/String;
NutsArgument.getStringOptionPrefix ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getStringOptionPrefix:()Ljava/lang/String;
NutsArgument.getStringValue ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getStringValue:()Ljava/lang/String;
NutsArgument.getStringValue ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsArgument.getStringValue:(Ljava/lang/String;)Ljava/lang/String;
NutsArgument.isBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isBoolean:()Z
NutsArgument.isDouble ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isDouble:()Z
NutsArgument.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isEnabled:()Z
NutsArgument.isInt ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isInt:()Z
NutsArgument.isKeyValue ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isKeyValue:()Z
NutsArgument.isLong ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isLong:()Z
NutsArgument.isNegated ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isNegated:()Z
NutsArgument.isNonOption ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isNonOption:()Z
NutsArgument.isOption ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isOption:()Z
NutsArgument.of ( String value, NutsSession session ) [static] : NutsArgument
net/thevpc/nuts/NutsArgument.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgument;
NutsArgument.required ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsArgument.required:()Lnet/thevpc/nuts/NutsArgument;
nuts-0.8.1.jar,
NutsArgumentCandidate.class
package net.thevpc.nuts
NutsArgumentCandidate.getDisplay ( ) [abstract] : String
net/thevpc/nuts/NutsArgumentCandidate.getDisplay:()Ljava/lang/String;
NutsArgumentCandidate.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsArgumentCandidate.getValue:()Ljava/lang/String;
NutsArgumentCandidate.of ( String value, NutsSession session ) [static] : NutsArgumentCandidate
net/thevpc/nuts/NutsArgumentCandidate.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentCandidate;
nuts-0.8.1.jar,
NutsArgumentCandidateBuilder.class
package net.thevpc.nuts
NutsArgumentCandidateBuilder.build ( ) [abstract] : NutsArgumentCandidate
net/thevpc/nuts/NutsArgumentCandidateBuilder.build:()Lnet/thevpc/nuts/NutsArgumentCandidate;
NutsArgumentCandidateBuilder.getDisplay ( ) [abstract] : String
net/thevpc/nuts/NutsArgumentCandidateBuilder.getDisplay:()Ljava/lang/String;
NutsArgumentCandidateBuilder.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsArgumentCandidateBuilder.getValue:()Ljava/lang/String;
NutsArgumentCandidateBuilder.of ( NutsSession session ) [static] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsArgumentCandidateBuilder.setCandidate ( NutsArgumentCandidate p1 ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.setCandidate:(Lnet/thevpc/nuts/NutsArgumentCandidate;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsArgumentCandidateBuilder.setDisplay ( String p1 ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.setDisplay:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsArgumentCandidateBuilder.setValue ( String p1 ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.setValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
nuts-0.8.1.jar,
NutsArgumentName.class
package net.thevpc.nuts
NutsArgumentName.getCandidates ( NutsCommandAutoComplete p1 ) [abstract] : List<NutsArgumentCandidate>
net/thevpc/nuts/NutsArgumentName.getCandidates:(Lnet/thevpc/nuts/NutsCommandAutoComplete;)Ljava/util/List;
NutsArgumentName.getName ( ) [abstract] : String
net/thevpc/nuts/NutsArgumentName.getName:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsArgumentType.class
package net.thevpc.nuts
NutsArgumentType.id ( ) : String
net/thevpc/nuts/NutsArgumentType.id:()Ljava/lang/String;
NutsArgumentType.parseLenient ( String value ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentType;
NutsArgumentType.parseLenient ( String value, NutsArgumentType emptyOrErrorValue ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArgumentType;)Lnet/thevpc/nuts/NutsArgumentType;
NutsArgumentType.parseLenient ( String value, NutsArgumentType emptyValue, NutsArgumentType errorValue ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArgumentType;Lnet/thevpc/nuts/NutsArgumentType;)Lnet/thevpc/nuts/NutsArgumentType;
NutsArgumentType.valueOf ( String name ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentType;
NutsArgumentType.values ( ) [static] : NutsArgumentType[ ]
net/thevpc/nuts/NutsArgumentType.values:()[Lnet/thevpc/nuts/NutsArgumentType;
nuts-0.8.1.jar,
NutsArrayElement.class
package net.thevpc.nuts
NutsArrayElement.children ( ) [abstract] : Collection<NutsElement>
net/thevpc/nuts/NutsArrayElement.children:()Ljava/util/Collection;
NutsArrayElement.get ( int p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsArrayElement.get:(I)Lnet/thevpc/nuts/NutsElement;
NutsArrayElement.getArray ( int p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsArrayElement.getArray:(I)Lnet/thevpc/nuts/NutsArrayElement;
NutsArrayElement.getBoolean ( int p1 ) [abstract] : boolean
net/thevpc/nuts/NutsArrayElement.getBoolean:(I)Z
NutsArrayElement.getByte ( int p1 ) [abstract] : byte
net/thevpc/nuts/NutsArrayElement.getByte:(I)B
NutsArrayElement.getDouble ( int p1 ) [abstract] : double
net/thevpc/nuts/NutsArrayElement.getDouble:(I)D
NutsArrayElement.getFloat ( int p1 ) [abstract] : float
net/thevpc/nuts/NutsArrayElement.getFloat:(I)F
NutsArrayElement.getInstant ( int p1 ) [abstract] : Instant
net/thevpc/nuts/NutsArrayElement.getInstant:(I)Ljava/time/Instant;
NutsArrayElement.getInt ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsArrayElement.getInt:(I)I
NutsArrayElement.getLong ( int p1 ) [abstract] : long
net/thevpc/nuts/NutsArrayElement.getLong:(I)J
NutsArrayElement.getObject ( int p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsArrayElement.getObject:(I)Lnet/thevpc/nuts/NutsObjectElement;
NutsArrayElement.getShort ( int p1 ) [abstract] : short
net/thevpc/nuts/NutsArrayElement.getShort:(I)S
NutsArrayElement.getString ( int p1 ) [abstract] : String
net/thevpc/nuts/NutsArrayElement.getString:(I)Ljava/lang/String;
NutsArrayElement.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/NutsArrayElement.isEmpty:()Z
NutsArrayElement.size ( ) [abstract] : int
net/thevpc/nuts/NutsArrayElement.size:()I
NutsArrayElement.stream ( ) [abstract] : Stream<NutsElement>
net/thevpc/nuts/NutsArrayElement.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsArrayElementBuilder.class
package net.thevpc.nuts
NutsArrayElementBuilder.add ( boolean p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(Z)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( byte p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(B)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( char p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(C)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( double p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(D)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( float p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(F)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( int p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(I)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( long p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(J)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( Number p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(Ljava/lang/Number;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( NutsElement p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( String p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( boolean[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([Z)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( byte[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([B)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( char[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([C)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( double[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([D)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( float[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([F)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( int[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([I)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( long[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([J)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( NutsArrayElement p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:(Lnet/thevpc/nuts/NutsArrayElement;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( NutsArrayElementBuilder p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:(Lnet/thevpc/nuts/NutsArrayElementBuilder;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( NutsElement[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( String[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.build ( ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsArrayElementBuilder.build:()Lnet/thevpc/nuts/NutsArrayElement;
NutsArrayElementBuilder.children ( ) [abstract] : List<NutsElement>
net/thevpc/nuts/NutsArrayElementBuilder.children:()Ljava/util/List;
NutsArrayElementBuilder.clear ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.clear:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.get ( int p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsArrayElementBuilder.get:(I)Lnet/thevpc/nuts/NutsElement;
NutsArrayElementBuilder.insert ( int p1, NutsElement p2 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.insert:(ILnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.of ( NutsSession session ) [static] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.remove ( int p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.remove:(I)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.set ( int p1, NutsElement p2 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.set:(ILnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.set ( NutsArrayElement p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.set:(Lnet/thevpc/nuts/NutsArrayElement;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.set ( NutsArrayElementBuilder p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.set:(Lnet/thevpc/nuts/NutsArrayElementBuilder;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.size ( ) [abstract] : int
net/thevpc/nuts/NutsArrayElementBuilder.size:()I
nuts-0.8.1.jar,
NutsArtifactCall.class
package net.thevpc.nuts
NutsArtifactCall.getArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsArtifactCall.getArguments:()[Ljava/lang/String;
NutsArtifactCall.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsArtifactCall.getId:()Lnet/thevpc/nuts/NutsId;
NutsArtifactCall.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsArtifactCall.getProperties:()Ljava/util/Map;
nuts-0.8.1.jar,
NutsArtifactCallBuilder.class
package net.thevpc.nuts
NutsArtifactCallBuilder.build ( ) [abstract] : NutsArtifactCall
net/thevpc/nuts/NutsArtifactCallBuilder.build:()Lnet/thevpc/nuts/NutsArtifactCall;
NutsArtifactCallBuilder.clear ( ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsArtifactCallBuilder.clear:()Lnet/thevpc/nuts/NutsArtifactCallBuilder;
NutsArtifactCallBuilder.getArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsArtifactCallBuilder.getArguments:()[Ljava/lang/String;
NutsArtifactCallBuilder.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsArtifactCallBuilder.getId:()Lnet/thevpc/nuts/NutsId;
NutsArtifactCallBuilder.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsArtifactCallBuilder.getProperties:()Ljava/util/Map;
NutsArtifactCallBuilder.set ( NutsArtifactCall p1 ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsArtifactCallBuilder.set:(Lnet/thevpc/nuts/NutsArtifactCall;)Lnet/thevpc/nuts/NutsArtifactCallBuilder;
NutsArtifactCallBuilder.set ( NutsArtifactCallBuilder p1 ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsArtifactCallBuilder.set:(Lnet/thevpc/nuts/NutsArtifactCallBuilder;)Lnet/thevpc/nuts/NutsArtifactCallBuilder;
NutsArtifactCallBuilder.setArguments ( String... p1 ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsArtifactCallBuilder.setArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsArtifactCallBuilder;
NutsArtifactCallBuilder.setId ( NutsId p1 ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsArtifactCallBuilder.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsArtifactCallBuilder;
NutsArtifactCallBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsArtifactCallBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsArtifactCallBuilder;
nuts-0.8.1.jar,
NutsArtifactFilter.class
package net.thevpc.nuts
NutsArtifactFilter.acceptSearchId ( NutsSearchId p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsArtifactFilter.acceptSearchId:(Lnet/thevpc/nuts/NutsSearchId;Lnet/thevpc/nuts/NutsSession;)Z
nuts-0.8.1.jar,
NutsAuthenticationAgent.class
package net.thevpc.nuts
NutsAuthenticationAgent.checkCredentials ( char[ ] p1, char[ ] p2, Map<String,String> p3, NutsSession p4 ) [abstract] : void
net/thevpc/nuts/NutsAuthenticationAgent.checkCredentials:([C[CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)V
NutsAuthenticationAgent.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, Map<String,String> p4, NutsSession p5 ) [abstract] : char[ ]
net/thevpc/nuts/NutsAuthenticationAgent.createCredentials:([CZ[CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)[C
NutsAuthenticationAgent.getCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsAuthenticationAgent.getCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)[C
NutsAuthenticationAgent.getId ( ) [abstract] : String
net/thevpc/nuts/NutsAuthenticationAgent.getId:()Ljava/lang/String;
NutsAuthenticationAgent.removeCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsAuthenticationAgent.removeCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)Z
nuts-0.8.1.jar,
NutsBootDescriptor.class
package net.thevpc.nuts.boot
NutsBootDescriptor.getDependencies ( ) : NutsBootId[ ]
net/thevpc/nuts/boot/NutsBootDescriptor.getDependencies:()[Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootDescriptor.getId ( ) : NutsBootId
net/thevpc/nuts/boot/NutsBootDescriptor.getId:()Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootDescriptor.NutsBootDescriptor ( NutsBootId id, NutsBootId[ ] dependencies )
net/thevpc/nuts/boot/NutsBootDescriptor."<init>":(Lnet/thevpc/nuts/boot/NutsBootId;[Lnet/thevpc/nuts/boot/NutsBootId;)V
nuts-0.8.1.jar,
NutsBootException.class
package net.thevpc.nuts
NutsBootException.detectBootException ( Throwable th ) [static] : NutsBootException
net/thevpc/nuts/NutsBootException.detectBootException:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/NutsBootException;
NutsBootException.getExitCode ( ) : int
net/thevpc/nuts/NutsBootException.getExitCode:()I
NutsBootException.getFormattedMessage ( ) : NutsMessage
net/thevpc/nuts/NutsBootException.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsBootException.NutsBootException ( NutsMessage message )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;)V
NutsBootException.NutsBootException ( NutsMessage message, int exitCode )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;I)V
NutsBootException.NutsBootException ( NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsBootException.NutsBootException ( NutsMessage message, Throwable cause, int exitCode )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;I)V
nuts-0.8.1.jar,
NutsBootId.class
package net.thevpc.nuts.boot
NutsBootId.getArch ( ) : String
net/thevpc/nuts/boot/NutsBootId.getArch:()Ljava/lang/String;
NutsBootId.getArtifactId ( ) : String
net/thevpc/nuts/boot/NutsBootId.getArtifactId:()Ljava/lang/String;
NutsBootId.getGroupId ( ) : String
net/thevpc/nuts/boot/NutsBootId.getGroupId:()Ljava/lang/String;
NutsBootId.getLongName ( ) : String
net/thevpc/nuts/boot/NutsBootId.getLongName:()Ljava/lang/String;
NutsBootId.getOs ( ) : String
net/thevpc/nuts/boot/NutsBootId.getOs:()Ljava/lang/String;
NutsBootId.getShortName ( ) : String
net/thevpc/nuts/boot/NutsBootId.getShortName:()Ljava/lang/String;
NutsBootId.getVersion ( ) : NutsBootVersion
net/thevpc/nuts/boot/NutsBootId.getVersion:()Lnet/thevpc/nuts/boot/NutsBootVersion;
NutsBootId.isOptional ( ) : boolean
net/thevpc/nuts/boot/NutsBootId.isOptional:()Z
NutsBootId.NutsBootId ( String groupId, String artifactId, NutsBootVersion version, boolean optional, String os, String arch )
net/thevpc/nuts/boot/NutsBootId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/boot/NutsBootVersion;ZLjava/lang/String;Ljava/lang/String;)V
NutsBootId.parse ( String id ) [static] : NutsBootId
net/thevpc/nuts/boot/NutsBootId.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootId.parseAll ( String id ) [static] : NutsBootId[ ]
net/thevpc/nuts/boot/NutsBootId.parseAll:(Ljava/lang/String;)[Lnet/thevpc/nuts/boot/NutsBootId;
nuts-0.8.1.jar,
NutsBootManager.class
package net.thevpc.nuts
NutsBootManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsBootManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsBootManager.setSession ( NutsSession p1 ) [abstract] : NutsBootManager
net/thevpc/nuts/NutsBootManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsBootManager;
nuts-0.8.1.jar,
NutsBootVersion.class
package net.thevpc.nuts.boot
NutsBootVersion.accept ( NutsBootVersion other ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.accept:(Lnet/thevpc/nuts/boot/NutsBootVersion;)Z
NutsBootVersion.compareTo ( NutsBootVersion other ) : int
net/thevpc/nuts/boot/NutsBootVersion.compareTo:(Lnet/thevpc/nuts/boot/NutsBootVersion;)I
NutsBootVersion.compareTo ( String other ) : int
net/thevpc/nuts/boot/NutsBootVersion.compareTo:(Ljava/lang/String;)I
NutsBootVersion.getFrom ( ) : String
net/thevpc/nuts/boot/NutsBootVersion.getFrom:()Ljava/lang/String;
NutsBootVersion.getTo ( ) : String
net/thevpc/nuts/boot/NutsBootVersion.getTo:()Ljava/lang/String;
NutsBootVersion.isBlank ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isBlank:()Z
NutsBootVersion.isIncludeFrom ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isIncludeFrom:()Z
NutsBootVersion.isIncludeTo ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isIncludeTo:()Z
NutsBootVersion.isInterval ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isInterval:()Z
NutsBootVersion.isSingleValue ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isSingleValue:()Z
NutsBootVersion.parse ( String s ) [static] : NutsBootVersion
net/thevpc/nuts/boot/NutsBootVersion.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/NutsBootVersion;
nuts-0.8.1.jar,
NutsBootWorkspace.class
package net.thevpc.nuts.boot
NutsBootWorkspace.createProcessBuilder ( ) : ProcessBuilder
net/thevpc/nuts/boot/NutsBootWorkspace.createProcessBuilder:()Ljava/lang/ProcessBuilder;
NutsBootWorkspace.createProcessCommandLine ( ) : String[ ]
net/thevpc/nuts/boot/NutsBootWorkspace.createProcessCommandLine:()[Ljava/lang/String;
NutsBootWorkspace.getOptions ( ) : NutsWorkspaceOptions
net/thevpc/nuts/boot/NutsBootWorkspace.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsBootWorkspace.getRequirementsHelpString ( boolean unsatisfiedOnly ) : String
net/thevpc/nuts/boot/NutsBootWorkspace.getRequirementsHelpString:(Z)Ljava/lang/String;
NutsBootWorkspace.hasUnsatisfiedRequirements ( ) : boolean
net/thevpc/nuts/boot/NutsBootWorkspace.hasUnsatisfiedRequirements:()Z
NutsBootWorkspace.NutsBootWorkspace ( NutsWorkspaceOptions options )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
NutsBootWorkspace.NutsBootWorkspace ( String... args )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":([Ljava/lang/String;)V
NutsBootWorkspace.openWorkspace ( ) : NutsSession
net/thevpc/nuts/boot/NutsBootWorkspace.openWorkspace:()Lnet/thevpc/nuts/NutsSession;
NutsBootWorkspace.resolveBootRepositories ( ) : Set<String>
net/thevpc/nuts/boot/NutsBootWorkspace.resolveBootRepositories:()Ljava/util/Set;
NutsBootWorkspace.runWorkspace ( ) : void
net/thevpc/nuts/boot/NutsBootWorkspace.runWorkspace:()V
NutsBootWorkspace.startNewProcess ( ) : int
net/thevpc/nuts/boot/NutsBootWorkspace.startNewProcess:()I
nuts-0.8.1.jar,
NutsBootWorkspaceFactory.class
package net.thevpc.nuts.spi
NutsBootWorkspaceFactory.createWorkspace ( NutsWorkspaceInitInformation p1 ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.createWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceInitInformation;)Lnet/thevpc/nuts/NutsWorkspace;
NutsBootWorkspaceFactory.getBootSupportLevel ( NutsWorkspaceOptions p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.getBootSupportLevel:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)I
nuts-0.8.1.jar,
NutsClassifierMapping.class
package net.thevpc.nuts
NutsClassifierMapping.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getArch:()[Ljava/lang/String;
NutsClassifierMapping.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMapping.getClassifier:()Ljava/lang/String;
NutsClassifierMapping.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getOs:()[Ljava/lang/String;
NutsClassifierMapping.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getOsdist:()[Ljava/lang/String;
NutsClassifierMapping.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMapping.getPackaging:()Ljava/lang/String;
NutsClassifierMapping.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getPlatform:()[Ljava/lang/String;
nuts-0.8.1.jar,
NutsClassifierMappingBuilder.class
package net.thevpc.nuts
NutsClassifierMappingBuilder.build ( ) [abstract] : NutsClassifierMapping
net/thevpc/nuts/NutsClassifierMappingBuilder.build:()Lnet/thevpc/nuts/NutsClassifierMapping;
NutsClassifierMappingBuilder.clear ( ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.clear:()Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getArch:()[Ljava/lang/String;
NutsClassifierMappingBuilder.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMappingBuilder.getClassifier:()Ljava/lang/String;
NutsClassifierMappingBuilder.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getOs:()[Ljava/lang/String;
NutsClassifierMappingBuilder.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getOsdist:()[Ljava/lang/String;
NutsClassifierMappingBuilder.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMappingBuilder.getPackaging:()Ljava/lang/String;
NutsClassifierMappingBuilder.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getPlatform:()[Ljava/lang/String;
NutsClassifierMappingBuilder.set ( NutsClassifierMapping p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.set:(Lnet/thevpc/nuts/NutsClassifierMapping;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.set ( NutsClassifierMappingBuilder p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.set:(Lnet/thevpc/nuts/NutsClassifierMappingBuilder;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setArch ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setClassifier ( String p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setOs ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setOs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setOsdist ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setOsdist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setPackaging ( String p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setPlatform ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
nuts-0.8.1.jar,
NutsClassLoaderNode.class
package net.thevpc.nuts
NutsClassLoaderNode.getDependencies ( ) : NutsClassLoaderNode[ ]
net/thevpc/nuts/NutsClassLoaderNode.getDependencies:()[Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsClassLoaderNode.getId ( ) : String
net/thevpc/nuts/NutsClassLoaderNode.getId:()Ljava/lang/String;
NutsClassLoaderNode.getURL ( ) : URL
net/thevpc/nuts/NutsClassLoaderNode.getURL:()Ljava/net/URL;
NutsClassLoaderNode.isEnabled ( ) : boolean
net/thevpc/nuts/NutsClassLoaderNode.isEnabled:()Z
NutsClassLoaderNode.NutsClassLoaderNode ( String id, URL url, boolean enabled, NutsClassLoaderNode... dependencies )
net/thevpc/nuts/NutsClassLoaderNode."<init>":(Ljava/lang/String;Ljava/net/URL;Z[Lnet/thevpc/nuts/NutsClassLoaderNode;)V
nuts-0.8.1.jar,
NutsClassLoaderNodeBuilder.class
package net.thevpc.nuts
NutsClassLoaderNodeBuilder.addDependency ( NutsClassLoaderNode other ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.addDependency:(Lnet/thevpc/nuts/NutsClassLoaderNode;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.build ( ) : NutsClassLoaderNode
net/thevpc/nuts/NutsClassLoaderNodeBuilder.build:()Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsClassLoaderNodeBuilder.getDependencies ( ) : List<NutsClassLoaderNode>
net/thevpc/nuts/NutsClassLoaderNodeBuilder.getDependencies:()Ljava/util/List;
NutsClassLoaderNodeBuilder.getId ( ) : String
net/thevpc/nuts/NutsClassLoaderNodeBuilder.getId:()Ljava/lang/String;
NutsClassLoaderNodeBuilder.getURL ( ) : URL
net/thevpc/nuts/NutsClassLoaderNodeBuilder.getURL:()Ljava/net/URL;
NutsClassLoaderNodeBuilder.isEnabled ( ) : boolean
net/thevpc/nuts/NutsClassLoaderNodeBuilder.isEnabled:()Z
NutsClassLoaderNodeBuilder.NutsClassLoaderNodeBuilder ( )
net/thevpc/nuts/NutsClassLoaderNodeBuilder."<init>":()V
NutsClassLoaderNodeBuilder.setAll ( NutsClassLoaderNode o ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setAll:(Lnet/thevpc/nuts/NutsClassLoaderNode;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setAll ( NutsClassLoaderNodeBuilder o ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setAll:(Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setDependencies ( List<NutsClassLoaderNode> dependencies ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setId ( String id ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setUrl ( URL url ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setUrl:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
nuts-0.8.1.jar,
NutsCodeFormat.class
package net.thevpc.nuts
NutsCodeFormat.getSupportLevel ( NutsSupportLevelContext<String> p1 ) [abstract] : int
net/thevpc/nuts/NutsCodeFormat.getSupportLevel:(Lnet/thevpc/nuts/NutsSupportLevelContext;)I
NutsCodeFormat.stringToText ( String p1, NutsSession p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeFormat.stringToText:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
NutsCodeFormat.tokenToText ( String p1, String p2, NutsSession p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeFormat.tokenToText:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsCommandAutoComplete.class
package net.thevpc.nuts
NutsCommandAutoComplete.addCandidate ( NutsArgumentCandidate p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandAutoComplete.addCandidate:(Lnet/thevpc/nuts/NutsArgumentCandidate;)V
NutsCommandAutoComplete.get ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsCommandAutoComplete.get:(Ljava/lang/Class;)Ljava/lang/Object;
NutsCommandAutoComplete.getCandidates ( ) [abstract] : List<NutsArgumentCandidate>
net/thevpc/nuts/NutsCommandAutoComplete.getCandidates:()Ljava/util/List;
NutsCommandAutoComplete.getCurrentWordIndex ( ) [abstract] : int
net/thevpc/nuts/NutsCommandAutoComplete.getCurrentWordIndex:()I
NutsCommandAutoComplete.getLine ( ) [abstract] : String
net/thevpc/nuts/NutsCommandAutoComplete.getLine:()Ljava/lang/String;
NutsCommandAutoComplete.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCommandAutoComplete.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCommandAutoComplete.getWords ( ) [abstract] : List<String>
net/thevpc/nuts/NutsCommandAutoComplete.getWords:()Ljava/util/List;
NutsCommandAutoComplete.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsCommandAutoComplete.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsCommandAutoCompleteBase.class
package net.thevpc.nuts
NutsCommandAutoCompleteBase.addCandidate ( NutsArgumentCandidate value ) : void
net/thevpc/nuts/NutsCommandAutoCompleteBase.addCandidate:(Lnet/thevpc/nuts/NutsArgumentCandidate;)V
NutsCommandAutoCompleteBase.addCandidatesImpl ( NutsArgumentCandidate value ) : NutsArgumentCandidate
net/thevpc/nuts/NutsCommandAutoCompleteBase.addCandidatesImpl:(Lnet/thevpc/nuts/NutsArgumentCandidate;)Lnet/thevpc/nuts/NutsArgumentCandidate;
NutsCommandAutoCompleteBase.get ( Class<T> t ) : T
net/thevpc/nuts/NutsCommandAutoCompleteBase.get:(Ljava/lang/Class;)Ljava/lang/Object;
NutsCommandAutoCompleteBase.getCandidates ( ) : List<NutsArgumentCandidate>
net/thevpc/nuts/NutsCommandAutoCompleteBase.getCandidates:()Ljava/util/List;
NutsCommandAutoCompleteBase.getWorkspace ( ) : NutsWorkspace
net/thevpc/nuts/NutsCommandAutoCompleteBase.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsCommandAutoCompleteBase.NutsCommandAutoCompleteBase ( )
net/thevpc/nuts/NutsCommandAutoCompleteBase."<init>":()V
nuts-0.8.1.jar,
NutsCommandAutoCompleteResolver.class
package net.thevpc.nuts
NutsCommandAutoCompleteResolver.resolveCandidates ( NutsCommandLine p1, int p2, NutsSession p3 ) [abstract] : List<NutsArgumentCandidate>
net/thevpc/nuts/NutsCommandAutoCompleteResolver.resolveCandidates:(Lnet/thevpc/nuts/NutsCommandLine;ILnet/thevpc/nuts/NutsSession;)Ljava/util/List;
nuts-0.8.1.jar,
NutsCommandConfig.class
package net.thevpc.nuts
NutsCommandConfig.getCommand ( ) : String[ ]
net/thevpc/nuts/NutsCommandConfig.getCommand:()[Ljava/lang/String;
NutsCommandConfig.getExecutorOptions ( ) : String[ ]
net/thevpc/nuts/NutsCommandConfig.getExecutorOptions:()[Ljava/lang/String;
NutsCommandConfig.getFactoryId ( ) : String
net/thevpc/nuts/NutsCommandConfig.getFactoryId:()Ljava/lang/String;
NutsCommandConfig.getHelpCommand ( ) : String[ ]
net/thevpc/nuts/NutsCommandConfig.getHelpCommand:()[Ljava/lang/String;
NutsCommandConfig.getHelpText ( ) : String
net/thevpc/nuts/NutsCommandConfig.getHelpText:()Ljava/lang/String;
NutsCommandConfig.getName ( ) : String
net/thevpc/nuts/NutsCommandConfig.getName:()Ljava/lang/String;
NutsCommandConfig.getOwner ( ) : NutsId
net/thevpc/nuts/NutsCommandConfig.getOwner:()Lnet/thevpc/nuts/NutsId;
NutsCommandConfig.NutsCommandConfig ( )
net/thevpc/nuts/NutsCommandConfig."<init>":()V
NutsCommandConfig.setCommand ( String... value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setExecutorOptions ( String[ ] value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setFactoryId ( String value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setHelpCommand ( String... value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setHelpCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setHelpText ( String value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setHelpText:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setName ( String value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setOwner ( NutsId value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setOwner:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsCommandConfig;
nuts-0.8.1.jar,
NutsCommandExecOptions.class
package net.thevpc.nuts
NutsCommandExecOptions.getDirectory ( ) : String
net/thevpc/nuts/NutsCommandExecOptions.getDirectory:()Ljava/lang/String;
NutsCommandExecOptions.getEnv ( ) : Map<String,String>
net/thevpc/nuts/NutsCommandExecOptions.getEnv:()Ljava/util/Map;
NutsCommandExecOptions.getExecutionType ( ) : NutsExecutionType
net/thevpc/nuts/NutsCommandExecOptions.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsCommandExecOptions.getExecutorOptions ( ) : String[ ]
net/thevpc/nuts/NutsCommandExecOptions.getExecutorOptions:()[Ljava/lang/String;
NutsCommandExecOptions.isFailFast ( ) : boolean
net/thevpc/nuts/NutsCommandExecOptions.isFailFast:()Z
NutsCommandExecOptions.NutsCommandExecOptions ( )
net/thevpc/nuts/NutsCommandExecOptions."<init>":()V
NutsCommandExecOptions.setDirectory ( String directory ) : NutsCommandExecOptions
net/thevpc/nuts/NutsCommandExecOptions.setDirectory:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandExecOptions;
NutsCommandExecOptions.setEnv ( Map<String,String> env ) : NutsCommandExecOptions
net/thevpc/nuts/NutsCommandExecOptions.setEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsCommandExecOptions;
NutsCommandExecOptions.setExecutionType ( NutsExecutionType executionType ) : NutsCommandExecOptions
net/thevpc/nuts/NutsCommandExecOptions.setExecutionType:(Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsCommandExecOptions;
NutsCommandExecOptions.setExecutorOptions ( String[ ] executorOptions ) : NutsCommandExecOptions
net/thevpc/nuts/NutsCommandExecOptions.setExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandExecOptions;
NutsCommandExecOptions.setFailFast ( boolean failFast ) : NutsCommandExecOptions
net/thevpc/nuts/NutsCommandExecOptions.setFailFast:(Z)Lnet/thevpc/nuts/NutsCommandExecOptions;
nuts-0.8.1.jar,
NutsCommandFactoryConfig.class
package net.thevpc.nuts
NutsCommandFactoryConfig.getFactoryId ( ) : String
net/thevpc/nuts/NutsCommandFactoryConfig.getFactoryId:()Ljava/lang/String;
NutsCommandFactoryConfig.getFactoryType ( ) : String
net/thevpc/nuts/NutsCommandFactoryConfig.getFactoryType:()Ljava/lang/String;
NutsCommandFactoryConfig.getParameters ( ) : Map<String,String>
net/thevpc/nuts/NutsCommandFactoryConfig.getParameters:()Ljava/util/Map;
NutsCommandFactoryConfig.getPriority ( ) : int
net/thevpc/nuts/NutsCommandFactoryConfig.getPriority:()I
NutsCommandFactoryConfig.NutsCommandFactoryConfig ( )
net/thevpc/nuts/NutsCommandFactoryConfig."<init>":()V
NutsCommandFactoryConfig.setFactoryId ( String value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCommandFactoryConfig.setFactoryType ( String value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setFactoryType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCommandFactoryConfig.setParameters ( Map<String,String> value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setParameters:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCommandFactoryConfig.setPriority ( int value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setPriority:(I)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
nuts-0.8.1.jar,
NutsCommandHistory.class
package net.thevpc.nuts
NutsCommandHistory.add ( Instant p1, String p2 ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.add:(Ljava/time/Instant;Ljava/lang/String;)V
NutsCommandHistory.getEntry ( int p1 ) [abstract] : NutsCommandHistoryEntry
net/thevpc/nuts/NutsCommandHistory.getEntry:(I)Lnet/thevpc/nuts/NutsCommandHistoryEntry;
NutsCommandHistory.iterator ( int p1 ) [abstract] : ListIterator<NutsCommandHistoryEntry>
net/thevpc/nuts/NutsCommandHistory.iterator:(I)Ljava/util/ListIterator;
NutsCommandHistory.load ( ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.load:()V
NutsCommandHistory.load ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.load:(Ljava/io/InputStream;)V
NutsCommandHistory.purge ( ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.purge:()V
NutsCommandHistory.save ( ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.save:()V
NutsCommandHistory.save ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.save:(Ljava/io/OutputStream;)V
NutsCommandHistory.size ( ) [abstract] : int
net/thevpc/nuts/NutsCommandHistory.size:()I
nuts-0.8.1.jar,
NutsCommandHistoryBuilder.class
package net.thevpc.nuts
NutsCommandHistoryBuilder.build ( ) [abstract] : NutsCommandHistory
net/thevpc/nuts/NutsCommandHistoryBuilder.build:()Lnet/thevpc/nuts/NutsCommandHistory;
NutsCommandHistoryBuilder.setPath ( File p1 ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandHistoryBuilder.setPath:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
NutsCommandHistoryBuilder.setPath ( Path p1 ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandHistoryBuilder.setPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
nuts-0.8.1.jar,
NutsCommandHistoryEntry.class
package net.thevpc.nuts
NutsCommandHistoryEntry.getIndex ( ) [abstract] : int
net/thevpc/nuts/NutsCommandHistoryEntry.getIndex:()I
NutsCommandHistoryEntry.getLine ( ) [abstract] : String
net/thevpc/nuts/NutsCommandHistoryEntry.getLine:()Ljava/lang/String;
NutsCommandHistoryEntry.getTime ( ) [abstract] : Instant
net/thevpc/nuts/NutsCommandHistoryEntry.getTime:()Ljava/time/Instant;
nuts-0.8.1.jar,
NutsCommandLine.class
package net.thevpc.nuts
NutsCommandLine.accept ( int p1, String... p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.accept:(I[Ljava/lang/String;)Z
NutsCommandLine.accept ( String... p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.accept:([Ljava/lang/String;)Z
NutsCommandLine.contains ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.contains:(Ljava/lang/String;)Z
NutsCommandLine.find ( String p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.find:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.formatter ( ) : NutsFormat
net/thevpc/nuts/NutsCommandLine.formatter:()Lnet/thevpc/nuts/NutsFormat;
NutsCommandLine.formatter ( ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLine.formatter:()Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLine.get ( int p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.get:(I)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.getAutoComplete ( ) [abstract] : NutsCommandAutoComplete
net/thevpc/nuts/NutsCommandLine.getAutoComplete:()Lnet/thevpc/nuts/NutsCommandAutoComplete;
NutsCommandLine.getCommandName ( ) [abstract] : String
net/thevpc/nuts/NutsCommandLine.getCommandName:()Ljava/lang/String;
NutsCommandLine.getSpecialSimpleOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsCommandLine.getSpecialSimpleOptions:()[Ljava/lang/String;
NutsCommandLine.getWordIndex ( ) [abstract] : int
net/thevpc/nuts/NutsCommandLine.getWordIndex:()I
NutsCommandLine.hasNext ( ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.hasNext:()Z
NutsCommandLine.indexOf ( String p1 ) [abstract] : int
net/thevpc/nuts/NutsCommandLine.indexOf:(Ljava/lang/String;)I
NutsCommandLine.isAutoCompleteMode ( ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.isAutoCompleteMode:()Z
NutsCommandLine.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.isEmpty:()Z
NutsCommandLine.isExecMode ( ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.isExecMode:()Z
NutsCommandLine.isExpandSimpleOptions ( ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.isExpandSimpleOptions:()Z
NutsCommandLine.isNonOption ( int p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.isNonOption:(I)Z
NutsCommandLine.isOption ( int p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.isOption:(I)Z
NutsCommandLine.isSpecialSimpleOption ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLine.isSpecialSimpleOption:(Ljava/lang/String;)Z
NutsCommandLine.length ( ) [abstract] : int
net/thevpc/nuts/NutsCommandLine.length:()I
NutsCommandLine.next ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.next:()Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.next ( NutsArgumentName p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.next:(Lnet/thevpc/nuts/NutsArgumentName;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.next ( NutsArgumentType p1, String... p2 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.next:(Lnet/thevpc/nuts/NutsArgumentType;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.next ( String... p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.next:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.nextBoolean ( String... p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.nextBoolean:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.nextNonOption ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.nextNonOption:()Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.nextNonOption ( NutsArgumentName p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.nextNonOption:(Lnet/thevpc/nuts/NutsArgumentName;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.nextRequiredNonOption ( NutsArgumentName p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.nextRequiredNonOption:(Lnet/thevpc/nuts/NutsArgumentName;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.nextString ( String... p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.nextString:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.of ( String[ ] args, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.of:([Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.parse ( String line, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.parseLine ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.parseLine:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.peek ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLine.peek:()Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.process ( NutsCommandLineConfigurable p1, NutsCommandLineProcessor p2 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.process:(Lnet/thevpc/nuts/NutsCommandLineConfigurable;Lnet/thevpc/nuts/NutsCommandLineProcessor;)V
NutsCommandLine.pushBack ( NutsArgument p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.pushBack:(Lnet/thevpc/nuts/NutsArgument;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.registerSpecialSimpleOption ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.registerSpecialSimpleOption:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.required ( ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.required:()Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.required ( NutsMessage p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.required:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.required ( NutsString p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.required:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.requireNonOption ( ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.requireNonOption:()Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.setArguments ( List<String> p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.setArguments:(Ljava/util/List;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.setArguments ( String[ ] p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.setArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.setAutoComplete ( NutsCommandAutoComplete p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.setAutoComplete:(Lnet/thevpc/nuts/NutsCommandAutoComplete;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.setCommandName ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.setCommandName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.setExpandSimpleOptions ( boolean p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.setExpandSimpleOptions:(Z)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.skip ( ) [abstract] : int
net/thevpc/nuts/NutsCommandLine.skip:()I
NutsCommandLine.skip ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsCommandLine.skip:(I)I
NutsCommandLine.skipAll ( ) [abstract] : int
net/thevpc/nuts/NutsCommandLine.skipAll:()I
NutsCommandLine.throwError ( NutsMessage p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.throwError:(Lnet/thevpc/nuts/NutsMessage;)V
NutsCommandLine.throwError ( NutsString p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.throwError:(Lnet/thevpc/nuts/NutsString;)V
NutsCommandLine.toArgumentArray ( ) [abstract] : NutsArgument[ ]
net/thevpc/nuts/NutsCommandLine.toArgumentArray:()[Lnet/thevpc/nuts/NutsArgument;
NutsCommandLine.toStringArray ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsCommandLine.toStringArray:()[Ljava/lang/String;
NutsCommandLine.unexpectedArgument ( ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.unexpectedArgument:()Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.unexpectedArgument ( NutsMessage p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.unexpectedArgument:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.unexpectedArgument ( NutsString p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.unexpectedArgument:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.unregisterSpecialSimpleOption ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.unregisterSpecialSimpleOption:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
nuts-0.8.1.jar,
NutsCommandLineConfigurable.class
package net.thevpc.nuts
NutsCommandLineConfigurable.configure ( boolean p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineConfigurable.configure:(ZLnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineConfigurable.configure ( boolean p1, String... p2 ) [abstract] : Object
net/thevpc/nuts/NutsCommandLineConfigurable.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsCommandLineConfigurable.configureFirst ( NutsCommandLine p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineConfigurable.configureFirst:(Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineConfigurable.configureLast ( NutsCommandLine commandLine ) : void
net/thevpc/nuts/NutsCommandLineConfigurable.configureLast:(Lnet/thevpc/nuts/NutsCommandLine;)V
nuts-0.8.1.jar,
NutsCommandlineFamily.class
package net.thevpc.nuts
NutsCommandlineFamily.getArchFamily ( ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.getArchFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.id ( ) : String
net/thevpc/nuts/NutsCommandlineFamily.id:()Ljava/lang/String;
NutsCommandlineFamily.parseLenient ( String arch ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyOrErrorValue ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyValue, NutsCommandlineFamily errorValue ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandlineFamily;Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.valueOf ( String name ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.values ( ) [static] : NutsCommandlineFamily[ ]
net/thevpc/nuts/NutsCommandlineFamily.values:()[Lnet/thevpc/nuts/NutsCommandlineFamily;
nuts-0.8.1.jar,
NutsCommandLineFormat.class
package net.thevpc.nuts
NutsCommandLineFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsCommandLineFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsCommandLineFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsCommandLineFormat.getCommandlineFamily ( ) [abstract] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandLineFormat.getCommandlineFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandLineFormat.getFormatStrategy ( ) [abstract] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormat.getFormatStrategy:()Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormat.getValue ( ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLineFormat.getValue:()Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLineFormat.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineFormat.isNtf:()Z
NutsCommandLineFormat.setCommandlineFamily ( NutsCommandlineFamily p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setCommandlineFamily:(Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.setFormatStrategy ( NutsCommandLineFormatStrategy p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandLineFormat.setFormatStrategy:(Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;)V
NutsCommandLineFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsCommandLineFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsCommandLineFormat.setNtf ( boolean p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsCommandLineFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsCommandLineFormat.setSession ( NutsSession p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.setValue ( NutsCommandLine p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setValue:(Lnet/thevpc/nuts/NutsCommandLine;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.setValue ( String p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.setValue ( String[ ] p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setValue:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLineFormat;
nuts-0.8.1.jar,
NutsCommandLineFormatStrategy.class
package net.thevpc.nuts
NutsCommandLineFormatStrategy.getArchFamily ( ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.getArchFamily:()Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.id ( ) : String
net/thevpc/nuts/NutsCommandLineFormatStrategy.id:()Ljava/lang/String;
NutsCommandLineFormatStrategy.parseLenient ( String arch ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.parseLenient ( String arch, NutsCommandLineFormatStrategy emptyValue ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.parseLenient ( String arch, NutsCommandLineFormatStrategy emptyValue, NutsCommandLineFormatStrategy errorValue ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.valueOf ( String name ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.values ( ) [static] : NutsCommandLineFormatStrategy[ ]
net/thevpc/nuts/NutsCommandLineFormatStrategy.values:()[Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
nuts-0.8.1.jar,
NutsCommandLineManager.class
package net.thevpc.nuts
NutsCommandLineManager.create ( List<String> p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLineManager.create:(Ljava/util/List;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLineManager.create ( String... p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLineManager.create:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLineManager.createArgument ( String p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLineManager.createArgument:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLineManager.createCandidate ( ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsCommandLineManager.createCandidate:()Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsCommandLineManager.createCandidate ( String value ) : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsCommandLineManager.createCandidate:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsCommandLineManager.createHistory ( ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandLineManager.createHistory:()Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
NutsCommandLineManager.createName ( String p1, String p2 ) [abstract] : NutsArgumentName
net/thevpc/nuts/NutsCommandLineManager.createName:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentName;
NutsCommandLineManager.createName ( String type ) : NutsArgumentName
net/thevpc/nuts/NutsCommandLineManager.createName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentName;
NutsCommandLineManager.formatter ( ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineManager.formatter:()Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineManager.formatter ( NutsCommandLine p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineManager.formatter:(Lnet/thevpc/nuts/NutsCommandLine;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineManager.getCommandlineFamily ( ) [abstract] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandLineManager.getCommandlineFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandLineManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCommandLineManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCommandLineManager.parse ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLineManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLineManager.setCommandlineFamily ( NutsCommandlineFamily p1 ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsCommandLineManager.setCommandlineFamily:(Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandLineManager;
NutsCommandLineManager.setSession ( NutsSession p1 ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsCommandLineManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLineManager;
nuts-0.8.1.jar,
NutsCommandLineProcessor.class
package net.thevpc.nuts
NutsCommandLineProcessor.onAutoComplete ( NutsCommandAutoComplete autoComplete ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onAutoComplete:(Lnet/thevpc/nuts/NutsCommandAutoComplete;)V
NutsCommandLineProcessor.onExec ( ) [abstract] : void
net/thevpc/nuts/NutsCommandLineProcessor.onExec:()V
NutsCommandLineProcessor.onInit ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onInit:(Lnet/thevpc/nuts/NutsCommandLine;)V
NutsCommandLineProcessor.onNextNonOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.onNextNonOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.onNextOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.onNextOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.onPrepare ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onPrepare:(Lnet/thevpc/nuts/NutsCommandLine;)V
nuts-0.8.1.jar,
NutsCommandReadHighlighter.class
package net.thevpc.nuts
NutsCommandReadHighlighter.highlight ( String p1, NutsSession p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsCommandReadHighlighter.highlight:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsComponent.class
package net.thevpc.nuts.spi
NutsComponent<CriteriaType>.getSupportLevel ( NutsSupportLevelContext<CriteriaType> p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsComponent.getSupportLevel:(Lnet/thevpc/nuts/NutsSupportLevelContext;)I
nuts-0.8.1.jar,
NutsConcurrentManager.class
package net.thevpc.nuts
NutsConcurrentManager.executorService ( ) [abstract] : ExecutorService
net/thevpc/nuts/NutsConcurrentManager.executorService:()Ljava/util/concurrent/ExecutorService;
NutsConcurrentManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsConcurrentManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsConcurrentManager.lock ( ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsConcurrentManager.lock:()Lnet/thevpc/nuts/NutsIOLockAction;
NutsConcurrentManager.setSession ( NutsSession p1 ) [abstract] : NutsConcurrentManager
net/thevpc/nuts/NutsConcurrentManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsConcurrentManager;
nuts-0.8.1.jar,
NutsConfigItem.class
package net.thevpc.nuts
NutsConfigItem.getConfigVersion ( ) : String
net/thevpc/nuts/NutsConfigItem.getConfigVersion:()Ljava/lang/String;
NutsConfigItem.NutsConfigItem ( )
net/thevpc/nuts/NutsConfigItem."<init>":()V
NutsConfigItem.setConfigVersion ( String configVersion ) : void
net/thevpc/nuts/NutsConfigItem.setConfigVersion:(Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsConfirmationMode.class
package net.thevpc.nuts
NutsConfirmationMode.id ( ) : String
net/thevpc/nuts/NutsConfirmationMode.id:()Ljava/lang/String;
NutsConfirmationMode.parseLenient ( String value ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsConfirmationMode;
NutsConfirmationMode.parseLenient ( String value, NutsConfirmationMode emptyOrErrorValue ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsConfirmationMode;
NutsConfirmationMode.parseLenient ( String value, NutsConfirmationMode emptyValue, NutsConfirmationMode errorValue ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsConfirmationMode;Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsConfirmationMode;
NutsConfirmationMode.valueOf ( String name ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsConfirmationMode;
NutsConfirmationMode.values ( ) [static] : NutsConfirmationMode[ ]
net/thevpc/nuts/NutsConfirmationMode.values:()[Lnet/thevpc/nuts/NutsConfirmationMode;
nuts-0.8.1.jar,
NutsContent.class
package net.thevpc.nuts
NutsContent.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsContent.getFilePath:()Ljava/nio/file/Path;
NutsContent.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsContent.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsContent.getPath ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsContent.getPath:()Lnet/thevpc/nuts/NutsPath;
NutsContent.getURL ( ) [abstract] : URL
net/thevpc/nuts/NutsContent.getURL:()Ljava/net/URL;
NutsContent.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NutsContent.isCached:()Z
NutsContent.isTemporary ( ) [abstract] : boolean
net/thevpc/nuts/NutsContent.isTemporary:()Z
nuts-0.8.1.jar,
NutsContentEvent.class
package net.thevpc.nuts
NutsContentEvent.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsContentEvent.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsContentEvent.getRepository ( ) [abstract] : NutsRepository
net/thevpc/nuts/NutsContentEvent.getRepository:()Lnet/thevpc/nuts/NutsRepository;
NutsContentEvent.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsContentEvent.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsContentEvent.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsContentEvent.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsContentType.class
package net.thevpc.nuts
NutsContentType.id ( ) : String
net/thevpc/nuts/NutsContentType.id:()Ljava/lang/String;
NutsContentType.parseLenient ( String value ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.parseLenient ( String value, NutsContentType emptyOrErrorValue ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.parseLenient ( String value, NutsContentType emptyValue, NutsContentType errorValue ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsContentType;Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.valueOf ( String name ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.values ( ) [static] : NutsContentType[ ]
net/thevpc/nuts/NutsContentType.values:()[Lnet/thevpc/nuts/NutsContentType;
nuts-0.8.1.jar,
NutsCustomCommandManager.class
package net.thevpc.nuts
NutsCustomCommandManager.addCommand ( NutsCommandConfig p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.addCommand:(Lnet/thevpc/nuts/NutsCommandConfig;)Z
NutsCustomCommandManager.addCommandFactory ( NutsCommandFactoryConfig p1 ) [abstract] : void
net/thevpc/nuts/NutsCustomCommandManager.addCommandFactory:(Lnet/thevpc/nuts/NutsCommandFactoryConfig;)V
NutsCustomCommandManager.commandExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.commandExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.commandFactoryExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.commandFactoryExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.findAllCommands ( ) [abstract] : List<NutsWorkspaceCustomCommand>
net/thevpc/nuts/NutsCustomCommandManager.findAllCommands:()Ljava/util/List;
NutsCustomCommandManager.findCommand ( String p1 ) [abstract] : NutsWorkspaceCustomCommand
net/thevpc/nuts/NutsCustomCommandManager.findCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCustomCommand;
NutsCustomCommandManager.findCommand ( String p1, NutsId p2, NutsId p3 ) [abstract] : NutsWorkspaceCustomCommand
net/thevpc/nuts/NutsCustomCommandManager.findCommand:(Ljava/lang/String;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsWorkspaceCustomCommand;
NutsCustomCommandManager.findCommandsByOwner ( NutsId p1 ) [abstract] : List<NutsWorkspaceCustomCommand>
net/thevpc/nuts/NutsCustomCommandManager.findCommandsByOwner:(Lnet/thevpc/nuts/NutsId;)Ljava/util/List;
NutsCustomCommandManager.getCommandFactories ( ) [abstract] : NutsCommandFactoryConfig[ ]
net/thevpc/nuts/NutsCustomCommandManager.getCommandFactories:()[Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCustomCommandManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCustomCommandManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCustomCommandManager.removeCommand ( String p1 ) [abstract] : void
net/thevpc/nuts/NutsCustomCommandManager.removeCommand:(Ljava/lang/String;)V
NutsCustomCommandManager.removeCommandFactory ( String p1 ) [abstract] : void
net/thevpc/nuts/NutsCustomCommandManager.removeCommandFactory:(Ljava/lang/String;)V
NutsCustomCommandManager.removeCommandFactoryIfExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.removeCommandFactoryIfExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.removeCommandIfExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.removeCommandIfExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.setSession ( NutsSession p1 ) [abstract] : NutsCustomCommandManager
net/thevpc/nuts/NutsCustomCommandManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCustomCommandManager;
NutsCustomCommandManager.updateCommand ( NutsCommandConfig p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.updateCommand:(Lnet/thevpc/nuts/NutsCommandConfig;)Z
nuts-0.8.1.jar,
NutsDefaultArgumentCandidate.class
package net.thevpc.nuts
NutsDefaultArgumentCandidate.getDisplay ( ) : String
net/thevpc/nuts/NutsDefaultArgumentCandidate.getDisplay:()Ljava/lang/String;
NutsDefaultArgumentCandidate.getValue ( ) : String
net/thevpc/nuts/NutsDefaultArgumentCandidate.getValue:()Ljava/lang/String;
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value )
net/thevpc/nuts/NutsDefaultArgumentCandidate."<init>":(Ljava/lang/String;)V
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value, String display )
net/thevpc/nuts/NutsDefaultArgumentCandidate."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsDefaultCommandAutoComplete.class
package net.thevpc.nuts
NutsDefaultCommandAutoComplete.getCurrentWordIndex ( ) : int
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getCurrentWordIndex:()I
NutsDefaultCommandAutoComplete.getLine ( ) : String
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getLine:()Ljava/lang/String;
NutsDefaultCommandAutoComplete.getSession ( ) : NutsSession
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDefaultCommandAutoComplete.getWords ( ) : List<String>
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getWords:()Ljava/util/List;
NutsDefaultCommandAutoComplete.NutsDefaultCommandAutoComplete ( )
net/thevpc/nuts/NutsDefaultCommandAutoComplete."<init>":()V
NutsDefaultCommandAutoComplete.setCurrentWordIndex ( int currentWordIndex ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setCurrentWordIndex:(I)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
NutsDefaultCommandAutoComplete.setLine ( String line ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setLine:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
NutsDefaultCommandAutoComplete.setSession ( NutsSession session ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
NutsDefaultCommandAutoComplete.setWords ( List<String> words ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setWords:(Ljava/util/List;)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
nuts-0.8.1.jar,
NutsDefaultContent.class
package net.thevpc.nuts
NutsDefaultContent.getFilePath ( ) : Path
net/thevpc/nuts/NutsDefaultContent.getFilePath:()Ljava/nio/file/Path;
NutsDefaultContent.getLocation ( ) : NutsPath
net/thevpc/nuts/NutsDefaultContent.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsDefaultContent.getPath ( ) : NutsPath
net/thevpc/nuts/NutsDefaultContent.getPath:()Lnet/thevpc/nuts/NutsPath;
NutsDefaultContent.getURL ( ) : URL
net/thevpc/nuts/NutsDefaultContent.getURL:()Ljava/net/URL;
NutsDefaultContent.isCached ( ) : boolean
net/thevpc/nuts/NutsDefaultContent.isCached:()Z
NutsDefaultContent.isTemporary ( ) : boolean
net/thevpc/nuts/NutsDefaultContent.isTemporary:()Z
NutsDefaultContent.NutsDefaultContent ( NutsPath location, boolean cached, boolean temporary )
net/thevpc/nuts/NutsDefaultContent."<init>":(Lnet/thevpc/nuts/NutsPath;ZZ)V
nuts-0.8.1.jar,
NutsDefaultSupportLevelContext.class
package net.thevpc.nuts
NutsDefaultSupportLevelContext<T>.getConstraints ( ) : T
net/thevpc/nuts/NutsDefaultSupportLevelContext.getConstraints:()Ljava/lang/Object;
NutsDefaultSupportLevelContext<T>.getSession ( ) : NutsSession
net/thevpc/nuts/NutsDefaultSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDefaultSupportLevelContext<T>.getWorkspace ( ) : NutsWorkspace
net/thevpc/nuts/NutsDefaultSupportLevelContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsDefaultSupportLevelContext<T>.NutsDefaultSupportLevelContext<T> ( NutsSession session, T constraints )
net/thevpc/nuts/NutsDefaultSupportLevelContext."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsDefaultTerminalSpec.class
package net.thevpc.nuts
NutsDefaultTerminalSpec.copyFrom ( NutsTerminalSpec other ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.copyFrom:(Lnet/thevpc/nuts/NutsTerminalSpec;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.get ( String name ) : Object
net/thevpc/nuts/NutsDefaultTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NutsDefaultTerminalSpec.getAutoComplete ( ) : Boolean
net/thevpc/nuts/NutsDefaultTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NutsDefaultTerminalSpec.getParent ( ) : NutsSystemTerminalBase
net/thevpc/nuts/NutsDefaultTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsDefaultTerminalSpec.getProperties ( ) : Map<String,Object>
net/thevpc/nuts/NutsDefaultTerminalSpec.getProperties:()Ljava/util/Map;
NutsDefaultTerminalSpec.NutsDefaultTerminalSpec ( )
net/thevpc/nuts/NutsDefaultTerminalSpec."<init>":()V
NutsDefaultTerminalSpec.put ( String name, Object o ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.put:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.putAll ( Map<String,Object> other ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.putAll:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.setAutoComplete ( Boolean autoComplete ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.setParent ( NutsSystemTerminalBase parent ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
nuts-0.8.1.jar,
NutsDefinition.class
package net.thevpc.nuts
NutsDefinition.compareTo ( NutsDefinition p1 ) [abstract] : int
net/thevpc/nuts/NutsDefinition.compareTo:(Lnet/thevpc/nuts/NutsDefinition;)I
NutsDefinition.compareTo ( Object p1 ) : int
net/thevpc/nuts/NutsDefinition.compareTo:(Ljava/lang/Object;)I
NutsDefinition.getApiId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDefinition.getApiId:()Lnet/thevpc/nuts/NutsId;
NutsDefinition.getContent ( ) [abstract] : NutsContent
net/thevpc/nuts/NutsDefinition.getContent:()Lnet/thevpc/nuts/NutsContent;
NutsDefinition.getDependencies ( ) [abstract] : NutsDependencies
net/thevpc/nuts/NutsDefinition.getDependencies:()Lnet/thevpc/nuts/NutsDependencies;
NutsDefinition.getDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDefinition.getDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsDefinition.getEffectiveDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDefinition.getEffectiveDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsDefinition.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDefinition.getId:()Lnet/thevpc/nuts/NutsId;
NutsDefinition.getInstallInformation ( ) [abstract] : NutsInstallInformation
net/thevpc/nuts/NutsDefinition.getInstallInformation:()Lnet/thevpc/nuts/NutsInstallInformation;
NutsDefinition.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsDefinition.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsDefinition.getPath ( ) [abstract] : Path
net/thevpc/nuts/NutsDefinition.getPath:()Ljava/nio/file/Path;
NutsDefinition.getRepositoryName ( ) [abstract] : String
net/thevpc/nuts/NutsDefinition.getRepositoryName:()Ljava/lang/String;
NutsDefinition.getRepositoryUuid ( ) [abstract] : String
net/thevpc/nuts/NutsDefinition.getRepositoryUuid:()Ljava/lang/String;
NutsDefinition.getType ( ) [abstract] : NutsIdType
net/thevpc/nuts/NutsDefinition.getType:()Lnet/thevpc/nuts/NutsIdType;
NutsDefinition.getURL ( ) [abstract] : URL
net/thevpc/nuts/NutsDefinition.getURL:()Ljava/net/URL;
NutsDefinition.isSetDependencies ( ) [abstract] : boolean
net/thevpc/nuts/NutsDefinition.isSetDependencies:()Z
NutsDefinition.isSetEffectiveDescriptor ( ) [abstract] : boolean
net/thevpc/nuts/NutsDefinition.isSetEffectiveDescriptor:()Z
nuts-0.8.1.jar,
NutsDependencies.class
package net.thevpc.nuts
NutsDependencies.all ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.all:()Ljava/util/List;
NutsDependencies.filter ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencies.filter:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencies.immediate ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.immediate:()Ljava/util/List;
NutsDependencies.mergedDependencies ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.mergedDependencies:()Ljava/util/List;
NutsDependencies.mergedNodes ( ) [abstract] : List<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.mergedNodes:()Ljava/util/List;
NutsDependencies.nodes ( ) [abstract] : List<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.nodes:()Ljava/util/List;
NutsDependencies.sourceIds ( ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsDependencies.sourceIds:()Ljava/util/List;
NutsDependencies.stream ( ) [abstract] : Stream<NutsDependency>
net/thevpc/nuts/NutsDependencies.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsDependency.class
package net.thevpc.nuts
NutsDependency.builder ( ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependency.builder:()Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependency.formatter ( ) : NutsFormat
net/thevpc/nuts/NutsDependency.formatter:()Lnet/thevpc/nuts/NutsFormat;
NutsDependency.formatter ( ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependency.formatter:()Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependency.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getArch:()Ljava/lang/String;
NutsDependency.getArtifactId ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getArtifactId:()Ljava/lang/String;
NutsDependency.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getClassifier:()Ljava/lang/String;
NutsDependency.getExclusions ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsDependency.getExclusions:()[Lnet/thevpc/nuts/NutsId;
NutsDependency.getFullName ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getFullName:()Ljava/lang/String;
NutsDependency.getGroupId ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getGroupId:()Ljava/lang/String;
NutsDependency.getLongName ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getLongName:()Ljava/lang/String;
NutsDependency.getOptional ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getOptional:()Ljava/lang/String;
NutsDependency.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getOs:()Ljava/lang/String;
NutsDependency.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsDependency.getProperties:()Ljava/util/Map;
NutsDependency.getPropertiesQuery ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getPropertiesQuery:()Ljava/lang/String;
NutsDependency.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getRepository:()Ljava/lang/String;
NutsDependency.getScope ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getScope:()Ljava/lang/String;
NutsDependency.getSimpleName ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getSimpleName:()Ljava/lang/String;
NutsDependency.getType ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getType:()Ljava/lang/String;
NutsDependency.getVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsDependency.getVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsDependency.isOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependency.isOptional:()Z
NutsDependency.toId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDependency.toId:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.1.jar,
NutsDependencyBuilder.class
package net.thevpc.nuts
NutsDependencyBuilder.addProperties ( Map<String,String> p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.addProperties ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.addProperties:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.build ( ) [abstract] : NutsDependency
net/thevpc/nuts/NutsDependencyBuilder.build:()Lnet/thevpc/nuts/NutsDependency;
NutsDependencyBuilder.clear ( ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.clear:()Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getArch:()Ljava/lang/String;
NutsDependencyBuilder.getArtifactId ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getArtifactId:()Ljava/lang/String;
NutsDependencyBuilder.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getClassifier:()Ljava/lang/String;
NutsDependencyBuilder.getExclusions ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsDependencyBuilder.getExclusions:()[Lnet/thevpc/nuts/NutsId;
NutsDependencyBuilder.getFullName ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getFullName:()Ljava/lang/String;
NutsDependencyBuilder.getGroupId ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getGroupId:()Ljava/lang/String;
NutsDependencyBuilder.getOptional ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getOptional:()Ljava/lang/String;
NutsDependencyBuilder.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getOs:()Ljava/lang/String;
NutsDependencyBuilder.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsDependencyBuilder.getProperties:()Ljava/util/Map;
NutsDependencyBuilder.getPropertiesQuery ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getPropertiesQuery:()Ljava/lang/String;
NutsDependencyBuilder.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getRepository:()Ljava/lang/String;
NutsDependencyBuilder.getScope ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getScope:()Ljava/lang/String;
NutsDependencyBuilder.getType ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getType:()Ljava/lang/String;
NutsDependencyBuilder.getVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsDependencyBuilder.getVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsDependencyBuilder.isOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyBuilder.isOptional:()Z
NutsDependencyBuilder.of ( NutsSession session ) [static] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.set ( NutsDependency p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.set:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.set ( NutsDependencyBuilder p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.set:(Lnet/thevpc/nuts/NutsDependencyBuilder;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setArch ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setArtifactId ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setArtifactId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setClassifier ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setDependency ( NutsDependency p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setDependency:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setDependency ( NutsDependencyBuilder p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setDependency:(Lnet/thevpc/nuts/NutsDependencyBuilder;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setExclusions ( NutsId[ ] p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setExclusions:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setGroupId ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setGroupId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setId ( NutsId p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setOptional ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setOptional:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setOs ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setProperties ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setProperties:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setProperty ( String p1, String p2 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setRepository ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setScope ( NutsDependencyScope p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setScope ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setScope:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setType ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setVersion ( NutsVersion p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setVersion ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.toId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDependencyBuilder.toId:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.1.jar,
NutsDependencyFilter.class
package net.thevpc.nuts
NutsDependencyFilter.acceptDependency ( NutsId p1, NutsDependency p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFilter.acceptDependency:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsDependency;Lnet/thevpc/nuts/NutsSession;)Z
NutsDependencyFilter.and ( NutsDependencyFilter p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilter.and:(Lnet/thevpc/nuts/NutsDependencyFilter;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilter.neg ( ) : NutsFilter
net/thevpc/nuts/NutsDependencyFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsDependencyFilter.neg ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilter.neg:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilter.or ( NutsDependencyFilter p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilter.or:(Lnet/thevpc/nuts/NutsDependencyFilter;)Lnet/thevpc/nuts/NutsDependencyFilter;
nuts-0.8.1.jar,
NutsDependencyFilterManager.class
package net.thevpc.nuts
NutsDependencyFilterManager.byArch ( Collection<NutsArchFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( NutsArchFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( NutsArchFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:([Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byExclude ( NutsDependencyFilter p1, String[ ] p2 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byExclude:(Lnet/thevpc/nuts/NutsDependencyFilter;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byExpression ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOptional ( Boolean p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( Collection<NutsOsFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( NutsOsFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( NutsOsFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:([Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( Collection<NutsDependencyScope> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( NutsDependencyScope p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( NutsDependencyScope... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:([Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( NutsDependencyScopePattern p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byType ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsDependencyFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsDependencyFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsDependencyFilterManager
net/thevpc/nuts/NutsDependencyFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyFilterManager;
nuts-0.8.1.jar,
NutsDependencyFormat.class
package net.thevpc.nuts
NutsDependencyFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsDependencyFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsDependencyFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsDependencyFormat.getOmitQueryProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDependencyFormat.getOmitQueryProperties:()[Ljava/lang/String;
NutsDependencyFormat.getValue ( ) [abstract] : NutsDependency
net/thevpc/nuts/NutsDependencyFormat.getValue:()Lnet/thevpc/nuts/NutsDependency;
NutsDependencyFormat.isHighlightImportedGroup ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isHighlightImportedGroup:()Z
NutsDependencyFormat.isHighlightOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isHighlightOptional:()Z
NutsDependencyFormat.isHighlightScope ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isHighlightScope:()Z
NutsDependencyFormat.isOmitClassifier ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitClassifier:()Z
NutsDependencyFormat.isOmitExclusions ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitExclusions:()Z
NutsDependencyFormat.isOmitGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitGroupId:()Z
NutsDependencyFormat.isOmitImportedGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitImportedGroupId:()Z
NutsDependencyFormat.isOmitOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitOptional:()Z
NutsDependencyFormat.isOmitOtherProperties ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitOtherProperties:()Z
NutsDependencyFormat.isOmitQueryProperty ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitQueryProperty:(Ljava/lang/String;)Z
NutsDependencyFormat.isOmitRepository ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitRepository:()Z
NutsDependencyFormat.isOmitScope ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitScope:()Z
NutsDependencyFormat.setHighlightImportedGroup ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setHighlightImportedGroup:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setHighlightOptional ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setHighlightOptional:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setHighlightScope ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setHighlightScope:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsDependencyFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsDependencyFormat.setNtf ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitClassifier ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitClassifier:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitExclusions ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitExclusions:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitGroupId ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitGroupId:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitImportedGroup ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitImportedGroup:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitOptional ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitOptional:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitOtherProperties ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitOtherProperties:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitQueryProperty ( String p1, boolean p2 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitQueryProperty:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitRepository ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitRepository:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitScope ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitScope:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsDependencyFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsDependencyFormat.setSession ( NutsSession p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setValue ( NutsDependency p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setValue:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDependencyFormat;
nuts-0.8.1.jar,
NutsDependencyManager.class
package net.thevpc.nuts
NutsDependencyManager.builder ( ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyManager.builder:()Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyManager.filter ( ) [abstract] : NutsDependencyFilterManager
net/thevpc/nuts/NutsDependencyManager.filter:()Lnet/thevpc/nuts/NutsDependencyFilterManager;
NutsDependencyManager.formatter ( ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyManager.formatter:()Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyManager.formatter ( NutsDependency p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyManager.formatter:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDependencyManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDependencyManager.parser ( ) [abstract] : NutsDependencyParser
net/thevpc/nuts/NutsDependencyManager.parser:()Lnet/thevpc/nuts/NutsDependencyParser;
NutsDependencyManager.setSession ( NutsSession p1 ) [abstract] : NutsDependencyManager
net/thevpc/nuts/NutsDependencyManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyManager;
NutsDependencyManager.toScopeSet ( NutsDependencyScopePattern p1 ) [abstract] : Set<NutsDependencyScope>
net/thevpc/nuts/NutsDependencyManager.toScopeSet:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Ljava/util/Set;
nuts-0.8.1.jar,
NutsDependencyParser.class
package net.thevpc.nuts
NutsDependencyParser.isLenient ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyParser.isLenient:()Z
NutsDependencyParser.of ( NutsSession session ) [static] : NutsDependencyParser
net/thevpc/nuts/NutsDependencyParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyParser;
NutsDependencyParser.parseDependency ( String p1 ) [abstract] : NutsDependency
net/thevpc/nuts/NutsDependencyParser.parseDependency:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependency;
NutsDependencyParser.parseOptional ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyParser.parseOptional:(Ljava/lang/String;)Z
NutsDependencyParser.parseScope ( String p1 ) [abstract] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyParser.parseScope:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyParser.setLenient ( boolean p1 ) [abstract] : NutsDependencyParser
net/thevpc/nuts/NutsDependencyParser.setLenient:(Z)Lnet/thevpc/nuts/NutsDependencyParser;
nuts-0.8.1.jar,
NutsDependencyScope.class
package net.thevpc.nuts
NutsDependencyScope.id ( ) : String
net/thevpc/nuts/NutsDependencyScope.id:()Ljava/lang/String;
NutsDependencyScope.isApi ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isApi:()Z
NutsDependencyScope.isCompile ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isCompile:()Z
NutsDependencyScope.isImplementation ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isImplementation:()Z
NutsDependencyScope.isOther ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isOther:()Z
NutsDependencyScope.isProvided ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isProvided:()Z
NutsDependencyScope.isRuntime ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isRuntime:()Z
NutsDependencyScope.isSystem ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isSystem:()Z
NutsDependencyScope.isTest ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isTest:()Z
NutsDependencyScope.parseLenient ( String value ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyScope.parseLenient ( String value, NutsDependencyScope emptyOrErrorValue ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyScope.parseLenient ( String value, NutsDependencyScope emptyValue, NutsDependencyScope errorValue ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScope;Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyScope.valueOf ( String name ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyScope.values ( ) [static] : NutsDependencyScope[ ]
net/thevpc/nuts/NutsDependencyScope.values:()[Lnet/thevpc/nuts/NutsDependencyScope;
nuts-0.8.1.jar,
NutsDependencyScopePattern.class
package net.thevpc.nuts
NutsDependencyScopePattern.id ( ) : String
net/thevpc/nuts/NutsDependencyScopePattern.id:()Ljava/lang/String;
NutsDependencyScopePattern.parseLenient ( String value ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.parseLenient ( String value, NutsDependencyScopePattern emptyOrErrorValue ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.parseLenient ( String value, NutsDependencyScopePattern emptyValue, NutsDependencyScopePattern errorValue ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScopePattern;Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.valueOf ( String name ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.values ( ) [static] : NutsDependencyScopePattern[ ]
net/thevpc/nuts/NutsDependencyScopePattern.values:()[Lnet/thevpc/nuts/NutsDependencyScopePattern;
nuts-0.8.1.jar,
NutsDependencyTreeNode.class
package net.thevpc.nuts
NutsDependencyTreeNode.getChildren ( ) [abstract] : NutsDependencyTreeNode[ ]
net/thevpc/nuts/NutsDependencyTreeNode.getChildren:()[Lnet/thevpc/nuts/NutsDependencyTreeNode;
NutsDependencyTreeNode.getDependency ( ) [abstract] : NutsDependency
net/thevpc/nuts/NutsDependencyTreeNode.getDependency:()Lnet/thevpc/nuts/NutsDependency;
NutsDependencyTreeNode.isPartial ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyTreeNode.isPartial:()Z
nuts-0.8.1.jar,
NutsDeployCommand.class
package net.thevpc.nuts
NutsDeployCommand.addId ( NutsId p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.addId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.addId ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.addIds ( NutsId... p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.addIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.addIds ( String... p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.clearIds ( ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.clearIds:()Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsDeployCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsDeployCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsDeployCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsDeployCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsDeployCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsDeployCommand.copySession ( ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.copySession:()Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.from ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.getIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsDeployCommand.getIds:()[Lnet/thevpc/nuts/NutsId;
NutsDeployCommand.getResult ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsDeployCommand.getResult:()[Lnet/thevpc/nuts/NutsId;
NutsDeployCommand.getSha1 ( ) [abstract] : String
net/thevpc/nuts/NutsDeployCommand.getSha1:()Ljava/lang/String;
NutsDeployCommand.getTargetRepository ( ) [abstract] : String
net/thevpc/nuts/NutsDeployCommand.getTargetRepository:()Ljava/lang/String;
NutsDeployCommand.removeId ( NutsId p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.removeId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.removeId ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsDeployCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsDeployCommand.run ( ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.run:()Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setContent ( File p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setContent:(Ljava/io/File;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setContent ( InputStream p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setContent:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setContent ( Path p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setContent:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setContent ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setContent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setContent ( URL p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setContent:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setDescriptor ( File p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setDescriptor:(Ljava/io/File;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setDescriptor ( InputStream p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setDescriptor:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setDescriptor ( NutsDescriptor p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setDescriptor ( Path p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setDescriptor:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setDescriptor ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setDescriptor:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setDescriptor ( URL p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setDescriptor:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setDescSha1 ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setDescSha1:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setRepository ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsDeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsDeployCommand.setSession ( NutsSession p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setSha1 ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setSha1:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setSourceRepository ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setSourceRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setTargetRepository ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setTargetRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.to ( String p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDeployCommand;
nuts-0.8.1.jar,
NutsDeployRepositoryCommand.class
package net.thevpc.nuts.spi
NutsDeployRepositoryCommand.getContent ( ) [abstract] : Object
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.getContent:()Ljava/lang/Object;
NutsDeployRepositoryCommand.getDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.getDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsDeployRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsDeployRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsDeployRepositoryCommand.run ( ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( File p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/io/File;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( InputStream p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/io/InputStream;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( Path p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( URL p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/net/URL;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setDescriptor ( NutsDescriptor p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsDeployRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
nuts-0.8.1.jar,
NutsDescriptor.class
package net.thevpc.nuts
NutsDescriptor.builder ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptor.builder:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptor.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getArch:()[Ljava/lang/String;
NutsDescriptor.getCategories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getCategories:()[Ljava/lang/String;
NutsDescriptor.getClassifierMappings ( ) [abstract] : NutsClassifierMapping[ ]
net/thevpc/nuts/NutsDescriptor.getClassifierMappings:()[Lnet/thevpc/nuts/NutsClassifierMapping;
NutsDescriptor.getDependencies ( ) [abstract] : NutsDependency[ ]
net/thevpc/nuts/NutsDescriptor.getDependencies:()[Lnet/thevpc/nuts/NutsDependency;
NutsDescriptor.getDescription ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptor.getDescription:()Ljava/lang/String;
NutsDescriptor.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getDesktopEnvironment:()[Ljava/lang/String;
NutsDescriptor.getExecutor ( ) [abstract] : NutsArtifactCall
net/thevpc/nuts/NutsDescriptor.getExecutor:()Lnet/thevpc/nuts/NutsArtifactCall;
NutsDescriptor.getGenericName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptor.getGenericName:()Ljava/lang/String;
NutsDescriptor.getIcons ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getIcons:()[Ljava/lang/String;
NutsDescriptor.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDescriptor.getId:()Lnet/thevpc/nuts/NutsId;
NutsDescriptor.getInstaller ( ) [abstract] : NutsArtifactCall
net/thevpc/nuts/NutsDescriptor.getInstaller:()Lnet/thevpc/nuts/NutsArtifactCall;
NutsDescriptor.getLocations ( ) [abstract] : NutsIdLocation[ ]
net/thevpc/nuts/NutsDescriptor.getLocations:()[Lnet/thevpc/nuts/NutsIdLocation;
NutsDescriptor.getName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptor.getName:()Ljava/lang/String;
NutsDescriptor.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getOs:()[Ljava/lang/String;
NutsDescriptor.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getOsdist:()[Ljava/lang/String;
NutsDescriptor.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptor.getPackaging:()Ljava/lang/String;
NutsDescriptor.getParents ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsDescriptor.getParents:()[Lnet/thevpc/nuts/NutsId;
NutsDescriptor.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getPlatform:()[Ljava/lang/String;
NutsDescriptor.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsDescriptor.getProperties:()Ljava/util/Map;
NutsDescriptor.getStandardDependencies ( ) [abstract] : NutsDependency[ ]
net/thevpc/nuts/NutsDescriptor.getStandardDependencies:()[Lnet/thevpc/nuts/NutsDependency;
NutsDescriptor.isApplication ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptor.isApplication:()Z
NutsDescriptor.isExecutable ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptor.isExecutable:()Z
nuts-0.8.1.jar,
NutsDescriptorBuilder.class
package net.thevpc.nuts
NutsDescriptorBuilder.addArch ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addClassifierMapping ( NutsClassifierMapping p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addClassifierMapping:(Lnet/thevpc/nuts/NutsClassifierMapping;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addDependencies ( NutsDependency[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addDependencies:([Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addDependency ( NutsDependency p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addDependency:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addLocation ( NutsIdLocation p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addLocation:(Lnet/thevpc/nuts/NutsIdLocation;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addOs ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addOsdist ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addOsdist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addPlatform ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addPlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addProperties ( Map<String,String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addStandardDependencies ( NutsDependency[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addStandardDependencies:([Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addStandardDependency ( NutsDependency p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addStandardDependency:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.applyParents ( NutsDescriptor[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.applyParents:([Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.applyProperties ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.applyProperties:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.applyProperties ( Map<String,String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.applyProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.build ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorBuilder.build:()Lnet/thevpc/nuts/NutsDescriptor;
NutsDescriptorBuilder.clear ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.clear:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getArch:()[Ljava/lang/String;
NutsDescriptorBuilder.getCategories ( ) [abstract] : List<String>
net/thevpc/nuts/NutsDescriptorBuilder.getCategories:()Ljava/util/List;
NutsDescriptorBuilder.getClassifierMappings ( ) [abstract] : NutsClassifierMapping[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getClassifierMappings:()[Lnet/thevpc/nuts/NutsClassifierMapping;
NutsDescriptorBuilder.getDependencies ( ) [abstract] : NutsDependency[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getDependencies:()[Lnet/thevpc/nuts/NutsDependency;
NutsDescriptorBuilder.getDescription ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorBuilder.getDescription:()Ljava/lang/String;
NutsDescriptorBuilder.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getDesktopEnvironment:()[Ljava/lang/String;
NutsDescriptorBuilder.getExecutor ( ) [abstract] : NutsArtifactCall
net/thevpc/nuts/NutsDescriptorBuilder.getExecutor:()Lnet/thevpc/nuts/NutsArtifactCall;
NutsDescriptorBuilder.getGenericName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorBuilder.getGenericName:()Ljava/lang/String;
NutsDescriptorBuilder.getIcons ( ) [abstract] : List<String>
net/thevpc/nuts/NutsDescriptorBuilder.getIcons:()Ljava/util/List;
NutsDescriptorBuilder.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDescriptorBuilder.getId:()Lnet/thevpc/nuts/NutsId;
NutsDescriptorBuilder.getInstaller ( ) [abstract] : NutsArtifactCall
net/thevpc/nuts/NutsDescriptorBuilder.getInstaller:()Lnet/thevpc/nuts/NutsArtifactCall;
NutsDescriptorBuilder.getLocations ( ) [abstract] : NutsIdLocation[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getLocations:()[Lnet/thevpc/nuts/NutsIdLocation;
NutsDescriptorBuilder.getName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorBuilder.getName:()Ljava/lang/String;
NutsDescriptorBuilder.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getOs:()[Ljava/lang/String;
NutsDescriptorBuilder.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getOsdist:()[Ljava/lang/String;
NutsDescriptorBuilder.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorBuilder.getPackaging:()Ljava/lang/String;
NutsDescriptorBuilder.getParents ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getParents:()[Lnet/thevpc/nuts/NutsId;
NutsDescriptorBuilder.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getPlatform:()[Ljava/lang/String;
NutsDescriptorBuilder.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsDescriptorBuilder.getProperties:()Ljava/util/Map;
NutsDescriptorBuilder.getStandardDependencies ( ) [abstract] : NutsDependency[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getStandardDependencies:()[Lnet/thevpc/nuts/NutsDependency;
NutsDescriptorBuilder.isApplication ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorBuilder.isApplication:()Z
NutsDescriptorBuilder.isExecutable ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorBuilder.isExecutable:()Z
NutsDescriptorBuilder.of ( NutsSession session ) [static] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeArch ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeDependency ( NutsDependency p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeDependency:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeDependency ( Predicate<NutsDependency> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeDependency:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeDesktopEnvironment ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeDesktopEnvironment:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeOs ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeOsdist ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeOsdist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removePlatform ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removePlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeStandardDependency ( NutsDependency p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeStandardDependency:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.replaceDependency ( Predicate<NutsDependency> p1, UnaryOperator<NutsDependency> p2 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.replaceDependency:(Ljava/util/function/Predicate;Ljava/util/function/UnaryOperator;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.replaceProperty ( Predicate<Map.Entry<String,String>> p1, Function<Map.Entry<String,String>,String> p2 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.replaceProperty:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.set ( NutsDescriptor p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.set:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.set ( NutsDescriptorBuilder p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.set:(Lnet/thevpc/nuts/NutsDescriptorBuilder;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setApplication ( boolean p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setApplication:(Z)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setArch ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setCategories ( List<String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setCategories:(Ljava/util/List;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setClassifierMappings ( NutsClassifierMapping[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setClassifierMappings:([Lnet/thevpc/nuts/NutsClassifierMapping;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setDependencies ( NutsDependency[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setDependencies:([Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setDescription ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setDescription:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setDesktopEnvironment ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setDesktopEnvironment:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setExecutable ( boolean p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setExecutable:(Z)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setExecutor ( NutsArtifactCall p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setExecutor:(Lnet/thevpc/nuts/NutsArtifactCall;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setGenericName ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setGenericName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setIcons ( List<String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setIcons:(Ljava/util/List;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setId ( NutsId p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setId ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setInstaller ( NutsArtifactCall p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setInstaller:(Lnet/thevpc/nuts/NutsArtifactCall;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setLocations ( NutsIdLocation[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setLocations:([Lnet/thevpc/nuts/NutsIdLocation;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setName ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setOs ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setOs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setOsdist ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setOsdist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setPackaging ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setParents ( NutsId[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setParents:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setPlatform ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setProperty ( String p1, String p2 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setStandardDependencies ( NutsDependency[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setStandardDependencies:([Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
nuts-0.8.1.jar,
NutsDescriptorContentParserComponent.class
package net.thevpc.nuts.spi
NutsDescriptorContentParserComponent.parse ( NutsDescriptorContentParserContext p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsDescriptorContentParserComponent.parse:(Lnet/thevpc/nuts/spi/NutsDescriptorContentParserContext;)Lnet/thevpc/nuts/NutsDescriptor;
nuts-0.8.1.jar,
NutsDescriptorContentParserContext.class
package net.thevpc.nuts.spi
NutsDescriptorContentParserContext.getFileExtension ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getFileExtension:()Ljava/lang/String;
NutsDescriptorContentParserContext.getFullStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getFullStream:()Ljava/io/InputStream;
NutsDescriptorContentParserContext.getHeadStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getHeadStream:()Ljava/io/InputStream;
NutsDescriptorContentParserContext.getMimeType ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getMimeType:()Ljava/lang/String;
NutsDescriptorContentParserContext.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getName:()Ljava/lang/String;
NutsDescriptorContentParserContext.getParseOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getParseOptions:()[Ljava/lang/String;
NutsDescriptorContentParserContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorContentParserContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsDescriptorFilter.class
package net.thevpc.nuts
NutsDescriptorFilter.acceptDescriptor ( NutsDescriptor p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorFilter.acceptDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;Lnet/thevpc/nuts/NutsSession;)Z
NutsDescriptorFilter.acceptSearchId ( NutsSearchId sid, NutsSession session ) : boolean
net/thevpc/nuts/NutsDescriptorFilter.acceptSearchId:(Lnet/thevpc/nuts/NutsSearchId;Lnet/thevpc/nuts/NutsSession;)Z
NutsDescriptorFilter.and ( NutsDescriptorFilter p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilter.and:(Lnet/thevpc/nuts/NutsDescriptorFilter;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilter.neg ( ) : NutsFilter
net/thevpc/nuts/NutsDescriptorFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsDescriptorFilter.neg ( ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilter.neg:()Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilter.or ( NutsDescriptorFilter p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilter.or:(Lnet/thevpc/nuts/NutsDescriptorFilter;)Lnet/thevpc/nuts/NutsDescriptorFilter;
nuts-0.8.1.jar,
NutsDescriptorFilterManager.class
package net.thevpc.nuts
NutsDescriptorFilterManager.byApiVersion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byApp ( Boolean p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byApp:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byArch ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byCompanion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byCompanion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExec ( Boolean p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExec:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExpression ( String p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExtension ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExtension:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byLockedIds ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byOsdist ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byOsdist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byPackaging ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byPackaging:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byPlatform ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byRuntime ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byRuntime:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsDescriptorFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsDescriptorFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorFilterManager
net/thevpc/nuts/NutsDescriptorFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFilterManager;
nuts-0.8.1.jar,
NutsDescriptorFormat.class
package net.thevpc.nuts
NutsDescriptorFormat.compact ( ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.compact:()Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorFormat.compact ( boolean p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.compact:(Z)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsDescriptorFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsDescriptorFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsDescriptorFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorFormat.isCompact:()Z
NutsDescriptorFormat.setCompact ( boolean p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsDescriptorFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsDescriptorFormat.setNtf ( boolean p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorFormat.setValue ( NutsDescriptor p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.setValue:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorFormat;
nuts-0.8.1.jar,
NutsDescriptorManager.class
package net.thevpc.nuts
NutsDescriptorManager.callBuilder ( ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsDescriptorManager.callBuilder:()Lnet/thevpc/nuts/NutsArtifactCallBuilder;
NutsDescriptorManager.classifierBuilder ( ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsDescriptorManager.classifierBuilder:()Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsDescriptorManager.descriptorBuilder ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorManager.descriptorBuilder:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorManager.filter ( ) [abstract] : NutsDescriptorFilterManager
net/thevpc/nuts/NutsDescriptorManager.filter:()Lnet/thevpc/nuts/NutsDescriptorFilterManager;
NutsDescriptorManager.formatter ( ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorManager.formatter:()Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorManager.formatter ( NutsDescriptor p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorManager.formatter:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDescriptorManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorManager.locationBuilder ( ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsDescriptorManager.locationBuilder:()Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsDescriptorManager.parser ( ) [abstract] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorManager.parser:()Lnet/thevpc/nuts/NutsDescriptorParser;
NutsDescriptorManager.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorManager
net/thevpc/nuts/NutsDescriptorManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorManager;
nuts-0.8.1.jar,
NutsDescriptorParser.class
package net.thevpc.nuts
NutsDescriptorParser.getDescriptorStyle ( ) [abstract] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorParser.getDescriptorStyle:()Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorParser.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDescriptorParser.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorParser.isLenient ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorParser.isLenient:()Z
NutsDescriptorParser.of ( NutsSession session ) [static] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorParser;
NutsDescriptorParser.parse ( byte[ ] p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorParser.parse:([B)Lnet/thevpc/nuts/NutsDescriptor;
NutsDescriptorParser.parse ( File p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorParser.parse:(Ljava/io/File;)Lnet/thevpc/nuts/NutsDescriptor;
NutsDescriptorParser.parse ( InputStream p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorParser.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsDescriptor;
NutsDescriptorParser.parse ( Path p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorParser.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsDescriptor;
NutsDescriptorParser.parse ( String p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorParser.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptor;
NutsDescriptorParser.parse ( URL p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorParser.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsDescriptor;
NutsDescriptorParser.setDescriptorStyle ( NutsDescriptorStyle p1 ) [abstract] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorParser.setDescriptorStyle:(Lnet/thevpc/nuts/NutsDescriptorStyle;)Lnet/thevpc/nuts/NutsDescriptorParser;
NutsDescriptorParser.setLenient ( boolean p1 ) [abstract] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorParser.setLenient:(Z)Lnet/thevpc/nuts/NutsDescriptorParser;
NutsDescriptorParser.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorParser.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorParser;
nuts-0.8.1.jar,
NutsDescriptorStyle.class
package net.thevpc.nuts
NutsDescriptorStyle.id ( ) : String
net/thevpc/nuts/NutsDescriptorStyle.id:()Ljava/lang/String;
NutsDescriptorStyle.parseLenient ( String value ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyOrErrorValue ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorStyle;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyValue, NutsDescriptorStyle errorValue ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorStyle;Lnet/thevpc/nuts/NutsDescriptorStyle;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.valueOf ( String name ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.values ( ) [static] : NutsDescriptorStyle[ ]
net/thevpc/nuts/NutsDescriptorStyle.values:()[Lnet/thevpc/nuts/NutsDescriptorStyle;
nuts-0.8.1.jar,
NutsDesktopEnvironmentFamily.class
package net.thevpc.nuts
NutsDesktopEnvironmentFamily.id ( ) : String
net/thevpc/nuts/NutsDesktopEnvironmentFamily.id:()Ljava/lang/String;
NutsDesktopEnvironmentFamily.parseLenient ( String e ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyOrErrorValue ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyValue, NutsDesktopEnvironmentFamily errorValue ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.valueOf ( String name ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.values ( ) [static] : NutsDesktopEnvironmentFamily[ ]
net/thevpc/nuts/NutsDesktopEnvironmentFamily.values:()[Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
nuts-0.8.1.jar,
NutsDesktopIntegrationItem.class
package net.thevpc.nuts
NutsDesktopIntegrationItem.id ( ) : String
net/thevpc/nuts/NutsDesktopIntegrationItem.id:()Ljava/lang/String;
NutsDesktopIntegrationItem.parseLenient ( String value ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.parseLenient ( String value, NutsDesktopIntegrationItem emptyOrErrorValue ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.parseLenient ( String value, NutsDesktopIntegrationItem emptyValue, NutsDesktopIntegrationItem errorValue ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopIntegrationItem;Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.valueOf ( String name ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.values ( ) [static] : NutsDesktopIntegrationItem[ ]
net/thevpc/nuts/NutsDesktopIntegrationItem.values:()[Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
nuts-0.8.1.jar,
NutsElement.class
package net.thevpc.nuts
NutsElement.asArray ( ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsElement.asArray:()Lnet/thevpc/nuts/NutsArrayElement;
NutsElement.asBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.asBoolean:()Z
NutsElement.asByte ( ) [abstract] : byte
net/thevpc/nuts/NutsElement.asByte:()B
NutsElement.asDouble ( ) [abstract] : double
net/thevpc/nuts/NutsElement.asDouble:()D
NutsElement.asFloat ( ) [abstract] : float
net/thevpc/nuts/NutsElement.asFloat:()F
NutsElement.asInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsElement.asInstant:()Ljava/time/Instant;
NutsElement.asInt ( ) [abstract] : int
net/thevpc/nuts/NutsElement.asInt:()I
NutsElement.asLong ( ) [abstract] : long
net/thevpc/nuts/NutsElement.asLong:()J
NutsElement.asObject ( ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsElement.asObject:()Lnet/thevpc/nuts/NutsObjectElement;
NutsElement.asPrimitive ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElement.asPrimitive:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElement.asSafeArray ( ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsElement.asSafeArray:()Lnet/thevpc/nuts/NutsArrayElement;
NutsElement.asSafeByte ( ) [abstract] : Byte
net/thevpc/nuts/NutsElement.asSafeByte:()Ljava/lang/Byte;
NutsElement.asSafeByte ( byte p1 ) [abstract] : byte
net/thevpc/nuts/NutsElement.asSafeByte:(B)B
NutsElement.asSafeDouble ( ) [abstract] : Double
net/thevpc/nuts/NutsElement.asSafeDouble:()Ljava/lang/Double;
NutsElement.asSafeDouble ( double p1 ) [abstract] : double
net/thevpc/nuts/NutsElement.asSafeDouble:(D)D
NutsElement.asSafeFloat ( ) [abstract] : Float
net/thevpc/nuts/NutsElement.asSafeFloat:()Ljava/lang/Float;
NutsElement.asSafeFloat ( float p1 ) [abstract] : float
net/thevpc/nuts/NutsElement.asSafeFloat:(F)F
NutsElement.asSafeInt ( ) [abstract] : Integer
net/thevpc/nuts/NutsElement.asSafeInt:()Ljava/lang/Integer;
NutsElement.asSafeInt ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsElement.asSafeInt:(I)I
NutsElement.asSafeLong ( ) [abstract] : Long
net/thevpc/nuts/NutsElement.asSafeLong:()Ljava/lang/Long;
NutsElement.asSafeLong ( long p1 ) [abstract] : long
net/thevpc/nuts/NutsElement.asSafeLong:(J)J
NutsElement.asSafeObject ( ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsElement.asSafeObject:()Lnet/thevpc/nuts/NutsObjectElement;
NutsElement.asSafeShort ( ) [abstract] : Short
net/thevpc/nuts/NutsElement.asSafeShort:()Ljava/lang/Short;
NutsElement.asSafeShort ( short p1 ) [abstract] : short
net/thevpc/nuts/NutsElement.asSafeShort:(S)S
NutsElement.asSafeString ( ) [abstract] : String
net/thevpc/nuts/NutsElement.asSafeString:()Ljava/lang/String;
NutsElement.asSafeString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsElement.asSafeString:(Ljava/lang/String;)Ljava/lang/String;
NutsElement.asShort ( ) [abstract] : short
net/thevpc/nuts/NutsElement.asShort:()S
NutsElement.asString ( ) [abstract] : String
net/thevpc/nuts/NutsElement.asString:()Ljava/lang/String;
NutsElement.isArray ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isArray:()Z
NutsElement.isByte ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isByte:()Z
NutsElement.isDouble ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isDouble:()Z
NutsElement.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isEmpty:()Z
NutsElement.isFloat ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isFloat:()Z
NutsElement.isInstant ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isInstant:()Z
NutsElement.isInt ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isInt:()Z
NutsElement.isLong ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isLong:()Z
NutsElement.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isNull:()Z
NutsElement.isNumber ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isNumber:()Z
NutsElement.isObject ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isObject:()Z
NutsElement.isPrimitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isPrimitive:()Z
NutsElement.isShort ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isShort:()Z
NutsElement.isString ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isString:()Z
NutsElement.type ( ) [abstract] : NutsElementType
net/thevpc/nuts/NutsElement.type:()Lnet/thevpc/nuts/NutsElementType;
nuts-0.8.1.jar,
NutsElementEntry.class
package net.thevpc.nuts
NutsElementEntry.getKey ( ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementEntry.getKey:()Lnet/thevpc/nuts/NutsElement;
NutsElementEntry.getValue ( ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementEntry.getValue:()Lnet/thevpc/nuts/NutsElement;
nuts-0.8.1.jar,
NutsElementFactoryContext.class
package net.thevpc.nuts
NutsElementFactoryContext.defaultDestruct ( Object p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.defaultDestruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFactoryContext.defaultElementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.defaultElementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.defaultObjectToElement ( Object p1, Type p2 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFactoryContext.defaultObjectToElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/NutsElement;
NutsElementFactoryContext.destruct ( Object p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.destruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.element ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFactoryContext.element:()Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFactoryContext.elementToObject ( NutsElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFactoryContext.elementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFactoryContext.elementToObject ( NutsElement p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.elementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.getDestructTypeFilter ( ) [abstract] : Predicate<Type>
net/thevpc/nuts/NutsElementFactoryContext.getDestructTypeFilter:()Ljava/util/function/Predicate;
NutsElementFactoryContext.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsElementFactoryContext.getProperties:()Ljava/util/Map;
NutsElementFactoryContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsElementFactoryContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsElementFactoryContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsElementFactoryContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsElementFactoryContext.objectToElement ( Object p1, Type p2 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFactoryContext.objectToElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/NutsElement;
nuts-0.8.1.jar,
NutsElementFormat.class
package net.thevpc.nuts
NutsElementFormat.compilePath ( String p1 ) [abstract] : NutsElementPath
net/thevpc/nuts/NutsElementFormat.compilePath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementPath;
NutsElementFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsElementFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsElementFormat.convert ( Object p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.convert:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.destruct ( Object p1 ) [abstract] : Object
net/thevpc/nuts/NutsElementFormat.destruct:(Ljava/lang/Object;)Ljava/lang/Object;
NutsElementFormat.forArray ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsElementFormat.forArray:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsElementFormat.forBoolean ( boolean p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forBoolean:(Z)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forBoolean ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forBoolean:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forByte ( Byte p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forByte:(Ljava/lang/Byte;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forDouble ( Double p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forDouble:(Ljava/lang/Double;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forEntry ( NutsElement p1, NutsElement p2 ) [abstract] : NutsElementEntry
net/thevpc/nuts/NutsElementFormat.forEntry:(Lnet/thevpc/nuts/NutsElement;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElementEntry;
NutsElementFormat.forFalse ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFalse:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forFloat ( Float p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFloat:(Ljava/lang/Float;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forFloat ( Short p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFloat:(Ljava/lang/Short;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( Date p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/util/Date;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( Instant p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInt ( Integer p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInt:(Ljava/lang/Integer;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forLong ( Long p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forLong:(Ljava/lang/Long;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNull ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNull:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNumber ( Number p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNumber:(Ljava/lang/Number;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNumber ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNumber:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forObject ( ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsElementFormat.forObject:()Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsElementFormat.forString ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forString:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forTrue ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forTrue:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.getContentType ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsElementFormat.getContentType:()Lnet/thevpc/nuts/NutsContentType;
NutsElementFormat.getDestructTypeFilter ( ) [abstract] : Predicate<Type>
net/thevpc/nuts/NutsElementFormat.getDestructTypeFilter:()Ljava/util/function/Predicate;
NutsElementFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsElementFormat.getValue:()Ljava/lang/Object;
NutsElementFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsElementFormat.isCompact:()Z
NutsElementFormat.iter ( NutsPrintStream p1 ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsElementFormat.iter:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsIterableFormat;
NutsElementFormat.of ( NutsSession session ) [static] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.parse ( byte[ ] p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:([B)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( byte[ ] p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:([BLjava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( File p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/File;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( File p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/File;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( InputStream p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( InputStream p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/InputStream;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( Path p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( Path p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/nio/file/Path;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( Reader p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( Reader p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/Reader;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( String p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( URL p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( URL p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/net/URL;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.setCompact ( boolean p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setContentType ( NutsContentType p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setContentType:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setDestructTypeFilter ( Predicate<Type> p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setDestructTypeFilter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setMapper ( Class p1, NutsElementMapper p2 ) [abstract] : void
net/thevpc/nuts/NutsElementFormat.setMapper:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsElementMapper;)V
NutsElementFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsElementFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setNtf ( boolean p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsElementFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setSession ( NutsSession p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setValue ( Object p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.toElement ( Object p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.toElement:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElement;
nuts-0.8.1.jar,
NutsElementMapper.class
package net.thevpc.nuts
NutsElementMapper<T>.createElement ( T p1, Type p2, NutsElementFactoryContext p3 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementMapper.createElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/NutsElementFactoryContext;)Lnet/thevpc/nuts/NutsElement;
NutsElementMapper<T>.createObject ( NutsElement p1, Type p2, NutsElementFactoryContext p3 ) [abstract] : T
net/thevpc/nuts/NutsElementMapper.createObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/NutsElementFactoryContext;)Ljava/lang/Object;
NutsElementMapper<T>.destruct ( T p1, Type p2, NutsElementFactoryContext p3 ) [abstract] : Object
net/thevpc/nuts/NutsElementMapper.destruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/NutsElementFactoryContext;)Ljava/lang/Object;
nuts-0.8.1.jar,
NutsElementNotFoundException.class
package net.thevpc.nuts
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsElementPath.class
package net.thevpc.nuts
NutsElementPath.filter ( List<NutsElement> p1 ) [abstract] : List<NutsElement>
net/thevpc/nuts/NutsElementPath.filter:(Ljava/util/List;)Ljava/util/List;
NutsElementPath.filter ( NutsElement p1 ) [abstract] : List<NutsElement>
net/thevpc/nuts/NutsElementPath.filter:(Lnet/thevpc/nuts/NutsElement;)Ljava/util/List;
nuts-0.8.1.jar,
NutsElementType.class
package net.thevpc.nuts
NutsElementType.id ( ) : String
net/thevpc/nuts/NutsElementType.id:()Ljava/lang/String;
NutsElementType.isNumber ( ) : boolean
net/thevpc/nuts/NutsElementType.isNumber:()Z
NutsElementType.isPrimitive ( ) : boolean
net/thevpc/nuts/NutsElementType.isPrimitive:()Z
NutsElementType.parseLenient ( String value ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementType;
NutsElementType.parseLenient ( String value, NutsElementType emptyOrErrorValue ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsElementType;)Lnet/thevpc/nuts/NutsElementType;
NutsElementType.parseLenient ( String value, NutsElementType emptyValue, NutsElementType errorValue ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsElementType;Lnet/thevpc/nuts/NutsElementType;)Lnet/thevpc/nuts/NutsElementType;
NutsElementType.valueOf ( String name ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementType;
NutsElementType.values ( ) [static] : NutsElementType[ ]
net/thevpc/nuts/NutsElementType.values:()[Lnet/thevpc/nuts/NutsElementType;
nuts-0.8.1.jar,
NutsEnum.class
package net.thevpc.nuts
NutsEnum.id ( ) [abstract] : String
net/thevpc/nuts/NutsEnum.id:()Ljava/lang/String;
NutsEnum.parseLenient ( Class<T> type, String value ) [static] : T
net/thevpc/nuts/NutsEnum.parseLenient:(Ljava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnum;
NutsEnum.parseLenient ( Class<T> type, String value, T emptyOrErrorValue ) [static] : T
net/thevpc/nuts/NutsEnum.parseLenient:(Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsEnum;)Lnet/thevpc/nuts/NutsEnum;
NutsEnum.parseLenient ( Class<T> type, String value, T emptyValue, T errorOrUnknownValue ) [static] : T
net/thevpc/nuts/NutsEnum.parseLenient:(Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsEnum;Lnet/thevpc/nuts/NutsEnum;)Lnet/thevpc/nuts/NutsEnum;
nuts-0.8.1.jar,
NutsException.class
package net.thevpc.nuts
NutsException.getFormattedMessage ( ) : NutsMessage
net/thevpc/nuts/NutsException.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsException.getFormattedString ( ) : NutsString
net/thevpc/nuts/NutsException.getFormattedString:()Lnet/thevpc/nuts/NutsString;
NutsException.getSession ( ) : NutsSession
net/thevpc/nuts/NutsException.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsException.getWorkspace ( ) : NutsWorkspace
net/thevpc/nuts/NutsException.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsException.NutsException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsException.NutsException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsException.NutsException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsExceptionBase.class
package net.thevpc.nuts
NutsExceptionBase.detectExceptionBase ( Throwable th ) [static] : NutsExceptionBase
net/thevpc/nuts/NutsExceptionBase.detectExceptionBase:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/NutsExceptionBase;
NutsExceptionBase.detectSession ( Throwable th ) [static] : NutsSession
net/thevpc/nuts/NutsExceptionBase.detectSession:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/NutsSession;
NutsExceptionBase.getFormattedMessage ( ) [abstract] : NutsMessage
net/thevpc/nuts/NutsExceptionBase.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsExceptionBase.getFormattedString ( ) [abstract] : NutsString
net/thevpc/nuts/NutsExceptionBase.getFormattedString:()Lnet/thevpc/nuts/NutsString;
NutsExceptionBase.getMessage ( ) [abstract] : String
net/thevpc/nuts/NutsExceptionBase.getMessage:()Ljava/lang/String;
NutsExceptionBase.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExceptionBase.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsExceptionBase.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsExceptionBase.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsExecCommand.class
package net.thevpc.nuts
NutsExecCommand.addCommand ( Collection<String> p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.addCommand:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.addCommand ( String... p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.addCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.addEnv ( Map<String,String> p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.addEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.addExecutorOption ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.addExecutorOption:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.addExecutorOptions ( Collection<String> p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.addExecutorOptions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.addExecutorOptions ( String... p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.addExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.clearCommand ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.clearCommand:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.clearEnv ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.clearEnv:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.clearExecutorOptions ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.clearExecutorOptions:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsExecCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsExecCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsExecCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsExecCommand.copy ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.copy:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.copyFrom ( NutsExecCommand p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.copyFrom:(Lnet/thevpc/nuts/NutsExecCommand;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsExecCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsExecCommand.copySession ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.copySession:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.formatter ( ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommand.formatter:()Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommand.getCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsExecCommand.getCommand:()[Ljava/lang/String;
NutsExecCommand.getDirectory ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getDirectory:()Ljava/lang/String;
NutsExecCommand.getEnv ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsExecCommand.getEnv:()Ljava/util/Map;
NutsExecCommand.getErr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsExecCommand.getErr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsExecCommand.getErrorString ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getErrorString:()Ljava/lang/String;
NutsExecCommand.getExecutionType ( ) [abstract] : NutsExecutionType
net/thevpc/nuts/NutsExecCommand.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsExecCommand.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsExecCommand.getExecutorOptions:()[Ljava/lang/String;
NutsExecCommand.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/NutsExecCommand.getIn:()Ljava/io/InputStream;
NutsExecCommand.getOut ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsExecCommand.getOut:()Lnet/thevpc/nuts/NutsPrintStream;
NutsExecCommand.getOutputString ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getOutputString:()Ljava/lang/String;
NutsExecCommand.getRedirectInpuFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectInpuFile:()Ljava/lang/String;
NutsExecCommand.getRedirectOuputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectOuputFile:()Ljava/lang/String;
NutsExecCommand.getResult ( ) [abstract] : int
net/thevpc/nuts/NutsExecCommand.getResult:()I
NutsExecCommand.getResultException ( ) [abstract] : NutsExecutionException
net/thevpc/nuts/NutsExecCommand.getResultException:()Lnet/thevpc/nuts/NutsExecutionException;
NutsExecCommand.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsExecCommand.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsExecCommand.getSleepMillis ( ) [abstract] : int
net/thevpc/nuts/NutsExecCommand.getSleepMillis:()I
NutsExecCommand.grabErrorString ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.grabErrorString:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.grabOutputString ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.grabOutputString:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.isDry ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommand.isDry:()Z
NutsExecCommand.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommand.isFailFast:()Z
NutsExecCommand.isInheritSystemIO ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommand.isInheritSystemIO:()Z
NutsExecCommand.isRedirectErrorStream ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommand.isRedirectErrorStream:()Z
NutsExecCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsExecCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsExecCommand.run ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.run:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setCommand ( Collection<String> p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setCommand:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setCommand ( NutsDefinition p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setCommand:(Lnet/thevpc/nuts/NutsDefinition;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setCommand ( String... p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setDirectory ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setDirectory:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setDry ( boolean p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setDry:(Z)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setEnv ( Map<String,String> p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setEnv ( String p1, String p2 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setEnv:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setErr ( NutsPrintStream p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setErr:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setExecutionType ( NutsExecutionType p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setExecutionType:(Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setFailFast ( boolean p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setFailFast:(Z)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setIn ( InputStream p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setIn:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setInheritSystemIO ( boolean p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setInheritSystemIO:(Z)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setOut ( NutsPrintStream p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setOut:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRedirectErrorStream ( boolean p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectErrorStream:(Z)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRedirectInpuFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectInpuFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRedirectOuputFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectOuputFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRunAs ( NutsRunAs p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRunAs:(Lnet/thevpc/nuts/NutsRunAs;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsExecCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsExecCommand.setSession ( NutsSession p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setSleepMillis ( int p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setSleepMillis:(I)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.which ( ) [abstract] : NutsExecutableInformation
net/thevpc/nuts/NutsExecCommand.which:()Lnet/thevpc/nuts/NutsExecutableInformation;
nuts-0.8.1.jar,
NutsExecCommandFormat.class
package net.thevpc.nuts
NutsExecCommandFormat.getArgumentFilter ( ) [abstract] : Predicate<NutsExecCommandFormat.ArgEntry>
net/thevpc/nuts/NutsExecCommandFormat.getArgumentFilter:()Ljava/util/function/Predicate;
NutsExecCommandFormat.getArgumentReplacer ( ) [abstract] : Function<NutsExecCommandFormat.ArgEntry,String>
net/thevpc/nuts/NutsExecCommandFormat.getArgumentReplacer:()Ljava/util/function/Function;
NutsExecCommandFormat.getEnvFilter ( ) [abstract] : Predicate<NutsExecCommandFormat.EnvEntry>
net/thevpc/nuts/NutsExecCommandFormat.getEnvFilter:()Ljava/util/function/Predicate;
NutsExecCommandFormat.getEnvReplacer ( ) [abstract] : Function<NutsExecCommandFormat.EnvEntry,String>
net/thevpc/nuts/NutsExecCommandFormat.getEnvReplacer:()Ljava/util/function/Function;
NutsExecCommandFormat.getValue ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommandFormat.getValue:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommandFormat.isRedirectError ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommandFormat.isRedirectError:()Z
NutsExecCommandFormat.isRedirectInput ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommandFormat.isRedirectInput:()Z
NutsExecCommandFormat.isRedirectOutput ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommandFormat.isRedirectOutput:()Z
NutsExecCommandFormat.setArgumentFilter ( Predicate<NutsExecCommandFormat.ArgEntry> p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setArgumentFilter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setArgumentReplacer ( Function<NutsExecCommandFormat.ArgEntry,String> p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setArgumentReplacer:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setEnvFilter ( Predicate<NutsExecCommandFormat.EnvEntry> p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setEnvFilter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setEnvReplacer ( Function<NutsExecCommandFormat.EnvEntry,String> p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setEnvReplacer:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsExecCommandFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsExecCommandFormat.setNtf ( boolean p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setRedirectError ( boolean p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setRedirectError:(Z)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setRedirectInput ( boolean p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setRedirectInput:(Z)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setRedirectOutput ( boolean p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setRedirectOutput:(Z)Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommandFormat.setValue ( NutsExecCommand p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setValue:(Lnet/thevpc/nuts/NutsExecCommand;)Lnet/thevpc/nuts/NutsExecCommandFormat;
nuts-0.8.1.jar,
NutsExecutableInformation.class
package net.thevpc.nuts
NutsExecutableInformation.getDescription ( ) [abstract] : String
net/thevpc/nuts/NutsExecutableInformation.getDescription:()Ljava/lang/String;
NutsExecutableInformation.getHelpText ( ) [abstract] : String
net/thevpc/nuts/NutsExecutableInformation.getHelpText:()Ljava/lang/String;
NutsExecutableInformation.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsExecutableInformation.getId:()Lnet/thevpc/nuts/NutsId;
NutsExecutableInformation.getName ( ) [abstract] : String
net/thevpc/nuts/NutsExecutableInformation.getName:()Ljava/lang/String;
NutsExecutableInformation.getType ( ) [abstract] : NutsExecutableType
net/thevpc/nuts/NutsExecutableInformation.getType:()Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableInformation.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsExecutableInformation.getValue:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsExecutableType.class
package net.thevpc.nuts
NutsExecutableType.id ( ) : String
net/thevpc/nuts/NutsExecutableType.id:()Ljava/lang/String;
NutsExecutableType.parseLenient ( String value ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyOrErrorValue ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutableType;)Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyValue, NutsExecutableType errorValue ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutableType;Lnet/thevpc/nuts/NutsExecutableType;)Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableType.valueOf ( String name ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableType.values ( ) [static] : NutsExecutableType[ ]
net/thevpc/nuts/NutsExecutableType.values:()[Lnet/thevpc/nuts/NutsExecutableType;
nuts-0.8.1.jar,
NutsExecutionContext.class
package net.thevpc.nuts
NutsExecutionContext.getArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsExecutionContext.getArguments:()[Ljava/lang/String;
NutsExecutionContext.getCommandName ( ) [abstract] : String
net/thevpc/nuts/NutsExecutionContext.getCommandName:()Ljava/lang/String;
NutsExecutionContext.getCwd ( ) [abstract] : String
net/thevpc/nuts/NutsExecutionContext.getCwd:()Ljava/lang/String;
NutsExecutionContext.getDefinition ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsExecutionContext.getDefinition:()Lnet/thevpc/nuts/NutsDefinition;
NutsExecutionContext.getEnv ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsExecutionContext.getEnv:()Ljava/util/Map;
NutsExecutionContext.getExecSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionContext.getExecSession:()Lnet/thevpc/nuts/NutsSession;
NutsExecutionContext.getExecutionType ( ) [abstract] : NutsExecutionType
net/thevpc/nuts/NutsExecutionContext.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionContext.getExecutorArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsExecutionContext.getExecutorArguments:()[Ljava/lang/String;
NutsExecutionContext.getExecutorDescriptor ( ) [abstract] : NutsArtifactCall
net/thevpc/nuts/NutsExecutionContext.getExecutorDescriptor:()Lnet/thevpc/nuts/NutsArtifactCall;
NutsExecutionContext.getExecutorProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsExecutionContext.getExecutorProperties:()Ljava/util/Map;
NutsExecutionContext.getRedirectInputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecutionContext.getRedirectInputFile:()Ljava/lang/String;
NutsExecutionContext.getRedirectOutputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecutionContext.getRedirectOutputFile:()Ljava/lang/String;
NutsExecutionContext.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsExecutionContext.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsExecutionContext.getSleepMillis ( ) [abstract] : long
net/thevpc/nuts/NutsExecutionContext.getSleepMillis:()J
NutsExecutionContext.getTraceSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionContext.getTraceSession:()Lnet/thevpc/nuts/NutsSession;
NutsExecutionContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsExecutionContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsExecutionContext.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecutionContext.isFailFast:()Z
NutsExecutionContext.isInheritSystemIO ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecutionContext.isInheritSystemIO:()Z
NutsExecutionContext.isTemporary ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecutionContext.isTemporary:()Z
nuts-0.8.1.jar,
NutsExecutionEntry.class
package net.thevpc.nuts
NutsExecutionEntry.getName ( ) [abstract] : String
net/thevpc/nuts/NutsExecutionEntry.getName:()Ljava/lang/String;
NutsExecutionEntry.isApp ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecutionEntry.isApp:()Z
NutsExecutionEntry.isDefaultEntry ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecutionEntry.isDefaultEntry:()Z
nuts-0.8.1.jar,
NutsExecutionEntryAction.class
package net.thevpc.nuts
NutsExecutionEntryAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionEntryAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsExecutionEntryAction.parse ( File p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/io/File;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.parse ( InputStream p1, String p2, String p3 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.parse ( Path p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/nio/file/Path;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.setSession ( NutsSession p1 ) [abstract] : NutsExecutionEntryAction
net/thevpc/nuts/NutsExecutionEntryAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutionEntryAction;
nuts-0.8.1.jar,
NutsExecutionException.class
package net.thevpc.nuts
NutsExecutionException.getExitCode ( ) : int
net/thevpc/nuts/NutsExecutionException.getExitCode:()I
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;I)V
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZI)V
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;I)V
nuts-0.8.1.jar,
NutsExecutionType.class
package net.thevpc.nuts
NutsExecutionType.id ( ) : String
net/thevpc/nuts/NutsExecutionType.id:()Ljava/lang/String;
NutsExecutionType.parseLenient ( String value ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionType.parseLenient ( String value, NutsExecutionType emptyOrErrorValue ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionType.parseLenient ( String value, NutsExecutionType emptyValue, NutsExecutionType errorValue ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutionType;Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionType.valueOf ( String name ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionType.values ( ) [static] : NutsExecutionType[ ]
net/thevpc/nuts/NutsExecutionType.values:()[Lnet/thevpc/nuts/NutsExecutionType;
nuts-0.8.1.jar,
NutsExecutorComponent.class
package net.thevpc.nuts
NutsExecutorComponent.dryExec ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsExecutorComponent.dryExec:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsExecutorComponent.exec ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsExecutorComponent.exec:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsExecutorComponent.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsExecutorComponent.getId:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.1.jar,
NutsExtensionAlreadyRegisteredException.class
package net.thevpc.nuts
NutsExtensionAlreadyRegisteredException.getInstalled ( ) : String
net/thevpc/nuts/NutsExtensionAlreadyRegisteredException.getInstalled:()Ljava/lang/String;
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsSession session, NutsId id, String installed )
net/thevpc/nuts/NutsExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;)V
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsSession session, NutsId id, String installed, Throwable cause )
net/thevpc/nuts/NutsExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsExtensionException.class
package net.thevpc.nuts
NutsExtensionException.getId ( ) : NutsId
net/thevpc/nuts/NutsExtensionException.getId:()Lnet/thevpc/nuts/NutsId;
NutsExtensionException.NutsExtensionException ( NutsSession session, NutsId extensionId, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsExtensionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsExtensionInformation.class
package net.thevpc.nuts
NutsExtensionInformation.getAuthor ( ) [abstract] : String
net/thevpc/nuts/NutsExtensionInformation.getAuthor:()Ljava/lang/String;
NutsExtensionInformation.getCategory ( ) [abstract] : String
net/thevpc/nuts/NutsExtensionInformation.getCategory:()Ljava/lang/String;
NutsExtensionInformation.getDescription ( ) [abstract] : String
net/thevpc/nuts/NutsExtensionInformation.getDescription:()Ljava/lang/String;
NutsExtensionInformation.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsExtensionInformation.getId:()Lnet/thevpc/nuts/NutsId;
NutsExtensionInformation.getName ( ) [abstract] : String
net/thevpc/nuts/NutsExtensionInformation.getName:()Ljava/lang/String;
NutsExtensionInformation.getSource ( ) [abstract] : String
net/thevpc/nuts/NutsExtensionInformation.getSource:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsExtensionNotFoundException.class
package net.thevpc.nuts
NutsExtensionNotFoundException.getExtensionName ( ) : String
net/thevpc/nuts/NutsExtensionNotFoundException.getExtensionName:()Ljava/lang/String;
NutsExtensionNotFoundException.getMissingType ( ) : Class
net/thevpc/nuts/NutsExtensionNotFoundException.getMissingType:()Ljava/lang/Class;
NutsExtensionNotFoundException.NutsExtensionNotFoundException ( NutsSession session, Class missingType, String extensionName )
net/thevpc/nuts/NutsExtensionNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Class;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsFactoryException.class
package net.thevpc.nuts
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsFetchCommand.class
package net.thevpc.nuts
NutsFetchCommand.addRepositoryFilter ( NutsRepositoryFilter p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addRepositoryFilter:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.addScope ( NutsDependencyScope p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.addScope ( NutsDependencyScopePattern p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addScope:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.addScopes ( NutsDependencyScope... p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addScopes:([Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.addScopes ( NutsDependencyScopePattern... p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addScopes:([Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.clearScopes ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.clearScopes:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsFetchCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsFetchCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsFetchCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsFetchCommand.copy ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.copy:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.copyFrom ( NutsFetchCommand p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.copyFrom:(Lnet/thevpc/nuts/NutsFetchCommand;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsFetchCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsFetchCommand.copySession ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.copySession:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.getDependencyFilter ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsFetchCommand.getDependencyFilter:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsFetchCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsFetchCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsFetchCommand.getLocation ( ) [abstract] : Path
net/thevpc/nuts/NutsFetchCommand.getLocation:()Ljava/nio/file/Path;
NutsFetchCommand.getOptional ( ) [abstract] : Boolean
net/thevpc/nuts/NutsFetchCommand.getOptional:()Ljava/lang/Boolean;
NutsFetchCommand.getRepositoryFilter ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsFetchCommand.getRepositoryFilter:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsFetchCommand.getResultContent ( ) [abstract] : NutsContent
net/thevpc/nuts/NutsFetchCommand.getResultContent:()Lnet/thevpc/nuts/NutsContent;
NutsFetchCommand.getResultContentHash ( ) [abstract] : String
net/thevpc/nuts/NutsFetchCommand.getResultContentHash:()Ljava/lang/String;
NutsFetchCommand.getResultDefinition ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsFetchCommand.getResultDefinition:()Lnet/thevpc/nuts/NutsDefinition;
NutsFetchCommand.getResultDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsFetchCommand.getResultDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsFetchCommand.getResultDescriptorHash ( ) [abstract] : String
net/thevpc/nuts/NutsFetchCommand.getResultDescriptorHash:()Ljava/lang/String;
NutsFetchCommand.getResultId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsFetchCommand.getResultId:()Lnet/thevpc/nuts/NutsId;
NutsFetchCommand.getResultInstallInformation ( ) [abstract] : NutsInstallInformation
net/thevpc/nuts/NutsFetchCommand.getResultInstallInformation:()Lnet/thevpc/nuts/NutsInstallInformation;
NutsFetchCommand.getResultPath ( ) [abstract] : Path
net/thevpc/nuts/NutsFetchCommand.getResultPath:()Ljava/nio/file/Path;
NutsFetchCommand.getScope ( ) [abstract] : Set<NutsDependencyScope>
net/thevpc/nuts/NutsFetchCommand.getScope:()Ljava/util/Set;
NutsFetchCommand.isContent ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isContent:()Z
NutsFetchCommand.isDependencies ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isDependencies:()Z
NutsFetchCommand.isEffective ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isEffective:()Z
NutsFetchCommand.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isFailFast:()Z
NutsFetchCommand.removeScope ( NutsDependencyScope p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.removeScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.removeScope ( NutsDependencyScopePattern p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.removeScope:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsFetchCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsFetchCommand.run ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.run:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setContent ( boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setContent:(Z)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setDefaultLocation ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setDefaultLocation:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setDependencies ( boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setDependencies:(Z)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setDependencyFilter ( NutsDependencyFilter p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setDependencyFilter:(Lnet/thevpc/nuts/NutsDependencyFilter;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setDependencyFilter ( String p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setDependencyFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setEffective ( boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setEffective:(Z)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setFailFast ( boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setFailFast:(Z)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setId ( NutsId p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setId ( String p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setLocation ( Path p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setLocation:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setNutsApi ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setNutsApi:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setNutsRuntime ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setNutsRuntime:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setOptional ( Boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setRepositoryFilter ( NutsRepositoryFilter p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setRepositoryFilter:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsFetchCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsFetchCommand.setSession ( NutsSession p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFetchCommand;
nuts-0.8.1.jar,
NutsFetchContentRepositoryCommand.class
package net.thevpc.nuts.spi
NutsFetchContentRepositoryCommand.getDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsFetchContentRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchContentRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsFetchContentRepositoryCommand.getLocalPath ( ) [abstract] : String
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getLocalPath:()Ljava/lang/String;
NutsFetchContentRepositoryCommand.getResult ( ) [abstract] : NutsContent
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsContent;
NutsFetchContentRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchContentRepositoryCommand.run ( ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setDescriptor ( NutsDescriptor p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setLocalPath ( String p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setLocalPath:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchContentRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
nuts-0.8.1.jar,
NutsFetchDescriptorRepositoryCommand.class
package net.thevpc.nuts.spi
NutsFetchDescriptorRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchDescriptorRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsFetchDescriptorRepositoryCommand.getResult ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsDescriptor;
NutsFetchDescriptorRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.run ( ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
nuts-0.8.1.jar,
NutsFetchMode.class
package net.thevpc.nuts
NutsFetchMode.id ( ) : String
net/thevpc/nuts/NutsFetchMode.id:()Ljava/lang/String;
NutsFetchMode.parseLenient ( String value ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchMode.parseLenient ( String value, NutsFetchMode emptyOrErrorValue ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchMode.parseLenient ( String value, NutsFetchMode emptyValue, NutsFetchMode errorValue ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchMode.valueOf ( String name ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchMode.values ( ) [static] : NutsFetchMode[ ]
net/thevpc/nuts/NutsFetchMode.values:()[Lnet/thevpc/nuts/NutsFetchMode;
nuts-0.8.1.jar,
NutsFetchModeNotSupportedException.class
package net.thevpc.nuts
NutsFetchModeNotSupportedException.getFetchMode ( ) : NutsFetchMode
net/thevpc/nuts/NutsFetchModeNotSupportedException.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchModeNotSupportedException.getId ( ) : String
net/thevpc/nuts/NutsFetchModeNotSupportedException.getId:()Ljava/lang/String;
NutsFetchModeNotSupportedException.getRepositoryName ( ) : String
net/thevpc/nuts/NutsFetchModeNotSupportedException.getRepositoryName:()Ljava/lang/String;
NutsFetchModeNotSupportedException.getRepositoryUuid ( ) : String
net/thevpc/nuts/NutsFetchModeNotSupportedException.getRepositoryUuid:()Ljava/lang/String;
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message )
net/thevpc/nuts/NutsFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsFetchMode;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;)V
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message, Exception cause )
net/thevpc/nuts/NutsFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsFetchMode;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsFetchStrategy.class
package net.thevpc.nuts
NutsFetchStrategy.id ( ) : String
net/thevpc/nuts/NutsFetchStrategy.id:()Ljava/lang/String;
NutsFetchStrategy.isStopFast ( ) : boolean
net/thevpc/nuts/NutsFetchStrategy.isStopFast:()Z
NutsFetchStrategy.iterator ( ) : Iterator<NutsFetchMode>
net/thevpc/nuts/NutsFetchStrategy.iterator:()Ljava/util/Iterator;
NutsFetchStrategy.modes ( ) : NutsFetchMode[ ]
net/thevpc/nuts/NutsFetchStrategy.modes:()[Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchStrategy.parseLenient ( String value ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchStrategy.parseLenient ( String value, NutsFetchStrategy emptyOrErrorValue ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchStrategy.parseLenient ( String value, NutsFetchStrategy emptyValue, NutsFetchStrategy errorValue ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchStrategy;Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchStrategy.valueOf ( String name ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchStrategy.values ( ) [static] : NutsFetchStrategy[ ]
net/thevpc/nuts/NutsFetchStrategy.values:()[Lnet/thevpc/nuts/NutsFetchStrategy;
nuts-0.8.1.jar,
NutsFilter.class
package net.thevpc.nuts
NutsFilter.and ( NutsFilter p1 ) [abstract] : NutsFilter
net/thevpc/nuts/NutsFilter.and:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilter.getFilterOp ( ) [abstract] : NutsFilterOp
net/thevpc/nuts/NutsFilter.getFilterOp:()Lnet/thevpc/nuts/NutsFilterOp;
NutsFilter.getFilterType ( ) [abstract] : Class<?>
net/thevpc/nuts/NutsFilter.getFilterType:()Ljava/lang/Class;
NutsFilter.getSubFilters ( ) [abstract] : NutsFilter[ ]
net/thevpc/nuts/NutsFilter.getSubFilters:()[Lnet/thevpc/nuts/NutsFilter;
NutsFilter.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsFilter.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsFilter.neg ( ) [abstract] : NutsFilter
net/thevpc/nuts/NutsFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsFilter.or ( NutsFilter p1 ) [abstract] : NutsFilter
net/thevpc/nuts/NutsFilter.or:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilter.simplify ( ) [abstract] : NutsFilter
net/thevpc/nuts/NutsFilter.simplify:()Lnet/thevpc/nuts/NutsFilter;
NutsFilter.simplify ( Class<T> p1 ) [abstract] : NutsFilter
net/thevpc/nuts/NutsFilter.simplify:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
NutsFilter.to ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsFilter.to:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
nuts-0.8.1.jar,
NutsFilterManager.class
package net.thevpc.nuts
NutsFilterManager.all ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.all:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.all ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.all:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.always ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.always:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.any ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.any:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.any ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.any:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.as ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.as:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.dependency ( ) [abstract] : NutsDependencyFilterManager
net/thevpc/nuts/NutsFilterManager.dependency:()Lnet/thevpc/nuts/NutsDependencyFilterManager;
NutsFilterManager.descriptor ( ) [abstract] : NutsDescriptorFilterManager
net/thevpc/nuts/NutsFilterManager.descriptor:()Lnet/thevpc/nuts/NutsDescriptorFilterManager;
NutsFilterManager.detectType ( NutsFilter p1 ) [abstract] : Class<?>
net/thevpc/nuts/NutsFilterManager.detectType:(Lnet/thevpc/nuts/NutsFilter;)Ljava/lang/Class;
NutsFilterManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsFilterManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsFilterManager.id ( ) [abstract] : NutsIdFilterManager
net/thevpc/nuts/NutsFilterManager.id:()Lnet/thevpc/nuts/NutsIdFilterManager;
NutsFilterManager.installStatus ( ) [abstract] : NutsInstallStatusFilterManager
net/thevpc/nuts/NutsFilterManager.installStatus:()Lnet/thevpc/nuts/NutsInstallStatusFilterManager;
NutsFilterManager.never ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.never:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.none ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.none:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.none ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.none:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.nonnull ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.nonnull:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.not ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.not:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.not ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.not:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.repository ( ) [abstract] : NutsRepositoryFilterManager
net/thevpc/nuts/NutsFilterManager.repository:()Lnet/thevpc/nuts/NutsRepositoryFilterManager;
NutsFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsFilterManager
net/thevpc/nuts/NutsFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFilterManager;
NutsFilterManager.to ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.to:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.version ( ) [abstract] : NutsVersionFilterManager
net/thevpc/nuts/NutsFilterManager.version:()Lnet/thevpc/nuts/NutsVersionFilterManager;
nuts-0.8.1.jar,
NutsFilterOp.class
package net.thevpc.nuts
NutsFilterOp.id ( ) : String
net/thevpc/nuts/NutsFilterOp.id:()Ljava/lang/String;
NutsFilterOp.parseLenient ( String value ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFilterOp;
NutsFilterOp.parseLenient ( String value, NutsFilterOp emptyOrErrorValue ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFilterOp;)Lnet/thevpc/nuts/NutsFilterOp;
NutsFilterOp.parseLenient ( String value, NutsFilterOp emptyValue, NutsFilterOp errorValue ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFilterOp;Lnet/thevpc/nuts/NutsFilterOp;)Lnet/thevpc/nuts/NutsFilterOp;
NutsFilterOp.valueOf ( String name ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFilterOp;
NutsFilterOp.values ( ) [static] : NutsFilterOp[ ]
net/thevpc/nuts/NutsFilterOp.values:()[Lnet/thevpc/nuts/NutsFilterOp;
nuts-0.8.1.jar,
NutsFormat.class
package net.thevpc.nuts
NutsFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsFormat
net/thevpc/nuts/NutsFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsFormat.format ( ) [abstract] : NutsString
net/thevpc/nuts/NutsFormat.format:()Lnet/thevpc/nuts/NutsString;
NutsFormat.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsFormat.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsFormat.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/NutsFormat.isNtf:()Z
NutsFormat.print ( ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:()V
NutsFormat.print ( File p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Ljava/io/File;)V
NutsFormat.print ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Lnet/thevpc/nuts/NutsPrintStream;)V
NutsFormat.print ( NutsSessionTerminal p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Lnet/thevpc/nuts/NutsSessionTerminal;)V
NutsFormat.print ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Ljava/io/OutputStream;)V
NutsFormat.print ( Path p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Ljava/nio/file/Path;)V
NutsFormat.print ( Writer p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Ljava/io/Writer;)V
NutsFormat.println ( ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:()V
NutsFormat.println ( File p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Ljava/io/File;)V
NutsFormat.println ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Lnet/thevpc/nuts/NutsPrintStream;)V
NutsFormat.println ( NutsSessionTerminal p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Lnet/thevpc/nuts/NutsSessionTerminal;)V
NutsFormat.println ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Ljava/io/OutputStream;)V
NutsFormat.println ( Path p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Ljava/nio/file/Path;)V
NutsFormat.println ( Writer p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Ljava/io/Writer;)V
NutsFormat.setNtf ( boolean p1 ) [abstract] : NutsFormat
net/thevpc/nuts/NutsFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsFormat.setSession ( NutsSession p1 ) [abstract] : NutsFormat
net/thevpc/nuts/NutsFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
nuts-0.8.1.jar,
NutsFormatManager.class
package net.thevpc.nuts
NutsFormatManager.element ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsFormatManager.element:()Lnet/thevpc/nuts/NutsElementFormat;
NutsFormatManager.element ( Object p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsFormatManager.element:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElementFormat;
NutsFormatManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsFormatManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsFormatManager.object ( ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsFormatManager.object:()Lnet/thevpc/nuts/NutsObjectFormat;
NutsFormatManager.object ( Object p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsFormatManager.object:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsFormatManager.props ( ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsFormatManager.props:()Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsFormatManager.props ( Object p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsFormatManager.props:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsFormatManager.setSession ( NutsSession p1 ) [abstract] : NutsFormatManager
net/thevpc/nuts/NutsFormatManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormatManager;
NutsFormatManager.table ( ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsFormatManager.table:()Lnet/thevpc/nuts/NutsTableFormat;
NutsFormatManager.table ( Object p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsFormatManager.table:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTableFormat;
NutsFormatManager.tree ( ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsFormatManager.tree:()Lnet/thevpc/nuts/NutsTreeFormat;
NutsFormatManager.tree ( Object p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsFormatManager.tree:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTreeFormat;
nuts-0.8.1.jar,
NutsFormatSPI.class
package net.thevpc.nuts.spi
NutsFormatSPI.configureFirst ( NutsCommandLine p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsFormatSPI.configureFirst:(Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsFormatSPI.print ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsFormatSPI.print:(Lnet/thevpc/nuts/NutsPrintStream;)V
nuts-0.8.1.jar,
NutsFormattable.class
package net.thevpc.nuts
NutsFormattable.format ( ) : NutsString
net/thevpc/nuts/NutsFormattable.format:()Lnet/thevpc/nuts/NutsString;
NutsFormattable.formatter ( ) [abstract] : NutsFormat
net/thevpc/nuts/NutsFormattable.formatter:()Lnet/thevpc/nuts/NutsFormat;
nuts-0.8.1.jar,
NutsId.class
package net.thevpc.nuts
NutsId.anyToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.anyToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.artifactIdToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.artifactIdToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.builder ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsId.builder:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsId.equalsShortName ( NutsId p1 ) [abstract] : boolean
net/thevpc/nuts/NutsId.equalsShortName:(Lnet/thevpc/nuts/NutsId;)Z
NutsId.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsId.getArch:()Ljava/lang/String;
NutsId.getArtifactId ( ) [abstract] : String
net/thevpc/nuts/NutsId.getArtifactId:()Ljava/lang/String;
NutsId.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsId.getClassifier:()Ljava/lang/String;
NutsId.getFace ( ) [abstract] : String
net/thevpc/nuts/NutsId.getFace:()Ljava/lang/String;
NutsId.getFullName ( ) [abstract] : String
net/thevpc/nuts/NutsId.getFullName:()Ljava/lang/String;
NutsId.getGroupId ( ) [abstract] : String
net/thevpc/nuts/NutsId.getGroupId:()Ljava/lang/String;
NutsId.getLongName ( ) [abstract] : String
net/thevpc/nuts/NutsId.getLongName:()Ljava/lang/String;
NutsId.getLongNameId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.getLongNameId:()Lnet/thevpc/nuts/NutsId;
NutsId.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsId.getOs:()Ljava/lang/String;
NutsId.getOsdist ( ) [abstract] : String
net/thevpc/nuts/NutsId.getOsdist:()Ljava/lang/String;
NutsId.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsId.getPackaging:()Ljava/lang/String;
NutsId.getPlatform ( ) [abstract] : String
net/thevpc/nuts/NutsId.getPlatform:()Ljava/lang/String;
NutsId.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsId.getProperties:()Ljava/util/Map;
NutsId.getPropertiesQuery ( ) [abstract] : String
net/thevpc/nuts/NutsId.getPropertiesQuery:()Ljava/lang/String;
NutsId.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsId.getRepository:()Ljava/lang/String;
NutsId.getShortName ( ) [abstract] : String
net/thevpc/nuts/NutsId.getShortName:()Ljava/lang/String;
NutsId.getShortNameId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.getShortNameId:()Lnet/thevpc/nuts/NutsId;
NutsId.getVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsId.getVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsId.groupIdToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.groupIdToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.parse ( String value, NutsSession session ) [static] : NutsId
net/thevpc/nuts/NutsId.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsId;
NutsId.propertiesToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.propertiesToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.repositoryToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.repositoryToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.toDependency ( ) [abstract] : NutsDependency
net/thevpc/nuts/NutsId.toDependency:()Lnet/thevpc/nuts/NutsDependency;
NutsId.versionToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.versionToken:()Lnet/thevpc/nuts/NutsTokenFilter;
nuts-0.8.1.jar,
NutsIdBuilder.class
package net.thevpc.nuts
NutsIdBuilder.addProperties ( Map<String,String> p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.addProperties ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.addProperties:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.apply ( Function<String,String> p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.apply:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.build ( ) [abstract] : NutsId
net/thevpc/nuts/NutsIdBuilder.build:()Lnet/thevpc/nuts/NutsId;
NutsIdBuilder.clear ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.clear:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getArch:()Ljava/lang/String;
NutsIdBuilder.getArtifactId ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getArtifactId:()Ljava/lang/String;
NutsIdBuilder.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getClassifier:()Ljava/lang/String;
NutsIdBuilder.getFace ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getFace:()Ljava/lang/String;
NutsIdBuilder.getFullName ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getFullName:()Ljava/lang/String;
NutsIdBuilder.getGroupId ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getGroupId:()Ljava/lang/String;
NutsIdBuilder.getLongName ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getLongName:()Ljava/lang/String;
NutsIdBuilder.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getOs:()Ljava/lang/String;
NutsIdBuilder.getOsdist ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getOsdist:()Ljava/lang/String;
NutsIdBuilder.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getPackaging:()Ljava/lang/String;
NutsIdBuilder.getPlatform ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getPlatform:()Ljava/lang/String;
NutsIdBuilder.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsIdBuilder.getProperties:()Ljava/util/Map;
NutsIdBuilder.getPropertiesQuery ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getPropertiesQuery:()Ljava/lang/String;
NutsIdBuilder.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getRepository:()Ljava/lang/String;
NutsIdBuilder.getShortName ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getShortName:()Ljava/lang/String;
NutsIdBuilder.getVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsIdBuilder.getVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsIdBuilder.omitImportedGroupId ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.omitImportedGroupId:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.set ( NutsId p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.set:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.set ( NutsIdBuilder p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.set:(Lnet/thevpc/nuts/NutsIdBuilder;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setArch ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setArtifactId ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setArtifactId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setClassifier ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setFace ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setFace:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setFaceContent ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setFaceContent:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setFaceDescriptor ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setFaceDescriptor:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setGroupId ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setGroupId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setOs ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setOsdist ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setOsdist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setPackaging ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setPlatform ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setPlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setProperties ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setProperties:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setProperty ( String p1, String p2 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setRepository ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setVersion ( NutsVersion p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setVersion ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
nuts-0.8.1.jar,
NutsIdFilter.class
package net.thevpc.nuts
NutsIdFilter.acceptId ( NutsId p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsIdFilter.acceptId:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Z
NutsIdFilter.acceptSearchId ( NutsSearchId sid, NutsSession session ) : boolean
net/thevpc/nuts/NutsIdFilter.acceptSearchId:(Lnet/thevpc/nuts/NutsSearchId;Lnet/thevpc/nuts/NutsSession;)Z
NutsIdFilter.and ( NutsIdFilter p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilter.and:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilter.neg ( ) : NutsFilter
net/thevpc/nuts/NutsIdFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsIdFilter.neg ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilter.neg:()Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilter.or ( NutsIdFilter p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilter.or:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/NutsIdFilter;
nuts-0.8.1.jar,
NutsIdFilterManager.class
package net.thevpc.nuts
NutsIdFilterManager.byDefaultVersion ( Boolean p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byDefaultVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.byExpression ( String p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.byInstallStatus ( NutsInstallStatusFilter p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.byName ( String... p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsIdFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsIdFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsIdFilterManager
net/thevpc/nuts/NutsIdFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdFilterManager;
nuts-0.8.1.jar,
NutsIdFormat.class
package net.thevpc.nuts
NutsIdFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsIdFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsIdFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsIdFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsIdFormat.getOmitProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsIdFormat.getOmitProperties:()[Ljava/lang/String;
NutsIdFormat.getValue ( ) [abstract] : NutsId
net/thevpc/nuts/NutsIdFormat.getValue:()Lnet/thevpc/nuts/NutsId;
NutsIdFormat.isHighlightImportedGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isHighlightImportedGroupId:()Z
NutsIdFormat.isHighlightOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isHighlightOptional:()Z
NutsIdFormat.isHighlightScope ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isHighlightScope:()Z
NutsIdFormat.isOmitClassifier ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitClassifier:()Z
NutsIdFormat.isOmitFace ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitFace:()Z
NutsIdFormat.isOmitGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitGroupId:()Z
NutsIdFormat.isOmitImportedGroupId ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitImportedGroupId:()Z
NutsIdFormat.isOmitOtherProperties ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitOtherProperties:()Z
NutsIdFormat.isOmitProperty ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitProperty:(Ljava/lang/String;)Z
NutsIdFormat.isOmitRepository ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitRepository:()Z
NutsIdFormat.setHighlightImportedGroupId ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setHighlightImportedGroupId:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setHighlightOptional ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setHighlightOptional:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setHighlightScope ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setHighlightScope:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsIdFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsIdFormat.setNtf ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitClassifier ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitClassifier:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitFace ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitFace:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitGroupId ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitGroupId:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitImportedGroupId ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitImportedGroupId:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitOtherProperties ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitOtherProperties:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitProperty ( String p1, boolean p2 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitProperty:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitRepository ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitRepository:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsIdFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsIdFormat.setSession ( NutsSession p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setValue ( NutsId p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setValue:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsIdFormat;
nuts-0.8.1.jar,
NutsIdInvalidDependency.class
package net.thevpc.nuts
NutsNotFoundException.NutsIdInvalidDependency.getCause ( ) : Set<NutsNotFoundException.NutsIdInvalidDependency>
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency.getCause:()Ljava/util/Set;
NutsNotFoundException.NutsIdInvalidDependency.getId ( ) : NutsId
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency.getId:()Lnet/thevpc/nuts/NutsId;
NutsNotFoundException.NutsIdInvalidDependency.NutsNotFoundException.NutsIdInvalidDependency ( NutsId id, Set<NutsNotFoundException.NutsIdInvalidDependency> cause )
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency."<init>":(Lnet/thevpc/nuts/NutsId;Ljava/util/Set;)V
nuts-0.8.1.jar,
NutsIdInvalidLocation.class
package net.thevpc.nuts
NutsNotFoundException.NutsIdInvalidLocation.getMessage ( ) : String
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidLocation.getMessage:()Ljava/lang/String;
NutsNotFoundException.NutsIdInvalidLocation.getRepository ( ) : String
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidLocation.getRepository:()Ljava/lang/String;
NutsNotFoundException.NutsIdInvalidLocation.getUrl ( ) : String
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidLocation.getUrl:()Ljava/lang/String;
NutsNotFoundException.NutsIdInvalidLocation.NutsNotFoundException.NutsIdInvalidLocation ( String repository, String url, String message )
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidLocation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsIdLocation.class
package net.thevpc.nuts
NutsIdLocation.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocation.getClassifier:()Ljava/lang/String;
NutsIdLocation.getRegion ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocation.getRegion:()Ljava/lang/String;
NutsIdLocation.getUrl ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocation.getUrl:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsIdLocationBuilder.class
package net.thevpc.nuts
NutsIdLocationBuilder.build ( ) [abstract] : NutsIdLocation
net/thevpc/nuts/NutsIdLocationBuilder.build:()Lnet/thevpc/nuts/NutsIdLocation;
NutsIdLocationBuilder.clear ( ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.clear:()Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocationBuilder.getClassifier:()Ljava/lang/String;
NutsIdLocationBuilder.getRegion ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocationBuilder.getRegion:()Ljava/lang/String;
NutsIdLocationBuilder.getUrl ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocationBuilder.getUrl:()Ljava/lang/String;
NutsIdLocationBuilder.set ( NutsIdLocation p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.set:(Lnet/thevpc/nuts/NutsIdLocation;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.set ( NutsIdLocationBuilder p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.set:(Lnet/thevpc/nuts/NutsIdLocationBuilder;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.setClassifier ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.setRegion ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.setRegion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.setUrl ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
nuts-0.8.1.jar,
NutsIdManager.class
package net.thevpc.nuts
NutsIdManager.builder ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdManager.builder:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdManager.filter ( ) [abstract] : NutsIdFilterManager
net/thevpc/nuts/NutsIdManager.filter:()Lnet/thevpc/nuts/NutsIdFilterManager;
NutsIdManager.formatter ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdManager.formatter:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdManager.formatter ( NutsId p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdManager.formatter:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIdManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIdManager.parse ( String p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsIdManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsId;
NutsIdManager.parser ( ) [abstract] : NutsIdParser
net/thevpc/nuts/NutsIdManager.parser:()Lnet/thevpc/nuts/NutsIdParser;
NutsIdManager.resolveId ( Class p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsIdManager.resolveId:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsId;
NutsIdManager.resolveIds ( Class p1 ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsIdManager.resolveIds:(Ljava/lang/Class;)[Lnet/thevpc/nuts/NutsId;
NutsIdManager.setSession ( NutsSession p1 ) [abstract] : NutsIdManager
net/thevpc/nuts/NutsIdManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdManager;
nuts-0.8.1.jar,
NutsIdParser.class
package net.thevpc.nuts
NutsIdParser.isLenient ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdParser.isLenient:()Z
NutsIdParser.of ( NutsSession session ) [static] : NutsIdParser
net/thevpc/nuts/NutsIdParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdParser;
NutsIdParser.parse ( String p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsIdParser.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsId;
NutsIdParser.setLenient ( boolean p1 ) [abstract] : NutsIdParser
net/thevpc/nuts/NutsIdParser.setLenient:(Z)Lnet/thevpc/nuts/NutsIdParser;
nuts-0.8.1.jar,
NutsIdType.class
package net.thevpc.nuts
NutsIdType.id ( ) : String
net/thevpc/nuts/NutsIdType.id:()Ljava/lang/String;
NutsIdType.parseLenient ( String value ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdType;
NutsIdType.parseLenient ( String value, NutsIdType emptyOrErrorValue ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsIdType;)Lnet/thevpc/nuts/NutsIdType;
NutsIdType.parseLenient ( String value, NutsIdType emptyValue, NutsIdType errorValue ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsIdType;Lnet/thevpc/nuts/NutsIdType;)Lnet/thevpc/nuts/NutsIdType;
NutsIdType.valueOf ( String name ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdType;
NutsIdType.values ( ) [static] : NutsIdType[ ]
net/thevpc/nuts/NutsIdType.values:()[Lnet/thevpc/nuts/NutsIdType;
nuts-0.8.1.jar,
NutsIllegalArgumentException.class
package net.thevpc.nuts
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsImportManager.class
package net.thevpc.nuts
NutsImportManager.add ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.add:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.getAll ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsImportManager.getAll:()Ljava/util/Set;
NutsImportManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsImportManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsImportManager.isImportedGroupId ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsImportManager.isImportedGroupId:(Ljava/lang/String;)Z
NutsImportManager.remove ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.remove:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.removeAll ( ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.removeAll:()Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.set ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.set:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.setSession ( NutsSession p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsImportManager;
nuts-0.8.1.jar,
NutsIndexerNotAccessibleException.class
package net.thevpc.nuts
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsIndexStore.class
package net.thevpc.nuts
NutsIndexStore.invalidate ( NutsId p1, NutsSession p2 ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStore.invalidate:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIndexStore;
NutsIndexStore.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NutsIndexStore.isEnabled:()Z
NutsIndexStore.isSubscribed ( NutsSession p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIndexStore.isSubscribed:(Lnet/thevpc/nuts/NutsSession;)Z
NutsIndexStore.revalidate ( NutsId p1, NutsSession p2 ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStore.revalidate:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIndexStore;
NutsIndexStore.search ( NutsIdFilter p1, NutsSession p2 ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/NutsIndexStore.search:(Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
NutsIndexStore.searchVersions ( NutsId p1, NutsSession p2 ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/NutsIndexStore.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
NutsIndexStore.setEnabled ( boolean p1 ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStore.setEnabled:(Z)Lnet/thevpc/nuts/NutsIndexStore;
NutsIndexStore.subscribe ( NutsSession p1 ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStore.subscribe:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIndexStore;
NutsIndexStore.unsubscribe ( NutsSession p1 ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStore.unsubscribe:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIndexStore;
nuts-0.8.1.jar,
NutsIndexStoreFactory.class
package net.thevpc.nuts.spi
NutsIndexStoreFactory.createIndexStore ( NutsRepository p1 ) [abstract] : NutsIndexStore
net/thevpc/nuts/spi/NutsIndexStoreFactory.createIndexStore:(Lnet/thevpc/nuts/NutsRepository;)Lnet/thevpc/nuts/NutsIndexStore;
nuts-0.8.1.jar,
NutsInfoFormat.class
package net.thevpc.nuts
NutsInfoFormat.addProperties ( Map<String,String> p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.addProperty ( String p1, String p2 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsInfoFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsInfoFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsInfoFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsInfoFormat.isFancy ( ) [abstract] : boolean
net/thevpc/nuts/NutsInfoFormat.isFancy:()Z
NutsInfoFormat.isShowRepositories ( ) [abstract] : boolean
net/thevpc/nuts/NutsInfoFormat.isShowRepositories:()Z
NutsInfoFormat.setFancy ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setFancy:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsInfoFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsInfoFormat.setNtf ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsInfoFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsInfoFormat.setSession ( NutsSession p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.setShowRepositories ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setShowRepositories:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
nuts-0.8.1.jar,
NutsInput.class
package net.thevpc.nuts
NutsInput.close ( ) [abstract] : void
net/thevpc/nuts/NutsInput.close:()V
NutsInput.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getContentEncoding:()Ljava/lang/String;
NutsInput.getContentType ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getContentType:()Ljava/lang/String;
NutsInput.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsInput.getFilePath:()Ljava/nio/file/Path;
NutsInput.getFormattedName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsInput.getFormattedName:()Lnet/thevpc/nuts/NutsString;
NutsInput.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsInput.getLastModifiedInstant:()Ljava/time/Instant;
NutsInput.getName ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getName:()Ljava/lang/String;
NutsInput.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsInput.getSource:()Ljava/lang/Object;
NutsInput.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getTypeName:()Ljava/lang/String;
NutsInput.getURL ( ) [abstract] : URL
net/thevpc/nuts/NutsInput.getURL:()Ljava/net/URL;
NutsInput.head ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsInput.head:(I)Ljava/util/List;
NutsInput.isFile ( ) [abstract] : boolean
net/thevpc/nuts/NutsInput.isFile:()Z
NutsInput.isURL ( ) [abstract] : boolean
net/thevpc/nuts/NutsInput.isURL:()Z
NutsInput.length ( ) [abstract] : long
net/thevpc/nuts/NutsInput.length:()J
NutsInput.lines ( ) [abstract] : Stream<String>
net/thevpc/nuts/NutsInput.lines:()Ljava/util/stream/Stream;
NutsInput.open ( ) [abstract] : InputStream
net/thevpc/nuts/NutsInput.open:()Ljava/io/InputStream;
NutsInput.tail ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsInput.tail:(I)Ljava/util/List;
nuts-0.8.1.jar,
NutsInputAction.class
package net.thevpc.nuts
NutsInputAction.getName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsInputAction.getName:()Lnet/thevpc/nuts/NutsString;
NutsInputAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsInputAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsInputAction.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsInputAction.getTypeName:()Ljava/lang/String;
NutsInputAction.isMultiRead ( ) [abstract] : boolean
net/thevpc/nuts/NutsInputAction.isMultiRead:()Z
NutsInputAction.of ( byte[ ] p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:([B)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( File p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( InputStream p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( NutsInput p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( NutsPath p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( Object p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( Path p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( String p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( URL p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.setMultiRead ( boolean p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setMultiRead:(Z)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setName ( NutsString p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setSession ( NutsSession p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setTypeName ( String p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInputAction;
nuts-0.8.1.jar,
NutsInputStreamTransparentAdapter.class
package net.thevpc.nuts.spi
NutsInputStreamTransparentAdapter.baseInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsInputStreamTransparentAdapter.baseInputStream:()Ljava/io/InputStream;
nuts-0.8.1.jar,
NutsInstallationException.class
package net.thevpc.nuts
NutsInstallationException.getId ( ) : NutsId
net/thevpc/nuts/NutsInstallationException.getId:()Lnet/thevpc/nuts/NutsId;
NutsInstallationException.NutsInstallationException ( NutsSession session, NutsId id, NutsMessage msg, Throwable ex )
net/thevpc/nuts/NutsInstallationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsInstallCommand.class
package net.thevpc.nuts
NutsInstallCommand.addArg ( String p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.addArgs ( Collection<String> p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.addArgs ( String... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.addConditionalArgs ( Predicate<NutsDefinition> p1, String... p2 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addConditionalArgs:(Ljava/util/function/Predicate;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.addId ( NutsId p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.addId ( String p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.addIds ( NutsId... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.addIds ( String... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.clearArgs ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.clearArgs:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.clearIds ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.clearIds:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.companions ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.companions:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.companions ( boolean p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.companions:(Z)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsInstallCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsInstallCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsInstallCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsInstallCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsInstallCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsInstallCommand.copySession ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.copySession:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.defaultVersion ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.defaultVersion:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.defaultVersion ( boolean p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.defaultVersion:(Z)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.getArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsInstallCommand.getArgs:()[Ljava/lang/String;
NutsInstallCommand.getCompanions ( ) [abstract] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallCommand.getCompanions:()Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallCommand.getIdMap ( ) [abstract] : Map<NutsId,NutsInstallStrategy>
net/thevpc/nuts/NutsInstallCommand.getIdMap:()Ljava/util/Map;
NutsInstallCommand.getIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsInstallCommand.getIds:()[Lnet/thevpc/nuts/NutsId;
NutsInstallCommand.getInstalled ( ) [abstract] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallCommand.getInstalled:()Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallCommand.getResult ( ) [abstract] : NutsResultList<NutsDefinition>
net/thevpc/nuts/NutsInstallCommand.getResult:()Lnet/thevpc/nuts/NutsResultList;
NutsInstallCommand.getStrategy ( ) [abstract] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallCommand.getStrategy:()Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallCommand.isCompanions ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallCommand.isCompanions:()Z
NutsInstallCommand.isDefaultVersion ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallCommand.isDefaultVersion:()Z
NutsInstallCommand.isInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallCommand.isInstalled:()Z
NutsInstallCommand.removeId ( NutsId p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.removeId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.removeId ( String p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsInstallCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsInstallCommand.run ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.run:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setCompanions ( boolean p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setCompanions:(Z)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setDefaultVersion ( boolean p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setDefaultVersion:(Z)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setId ( NutsId p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setId ( String p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setIds ( NutsId... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setIds ( String... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setInstalled ( boolean p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setInstalled:(Z)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsInstallCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsInstallCommand.setSession ( NutsSession p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setStrategy ( NutsInstallStrategy p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setStrategy:(Lnet/thevpc/nuts/NutsInstallStrategy;)Lnet/thevpc/nuts/NutsInstallCommand;
nuts-0.8.1.jar,
NutsInstallerComponent.class
package net.thevpc.nuts
NutsInstallerComponent.install ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsInstallerComponent.install:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsInstallerComponent.uninstall ( NutsExecutionContext p1, boolean p2 ) [abstract] : void
net/thevpc/nuts/NutsInstallerComponent.uninstall:(Lnet/thevpc/nuts/NutsExecutionContext;Z)V
NutsInstallerComponent.update ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsInstallerComponent.update:(Lnet/thevpc/nuts/NutsExecutionContext;)V
nuts-0.8.1.jar,
NutsInstallEvent.class
package net.thevpc.nuts
NutsInstallEvent.getDefinition ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsInstallEvent.getDefinition:()Lnet/thevpc/nuts/NutsDefinition;
NutsInstallEvent.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsInstallEvent.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsInstallEvent.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsInstallEvent.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsInstallEvent.isForce ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallEvent.isForce:()Z
nuts-0.8.1.jar,
NutsInstallException.class
package net.thevpc.nuts
NutsInstallException.NutsInstallException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsInstallException.NutsInstallException ( NutsSession workspace, NutsId id, NutsMessage msg, Throwable ex )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsInstallInformation.class
package net.thevpc.nuts
NutsInstallInformation.getCreatedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsInstallInformation.getCreatedInstant:()Ljava/time/Instant;
NutsInstallInformation.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsInstallInformation.getId:()Lnet/thevpc/nuts/NutsId;
NutsInstallInformation.getInstallFolder ( ) [abstract] : String
net/thevpc/nuts/NutsInstallInformation.getInstallFolder:()Ljava/lang/String;
NutsInstallInformation.getInstallStatus ( ) [abstract] : NutsInstallStatus
net/thevpc/nuts/NutsInstallInformation.getInstallStatus:()Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallInformation.getInstallUser ( ) [abstract] : String
net/thevpc/nuts/NutsInstallInformation.getInstallUser:()Ljava/lang/String;
NutsInstallInformation.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsInstallInformation.getLastModifiedInstant:()Ljava/time/Instant;
NutsInstallInformation.getSourceRepositoryName ( ) [abstract] : String
net/thevpc/nuts/NutsInstallInformation.getSourceRepositoryName:()Ljava/lang/String;
NutsInstallInformation.getSourceRepositoryUUID ( ) [abstract] : String
net/thevpc/nuts/NutsInstallInformation.getSourceRepositoryUUID:()Ljava/lang/String;
NutsInstallInformation.isDefaultVersion ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isDefaultVersion:()Z
NutsInstallInformation.isInstalledOrRequired ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isInstalledOrRequired:()Z
NutsInstallInformation.isJustInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isJustInstalled:()Z
NutsInstallInformation.isJustReInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isJustReInstalled:()Z
NutsInstallInformation.isJustRequired ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isJustRequired:()Z
NutsInstallInformation.isJustReRequired ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isJustReRequired:()Z
NutsInstallInformation.isWasInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isWasInstalled:()Z
NutsInstallInformation.isWasRequired ( ) [abstract] : boolean
net/thevpc/nuts/NutsInstallInformation.isWasRequired:()Z
nuts-0.8.1.jar,
NutsInstallListener.class
package net.thevpc.nuts
NutsInstallListener.onInstall ( NutsInstallEvent event ) : void
net/thevpc/nuts/NutsInstallListener.onInstall:(Lnet/thevpc/nuts/NutsInstallEvent;)V
NutsInstallListener.onRequire ( NutsInstallEvent event ) : void
net/thevpc/nuts/NutsInstallListener.onRequire:(Lnet/thevpc/nuts/NutsInstallEvent;)V
NutsInstallListener.onUninstall ( NutsInstallEvent event ) : void
net/thevpc/nuts/NutsInstallListener.onUninstall:(Lnet/thevpc/nuts/NutsInstallEvent;)V
NutsInstallListener.onUnRequire ( NutsInstallEvent event ) : void
net/thevpc/nuts/NutsInstallListener.onUnRequire:(Lnet/thevpc/nuts/NutsInstallEvent;)V
NutsInstallListener.onUpdate ( NutsUpdateEvent event ) : void
net/thevpc/nuts/NutsInstallListener.onUpdate:(Lnet/thevpc/nuts/NutsUpdateEvent;)V
nuts-0.8.1.jar,
NutsInstallStatus.class
package net.thevpc.nuts
NutsInstallStatus.isDefaultVersion ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isDefaultVersion:()Z
NutsInstallStatus.isDeployed ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isDeployed:()Z
NutsInstallStatus.isInstalled ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isInstalled:()Z
NutsInstallStatus.isInstalledOrRequired ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isInstalledOrRequired:()Z
NutsInstallStatus.isNonDeployed ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isNonDeployed:()Z
NutsInstallStatus.isObsolete ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isObsolete:()Z
NutsInstallStatus.isRequired ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isRequired:()Z
NutsInstallStatus.of ( boolean installed, boolean required, boolean obsolete, boolean defaultVersion ) [static] : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.of:(ZZZZ)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.withDefaultVersion ( boolean defaultVersion ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withDefaultVersion:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.withInstalled ( boolean installed ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withInstalled:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.withObsolete ( boolean obsolete ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withObsolete:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.withRequired ( boolean required ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withRequired:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
nuts-0.8.1.jar,
NutsInstallStatusFilter.class
package net.thevpc.nuts
NutsInstallStatusFilter.acceptInstallStatus ( NutsInstallStatus p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsInstallStatusFilter.acceptInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatus;Lnet/thevpc/nuts/NutsSession;)Z
NutsInstallStatusFilter.and ( NutsInstallStatusFilter p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilter.and:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilter.neg ( ) : NutsFilter
net/thevpc/nuts/NutsInstallStatusFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsInstallStatusFilter.neg ( ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilter.neg:()Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilter.or ( NutsInstallStatusFilter p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilter.or:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsInstallStatusFilter;
nuts-0.8.1.jar,
NutsInstallStatusFilterManager.class
package net.thevpc.nuts
NutsInstallStatusFilterManager.byDefaultValue ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byDefaultValue:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byDeployed ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byDeployed:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byInstalled ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byInstalled:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byObsolete ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byObsolete:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byRequired ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byRequired:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsInstallStatusFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsInstallStatusFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsInstallStatusFilterManager
net/thevpc/nuts/NutsInstallStatusFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInstallStatusFilterManager;
nuts-0.8.1.jar,
NutsInstallStrategy.class
package net.thevpc.nuts
NutsInstallStrategy.id ( ) : String
net/thevpc/nuts/NutsInstallStrategy.id:()Ljava/lang/String;
NutsInstallStrategy.parseLenient ( String value ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallStrategy.parseLenient ( String value, NutsInstallStrategy emptyOrErrorValue ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsInstallStrategy;)Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallStrategy.parseLenient ( String value, NutsInstallStrategy emptyValue, NutsInstallStrategy errorValue ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsInstallStrategy;Lnet/thevpc/nuts/NutsInstallStrategy;)Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallStrategy.valueOf ( String name ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallStrategy.values ( ) [static] : NutsInstallStrategy[ ]
net/thevpc/nuts/NutsInstallStrategy.values:()[Lnet/thevpc/nuts/NutsInstallStrategy;
nuts-0.8.1.jar,
NutsInvalidRepositoryException.class
package net.thevpc.nuts
NutsInvalidRepositoryException.NutsInvalidRepositoryException ( NutsSession session, String repository, NutsMessage message )
net/thevpc/nuts/NutsInvalidRepositoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;)V
nuts-0.8.1.jar,
NutsInvalidWorkspaceException.class
package net.thevpc.nuts
NutsInvalidWorkspaceException.getWorkspaceLocation ( ) : String
net/thevpc/nuts/NutsInvalidWorkspaceException.getWorkspaceLocation:()Ljava/lang/String;
NutsInvalidWorkspaceException.NutsInvalidWorkspaceException ( String workspaceLocation, NutsMessage errorMessage )
net/thevpc/nuts/NutsInvalidWorkspaceException."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;)V
nuts-0.8.1.jar,
NutsIOCompressAction.class
package net.thevpc.nuts
NutsIOCompressAction.addSource ( File p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( InputStream p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( Path p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( URL p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.getFormat ( ) [abstract] : String
net/thevpc/nuts/NutsIOCompressAction.getFormat:()Ljava/lang/String;
NutsIOCompressAction.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsIOCompressAction.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NutsIOCompressAction.getProgressMonitorFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsIOCompressAction.getProgressMonitorFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsIOCompressAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOCompressAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOCompressAction.getSources ( ) [abstract] : List<Object>
net/thevpc/nuts/NutsIOCompressAction.getSources:()Ljava/util/List;
NutsIOCompressAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIOCompressAction.getTarget:()Ljava/lang/Object;
NutsIOCompressAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCompressAction.isLogProgress:()Z
NutsIOCompressAction.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCompressAction.isSafe:()Z
NutsIOCompressAction.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCompressAction.isSkipRoot:()Z
NutsIOCompressAction.run ( ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.run:()Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setFormat ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setFormatOption ( String p1, Object p2 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setLogProgress ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setProgressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setProgressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setSafe ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setSafe:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setSession ( NutsSession p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setSkipRoot ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( File p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( NutsOutput p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( Object p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( OutputStream p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( Path p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( File p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( NutsOutput p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( Object p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( OutputStream p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( Path p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
nuts-0.8.1.jar,
NutsIOCopyAction.class
package net.thevpc.nuts
NutsIOCopyAction.from ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( InputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( NutsInput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( Object p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( URL p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.getByteArrayResult ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsIOCopyAction.getByteArrayResult:()[B
NutsIOCopyAction.getProgressMonitorFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsIOCopyAction.getProgressMonitorFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsIOCopyAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOCopyAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOCopyAction.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOCopyAction.getSource:()Ljava/lang/Object;
NutsIOCopyAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIOCopyAction.getTarget:()Ljava/lang/Object;
NutsIOCopyAction.getValidator ( ) [abstract] : NutsIOCopyValidator
net/thevpc/nuts/NutsIOCopyAction.getValidator:()Lnet/thevpc/nuts/NutsIOCopyValidator;
NutsIOCopyAction.interrupt ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.interrupt:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.isInterruptible ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isInterruptible:()Z
NutsIOCopyAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isLogProgress:()Z
NutsIOCopyAction.isMkdirs ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isMkdirs:()Z
NutsIOCopyAction.isRecursive ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isRecursive:()Z
NutsIOCopyAction.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isSafe:()Z
NutsIOCopyAction.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isSkipRoot:()Z
NutsIOCopyAction.run ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.run:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setInterruptible ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setInterruptible:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setLogProgress ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setMkdirs ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setMkdirs:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setProgressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setProgressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setRecursive ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setRecursive:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSafe ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSafe:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSession ( NutsSession p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSkipRoot ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( InputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( NutsInput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( Object p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( URL p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( NutsOutput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( NutsPath p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( OutputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setValidator ( NutsIOCopyValidator p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setValidator:(Lnet/thevpc/nuts/NutsIOCopyValidator;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( NutsOutput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( Object p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( OutputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
nuts-0.8.1.jar,
NutsIOCopyValidationException.class
package net.thevpc.nuts
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsIOCopyValidator.class
package net.thevpc.nuts
NutsIOCopyValidator.validate ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsIOCopyValidator.validate:(Ljava/io/InputStream;)V
nuts-0.8.1.jar,
NutsIODeleteAction.class
package net.thevpc.nuts
NutsIODeleteAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIODeleteAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIODeleteAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIODeleteAction.getTarget:()Ljava/lang/Object;
NutsIODeleteAction.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsIODeleteAction.isFailFast:()Z
NutsIODeleteAction.run ( ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.run:()Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setFailFast ( boolean p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setFailFast:(Z)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setSession ( NutsSession p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setTarget ( File p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setTarget ( Object p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setTarget:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setTarget ( Path p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIODeleteAction;
nuts-0.8.1.jar,
NutsIOException.class
package net.thevpc.nuts
NutsIOException.NutsIOException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIOException.NutsIOException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsIOException.NutsIOException ( NutsSession session, Throwable cause )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsIOHashAction.class
package net.thevpc.nuts
NutsIOHashAction.algorithm ( String p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.algorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.computeBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsIOHashAction.computeBytes:()[B
NutsIOHashAction.computeString ( ) [abstract] : String
net/thevpc/nuts/NutsIOHashAction.computeString:()Ljava/lang/String;
NutsIOHashAction.getAlgorithm ( ) [abstract] : String
net/thevpc/nuts/NutsIOHashAction.getAlgorithm:()Ljava/lang/String;
NutsIOHashAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOHashAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOHashAction.md5 ( ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.md5:()Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setAlgorithm ( String p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setAlgorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSession ( NutsSession p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( File p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( InputStream p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( NutsDescriptor p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( NutsPath p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( Path p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.sha1 ( ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.sha1:()Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.writeHash ( OutputStream p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.writeHash:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOHashAction;
nuts-0.8.1.jar,
NutsIOLockAction.class
package net.thevpc.nuts
NutsIOLockAction.call ( Callable<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsIOLockAction.call:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
NutsIOLockAction.call ( Callable<T> p1, long p2, TimeUnit p3 ) [abstract] : T
net/thevpc/nuts/NutsIOLockAction.call:(Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
NutsIOLockAction.create ( ) [abstract] : NutsLock
net/thevpc/nuts/NutsIOLockAction.create:()Lnet/thevpc/nuts/NutsLock;
NutsIOLockAction.getResource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOLockAction.getResource:()Ljava/lang/Object;
NutsIOLockAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOLockAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOLockAction.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOLockAction.getSource:()Ljava/lang/Object;
NutsIOLockAction.run ( Runnable p1 ) [abstract] : void
net/thevpc/nuts/NutsIOLockAction.run:(Ljava/lang/Runnable;)V
NutsIOLockAction.run ( Runnable p1, long p2, TimeUnit p3 ) [abstract] : void
net/thevpc/nuts/NutsIOLockAction.run:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)V
NutsIOLockAction.setResource ( File p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setResource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setResource ( Object p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setResource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setResource ( Path p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setResource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setSession ( NutsSession p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setSource ( Object p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setSource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOLockAction;
nuts-0.8.1.jar,
NutsIOManager.class
package net.thevpc.nuts
NutsIOManager.addPathFactory ( NutsPathFactory p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.addPathFactory:(Lnet/thevpc/nuts/NutsPathFactory;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.compress ( ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOManager.compress:()Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOManager.copy ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOManager.copy:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOManager.createMemoryPrintStream ( ) [abstract] : NutsMemoryPrintStream
net/thevpc/nuts/NutsIOManager.createMemoryPrintStream:()Lnet/thevpc/nuts/NutsMemoryPrintStream;
NutsIOManager.createPrintStream ( OutputStream p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.createPrintStream ( OutputStream p1, NutsTerminalMode p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.createPrintStream ( Writer p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/Writer;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.delete ( ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIOManager.delete:()Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIOManager.expandPath ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsIOManager.expandPath:(Ljava/lang/String;)Ljava/lang/String;
NutsIOManager.expandPath ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsIOManager.expandPath:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsIOManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOManager.hash ( ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOManager.hash:()Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOManager.input ( ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsIOManager.input:()Lnet/thevpc/nuts/NutsInputAction;
NutsIOManager.isStandardErrorStream ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardErrorStream:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsIOManager.isStandardInputStream ( InputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardInputStream:(Ljava/io/InputStream;)Z
NutsIOManager.isStandardOutputStream ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardOutputStream:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsIOManager.monitor ( ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsIOManager.monitor:()Lnet/thevpc/nuts/NutsMonitorAction;
NutsIOManager.nullInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/NutsIOManager.nullInputStream:()Ljava/io/InputStream;
NutsIOManager.nullPrintStream ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.nullPrintStream:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.output ( ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsIOManager.output:()Lnet/thevpc/nuts/NutsOutputAction;
NutsIOManager.path ( File p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/io/File;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( Path p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( String p1, ClassLoader p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/lang/String;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( URL p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.ps ( ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOManager.ps:()Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOManager.removePathFactory ( NutsPathFactory p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.removePathFactory:(Lnet/thevpc/nuts/NutsPathFactory;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.setSession ( NutsSession p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.stderr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.stderr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.stdin ( ) [abstract] : InputStream
net/thevpc/nuts/NutsIOManager.stdin:()Ljava/io/InputStream;
NutsIOManager.stdout ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.stdout:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.tmp ( ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsIOManager.tmp:()Lnet/thevpc/nuts/NutsTempAction;
NutsIOManager.uncompress ( ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOManager.uncompress:()Lnet/thevpc/nuts/NutsIOUncompressAction;
nuts-0.8.1.jar,
NutsIOProcessAction.class
package net.thevpc.nuts
NutsIOProcessAction.failFast ( ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.failFast:()Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.failFast ( boolean p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.failFast:(Z)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.getResultList ( ) [abstract] : NutsResultList<NutsProcessInfo>
net/thevpc/nuts/NutsIOProcessAction.getResultList:()Lnet/thevpc/nuts/NutsResultList;
NutsIOProcessAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOProcessAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOProcessAction.getType ( ) [abstract] : String
net/thevpc/nuts/NutsIOProcessAction.getType:()Ljava/lang/String;
NutsIOProcessAction.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.isFailFast:()Z
NutsIOProcessAction.isSupportedKillProcess ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.isSupportedKillProcess:()Z
NutsIOProcessAction.killProcess ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.killProcess:(Ljava/lang/String;)Z
NutsIOProcessAction.setFailFast ( boolean p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.setFailFast:(Z)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.setSession ( NutsSession p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.setType ( String p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.type ( String p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.type:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOProcessAction;
nuts-0.8.1.jar,
NutsIOUncompressAction.class
package net.thevpc.nuts
NutsIOUncompressAction.from ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( InputStream p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( Object p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( URL p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.getFormat ( ) [abstract] : String
net/thevpc/nuts/NutsIOUncompressAction.getFormat:()Ljava/lang/String;
NutsIOUncompressAction.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsIOUncompressAction.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NutsIOUncompressAction.getProgressMonitorFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsIOUncompressAction.getProgressMonitorFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsIOUncompressAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOUncompressAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOUncompressAction.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOUncompressAction.getSource:()Ljava/lang/Object;
NutsIOUncompressAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIOUncompressAction.getTarget:()Ljava/lang/Object;
NutsIOUncompressAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressAction.isLogProgress:()Z
NutsIOUncompressAction.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressAction.isSafe:()Z
NutsIOUncompressAction.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressAction.isSkipRoot:()Z
NutsIOUncompressAction.progressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.progressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.run ( ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.run:()Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setFormat ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setFormatOption ( String p1, Object p2 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setLogProgress ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setProgressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setProgressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSafe ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSafe:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSession ( NutsSession p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSkipRoot ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( InputStream p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( URL p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( NutsOutput p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( NutsOutput p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( Object p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.visit ( NutsIOUncompressVisitor p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.visit:(Lnet/thevpc/nuts/NutsIOUncompressVisitor;)Lnet/thevpc/nuts/NutsIOUncompressAction;
nuts-0.8.1.jar,
NutsIOUncompressVisitor.class
package net.thevpc.nuts
NutsIOUncompressVisitor.visitFile ( String p1, InputStream p2 ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressVisitor.visitFile:(Ljava/lang/String;Ljava/io/InputStream;)Z
NutsIOUncompressVisitor.visitFolder ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressVisitor.visitFolder:(Ljava/lang/String;)Z
nuts-0.8.1.jar,
NutsIterableFormat.class
package net.thevpc.nuts
NutsIterableFormat.complete ( long p1 ) [abstract] : void
net/thevpc/nuts/NutsIterableFormat.complete:(J)V
NutsIterableFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsIterableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsIterableFormat;
NutsIterableFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsIterableFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsIterableFormat.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsIterableFormat.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsIterableFormat.next ( Object p1, long p2 ) [abstract] : void
net/thevpc/nuts/NutsIterableFormat.next:(Ljava/lang/Object;J)V
NutsIterableFormat.start ( ) [abstract] : void
net/thevpc/nuts/NutsIterableFormat.start:()V
nuts-0.8.1.jar,
NutsLauncherOptions.class
package net.thevpc.nuts
NutsLauncherOptions.copy ( ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.copy:()Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.getAlias ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getAlias:()Ljava/lang/String;
NutsLauncherOptions.getArgs ( ) : List<String>
net/thevpc/nuts/NutsLauncherOptions.getArgs:()Ljava/util/List;
NutsLauncherOptions.getCreateCustomShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateCustomShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCreateDesktopShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateDesktopShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCreateMenuShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateMenuShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCustomScriptPath ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getCustomScriptPath:()Ljava/lang/String;
NutsLauncherOptions.getCustomShortcutPath ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getCustomShortcutPath:()Ljava/lang/String;
NutsLauncherOptions.getIcon ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getIcon:()Ljava/lang/String;
NutsLauncherOptions.getId ( ) : NutsId
net/thevpc/nuts/NutsLauncherOptions.getId:()Lnet/thevpc/nuts/NutsId;
NutsLauncherOptions.getMenuCategory ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getMenuCategory:()Ljava/lang/String;
NutsLauncherOptions.getNutsOptions ( ) : List<String>
net/thevpc/nuts/NutsLauncherOptions.getNutsOptions:()Ljava/util/List;
NutsLauncherOptions.getShortcutName ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getShortcutName:()Ljava/lang/String;
NutsLauncherOptions.getSwitchWorkspaceLocation ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getSwitchWorkspaceLocation:()Ljava/lang/String;
NutsLauncherOptions.getSystemWideConfig ( ) : Boolean
net/thevpc/nuts/NutsLauncherOptions.getSystemWideConfig:()Ljava/lang/Boolean;
NutsLauncherOptions.getWorkingDirectory ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getWorkingDirectory:()Ljava/lang/String;
NutsLauncherOptions.isCreateAlias ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isCreateAlias:()Z
NutsLauncherOptions.isCreateScript ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isCreateScript:()Z
NutsLauncherOptions.isInstallExtensions ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isInstallExtensions:()Z
NutsLauncherOptions.isOpenTerminal ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isOpenTerminal:()Z
NutsLauncherOptions.NutsLauncherOptions ( )
net/thevpc/nuts/NutsLauncherOptions."<init>":()V
NutsLauncherOptions.setAlias ( String alias ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setAlias:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setArgs ( List<String> args ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setArgs:(Ljava/util/List;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateAlias ( boolean createAlias ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateAlias:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateCustomShortcut ( NutsActionSupportCondition createCustomShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateCustomShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateDesktopShortcut ( NutsActionSupportCondition createDesktopShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateDesktopShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateMenuShortcut ( NutsActionSupportCondition createMenuShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateMenuShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateScript ( boolean createScript ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateScript:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCustomScriptPath ( String customScriptPath ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCustomScriptPath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCustomShortcutPath ( String customShortcutPath ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCustomShortcutPath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setIcon ( String icon ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setIcon:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setId ( NutsId id ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setInstallExtensions ( boolean installExtensions ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setInstallExtensions:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setMenuCategory ( String menuCategory ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setMenuCategory:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setNutsOptions ( List<String> nutsOptions ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setNutsOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setOpenTerminal ( boolean openTerminal ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setOpenTerminal:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setShortcutName ( String shortcutName ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setShortcutName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setSwitchWorkspaceLocation ( String switchWorkspaceLocation ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setSwitchWorkspaceLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setSystemWideConfig ( Boolean systemWideConfig ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setSystemWideConfig:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setWorkingDirectory ( String workingDirectory ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setWorkingDirectory:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
nuts-0.8.1.jar,
NutsLockAcquireException.class
package net.thevpc.nuts
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLockBarrierException.class
package net.thevpc.nuts
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLockException.class
package net.thevpc.nuts
NutsLockException.getLockedObject ( ) : Object
net/thevpc/nuts/NutsLockException.getLockedObject:()Ljava/lang/Object;
NutsLockException.getLockObject ( ) : Object
net/thevpc/nuts/NutsLockException.getLockObject:()Ljava/lang/Object;
NutsLockException.NutsLockException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockException.NutsLockException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockException.NutsLockException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLockReleaseException.class
package net.thevpc.nuts
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLogConfig.class
package net.thevpc.nuts
NutsLogConfig.copy ( ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.copy:()Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.getLogFileBase ( ) : String
net/thevpc/nuts/NutsLogConfig.getLogFileBase:()Ljava/lang/String;
NutsLogConfig.getLogFileCount ( ) : int
net/thevpc/nuts/NutsLogConfig.getLogFileCount:()I
NutsLogConfig.getLogFileFilter ( ) : Filter
net/thevpc/nuts/NutsLogConfig.getLogFileFilter:()Ljava/util/logging/Filter;
NutsLogConfig.getLogFileLevel ( ) : Level
net/thevpc/nuts/NutsLogConfig.getLogFileLevel:()Ljava/util/logging/Level;
NutsLogConfig.getLogFileName ( ) : String
net/thevpc/nuts/NutsLogConfig.getLogFileName:()Ljava/lang/String;
NutsLogConfig.getLogFileSize ( ) : int
net/thevpc/nuts/NutsLogConfig.getLogFileSize:()I
NutsLogConfig.getLogTermFilter ( ) : Filter
net/thevpc/nuts/NutsLogConfig.getLogTermFilter:()Ljava/util/logging/Filter;
NutsLogConfig.getLogTermLevel ( ) : Level
net/thevpc/nuts/NutsLogConfig.getLogTermLevel:()Ljava/util/logging/Level;
NutsLogConfig.isLogInherited ( ) : boolean *DEPRECATED*
net/thevpc/nuts/NutsLogConfig.isLogInherited:()Z
NutsLogConfig.NutsLogConfig ( )
net/thevpc/nuts/NutsLogConfig."<init>":()V
NutsLogConfig.NutsLogConfig ( NutsLogConfig other )
net/thevpc/nuts/NutsLogConfig."<init>":(Lnet/thevpc/nuts/NutsLogConfig;)V
NutsLogConfig.setLogFileBase ( String logFileBase ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogFileBase:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogFileCount ( int logFileCount ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogFileCount:(I)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogFileFilter ( Filter logFileFilter ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogFileFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogFileLevel ( Level logFileLevel ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogFileName ( String logFileName ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogFileName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogFileSize ( int logFileSize ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogFileSize:(I)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogInherited ( boolean logInherited ) : NutsLogConfig *DEPRECATED*
net/thevpc/nuts/NutsLogConfig.setLogInherited:(Z)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogTermFilter ( Filter logTermFilter ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogTermFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogTermLevel ( Level logTermLevel ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogTermLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogConfig;
nuts-0.8.1.jar,
NutsLogger.class
package net.thevpc.nuts
NutsLogger.isLoggable ( Level p1 ) [abstract] : boolean
net/thevpc/nuts/NutsLogger.isLoggable:(Ljava/util/logging/Level;)Z
NutsLogger.log ( LogRecord p1 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Ljava/util/logging/LogRecord;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4, Object... p5 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;[Ljava/lang/Object;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, Supplier<String> p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/util/function/Supplier;)V
NutsLogger.log ( NutsSession p1, Level p2, String p3, Throwable p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsLogger.of ( Class clazz, NutsSession session ) [static] : NutsLogger
net/thevpc/nuts/NutsLogger.of:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogger;
NutsLogger.with ( ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLogger.with:()Lnet/thevpc/nuts/NutsLoggerOp;
nuts-0.8.1.jar,
NutsLoggerOp.class
package net.thevpc.nuts
NutsLoggerOp.error ( Throwable p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.error:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.formatted ( ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.formatted:()Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.formatted ( boolean p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.formatted:(Z)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.level ( Level p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.level:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.log ( String p1, Object... p2 ) [abstract] : void
net/thevpc/nuts/NutsLoggerOp.log:(Ljava/lang/String;[Ljava/lang/Object;)V
NutsLoggerOp.log ( Supplier<String> p1 ) [abstract] : void
net/thevpc/nuts/NutsLoggerOp.log:(Ljava/util/function/Supplier;)V
NutsLoggerOp.of ( Class clazz, NutsSession session ) [static] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.of:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.session ( NutsSession p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.session:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.style ( NutsTextFormatStyle p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.style:(Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.time ( long p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.time:(J)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.verb ( NutsLogVerb p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.verb:(Lnet/thevpc/nuts/NutsLogVerb;)Lnet/thevpc/nuts/NutsLoggerOp;
nuts-0.8.1.jar,
NutsLoginException.class
package net.thevpc.nuts
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsLogManager.class
package net.thevpc.nuts
NutsLogManager.addHandler ( Handler p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.addHandler:(Ljava/util/logging/Handler;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.getFileHandler ( ) [abstract] : Handler
net/thevpc/nuts/NutsLogManager.getFileHandler:()Ljava/util/logging/Handler;
NutsLogManager.getFileLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsLogManager.getFileLevel:()Ljava/util/logging/Level;
NutsLogManager.getHandlers ( ) [abstract] : Handler[ ]
net/thevpc/nuts/NutsLogManager.getHandlers:()[Ljava/util/logging/Handler;
NutsLogManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsLogManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsLogManager.getTermHandler ( ) [abstract] : Handler
net/thevpc/nuts/NutsLogManager.getTermHandler:()Ljava/util/logging/Handler;
NutsLogManager.getTermLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsLogManager.getTermLevel:()Ljava/util/logging/Level;
NutsLogManager.of ( Class p1 ) [abstract] : NutsLogger
net/thevpc/nuts/NutsLogManager.of:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsLogger;
NutsLogManager.of ( String p1 ) [abstract] : NutsLogger
net/thevpc/nuts/NutsLogManager.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLogger;
NutsLogManager.removeHandler ( Handler p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.removeHandler:(Ljava/util/logging/Handler;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setFileLevel ( Level p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setSession ( NutsSession p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setTermLevel ( Level p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setTermLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogManager;
nuts-0.8.1.jar,
NutsLogVerb.class
package net.thevpc.nuts
NutsLogVerb.name ( ) : String
net/thevpc/nuts/NutsLogVerb.name:()Ljava/lang/String;
NutsLogVerb.NutsLogVerb ( String name )
net/thevpc/nuts/NutsLogVerb."<init>":(Ljava/lang/String;)V
NutsLogVerb.of ( String name ) [static] : NutsLogVerb
net/thevpc/nuts/NutsLogVerb.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLogVerb;
nuts-0.8.1.jar,
NutsMapListener.class
package net.thevpc.nuts
NutsMapListener<K,V>.entryAdded ( K key, V value ) : void
net/thevpc/nuts/NutsMapListener.entryAdded:(Ljava/lang/Object;Ljava/lang/Object;)V
NutsMapListener<K,V>.entryRemoved ( K key, V value ) : void
net/thevpc/nuts/NutsMapListener.entryRemoved:(Ljava/lang/Object;Ljava/lang/Object;)V
NutsMapListener<K,V>.entryUpdated ( K key, V newValue, V oldValue ) : void
net/thevpc/nuts/NutsMapListener.entryUpdated:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsMemoryPrintStream.class
package net.thevpc.nuts
NutsMemoryPrintStream.getBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsMemoryPrintStream.getBytes:()[B
nuts-0.8.1.jar,
NutsMessage.class
package net.thevpc.nuts
NutsMessage.cstyle ( String message, Object... params ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.cstyle:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMessage;
NutsMessage.formatted ( String message ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.formatted:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMessage;
NutsMessage.getMessage ( ) : String
net/thevpc/nuts/NutsMessage.getMessage:()Ljava/lang/String;
NutsMessage.getParams ( ) : Object[ ]
net/thevpc/nuts/NutsMessage.getParams:()[Ljava/lang/Object;
NutsMessage.getStyle ( ) : NutsTextFormatStyle
net/thevpc/nuts/NutsMessage.getStyle:()Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsMessage.jstyle ( String message, Object... params ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.jstyle:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMessage;
NutsMessage.NutsMessage ( NutsTextFormatStyle style, String message, Object... params )
net/thevpc/nuts/NutsMessage."<init>":(Lnet/thevpc/nuts/NutsTextFormatStyle;Ljava/lang/String;[Ljava/lang/Object;)V
NutsMessage.plain ( String message ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.plain:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMessage;
nuts-0.8.1.jar,
NutsMonitorAction.class
package net.thevpc.nuts
NutsMonitorAction.create ( ) [abstract] : InputStream
net/thevpc/nuts/NutsMonitorAction.create:()Ljava/io/InputStream;
NutsMonitorAction.createSource ( ) [abstract] : NutsInput
net/thevpc/nuts/NutsMonitorAction.createSource:()Lnet/thevpc/nuts/NutsInput;
NutsMonitorAction.getLength ( ) [abstract] : long
net/thevpc/nuts/NutsMonitorAction.getLength:()J
NutsMonitorAction.getName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsMonitorAction.getName:()Lnet/thevpc/nuts/NutsString;
NutsMonitorAction.getOrigin ( ) [abstract] : Object
net/thevpc/nuts/NutsMonitorAction.getOrigin:()Ljava/lang/Object;
NutsMonitorAction.getProgressFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsMonitorAction.getProgressFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsMonitorAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsMonitorAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsMonitorAction.getSourceTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsMonitorAction.getSourceTypeName:()Ljava/lang/String;
NutsMonitorAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsMonitorAction.isLogProgress:()Z
NutsMonitorAction.setLength ( long p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setLength:(J)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setLogProgress ( boolean p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setName ( NutsString p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setOrigin ( Object p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setOrigin:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setProgressFactory ( NutsProgressFactory p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setProgressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSession ( NutsSession p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( File p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( InputStream p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( NutsInput p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( NutsPath p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( Path p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( String p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSourceTypeName ( String p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSourceTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMonitorAction;
nuts-0.8.1.jar,
NutsMutableTableModel.class
package net.thevpc.nuts
NutsMutableTableModel.addCell ( Object p1 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.addCell:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.addCells ( Object... p1 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.addCells:([Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.addHeaderCell ( Object p1 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.addHeaderCell:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.addHeaderCells ( Object... p1 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.addHeaderCells:([Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.addRow ( Object... p1 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.addRow:([Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.clearHeader ( ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.clearHeader:()Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.newRow ( ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.newRow:()Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.of ( NutsSession session ) [static] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.setCellColSpan ( int p1, int p2, int p3 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.setCellColSpan:(III)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.setCellRowSpan ( int p1, int p2, int p3 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.setCellRowSpan:(III)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.setCellValue ( int p1, int p2, Object p3 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.setCellValue:(IILjava/lang/Object;)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.setHeaderColSpan ( int p1, int p2 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.setHeaderColSpan:(II)Lnet/thevpc/nuts/NutsMutableTableModel;
NutsMutableTableModel.setHeaderValue ( int p1, Object p2 ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.setHeaderValue:(ILjava/lang/Object;)Lnet/thevpc/nuts/NutsMutableTableModel;
nuts-0.8.1.jar,
NutsNotExecutableException.class
package net.thevpc.nuts
NutsNotExecutableException.getId ( ) : NutsId
net/thevpc/nuts/NutsNotExecutableException.getId:()Lnet/thevpc/nuts/NutsId;
NutsNotExecutableException.NutsNotExecutableException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotExecutableException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
nuts-0.8.1.jar,
NutsNotFoundException.class
package net.thevpc.nuts
NutsNotFoundException.dependenciesToString ( NutsNotFoundException.NutsIdInvalidDependency[ ] dependencies ) [static] : String
net/thevpc/nuts/NutsNotFoundException.dependenciesToString:([Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidDependency;)Ljava/lang/String;
NutsNotFoundException.dependenciesToString ( String prefix, NutsNotFoundException.NutsIdInvalidDependency d ) [static] : String
net/thevpc/nuts/NutsNotFoundException.dependenciesToString:(Ljava/lang/String;Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidDependency;)Ljava/lang/String;
NutsNotFoundException.getId ( ) : NutsId
net/thevpc/nuts/NutsNotFoundException.getId:()Lnet/thevpc/nuts/NutsId;
NutsNotFoundException.getLocations ( ) : Set<NutsNotFoundException.NutsIdInvalidLocation>
net/thevpc/nuts/NutsNotFoundException.getLocations:()Ljava/util/Set;
NutsNotFoundException.getMissingDependencies ( ) : Set<NutsNotFoundException.NutsIdInvalidDependency>
net/thevpc/nuts/NutsNotFoundException.getMissingDependencies:()Ljava/util/Set;
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsMessage message )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsNotFoundException.NutsIdInvalidDependency[ ] dependencies, NutsNotFoundException.NutsIdInvalidLocation[ ] locations, Throwable cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidDependency;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidLocation;Ljava/lang/Throwable;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, Throwable cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Ljava/lang/Throwable;)V
NutsNotFoundException.toInvalidDependency ( ) : NutsNotFoundException.NutsIdInvalidDependency
net/thevpc/nuts/NutsNotFoundException.toInvalidDependency:()Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidDependency;
nuts-0.8.1.jar,
NutsNotInstallableException.class
package net.thevpc.nuts
NutsNotInstallableException.NutsNotInstallableException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsNotInstallableException.NutsNotInstallableException ( NutsSession session, NutsId id, NutsMessage msg, Exception ex )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsNotInstalledException.class
package net.thevpc.nuts
NutsNotInstalledException.NutsNotInstalledException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsNotInstalledException.NutsNotInstalledException ( NutsSession session, NutsId id, NutsMessage msg, Exception ex )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsObjectElement.class
package net.thevpc.nuts
NutsObjectElement.children ( ) [abstract] : Collection<NutsElementEntry>
net/thevpc/nuts/NutsObjectElement.children:()Ljava/util/Collection;
NutsObjectElement.get ( NutsElement p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElement.get:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElement.get ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElement.get:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElement.getArray ( NutsElement p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getArray:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getArray ( String p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getArray:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getBoolean ( NutsElement p1 ) [abstract] : boolean
net/thevpc/nuts/NutsObjectElement.getBoolean:(Lnet/thevpc/nuts/NutsElement;)Z
NutsObjectElement.getBoolean ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsObjectElement.getBoolean:(Ljava/lang/String;)Z
NutsObjectElement.getByte ( NutsElement p1 ) [abstract] : byte
net/thevpc/nuts/NutsObjectElement.getByte:(Lnet/thevpc/nuts/NutsElement;)B
NutsObjectElement.getByte ( String p1 ) [abstract] : byte
net/thevpc/nuts/NutsObjectElement.getByte:(Ljava/lang/String;)B
NutsObjectElement.getDouble ( NutsElement p1 ) [abstract] : double
net/thevpc/nuts/NutsObjectElement.getDouble:(Lnet/thevpc/nuts/NutsElement;)D
NutsObjectElement.getDouble ( String p1 ) [abstract] : double
net/thevpc/nuts/NutsObjectElement.getDouble:(Ljava/lang/String;)D
NutsObjectElement.getFloat ( NutsElement p1 ) [abstract] : float
net/thevpc/nuts/NutsObjectElement.getFloat:(Lnet/thevpc/nuts/NutsElement;)F
NutsObjectElement.getFloat ( String p1 ) [abstract] : float
net/thevpc/nuts/NutsObjectElement.getFloat:(Ljava/lang/String;)F
NutsObjectElement.getInstant ( NutsElement p1 ) [abstract] : Instant
net/thevpc/nuts/NutsObjectElement.getInstant:(Lnet/thevpc/nuts/NutsElement;)Ljava/time/Instant;
NutsObjectElement.getInstant ( String p1 ) [abstract] : Instant
net/thevpc/nuts/NutsObjectElement.getInstant:(Ljava/lang/String;)Ljava/time/Instant;
NutsObjectElement.getInt ( NutsElement p1 ) [abstract] : int
net/thevpc/nuts/NutsObjectElement.getInt:(Lnet/thevpc/nuts/NutsElement;)I
NutsObjectElement.getInt ( String p1 ) [abstract] : int
net/thevpc/nuts/NutsObjectElement.getInt:(Ljava/lang/String;)I
NutsObjectElement.getLong ( NutsElement p1 ) [abstract] : long
net/thevpc/nuts/NutsObjectElement.getLong:(Lnet/thevpc/nuts/NutsElement;)J
NutsObjectElement.getLong ( String p1 ) [abstract] : long
net/thevpc/nuts/NutsObjectElement.getLong:(Ljava/lang/String;)J
NutsObjectElement.getNumber ( NutsElement p1 ) [abstract] : Number
net/thevpc/nuts/NutsObjectElement.getNumber:(Lnet/thevpc/nuts/NutsElement;)Ljava/lang/Number;
NutsObjectElement.getNumber ( String p1 ) [abstract] : Number
net/thevpc/nuts/NutsObjectElement.getNumber:(Ljava/lang/String;)Ljava/lang/Number;
NutsObjectElement.getObject ( NutsElement p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getObject:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getObject ( String p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getObject:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getSafe ( NutsElement p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElement.getSafe:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElement.getSafe ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElement.getSafe:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElement.getSafeArray ( NutsElement p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getSafeArray:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getSafeArray ( String p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getSafeArray:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getSafeInt ( String p1 ) [abstract] : Integer
net/thevpc/nuts/NutsObjectElement.getSafeInt:(Ljava/lang/String;)Ljava/lang/Integer;
NutsObjectElement.getSafeInt ( String p1, int p2 ) [abstract] : Integer
net/thevpc/nuts/NutsObjectElement.getSafeInt:(Ljava/lang/String;I)Ljava/lang/Integer;
NutsObjectElement.getSafeObject ( NutsElement p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getSafeObject:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getSafeObject ( String p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getSafeObject:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getSafeString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getSafeString:(Ljava/lang/String;)Ljava/lang/String;
NutsObjectElement.getSafeString ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getSafeString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsObjectElement.getShort ( NutsElement p1 ) [abstract] : short
net/thevpc/nuts/NutsObjectElement.getShort:(Lnet/thevpc/nuts/NutsElement;)S
NutsObjectElement.getShort ( String p1 ) [abstract] : short
net/thevpc/nuts/NutsObjectElement.getShort:(Ljava/lang/String;)S
NutsObjectElement.getString ( NutsElement p1 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getString:(Lnet/thevpc/nuts/NutsElement;)Ljava/lang/String;
NutsObjectElement.getString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getString:(Ljava/lang/String;)Ljava/lang/String;
NutsObjectElement.size ( ) [abstract] : int
net/thevpc/nuts/NutsObjectElement.size:()I
NutsObjectElement.stream ( ) [abstract] : Stream<NutsElementEntry>
net/thevpc/nuts/NutsObjectElement.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsObjectElementBuilder.class
package net.thevpc.nuts
NutsObjectElementBuilder.add ( NutsElementEntry p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.add:(Lnet/thevpc/nuts/NutsElementEntry;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.add ( NutsObjectElement p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.add:(Lnet/thevpc/nuts/NutsObjectElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.add ( NutsObjectElementBuilder p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.add:(Lnet/thevpc/nuts/NutsObjectElementBuilder;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.build ( ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElementBuilder.build:()Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElementBuilder.children ( ) [abstract] : Collection<NutsElementEntry>
net/thevpc/nuts/NutsObjectElementBuilder.children:()Ljava/util/Collection;
NutsObjectElementBuilder.clear ( ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.clear:()Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.get ( NutsElement p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElementBuilder.get:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElementBuilder.get ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElementBuilder.get:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElementBuilder.of ( NutsSession session ) [static] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.remove ( NutsElement p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.remove:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.remove ( String p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.remove:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, boolean p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;Z)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, double p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;D)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, int p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;I)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, NutsElement p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, String p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsObjectElement p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsObjectElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsObjectElementBuilder p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsObjectElementBuilder;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, boolean p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, double p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;D)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, int p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;I)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, NutsElement p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, String p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.size ( ) [abstract] : int
net/thevpc/nuts/NutsObjectElementBuilder.size:()I
nuts-0.8.1.jar,
NutsObjectFormat.class
package net.thevpc.nuts
NutsObjectFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsObjectFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsObjectFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsObjectFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsObjectFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsObjectFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsObjectFormat.getValue:()Ljava/lang/Object;
NutsObjectFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsObjectFormat.setNtf ( boolean p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsObjectFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsObjectFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsObjectFormat.setSession ( NutsSession p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsObjectFormat.setValue ( Object p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
nuts-0.8.1.jar,
NutsOpenMode.class
package net.thevpc.nuts
NutsOpenMode.id ( ) : String
net/thevpc/nuts/NutsOpenMode.id:()Ljava/lang/String;
NutsOpenMode.parseLenient ( String value ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.parseLenient ( String value, NutsOpenMode emptyOrErrorValue ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOpenMode;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.parseLenient ( String value, NutsOpenMode emptyValue, NutsOpenMode errorValue ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOpenMode;Lnet/thevpc/nuts/NutsOpenMode;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.valueOf ( String name ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.values ( ) [static] : NutsOpenMode[ ]
net/thevpc/nuts/NutsOpenMode.values:()[Lnet/thevpc/nuts/NutsOpenMode;
nuts-0.8.1.jar,
NutsOsFamily.class
package net.thevpc.nuts
NutsOsFamily.id ( ) : String
net/thevpc/nuts/NutsOsFamily.id:()Ljava/lang/String;
NutsOsFamily.parseLenient ( String e, NutsOsFamily emptyValue, NutsOsFamily errorValue ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.parseLenient ( String value ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.parseLenient ( String value, NutsOsFamily emptyOrErrorValue ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.valueOf ( String name ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.values ( ) [static] : NutsOsFamily[ ]
net/thevpc/nuts/NutsOsFamily.values:()[Lnet/thevpc/nuts/NutsOsFamily;
nuts-0.8.1.jar,
NutsOutput.class
package net.thevpc.nuts
NutsOutput.close ( ) [abstract] : void
net/thevpc/nuts/NutsOutput.close:()V
NutsOutput.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsOutput.getFilePath:()Ljava/nio/file/Path;
NutsOutput.getName ( ) [abstract] : String
net/thevpc/nuts/NutsOutput.getName:()Ljava/lang/String;
NutsOutput.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsOutput.getSource:()Ljava/lang/Object;
NutsOutput.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsOutput.getTypeName:()Ljava/lang/String;
NutsOutput.getURL ( ) [abstract] : URL
net/thevpc/nuts/NutsOutput.getURL:()Ljava/net/URL;
NutsOutput.isPath ( ) [abstract] : boolean
net/thevpc/nuts/NutsOutput.isPath:()Z
NutsOutput.isURL ( ) [abstract] : boolean
net/thevpc/nuts/NutsOutput.isURL:()Z
NutsOutput.open ( ) [abstract] : OutputStream
net/thevpc/nuts/NutsOutput.open:()Ljava/io/OutputStream;
nuts-0.8.1.jar,
NutsOutputAction.class
package net.thevpc.nuts
NutsOutputAction.getName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputAction.getName:()Ljava/lang/String;
NutsOutputAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsOutputAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsOutputAction.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputAction.getTypeName:()Ljava/lang/String;
NutsOutputAction.of ( File p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( NutsPath p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( Object p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( OutputStream p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( Path p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( String p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( URL p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.setName ( String p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputAction;
NutsOutputAction.setSession ( NutsSession p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsOutputAction;
NutsOutputAction.setTypeName ( String p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputAction;
nuts-0.8.1.jar,
NutsOutputStreamTransparentAdapter.class
package net.thevpc.nuts
NutsOutputStreamTransparentAdapter.baseOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/NutsOutputStreamTransparentAdapter.baseOutputStream:()Ljava/io/OutputStream;
nuts-0.8.1.jar,
NutsParseEnumException.class
package net.thevpc.nuts
NutsParseEnumException.getEnumType ( ) : Class<?>
net/thevpc/nuts/NutsParseEnumException.getEnumType:()Ljava/lang/Class;
NutsParseEnumException.getInvalidValue ( ) : String
net/thevpc/nuts/NutsParseEnumException.getInvalidValue:()Ljava/lang/String;
NutsParseEnumException.NutsParseEnumException ( NutsSession session, NutsMessage message, String invalidValue, Class<?> enumType )
net/thevpc/nuts/NutsParseEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/String;Ljava/lang/Class;)V
NutsParseEnumException.NutsParseEnumException ( NutsSession session, String invalidValue, Class<?> enumType )
net/thevpc/nuts/NutsParseEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Ljava/lang/Class;)V
nuts-0.8.1.jar,
NutsParseException.class
package net.thevpc.nuts
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsPath.class
package net.thevpc.nuts
NutsPath.asFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.asFilePath:()Ljava/nio/file/Path;
NutsPath.asString ( ) [abstract] : String
net/thevpc/nuts/NutsPath.asString:()Ljava/lang/String;
NutsPath.asURL ( ) [abstract] : URL
net/thevpc/nuts/NutsPath.asURL:()Ljava/net/URL;
NutsPath.delete ( boolean p1 ) [abstract] : void
net/thevpc/nuts/NutsPath.delete:(Z)V
NutsPath.exists ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.exists:()Z
NutsPath.getBaseName ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getBaseName:()Ljava/lang/String;
NutsPath.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getContentEncoding:()Ljava/lang/String;
NutsPath.getContentLength ( ) [abstract] : long
net/thevpc/nuts/NutsPath.getContentLength:()J
NutsPath.getContentType ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getContentType:()Ljava/lang/String;
NutsPath.getFormattedName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsPath.getFormattedName:()Lnet/thevpc/nuts/NutsString;
NutsPath.getFullExtension ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getFullExtension:()Ljava/lang/String;
NutsPath.getLastExtension ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getLastExtension:()Ljava/lang/String;
NutsPath.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsPath.getLastModifiedInstant:()Ljava/time/Instant;
NutsPath.getLocation ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getLocation:()Ljava/lang/String;
NutsPath.getName ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getName:()Ljava/lang/String;
NutsPath.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsPath.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsPath.input ( ) [abstract] : NutsInput
net/thevpc/nuts/NutsPath.input:()Lnet/thevpc/nuts/NutsInput;
NutsPath.isFilePath ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isFilePath:()Z
NutsPath.isURL ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isURL:()Z
NutsPath.mkdir ( boolean p1 ) [abstract] : void
net/thevpc/nuts/NutsPath.mkdir:(Z)V
NutsPath.of ( File path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/io/File;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( String path, ClassLoader classLoader, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( String path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( URL path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/net/URL;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.output ( ) [abstract] : NutsOutput
net/thevpc/nuts/NutsPath.output:()Lnet/thevpc/nuts/NutsOutput;
NutsPath.toCompressedForm ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.toCompressedForm:()Lnet/thevpc/nuts/NutsPath;
NutsPath.toFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.toFilePath:()Ljava/nio/file/Path;
NutsPath.toURL ( ) [abstract] : URL
net/thevpc/nuts/NutsPath.toURL:()Ljava/net/URL;
nuts-0.8.1.jar,
NutsPathFactory.class
package net.thevpc.nuts
NutsPathFactory.createPath ( String p1, NutsSession p2, ClassLoader p3 ) [abstract] : NutsSupplier<NutsPathSPI>
net/thevpc/nuts/NutsPathFactory.createPath:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsSupplier;
nuts-0.8.1.jar,
NutsPathSPI.class
package net.thevpc.nuts.spi
NutsPathSPI.asString ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.asString:()Ljava/lang/String;
NutsPathSPI.delete ( boolean p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.delete:(Z)V
NutsPathSPI.exists ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.exists:()Z
NutsPathSPI.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentEncoding:()Ljava/lang/String;
NutsPathSPI.getContentLength ( ) [abstract] : long
net/thevpc/nuts/spi/NutsPathSPI.getContentLength:()J
NutsPathSPI.getContentType ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentType:()Ljava/lang/String;
NutsPathSPI.getFormatterSPI ( ) [abstract] : NutsFormatSPI
net/thevpc/nuts/spi/NutsPathSPI.getFormatterSPI:()Lnet/thevpc/nuts/spi/NutsFormatSPI;
NutsPathSPI.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/spi/NutsPathSPI.getLastModifiedInstant:()Ljava/time/Instant;
NutsPathSPI.getLocation ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getLocation:()Ljava/lang/String;
NutsPathSPI.getName ( ) : String
net/thevpc/nuts/spi/NutsPathSPI.getName:()Ljava/lang/String;
NutsPathSPI.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/spi/NutsPathSPI.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsPathSPI.inputStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsPathSPI.inputStream:()Ljava/io/InputStream;
NutsPathSPI.mkdir ( boolean p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.mkdir:(Z)V
NutsPathSPI.outputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/spi/NutsPathSPI.outputStream:()Ljava/io/OutputStream;
NutsPathSPI.toCompressedForm ( ) : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.toCompressedForm:()Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.toFilePath ( ) : Path
net/thevpc/nuts/spi/NutsPathSPI.toFilePath:()Ljava/nio/file/Path;
NutsPathSPI.toURL ( ) : URL
net/thevpc/nuts/spi/NutsPathSPI.toURL:()Ljava/net/URL;
nuts-0.8.1.jar,
NutsPositionType.class
package net.thevpc.nuts
NutsPositionType.id ( ) : String
net/thevpc/nuts/NutsPositionType.id:()Ljava/lang/String;
NutsPositionType.parseLenient ( String value ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPositionType;
NutsPositionType.parseLenient ( String value, NutsPositionType emptyOrErrorValue ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPositionType;)Lnet/thevpc/nuts/NutsPositionType;
NutsPositionType.parseLenient ( String value, NutsPositionType emptyValue, NutsPositionType errorValue ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPositionType;Lnet/thevpc/nuts/NutsPositionType;)Lnet/thevpc/nuts/NutsPositionType;
NutsPositionType.valueOf ( String name ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPositionType;
NutsPositionType.values ( ) [static] : NutsPositionType[ ]
net/thevpc/nuts/NutsPositionType.values:()[Lnet/thevpc/nuts/NutsPositionType;
nuts-0.8.1.jar,
NutsPredicates.class
package net.thevpc.nuts
NutsPredicates.always ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.always:()Ljava/util/function/Predicate;
NutsPredicates.blank ( ) [static] : Predicate<String>
net/thevpc/nuts/NutsPredicates.blank:()Ljava/util/function/Predicate;
NutsPredicates.isNull ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.isNull:()Ljava/util/function/Predicate;
NutsPredicates.never ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.never:()Ljava/util/function/Predicate;
NutsPredicates.nonNull ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.nonNull:()Ljava/util/function/Predicate;
NutsPredicates.NutsPredicates ( )
net/thevpc/nuts/NutsPredicates."<init>":()V
nuts-0.8.1.jar,
NutsPrimitiveElement.class
package net.thevpc.nuts
NutsPrimitiveElement.getBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.getBoolean:()Z
NutsPrimitiveElement.getByte ( ) [abstract] : byte
net/thevpc/nuts/NutsPrimitiveElement.getByte:()B
NutsPrimitiveElement.getDouble ( ) [abstract] : double
net/thevpc/nuts/NutsPrimitiveElement.getDouble:()D
NutsPrimitiveElement.getFloat ( ) [abstract] : float
net/thevpc/nuts/NutsPrimitiveElement.getFloat:()F
NutsPrimitiveElement.getInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsPrimitiveElement.getInstant:()Ljava/time/Instant;
NutsPrimitiveElement.getInt ( ) [abstract] : int
net/thevpc/nuts/NutsPrimitiveElement.getInt:()I
NutsPrimitiveElement.getLong ( ) [abstract] : long
net/thevpc/nuts/NutsPrimitiveElement.getLong:()J
NutsPrimitiveElement.getNumber ( ) [abstract] : Number
net/thevpc/nuts/NutsPrimitiveElement.getNumber:()Ljava/lang/Number;
NutsPrimitiveElement.getShort ( ) [abstract] : short
net/thevpc/nuts/NutsPrimitiveElement.getShort:()S
NutsPrimitiveElement.getString ( ) [abstract] : String
net/thevpc/nuts/NutsPrimitiveElement.getString:()Ljava/lang/String;
NutsPrimitiveElement.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsPrimitiveElement.getValue:()Ljava/lang/Object;
NutsPrimitiveElement.isByte ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isByte:()Z
NutsPrimitiveElement.isDouble ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isDouble:()Z
NutsPrimitiveElement.isFloat ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isFloat:()Z
NutsPrimitiveElement.isInt ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isInt:()Z
NutsPrimitiveElement.isLong ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isLong:()Z
NutsPrimitiveElement.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isNull:()Z
NutsPrimitiveElement.isShort ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isShort:()Z
nuts-0.8.1.jar,
NutsPrintStream.class
package net.thevpc.nuts
NutsPrintStream.append ( char p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.append:(C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.append ( CharSequence p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.append:(Ljava/lang/CharSequence;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.append ( CharSequence p1, int p2, int p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.append:(Ljava/lang/CharSequence;II)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.asOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/NutsPrintStream.asOutputStream:()Ljava/io/OutputStream;
NutsPrintStream.asPrintStream ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsPrintStream.asPrintStream:()Ljava/io/PrintStream;
NutsPrintStream.asWriter ( ) [abstract] : Writer
net/thevpc/nuts/NutsPrintStream.asWriter:()Ljava/io/Writer;
NutsPrintStream.close ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.close:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.convertMode ( NutsTerminalMode p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.convertMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.convertSession ( NutsSession p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.convertSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.flush ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.flush:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.format ( Locale p1, String p2, Object... p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.format:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.format ( String p1, Object... p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.format:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.getColumns ( ) [abstract] : int
net/thevpc/nuts/NutsPrintStream.getColumns:()I
NutsPrintStream.isAutoFlash ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrintStream.isAutoFlash:()Z
NutsPrintStream.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrintStream.isNtf:()Z
NutsPrintStream.mode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsPrintStream.mode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsPrintStream.print ( boolean p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Z)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( char p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( char[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:([C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( double p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(D)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( float p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(F)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( int p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(I)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( long p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(J)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( NutsString p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( Object p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( String p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printf ( Locale p1, String p2, Object... p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printf:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printf ( String p1, Object... p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printf:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printj ( String p1, Object... p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printj:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( boolean p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Z)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( char p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( char[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:([C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( double p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(D)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( float p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(F)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( int p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(I)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( long p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(J)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( NutsString p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( Object p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( String p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.resetLine ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.resetLine:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.run ( NutsTerminalCommand p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.run:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( byte[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([B)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( byte[ ] p1, int p2, int p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([BII)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( char[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( char[ ] p1, int p2, int p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([CII)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( int p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:(I)Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.1.jar,
NutsPrintStreamAdapter.class
package net.thevpc.nuts
NutsPrintStreamAdapter.getBaseNutsPrintStream ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreamAdapter.getBaseNutsPrintStream:()Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.1.jar,
NutsProcessInfo.class
package net.thevpc.nuts
NutsProcessInfo.getCommandLine ( ) [abstract] : String
net/thevpc/nuts/NutsProcessInfo.getCommandLine:()Ljava/lang/String;
NutsProcessInfo.getName ( ) [abstract] : String
net/thevpc/nuts/NutsProcessInfo.getName:()Ljava/lang/String;
NutsProcessInfo.getPid ( ) [abstract] : String
net/thevpc/nuts/NutsProcessInfo.getPid:()Ljava/lang/String;
NutsProcessInfo.getTitle ( ) [abstract] : String
net/thevpc/nuts/NutsProcessInfo.getTitle:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsProgressEvent.class
package net.thevpc.nuts
NutsProgressEvent.getCurrentValue ( ) [abstract] : long
net/thevpc/nuts/NutsProgressEvent.getCurrentValue:()J
NutsProgressEvent.getError ( ) [abstract] : Throwable
net/thevpc/nuts/NutsProgressEvent.getError:()Ljava/lang/Throwable;
NutsProgressEvent.getMaxValue ( ) [abstract] : long
net/thevpc/nuts/NutsProgressEvent.getMaxValue:()J
NutsProgressEvent.getMessage ( ) [abstract] : NutsString
net/thevpc/nuts/NutsProgressEvent.getMessage:()Lnet/thevpc/nuts/NutsString;
NutsProgressEvent.getPartialMillis ( ) [abstract] : long
net/thevpc/nuts/NutsProgressEvent.getPartialMillis:()J
NutsProgressEvent.getPartialValue ( ) [abstract] : long
net/thevpc/nuts/NutsProgressEvent.getPartialValue:()J
NutsProgressEvent.getPercent ( ) [abstract] : float
net/thevpc/nuts/NutsProgressEvent.getPercent:()F
NutsProgressEvent.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsProgressEvent.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsProgressEvent.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsProgressEvent.getSource:()Ljava/lang/Object;
NutsProgressEvent.getTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsProgressEvent.getTimeMillis:()J
NutsProgressEvent.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsProgressEvent.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsProgressEvent.isIndeterminate ( ) [abstract] : boolean
net/thevpc/nuts/NutsProgressEvent.isIndeterminate:()Z
nuts-0.8.1.jar,
NutsProgressFactory.class
package net.thevpc.nuts
NutsProgressFactory.create ( Object p1, Object p2, NutsSession p3 ) [abstract] : NutsProgressMonitor
net/thevpc/nuts/NutsProgressFactory.create:(Ljava/lang/Object;Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsProgressMonitor;
nuts-0.8.1.jar,
NutsProgressMonitor.class
package net.thevpc.nuts
NutsProgressMonitor.onComplete ( NutsProgressEvent event ) : void
net/thevpc/nuts/NutsProgressMonitor.onComplete:(Lnet/thevpc/nuts/NutsProgressEvent;)V
NutsProgressMonitor.onProgress ( NutsProgressEvent event ) : boolean
net/thevpc/nuts/NutsProgressMonitor.onProgress:(Lnet/thevpc/nuts/NutsProgressEvent;)Z
NutsProgressMonitor.onStart ( NutsProgressEvent event ) : void
net/thevpc/nuts/NutsProgressMonitor.onStart:(Lnet/thevpc/nuts/NutsProgressEvent;)V
nuts-0.8.1.jar,
NutsPropertiesFormat.class
package net.thevpc.nuts
NutsPropertiesFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsPropertiesFormat.getModel ( ) [abstract] : Map<?,?>
net/thevpc/nuts/NutsPropertiesFormat.getModel:()Ljava/util/Map;
NutsPropertiesFormat.getSeparator ( ) [abstract] : String
net/thevpc/nuts/NutsPropertiesFormat.getSeparator:()Ljava/lang/String;
NutsPropertiesFormat.isSorted ( ) [abstract] : boolean
net/thevpc/nuts/NutsPropertiesFormat.isSorted:()Z
NutsPropertiesFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsPropertiesFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setNtf ( boolean p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setSeparator ( String p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setSeparator:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsPropertiesFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setSession ( NutsSession p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setSorted ( boolean p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setSorted:(Z)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setValue ( Object p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPropertiesFormat;
nuts-0.8.1.jar,
NutsPushCommand.class
package net.thevpc.nuts
NutsPushCommand.addArg ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addArgs ( Collection<String> p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addArgs ( String... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addId ( NutsId p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addId ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addIds ( NutsId... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addIds ( String... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addLockedId ( NutsId p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addLockedId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addLockedId ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addLockedIds ( NutsId... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addLockedIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.addLockedIds ( String... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.addLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.args ( Collection<String> p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.args:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.clearArgs ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.clearArgs:()Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.clearIds ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.clearIds:()Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.clearLockedIds ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.clearLockedIds:()Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsPushCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsPushCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsPushCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsPushCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsPushCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsPushCommand.copySession ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.copySession:()Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.getArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsPushCommand.getArgs:()[Ljava/lang/String;
NutsPushCommand.getIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsPushCommand.getIds:()[Lnet/thevpc/nuts/NutsId;
NutsPushCommand.getLockedIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsPushCommand.getLockedIds:()[Lnet/thevpc/nuts/NutsId;
NutsPushCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsPushCommand.getRepository:()Ljava/lang/String;
NutsPushCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/NutsPushCommand.isOffline:()Z
NutsPushCommand.removeId ( NutsId p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.removeId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.removeId ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.removeLockedId ( NutsId p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.removeLockedId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.removeLockedId ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.removeLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsPushCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsPushCommand.run ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.run:()Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.setOffline ( boolean p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.setOffline:(Z)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.setRepository ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsPushCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsPushCommand.setSession ( NutsSession p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPushCommand;
nuts-0.8.1.jar,
NutsPushException.class
package net.thevpc.nuts
NutsPushException.getId ( ) : NutsId
net/thevpc/nuts/NutsPushException.getId:()Lnet/thevpc/nuts/NutsId;
NutsPushException.NutsPushException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsPushException.NutsPushException ( NutsSession session, NutsId id, NutsMessage message )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;)V
NutsPushException.NutsPushException ( NutsSession session, NutsId id, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsPushRepositoryCommand.class
package net.thevpc.nuts.spi
NutsPushRepositoryCommand.getArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/spi/NutsPushRepositoryCommand.getArgs:()[Ljava/lang/String;
NutsPushRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsPushRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsPushRepositoryCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPushRepositoryCommand.getRepository:()Ljava/lang/String;
NutsPushRepositoryCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPushRepositoryCommand.isOffline:()Z
NutsPushRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsPushRepositoryCommand.run ( ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setArgs ( String[ ] p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setOffline ( boolean p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setOffline:(Z)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setRepository ( String p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsPushRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
nuts-0.8.1.jar,
NutsQuestion.class
package net.thevpc.nuts
NutsQuestion<T>.configure ( boolean p1, String... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsQuestion.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsQuestion<T>.forBoolean ( String p1, Object... p2 ) [abstract] : NutsQuestion<Boolean>
net/thevpc/nuts/NutsQuestion.forBoolean:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forDouble ( String p1, Object... p2 ) [abstract] : NutsQuestion<Double>
net/thevpc/nuts/NutsQuestion.forDouble:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forEnum ( Class<K> p1, String p2, Object... p3 ) [abstract] : NutsQuestion<K>
net/thevpc/nuts/NutsQuestion.forEnum:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forFloat ( String p1, Object... p2 ) [abstract] : NutsQuestion<Float>
net/thevpc/nuts/NutsQuestion.forFloat:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forInteger ( String p1, Object... p2 ) [abstract] : NutsQuestion<Integer>
net/thevpc/nuts/NutsQuestion.forInteger:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forLong ( String p1, Object... p2 ) [abstract] : NutsQuestion<Long>
net/thevpc/nuts/NutsQuestion.forLong:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forPassword ( String p1, Object... p2 ) [abstract] : NutsQuestion<char[ ]>
net/thevpc/nuts/NutsQuestion.forPassword:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forString ( String p1, Object... p2 ) [abstract] : NutsQuestion<String>
net/thevpc/nuts/NutsQuestion.forString:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.getAcceptedValues ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getAcceptedValues:()[Ljava/lang/Object;
NutsQuestion<T>.getBooleanValue ( ) [abstract] : Boolean
net/thevpc/nuts/NutsQuestion.getBooleanValue:()Ljava/lang/Boolean;
NutsQuestion<T>.getCancelMessage ( ) [abstract] : String
net/thevpc/nuts/NutsQuestion.getCancelMessage:()Ljava/lang/String;
NutsQuestion<T>.getCancelMessageParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getCancelMessageParameters:()[Ljava/lang/Object;
NutsQuestion<T>.getDefaultValue ( ) [abstract] : T
net/thevpc/nuts/NutsQuestion.getDefaultValue:()Ljava/lang/Object;
NutsQuestion<T>.getFormat ( ) [abstract] : NutsQuestionFormat<T>
net/thevpc/nuts/NutsQuestion.getFormat:()Lnet/thevpc/nuts/NutsQuestionFormat;
NutsQuestion<T>.getHintMessage ( ) [abstract] : String
net/thevpc/nuts/NutsQuestion.getHintMessage:()Ljava/lang/String;
NutsQuestion<T>.getHintMessageParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getHintMessageParameters:()[Ljava/lang/Object;
NutsQuestion<T>.getMessage ( ) [abstract] : String
net/thevpc/nuts/NutsQuestion.getMessage:()Ljava/lang/String;
NutsQuestion<T>.getMessageParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getMessageParameters:()[Ljava/lang/Object;
NutsQuestion<T>.getParser ( ) [abstract] : NutsQuestionParser<T>
net/thevpc/nuts/NutsQuestion.getParser:()Lnet/thevpc/nuts/NutsQuestionParser;
NutsQuestion<T>.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsQuestion.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsQuestion<T>.getValidator ( ) [abstract] : NutsQuestionValidator<T>
net/thevpc/nuts/NutsQuestion.getValidator:()Lnet/thevpc/nuts/NutsQuestionValidator;
NutsQuestion<T>.getValue ( ) [abstract] : T
net/thevpc/nuts/NutsQuestion.getValue:()Ljava/lang/Object;
NutsQuestion<T>.getValueType ( ) [abstract] : Class<T>
net/thevpc/nuts/NutsQuestion.getValueType:()Ljava/lang/Class;
NutsQuestion<T>.isResetLine ( ) [abstract] : boolean
net/thevpc/nuts/NutsQuestion.isResetLine:()Z
NutsQuestion<T>.resetLine ( ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.resetLine:()Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.resetLine ( boolean p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.resetLine:(Z)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.run ( ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.run:()Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setAcceptedValues ( Object[ ] p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setAcceptedValues:([Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setCancelMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setCancelMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setDefaultValue ( T p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setDefaultValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setFormat ( NutsQuestionFormat<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setFormat:(Lnet/thevpc/nuts/NutsQuestionFormat;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setHintMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setHintMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setParser ( NutsQuestionParser<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setParser:(Lnet/thevpc/nuts/NutsQuestionParser;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setSession ( NutsSession p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setValidator ( NutsQuestionValidator<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setValidator:(Lnet/thevpc/nuts/NutsQuestionValidator;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setValueType ( Class<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setValueType:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsQuestion;
nuts-0.8.1.jar,
NutsQuestionFormat.class
package net.thevpc.nuts
NutsQuestionFormat<T>.format ( Object p1, NutsQuestion<T> p2 ) [abstract] : String
net/thevpc/nuts/NutsQuestionFormat.format:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsQuestion;)Ljava/lang/String;
NutsQuestionFormat<T>.getDefaultValues ( Class p1, NutsQuestion<T> p2 ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestionFormat.getDefaultValues:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsQuestion;)[Ljava/lang/Object;
nuts-0.8.1.jar,
NutsQuestionParser.class
package net.thevpc.nuts
NutsQuestionParser<T>.parse ( Object p1, T p2, NutsQuestion<T> p3 ) [abstract] : T
net/thevpc/nuts/NutsQuestionParser.parse:(Ljava/lang/Object;Ljava/lang/Object;Lnet/thevpc/nuts/NutsQuestion;)Ljava/lang/Object;
nuts-0.8.1.jar,
NutsQuestionValidator.class
package net.thevpc.nuts
NutsQuestionValidator<T>.validate ( T p1, NutsQuestion<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsQuestionValidator.validate:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsQuestion;)Ljava/lang/Object;
nuts-0.8.1.jar,
NutsReadOnlyException.class
package net.thevpc.nuts
NutsReadOnlyException.NutsReadOnlyException ( NutsSession session )
net/thevpc/nuts/NutsReadOnlyException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsReadOnlyException.NutsReadOnlyException ( NutsSession session, String location )
net/thevpc/nuts/NutsReadOnlyException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsRemoveOptions.class
package net.thevpc.nuts
NutsRemoveOptions.getSession ( ) : NutsSession
net/thevpc/nuts/NutsRemoveOptions.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRemoveOptions.isErase ( ) : boolean
net/thevpc/nuts/NutsRemoveOptions.isErase:()Z
NutsRemoveOptions.NutsRemoveOptions ( )
net/thevpc/nuts/NutsRemoveOptions."<init>":()V
NutsRemoveOptions.setErase ( boolean erase ) : NutsRemoveOptions
net/thevpc/nuts/NutsRemoveOptions.setErase:(Z)Lnet/thevpc/nuts/NutsRemoveOptions;
NutsRemoveOptions.setSession ( NutsSession session ) : NutsRemoveOptions
net/thevpc/nuts/NutsRemoveOptions.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRemoveOptions;
nuts-0.8.1.jar,
NutsRemoveUserCommand.class
package net.thevpc.nuts
NutsRemoveUserCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsRemoveUserCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsRemoveUserCommand;
NutsRemoveUserCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsRemoveUserCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsRemoveUserCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsRemoveUserCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsRemoveUserCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsRemoveUserCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsRemoveUserCommand.copySession ( ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsRemoveUserCommand.copySession:()Lnet/thevpc/nuts/NutsRemoveUserCommand;
NutsRemoveUserCommand.getUsername ( ) [abstract] : String
net/thevpc/nuts/NutsRemoveUserCommand.getUsername:()Ljava/lang/String;
NutsRemoveUserCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsRemoveUserCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsRemoveUserCommand.run ( ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsRemoveUserCommand.run:()Lnet/thevpc/nuts/NutsRemoveUserCommand;
NutsRemoveUserCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsRemoveUserCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsRemoveUserCommand.setSession ( NutsSession p1 ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsRemoveUserCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRemoveUserCommand;
NutsRemoveUserCommand.setUsername ( String p1 ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsRemoveUserCommand.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRemoveUserCommand;
nuts-0.8.1.jar,
NutsRepository.class
package net.thevpc.nuts
NutsRepository.addRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.addRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)Lnet/thevpc/nuts/NutsRepository;
NutsRepository.addUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.addUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)Lnet/thevpc/nuts/NutsRepository;
NutsRepository.config ( ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepository.config:()Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepository.env ( ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepository.env:()Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepository.getName ( ) [abstract] : String
net/thevpc/nuts/NutsRepository.getName:()Ljava/lang/String;
NutsRepository.getParentRepository ( ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.getParentRepository:()Lnet/thevpc/nuts/NutsRepository;
NutsRepository.getRepositoryListeners ( ) [abstract] : NutsRepositoryListener[ ]
net/thevpc/nuts/NutsRepository.getRepositoryListeners:()[Lnet/thevpc/nuts/NutsRepositoryListener;
NutsRepository.getRepositoryType ( ) [abstract] : String
net/thevpc/nuts/NutsRepository.getRepositoryType:()Ljava/lang/String;
NutsRepository.getUserProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsRepository.getUserProperties:()Ljava/util/Map;
NutsRepository.getUserPropertyListeners ( ) [abstract] : NutsMapListener<String,Object>[ ]
net/thevpc/nuts/NutsRepository.getUserPropertyListeners:()[Lnet/thevpc/nuts/NutsMapListener;
NutsRepository.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsRepository.getUuid:()Ljava/lang/String;
NutsRepository.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsRepository.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsRepository.isAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:()Z
NutsRepository.isAvailable ( boolean p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:(Z)Z
NutsRepository.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isEnabled:()Z
NutsRepository.isRemote ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isRemote:()Z
NutsRepository.removeRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.removeRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)Lnet/thevpc/nuts/NutsRepository;
NutsRepository.removeUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.removeUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)Lnet/thevpc/nuts/NutsRepository;
NutsRepository.security ( ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepository.security:()Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepository.setEnabled ( boolean p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.setEnabled:(Z)Lnet/thevpc/nuts/NutsRepository;
nuts-0.8.1.jar,
NutsRepositoryAlreadyRegisteredException.class
package net.thevpc.nuts
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsSession session, String repository )
net/thevpc/nuts/NutsRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;)V
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsSession session, String repository, Throwable err )
net/thevpc/nuts/NutsRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsRepositoryCommand.class
package net.thevpc.nuts.spi
NutsRepositoryCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/spi/NutsRepositoryCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsRepositoryCommand.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/spi/NutsRepositoryCommand.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryCommand.run ( ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
nuts-0.8.1.jar,
NutsRepositoryConfig.class
package net.thevpc.nuts
NutsRepositoryConfig.getAuthenticationAgent ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getAuthenticationAgent:()Ljava/lang/String;
NutsRepositoryConfig.getEnv ( ) : Map<String,String>
net/thevpc/nuts/NutsRepositoryConfig.getEnv:()Ljava/util/Map;
NutsRepositoryConfig.getGroups ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getGroups:()Ljava/lang/String;
NutsRepositoryConfig.getLocation ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getLocation:()Ljava/lang/String;
NutsRepositoryConfig.getMirrors ( ) : List<NutsRepositoryRef>
net/thevpc/nuts/NutsRepositoryConfig.getMirrors:()Ljava/util/List;
NutsRepositoryConfig.getName ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getName:()Ljava/lang/String;
NutsRepositoryConfig.getStoreLocations ( ) : Map<String,String>
net/thevpc/nuts/NutsRepositoryConfig.getStoreLocations:()Ljava/util/Map;
NutsRepositoryConfig.getStoreLocationStrategy ( ) : NutsStoreLocationStrategy
net/thevpc/nuts/NutsRepositoryConfig.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsRepositoryConfig.getType ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getType:()Ljava/lang/String;
NutsRepositoryConfig.getUsers ( ) : List<NutsUserConfig>
net/thevpc/nuts/NutsRepositoryConfig.getUsers:()Ljava/util/List;
NutsRepositoryConfig.getUuid ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getUuid:()Ljava/lang/String;
NutsRepositoryConfig.isIndexEnabled ( ) : boolean
net/thevpc/nuts/NutsRepositoryConfig.isIndexEnabled:()Z
NutsRepositoryConfig.NutsRepositoryConfig ( )
net/thevpc/nuts/NutsRepositoryConfig."<init>":()V
NutsRepositoryConfig.setAuthenticationAgent ( String authenticationAgent ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setEnv ( Map<String,String> env ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setEnv:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setGroups ( String groups ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setGroups:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setIndexEnabled ( boolean indexEnabled ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setIndexEnabled:(Z)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setLocation ( String location ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setMirrors ( List<NutsRepositoryRef> mirrors ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setMirrors:(Ljava/util/List;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setName ( String name ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setStoreLocations ( Map<String,String> storeLocations ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setStoreLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setStoreLocationStrategy ( NutsStoreLocationStrategy storeLocationStrategy ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setType ( String type ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setUsers ( List<NutsUserConfig> users ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setUsers:(Ljava/util/List;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setUuid ( String uuid ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
nuts-0.8.1.jar,
NutsRepositoryConfigManager.class
package net.thevpc.nuts
NutsRepositoryConfigManager.addMirror ( NutsAddRepositoryOptions p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.addMirror:(Lnet/thevpc/nuts/NutsAddRepositoryOptions;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirror ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirrorById ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirrorById:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirrorByName ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirrorByName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getDeployOrder ( ) [abstract] : int
net/thevpc/nuts/NutsRepositoryConfigManager.getDeployOrder:()I
NutsRepositoryConfigManager.getGlobalName ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getGlobalName:()Ljava/lang/String;
NutsRepositoryConfigManager.getGroups ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getGroups:()Ljava/lang/String;
NutsRepositoryConfigManager.getLocation ( boolean p1 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getLocation:(Z)Ljava/lang/String;
NutsRepositoryConfigManager.getMirror ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.getMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getMirrors ( ) [abstract] : NutsRepository[ ]
net/thevpc/nuts/NutsRepositoryConfigManager.getMirrors:()[Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getRepositoryRef ( ) [abstract] : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryConfigManager.getRepositoryRef:()Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryConfigManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryConfigManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryConfigManager.getSpeed ( ) [abstract] : int
net/thevpc/nuts/NutsRepositoryConfigManager.getSpeed:()I
NutsRepositoryConfigManager.getStoreLocation ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:()Ljava/lang/String;
NutsRepositoryConfigManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsRepositoryConfigManager.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsRepositoryConfigManager.getType ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getType:()Ljava/lang/String;
NutsRepositoryConfigManager.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.isEnabled:()Z
NutsRepositoryConfigManager.isIndexEnabled ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.isIndexEnabled:()Z
NutsRepositoryConfigManager.isIndexSubscribed ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.isIndexSubscribed:()Z
NutsRepositoryConfigManager.isSupportedMirroring ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.isSupportedMirroring:()Z
NutsRepositoryConfigManager.isTemporary ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.isTemporary:()Z
NutsRepositoryConfigManager.removeMirror ( String p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.removeMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setEnabled ( boolean p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setEnabled:(Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setIndexEnabled ( boolean p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setIndexEnabled:(Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setMirrorEnabled ( String p1, boolean p2 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setMirrorEnabled:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setTemporary ( boolean p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setTemporary:(Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.subscribeIndex ( ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.subscribeIndex:()Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.unsubscribeIndex ( ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.unsubscribeIndex:()Lnet/thevpc/nuts/NutsRepositoryConfigManager;
nuts-0.8.1.jar,
NutsRepositoryEnvManager.class
package net.thevpc.nuts
NutsRepositoryEnvManager.get ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryEnvManager.get:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsRepositoryEnvManager.get ( String p1, String p2, boolean p3 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryEnvManager.get:(Ljava/lang/String;Ljava/lang/String;Z)Ljava/lang/String;
NutsRepositoryEnvManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryEnvManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryEnvManager.set ( String p1, String p2 ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepositoryEnvManager.set:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepositoryEnvManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepositoryEnvManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepositoryEnvManager.toMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsRepositoryEnvManager.toMap:()Ljava/util/Map;
NutsRepositoryEnvManager.toMap ( boolean p1 ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsRepositoryEnvManager.toMap:(Z)Ljava/util/Map;
nuts-0.8.1.jar,
NutsRepositoryEvent.class
package net.thevpc.nuts
NutsRepositoryEvent.getParent ( ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryEvent.getParent:()Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryEvent.getPropertyName ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryEvent.getPropertyName:()Ljava/lang/String;
NutsRepositoryEvent.getPropertyOldValue ( ) [abstract] : Object
net/thevpc/nuts/NutsRepositoryEvent.getPropertyOldValue:()Ljava/lang/Object;
NutsRepositoryEvent.getPropertyValue ( ) [abstract] : Object
net/thevpc/nuts/NutsRepositoryEvent.getPropertyValue:()Ljava/lang/Object;
NutsRepositoryEvent.getRepository ( ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryEvent.getRepository:()Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryEvent.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryEvent.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryEvent.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsRepositoryEvent.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsRepositoryException.class
package net.thevpc.nuts
NutsRepositoryException.getRepository ( ) : String
net/thevpc/nuts/NutsRepositoryException.getRepository:()Ljava/lang/String;
NutsRepositoryException.NutsRepositoryException ( NutsSession session, String repository, NutsMessage message, Throwable ex )
net/thevpc/nuts/NutsRepositoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsRepositoryFactoryComponent.class
package net.thevpc.nuts.spi
NutsRepositoryFactoryComponent.create ( NutsAddRepositoryOptions p1, NutsSession p2, NutsRepository p3 ) [abstract] : NutsRepository
net/thevpc/nuts/spi/NutsRepositoryFactoryComponent.create:(Lnet/thevpc/nuts/NutsAddRepositoryOptions;Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsRepository;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryFactoryComponent.getDefaultRepositories ( NutsSession p1 ) [abstract] : NutsAddRepositoryOptions[ ]
net/thevpc/nuts/spi/NutsRepositoryFactoryComponent.getDefaultRepositories:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsAddRepositoryOptions;
nuts-0.8.1.jar,
NutsRepositoryFilter.class
package net.thevpc.nuts
NutsRepositoryFilter.acceptRepository ( NutsRepository p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryFilter.acceptRepository:(Lnet/thevpc/nuts/NutsRepository;)Z
NutsRepositoryFilter.and ( NutsRepositoryFilter p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilter.and:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilter.neg ( ) : NutsFilter
net/thevpc/nuts/NutsRepositoryFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsRepositoryFilter.neg ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilter.neg:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilter.or ( NutsRepositoryFilter p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilter.or:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsRepositoryFilter;
nuts-0.8.1.jar,
NutsRepositoryFilterManager.class
package net.thevpc.nuts
NutsRepositoryFilterManager.byName ( String... p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilterManager.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilterManager.byUuid ( String... p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilterManager.byUuid:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilterManager.installedRepo ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilterManager.installedRepo:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsRepositoryFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsRepositoryFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryFilterManager
net/thevpc/nuts/NutsRepositoryFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryFilterManager;
nuts-0.8.1.jar,
NutsRepositoryListener.class
package net.thevpc.nuts
NutsRepositoryListener.onAddRepository ( NutsRepositoryEvent event ) : void
net/thevpc/nuts/NutsRepositoryListener.onAddRepository:(Lnet/thevpc/nuts/NutsRepositoryEvent;)V
NutsRepositoryListener.onConfigurationChanged ( NutsRepositoryEvent event ) : void
net/thevpc/nuts/NutsRepositoryListener.onConfigurationChanged:(Lnet/thevpc/nuts/NutsRepositoryEvent;)V
NutsRepositoryListener.onDeploy ( NutsContentEvent event ) : void
net/thevpc/nuts/NutsRepositoryListener.onDeploy:(Lnet/thevpc/nuts/NutsContentEvent;)V
NutsRepositoryListener.onPush ( NutsContentEvent event ) : void
net/thevpc/nuts/NutsRepositoryListener.onPush:(Lnet/thevpc/nuts/NutsContentEvent;)V
NutsRepositoryListener.onRemoveRepository ( NutsRepositoryEvent event ) : void
net/thevpc/nuts/NutsRepositoryListener.onRemoveRepository:(Lnet/thevpc/nuts/NutsRepositoryEvent;)V
NutsRepositoryListener.onUndeploy ( NutsContentEvent event ) : void
net/thevpc/nuts/NutsRepositoryListener.onUndeploy:(Lnet/thevpc/nuts/NutsContentEvent;)V
nuts-0.8.1.jar,
NutsRepositoryManager.class
package net.thevpc.nuts
NutsRepositoryManager.addRepository ( NutsAddRepositoryOptions p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.addRepository:(Lnet/thevpc/nuts/NutsAddRepositoryOptions;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.addRepository ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.addRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.filter ( ) [abstract] : NutsRepositoryFilterManager
net/thevpc/nuts/NutsRepositoryManager.filter:()Lnet/thevpc/nuts/NutsRepositoryFilterManager;
NutsRepositoryManager.findRepository ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepositoryById ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepositoryById:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepositoryByName ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepositoryByName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getRepositories ( ) [abstract] : NutsRepository[ ]
net/thevpc/nuts/NutsRepositoryManager.getRepositories:()[Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getRepository ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.getRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryManager.removeAllRepositories ( ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsRepositoryManager.removeAllRepositories:()Lnet/thevpc/nuts/NutsRepositoryManager;
NutsRepositoryManager.removeRepository ( String p1 ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsRepositoryManager.removeRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryManager;
NutsRepositoryManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsRepositoryManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryManager;
nuts-0.8.1.jar,
NutsRepositoryModel.class
package net.thevpc.nuts
NutsRepositoryModel.acceptDeploy ( NutsId id, NutsFetchMode mode, NutsRepository repository, NutsSession session ) : boolean
net/thevpc/nuts/NutsRepositoryModel.acceptDeploy:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Z
NutsRepositoryModel.acceptFetch ( NutsId id, NutsFetchMode mode, NutsRepository repository, NutsSession session ) : boolean
net/thevpc/nuts/NutsRepositoryModel.acceptFetch:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Z
NutsRepositoryModel.fetchContent ( NutsId id, NutsDescriptor descriptor, String localPath, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : NutsContent
net/thevpc/nuts/NutsRepositoryModel.fetchContent:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsDescriptor;Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContent;
NutsRepositoryModel.fetchDescriptor ( NutsId id, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : NutsDescriptor
net/thevpc/nuts/NutsRepositoryModel.fetchDescriptor:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptor;
NutsRepositoryModel.getMode ( ) : int
net/thevpc/nuts/NutsRepositoryModel.getMode:()I
NutsRepositoryModel.getName ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryModel.getName:()Ljava/lang/String;
NutsRepositoryModel.getRepositoryType ( ) : String
net/thevpc/nuts/NutsRepositoryModel.getRepositoryType:()Ljava/lang/String;
NutsRepositoryModel.getSpeed ( ) : int
net/thevpc/nuts/NutsRepositoryModel.getSpeed:()I
NutsRepositoryModel.getStoreLocationStrategy ( ) : NutsStoreLocationStrategy
net/thevpc/nuts/NutsRepositoryModel.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsRepositoryModel.getUuid ( ) : String
net/thevpc/nuts/NutsRepositoryModel.getUuid:()Ljava/lang/String;
NutsRepositoryModel.isAcceptFetchMode ( NutsFetchMode mode ) : boolean
net/thevpc/nuts/NutsRepositoryModel.isAcceptFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Z
NutsRepositoryModel.isRemote ( ) : boolean
net/thevpc/nuts/NutsRepositoryModel.isRemote:()Z
NutsRepositoryModel.search ( NutsIdFilter filter, String[ ] roots, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : Iterator<NutsId>
net/thevpc/nuts/NutsRepositoryModel.search:(Lnet/thevpc/nuts/NutsIdFilter;[Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
NutsRepositoryModel.searchLatestVersion ( NutsId id, NutsIdFilter filter, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : NutsId
net/thevpc/nuts/NutsRepositoryModel.searchLatestVersion:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsId;
NutsRepositoryModel.searchVersions ( NutsId id, NutsIdFilter idFilter, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : Iterator<NutsId>
net/thevpc/nuts/NutsRepositoryModel.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
NutsRepositoryModel.updateStatistics ( NutsRepository repository, NutsSession session ) : void
net/thevpc/nuts/NutsRepositoryModel.updateStatistics:(Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsRepositoryNotFoundException.class
package net.thevpc.nuts
NutsRepositoryNotFoundException.NutsRepositoryNotFoundException ( NutsSession session, String repository )
net/thevpc/nuts/NutsRepositoryNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsRepositoryRef.class
package net.thevpc.nuts
NutsRepositoryRef.copy ( ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.copy:()Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryRef.getDeployOrder ( ) : int
net/thevpc/nuts/NutsRepositoryRef.getDeployOrder:()I
NutsRepositoryRef.getLocation ( ) : String
net/thevpc/nuts/NutsRepositoryRef.getLocation:()Ljava/lang/String;
NutsRepositoryRef.getName ( ) : String
net/thevpc/nuts/NutsRepositoryRef.getName:()Ljava/lang/String;
NutsRepositoryRef.isEnabled ( ) : boolean
net/thevpc/nuts/NutsRepositoryRef.isEnabled:()Z
NutsRepositoryRef.isFailSafe ( ) : boolean
net/thevpc/nuts/NutsRepositoryRef.isFailSafe:()Z
NutsRepositoryRef.NutsRepositoryRef ( )
net/thevpc/nuts/NutsRepositoryRef."<init>":()V
NutsRepositoryRef.NutsRepositoryRef ( NutsRepositoryRef other )
net/thevpc/nuts/NutsRepositoryRef."<init>":(Lnet/thevpc/nuts/NutsRepositoryRef;)V
NutsRepositoryRef.NutsRepositoryRef ( String name, String location, int deployPriority, boolean enabled )
net/thevpc/nuts/NutsRepositoryRef."<init>":(Ljava/lang/String;Ljava/lang/String;IZ)V
NutsRepositoryRef.setDeployOrder ( int deployPriority ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.setDeployOrder:(I)Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryRef.setEnabled ( boolean enabled ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.setEnabled:(Z)Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryRef.setFailSafe ( boolean failSafe ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.setFailSafe:(Z)Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryRef.setLocation ( String location ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryRef.setName ( String name ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryRef;
nuts-0.8.1.jar,
NutsRepositorySecurityManager.class
package net.thevpc.nuts
NutsRepositorySecurityManager.addUser ( String p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsRepositorySecurityManager.addUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsRepositorySecurityManager.checkAllowed ( String p1, String p2 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.checkAllowed:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.checkCredentials:([C[C)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.createCredentials:([CZ[C)[C
NutsRepositorySecurityManager.findUsers ( ) [abstract] : NutsUser[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.findUsers:()[Lnet/thevpc/nuts/NutsUser;
NutsRepositorySecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsRepositorySecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
NutsRepositorySecurityManager.getCredentials ( char[ ] p1 ) [abstract] : char[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.getCredentials:([C)[C
NutsRepositorySecurityManager.getEffectiveUser ( String p1 ) [abstract] : NutsUser
net/thevpc/nuts/NutsRepositorySecurityManager.getEffectiveUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUser;
NutsRepositorySecurityManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositorySecurityManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositorySecurityManager.isAllowed ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepositorySecurityManager.isAllowed:(Ljava/lang/String;)Z
NutsRepositorySecurityManager.removeCredentials ( char[ ] p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepositorySecurityManager.removeCredentials:([C)Z
NutsRepositorySecurityManager.removeUser ( String p1 ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsRepositorySecurityManager.removeUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRemoveUserCommand;
NutsRepositorySecurityManager.setAuthenticationAgent ( String p1 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySecurityManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySecurityManager.updateUser ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsRepositorySecurityManager.updateUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
nuts-0.8.1.jar,
NutsRepositorySPI.class
package net.thevpc.nuts.spi
NutsRepositorySPI.config ( ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/spi/NutsRepositorySPI.config:()Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositorySPI.deploy ( ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.deploy:()Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsRepositorySPI.env ( ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/spi/NutsRepositorySPI.env:()Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepositorySPI.fetchContent ( ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.fetchContent:()Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsRepositorySPI.fetchDescriptor ( ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.fetchDescriptor:()Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsRepositorySPI.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositorySPI.getName:()Ljava/lang/String;
NutsRepositorySPI.getParentRepository ( ) [abstract] : NutsRepository
net/thevpc/nuts/spi/NutsRepositorySPI.getParentRepository:()Lnet/thevpc/nuts/NutsRepository;
NutsRepositorySPI.getRepositoryListeners ( ) [abstract] : NutsRepositoryListener[ ]
net/thevpc/nuts/spi/NutsRepositorySPI.getRepositoryListeners:()[Lnet/thevpc/nuts/NutsRepositoryListener;
NutsRepositorySPI.getRepositoryType ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositorySPI.getRepositoryType:()Ljava/lang/String;
NutsRepositorySPI.getUserProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/spi/NutsRepositorySPI.getUserProperties:()Ljava/util/Map;
NutsRepositorySPI.getUserPropertyListeners ( ) [abstract] : NutsMapListener<String,Object>[ ]
net/thevpc/nuts/spi/NutsRepositorySPI.getUserPropertyListeners:()[Lnet/thevpc/nuts/NutsMapListener;
NutsRepositorySPI.getUuid ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositorySPI.getUuid:()Ljava/lang/String;
NutsRepositorySPI.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsRepositorySPI.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsRepositorySPI.isAcceptFetchMode ( NutsFetchMode p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositorySPI.isAcceptFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsSession;)Z
NutsRepositorySPI.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositorySPI.isEnabled:()Z
NutsRepositorySPI.push ( ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.push:()Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsRepositorySPI.search ( ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.search:()Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsRepositorySPI.searchVersions ( ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.searchVersions:()Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsRepositorySPI.security ( ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/spi/NutsRepositorySPI.security:()Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySPI.setEnabled ( boolean p1 ) [abstract] : NutsRepository
net/thevpc/nuts/spi/NutsRepositorySPI.setEnabled:(Z)Lnet/thevpc/nuts/NutsRepository;
NutsRepositorySPI.undeploy ( ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositorySPI.undeploy:()Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositorySPI.updateStatistics ( ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsRepositorySPI.updateStatistics:()Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
nuts-0.8.1.jar,
NutsRepositoryUndeployCommand.class
package net.thevpc.nuts.spi
NutsRepositoryUndeployCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsRepositoryUndeployCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.getRepository:()Ljava/lang/String;
NutsRepositoryUndeployCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.isOffline:()Z
NutsRepositoryUndeployCommand.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.isTransitive:()Z
NutsRepositoryUndeployCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryUndeployCommand.run ( ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setId ( NutsId p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setOffline ( boolean p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setOffline:(Z)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setRepository ( String p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setTransitive ( boolean p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setTransitive:(Z)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
nuts-0.8.1.jar,
NutsResultList.class
package net.thevpc.nuts
NutsResultList<T>.count ( ) [abstract] : long
net/thevpc/nuts/NutsResultList.count:()J
NutsResultList<T>.first ( ) [abstract] : T
net/thevpc/nuts/NutsResultList.first:()Ljava/lang/Object;
NutsResultList<T>.list ( ) [abstract] : List<T>
net/thevpc/nuts/NutsResultList.list:()Ljava/util/List;
NutsResultList<T>.required ( ) [abstract] : T
net/thevpc/nuts/NutsResultList.required:()Ljava/lang/Object;
NutsResultList<T>.singleton ( ) [abstract] : T
net/thevpc/nuts/NutsResultList.singleton:()Ljava/lang/Object;
NutsResultList<T>.stream ( ) [abstract] : Stream<T>
net/thevpc/nuts/NutsResultList.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsRunAs.class
package net.thevpc.nuts
NutsRunAs.currentUser ( ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.currentUser:()Lnet/thevpc/nuts/NutsRunAs;
NutsRunAs.getMode ( ) : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.getMode:()Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.getUser ( ) : String
net/thevpc/nuts/NutsRunAs.getUser:()Ljava/lang/String;
NutsRunAs.root ( ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.root:()Lnet/thevpc/nuts/NutsRunAs;
NutsRunAs.sudo ( ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.sudo:()Lnet/thevpc/nuts/NutsRunAs;
NutsRunAs.user ( String name ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.user:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRunAs;
nuts-0.8.1.jar,
NutsSdkLocation.class
package net.thevpc.nuts
NutsSdkLocation.getId ( ) : NutsId
net/thevpc/nuts/NutsSdkLocation.getId:()Lnet/thevpc/nuts/NutsId;
NutsSdkLocation.getName ( ) : String
net/thevpc/nuts/NutsSdkLocation.getName:()Ljava/lang/String;
NutsSdkLocation.getPackaging ( ) : String
net/thevpc/nuts/NutsSdkLocation.getPackaging:()Ljava/lang/String;
NutsSdkLocation.getPath ( ) : String
net/thevpc/nuts/NutsSdkLocation.getPath:()Ljava/lang/String;
NutsSdkLocation.getPriority ( ) : int
net/thevpc/nuts/NutsSdkLocation.getPriority:()I
NutsSdkLocation.getProduct ( ) : String
net/thevpc/nuts/NutsSdkLocation.getProduct:()Ljava/lang/String;
NutsSdkLocation.getVersion ( ) : String
net/thevpc/nuts/NutsSdkLocation.getVersion:()Ljava/lang/String;
NutsSdkLocation.NutsSdkLocation ( NutsId id, String product, String name, String path, String version, String packaging, int priority )
net/thevpc/nuts/NutsSdkLocation."<init>":(Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
NutsSdkLocation.setPriority ( int priority ) : NutsSdkLocation
net/thevpc/nuts/NutsSdkLocation.setPriority:(I)Lnet/thevpc/nuts/NutsSdkLocation;
nuts-0.8.1.jar,
NutsSdkManager.class
package net.thevpc.nuts
NutsSdkManager.add ( NutsSdkLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.add:(Lnet/thevpc/nuts/NutsSdkLocation;)Z
NutsSdkManager.find ( NutsSdkLocation p1 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.find:(Lnet/thevpc/nuts/NutsSdkLocation;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.find ( String p1, Predicate<NutsSdkLocation> p2 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.find:(Ljava/lang/String;Ljava/util/function/Predicate;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByName ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByName:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByPath ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByPath:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, NutsVersionFilter p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findOne ( String p1, Predicate<NutsSdkLocation> p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findOne:(Ljava/lang/String;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findSdkTypes ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsSdkManager.findSdkTypes:()[Ljava/lang/String;
NutsSdkManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSdkManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSdkManager.remove ( NutsSdkLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.remove:(Lnet/thevpc/nuts/NutsSdkLocation;)Z
NutsSdkManager.resolve ( String p1, String p2, String p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.resolve:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1, String p2 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.setSession ( NutsSession p1 ) [abstract] : NutsSdkManager
net/thevpc/nuts/NutsSdkManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkManager;
NutsSdkManager.update ( NutsSdkLocation p1, NutsSdkLocation p2 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.update:(Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsSdkLocation;)Z
nuts-0.8.1.jar,
NutsSearchCommand.class
package net.thevpc.nuts
NutsSearchCommand.addArch ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addArchs ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addArchs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addArchs ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addArchs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addId ( NutsId p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addId ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addIds ( NutsId... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addIds ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addLockedId ( NutsId p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addLockedId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addLockedId ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addLockedIds ( NutsId... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addLockedIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addLockedIds ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addPackaging ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addPackagings ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addPackagings:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addPackagings ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addPackagings:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addRepositoryFilter ( NutsRepositoryFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addRepositoryFilter:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addScope ( NutsDependencyScope p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addScope ( NutsDependencyScopePattern p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addScope:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addScopes ( NutsDependencyScope... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addScopes:([Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addScopes ( NutsDependencyScopePattern... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addScopes:([Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addScript ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addScript:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addScripts ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addScripts:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addScripts ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addScripts:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearArchs ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearArchs:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearIds ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearIds:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearLockedIds ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearLockedIds:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearPackagings ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearPackagings:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearScopes ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearScopes:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearScripts ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearScripts:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsSearchCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsSearchCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsSearchCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsSearchCommand.copy ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.copy:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.copyFrom ( NutsFetchCommand p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.copyFrom:(Lnet/thevpc/nuts/NutsFetchCommand;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.copyFrom ( NutsSearchCommand p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.copyFrom:(Lnet/thevpc/nuts/NutsSearchCommand;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsSearchCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsSearchCommand.copySession ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.copySession:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsSearchCommand.getArch:()[Ljava/lang/String;
NutsSearchCommand.getComparator ( ) [abstract] : Comparator
net/thevpc/nuts/NutsSearchCommand.getComparator:()Ljava/util/Comparator;
NutsSearchCommand.getDefaultVersions ( ) [abstract] : Boolean
net/thevpc/nuts/NutsSearchCommand.getDefaultVersions:()Ljava/lang/Boolean;
NutsSearchCommand.getDependencyFilter ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsSearchCommand.getDependencyFilter:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsSearchCommand.getDescriptorFilter ( ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsSearchCommand.getDescriptorFilter:()Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsSearchCommand.getIdFilter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsSearchCommand.getIdFilter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsSearchCommand.getIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsSearchCommand.getIds:()[Lnet/thevpc/nuts/NutsId;
NutsSearchCommand.getInstallStatus ( ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsSearchCommand.getInstallStatus:()Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsSearchCommand.getLocation ( ) [abstract] : Path
net/thevpc/nuts/NutsSearchCommand.getLocation:()Ljava/nio/file/Path;
NutsSearchCommand.getLockedIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsSearchCommand.getLockedIds:()[Lnet/thevpc/nuts/NutsId;
NutsSearchCommand.getOptional ( ) [abstract] : Boolean
net/thevpc/nuts/NutsSearchCommand.getOptional:()Ljava/lang/Boolean;
NutsSearchCommand.getPackaging ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsSearchCommand.getPackaging:()[Ljava/lang/String;
NutsSearchCommand.getRepositoryFilter ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsSearchCommand.getRepositoryFilter:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsSearchCommand.getResultArchs ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultArchs:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsSearchCommand.getResultClassLoader:()Ljava/lang/ClassLoader;
NutsSearchCommand.getResultClassLoader ( ClassLoader p1 ) [abstract] : ClassLoader
net/thevpc/nuts/NutsSearchCommand.getResultClassLoader:(Ljava/lang/ClassLoader;)Ljava/lang/ClassLoader;
NutsSearchCommand.getResultClassPath ( ) [abstract] : String
net/thevpc/nuts/NutsSearchCommand.getResultClassPath:()Ljava/lang/String;
NutsSearchCommand.getResultDefinitions ( ) [abstract] : NutsResultList<NutsDefinition>
net/thevpc/nuts/NutsSearchCommand.getResultDefinitions:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultDependencies ( ) [abstract] : NutsResultList<NutsDependencies>
net/thevpc/nuts/NutsSearchCommand.getResultDependencies:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultExecutionEntries ( ) [abstract] : NutsResultList<NutsExecutionEntry>
net/thevpc/nuts/NutsSearchCommand.getResultExecutionEntries:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultIds ( ) [abstract] : NutsResultList<NutsId>
net/thevpc/nuts/NutsSearchCommand.getResultIds:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInlineDependencies ( ) [abstract] : NutsResultList<NutsDependency>
net/thevpc/nuts/NutsSearchCommand.getResultInlineDependencies:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInstallDates ( ) [abstract] : NutsResultList<Instant>
net/thevpc/nuts/NutsSearchCommand.getResultInstallDates:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInstallFolders ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultInstallFolders:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInstallUsers ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultInstallUsers:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultNames ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultNames:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultNutsPath ( ) [abstract] : String
net/thevpc/nuts/NutsSearchCommand.getResultNutsPath:()Ljava/lang/String;
NutsSearchCommand.getResultOsdists ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultOsdists:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultOses ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultOses:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPackagings ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPackagings:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPathNames ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPathNames:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPaths ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPaths:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPlatforms ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPlatforms:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultStoreLocations ( NutsStoreLocation p1 ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultStoreLocations:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultStrings ( String[ ] p1 ) [abstract] : NutsResultList<String[ ]>
net/thevpc/nuts/NutsSearchCommand.getResultStrings:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getScope ( ) [abstract] : Set<NutsDependencyScope>
net/thevpc/nuts/NutsSearchCommand.getScope:()Ljava/util/Set;
NutsSearchCommand.getScripts ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsSearchCommand.getScripts:()[Ljava/lang/String;
NutsSearchCommand.getTargetApiVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsSearchCommand.getTargetApiVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsSearchCommand.isApplication ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isApplication:()Z
NutsSearchCommand.isBasePackage ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isBasePackage:()Z
NutsSearchCommand.isCompanion ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isCompanion:()Z
NutsSearchCommand.isContent ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isContent:()Z
NutsSearchCommand.isDependencies ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isDependencies:()Z
NutsSearchCommand.isDistinct ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isDistinct:()Z
NutsSearchCommand.isEffective ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isEffective:()Z
NutsSearchCommand.isExec ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isExec:()Z
NutsSearchCommand.isExtension ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isExtension:()Z
NutsSearchCommand.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isFailFast:()Z
NutsSearchCommand.isInlineDependencies ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isInlineDependencies:()Z
NutsSearchCommand.isLatest ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isLatest:()Z
NutsSearchCommand.isLib ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isLib:()Z
NutsSearchCommand.isPrintResult ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isPrintResult:()Z
NutsSearchCommand.isRuntime ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isRuntime:()Z
NutsSearchCommand.isSorted ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isSorted:()Z
NutsSearchCommand.removeArch ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeId ( NutsId p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeId ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeLockedId ( NutsId p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeLockedId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeLockedId ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removePackaging ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removePackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeScope ( NutsDependencyScope p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeScope ( NutsDependencyScopePattern p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeScope:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeScript ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeScript:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsSearchCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsSearchCommand.run ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.run:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setApplication ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setApplication:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setBasePackage ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setBasePackage:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setCompanion ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setCompanion:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setContent ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setContent:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDefaultLocation ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDefaultLocation:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDefaultVersions ( Boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDefaultVersions:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDependencies ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDependencies:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDependencyFilter ( NutsDependencyFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDependencyFilter:(Lnet/thevpc/nuts/NutsDependencyFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDependencyFilter ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDependencyFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDescriptorFilter ( NutsDescriptorFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDescriptorFilter:(Lnet/thevpc/nuts/NutsDescriptorFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDescriptorFilter ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDescriptorFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDistinct ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDistinct:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setEffective ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setEffective:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setExec ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setExec:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setExtension ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setExtension:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setFailFast ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setFailFast:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setId ( NutsId p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setId ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setIdFilter ( NutsIdFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setIdFilter:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setIdFilter ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setIdFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setIds ( NutsId... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setIds ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setInlineDependencies ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setInlineDependencies:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setInstallStatus ( NutsInstallStatusFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setLatest ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setLatest:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setLib ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setLib:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setLocation ( Path p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setLocation:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setOptional ( Boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setPrintResult ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setPrintResult:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setRepository ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setRepositoryFilter ( NutsRepositoryFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setRepositoryFilter:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setRuntime ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setRuntime:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsSearchCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsSearchCommand.setSession ( NutsSession p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setSorted ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setSorted:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setTargetApiVersion ( NutsVersion p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setTargetApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.sort ( Comparator p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.sort:(Ljava/util/Comparator;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.toFetch ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsSearchCommand.toFetch:()Lnet/thevpc/nuts/NutsFetchCommand;
nuts-0.8.1.jar,
NutsSearchId.class
package net.thevpc.nuts
NutsSearchId.getDescriptor ( NutsSession p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsSearchId.getDescriptor:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptor;
NutsSearchId.getId ( NutsSession p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsSearchId.getId:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsId;
nuts-0.8.1.jar,
NutsSearchRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsSearchRepositoryCommand.getFilter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getFilter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsSearchRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getResult:()Ljava/util/Iterator;
NutsSearchRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchRepositoryCommand.run ( ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setFilter ( NutsIdFilter p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setFilter:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
nuts-0.8.1.jar,
NutsSearchVersionsRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchVersionsRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsSearchVersionsRepositoryCommand.getFilter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getFilter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsSearchVersionsRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsSearchVersionsRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getResult:()Ljava/util/Iterator;
NutsSearchVersionsRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.run ( ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setFilter ( NutsIdFilter p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setFilter:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
nuts-0.8.1.jar,
NutsSecurityException.class
package net.thevpc.nuts
NutsSecurityException.getFormattedMessage ( ) : NutsMessage
net/thevpc/nuts/NutsSecurityException.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsSecurityException.getFormattedString ( ) : NutsString
net/thevpc/nuts/NutsSecurityException.getFormattedString:()Lnet/thevpc/nuts/NutsString;
NutsSecurityException.getSession ( ) : NutsSession
net/thevpc/nuts/NutsSecurityException.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSecurityException.getWorkspace ( ) : NutsWorkspace
net/thevpc/nuts/NutsSecurityException.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsSecurityException.NutsSecurityException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsSecurityException.NutsSecurityException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsServiceLoader.class
package net.thevpc.nuts
NutsServiceLoader<T,B>.loadAll ( B p1 ) [abstract] : List<T>
net/thevpc/nuts/NutsServiceLoader.loadAll:(Ljava/lang/Object;)Ljava/util/List;
NutsServiceLoader<T,B>.loadBest ( B p1 ) [abstract] : T
net/thevpc/nuts/NutsServiceLoader.loadBest:(Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
nuts-0.8.1.jar,
NutsSession.class
package net.thevpc.nuts
NutsSession.addListener ( NutsListener p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.addListener:(Lnet/thevpc/nuts/NutsListener;)Lnet/thevpc/nuts/NutsSession;
NutsSession.addOutputFormatOptions ( String... p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.addOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.configure ( NutsWorkspaceOptions p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.configure:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsSession;
NutsSession.copy ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.copy:()Lnet/thevpc/nuts/NutsSession;
NutsSession.copyFrom ( NutsSession p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.copyFrom:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSession;
NutsSession.copyFrom ( NutsWorkspaceOptions p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.copyFrom:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsSession;
NutsSession.eout ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsSession.eout:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsSession.err ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSession.err:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSession.flush ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.flush:()Lnet/thevpc/nuts/NutsSession;
NutsSession.getAppId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsSession.getAppId:()Lnet/thevpc/nuts/NutsId;
NutsSession.getBot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsSession.getBot:()Ljava/lang/Boolean;
NutsSession.getConfirm ( ) [abstract] : NutsConfirmationMode
net/thevpc/nuts/NutsSession.getConfirm:()Lnet/thevpc/nuts/NutsConfirmationMode;
NutsSession.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsSession.getDebug:()Ljava/lang/Boolean;
NutsSession.getElemOut ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsSession.getElemOut:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsSession.getErrLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getErrLinePrefix:()Ljava/lang/String;
NutsSession.getExecutionType ( ) [abstract] : NutsExecutionType
net/thevpc/nuts/NutsSession.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsSession.getExpireTime ( ) [abstract] : Instant
net/thevpc/nuts/NutsSession.getExpireTime:()Ljava/time/Instant;
NutsSession.getFetchStrategy ( ) [abstract] : NutsFetchStrategy
net/thevpc/nuts/NutsSession.getFetchStrategy:()Lnet/thevpc/nuts/NutsFetchStrategy;
NutsSession.getIterableOutput ( ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsSession.getIterableOutput:()Lnet/thevpc/nuts/NutsIterableFormat;
NutsSession.getListeners ( ) [abstract] : NutsListener[ ]
net/thevpc/nuts/NutsSession.getListeners:()[Lnet/thevpc/nuts/NutsListener;
NutsSession.getListeners ( Class<T> p1 ) [abstract] : T[ ]
net/thevpc/nuts/NutsSession.getListeners:(Ljava/lang/Class;)[Lnet/thevpc/nuts/NutsListener;
NutsSession.getLocale ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getLocale:()Ljava/lang/String;
NutsSession.getLogFileFilter ( ) [abstract] : Filter
net/thevpc/nuts/NutsSession.getLogFileFilter:()Ljava/util/logging/Filter;
NutsSession.getLogFileLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsSession.getLogFileLevel:()Ljava/util/logging/Level;
NutsSession.getLogTermFilter ( ) [abstract] : Filter
net/thevpc/nuts/NutsSession.getLogTermFilter:()Ljava/util/logging/Filter;
NutsSession.getLogTermLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsSession.getLogTermLevel:()Ljava/util/logging/Level;
NutsSession.getOutLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getOutLinePrefix:()Ljava/lang/String;
NutsSession.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsSession.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsSession.getOutputFormat ( NutsContentType p1 ) [abstract] : NutsContentType
net/thevpc/nuts/NutsSession.getOutputFormat:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsContentType;
NutsSession.getOutputFormatOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsSession.getOutputFormatOptions:()[Ljava/lang/String;
NutsSession.getProgressOptions ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getProgressOptions:()Ljava/lang/String;
NutsSession.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsSession.getProperties:()Ljava/util/Map;
NutsSession.getProperty ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsSession.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
NutsSession.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsSession.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsSession.getTerminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSession.getTerminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSession.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsSession.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsSession.in ( ) [abstract] : InputStream
net/thevpc/nuts/NutsSession.in:()Ljava/io/InputStream;
NutsSession.isAsk ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isAsk:()Z
NutsSession.isBot ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isBot:()Z
NutsSession.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isCached:()Z
NutsSession.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isDebug:()Z
NutsSession.isDry ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isDry:()Z
NutsSession.isGui ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isGui:()Z
NutsSession.isIndexed ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isIndexed:()Z
NutsSession.isIterableOut ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isIterableOut:()Z
NutsSession.isIterableTrace ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isIterableTrace:()Z
NutsSession.isNo ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isNo:()Z
NutsSession.isPlainOut ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isPlainOut:()Z
NutsSession.isPlainTrace ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isPlainTrace:()Z
NutsSession.isStructuredOut ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isStructuredOut:()Z
NutsSession.isStructuredTrace ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isStructuredTrace:()Z
NutsSession.isTrace ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isTrace:()Z
NutsSession.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isTransitive:()Z
NutsSession.isYes ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isYes:()Z
NutsSession.json ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.json:()Lnet/thevpc/nuts/NutsSession;
NutsSession.out ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSession.out:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSession.plain ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.plain:()Lnet/thevpc/nuts/NutsSession;
NutsSession.props ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.props:()Lnet/thevpc/nuts/NutsSession;
NutsSession.removeListener ( NutsListener p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.removeListener:(Lnet/thevpc/nuts/NutsListener;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setAppId ( NutsId p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setAppId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setBot ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setCached ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setCached:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setConfirm ( NutsConfirmationMode p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setConfirm:(Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setDebug ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setDebug:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setDry ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setElemOut ( NutsArrayElementBuilder p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setElemOut:(Lnet/thevpc/nuts/NutsArrayElementBuilder;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setErrLinePrefix ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setErrLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setExecutionType ( NutsExecutionType p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setExecutionType:(Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setExpireTime ( Instant p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setExpireTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setFetchStrategy ( NutsFetchStrategy p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setFetchStrategy:(Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setGui ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setIndexed ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setIterableOut ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setIterableOut:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLocale ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogFileFilter ( Filter p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogFileFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogFileLevel ( Level p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogFilter ( Filter p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogLevel ( Level p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setOutLinePrefix ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setOutLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setOutputFormat ( NutsContentType p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setOutputFormat:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setOutputFormatOptions ( String... p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setProgressOptions ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setProgressOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setProperties ( Map<String,Object> p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setProperty ( String p1, Object p2 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setProperty:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setRunAs ( NutsRunAs p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setRunAs:(Lnet/thevpc/nuts/NutsRunAs;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setTrace ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setTransitive ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setTransitive:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.table ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.table:()Lnet/thevpc/nuts/NutsSession;
NutsSession.tree ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.tree:()Lnet/thevpc/nuts/NutsSession;
NutsSession.xml ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.xml:()Lnet/thevpc/nuts/NutsSession;
nuts-0.8.1.jar,
NutsSessionAware.class
package net.thevpc.nuts
NutsSessionAware.setSession ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionAware.setSession:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsSessionTerminal.class
package net.thevpc.nuts
NutsSessionTerminal.ask ( ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsSessionTerminal.ask:()Lnet/thevpc/nuts/NutsQuestion;
NutsSessionTerminal.copy ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.copy:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.err ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.err:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.getErr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.getErr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/NutsSessionTerminal.getIn:()Ljava/io/InputStream;
NutsSessionTerminal.getOut ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.getOut:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.in ( ) [abstract] : InputStream
net/thevpc/nuts/NutsSessionTerminal.in:()Ljava/io/InputStream;
NutsSessionTerminal.out ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.out:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.printProgress ( float p1, NutsMessage p2 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(FLnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.printProgress ( float p1, String p2, Object... p3 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(FLjava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.printProgress ( NutsMessage p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.printProgress ( String p1, Object... p2 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.readLine ( NutsPrintStream p1, NutsMessage p2 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;)Ljava/lang/String;
NutsSessionTerminal.readLine ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsSessionTerminal.readLine ( NutsPrintStream p1, String p2, Object... p3 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsSessionTerminal.readLine ( String p1, Object... p2 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsSessionTerminal.readPassword ( NutsPrintStream p1, NutsMessage p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;)[C
NutsSessionTerminal.readPassword ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)[C
NutsSessionTerminal.readPassword ( NutsPrintStream p1, String p2, Object... p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Ljava/lang/String;[Ljava/lang/Object;)[C
NutsSessionTerminal.readPassword ( String p1, Object... p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Ljava/lang/String;[Ljava/lang/Object;)[C
NutsSessionTerminal.setErr ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setErr:(Lnet/thevpc/nuts/NutsPrintStream;)V
NutsSessionTerminal.setIn ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setIn:(Ljava/io/InputStream;)V
NutsSessionTerminal.setOut ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setOut:(Lnet/thevpc/nuts/NutsPrintStream;)V
nuts-0.8.1.jar,
NutsStoreLocation.class
package net.thevpc.nuts
NutsStoreLocation.id ( ) : String
net/thevpc/nuts/NutsStoreLocation.id:()Ljava/lang/String;
NutsStoreLocation.parseLenient ( String value ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStoreLocation;
NutsStoreLocation.parseLenient ( String value, NutsStoreLocation emptyOrErrorValue ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsStoreLocation;
NutsStoreLocation.parseLenient ( String value, NutsStoreLocation emptyValue, NutsStoreLocation errorValue ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocation;Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsStoreLocation;
NutsStoreLocation.valueOf ( String name ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStoreLocation;
NutsStoreLocation.values ( ) [static] : NutsStoreLocation[ ]
net/thevpc/nuts/NutsStoreLocation.values:()[Lnet/thevpc/nuts/NutsStoreLocation;
nuts-0.8.1.jar,
NutsStoreLocationStrategy.class
package net.thevpc.nuts
NutsStoreLocationStrategy.id ( ) : String
net/thevpc/nuts/NutsStoreLocationStrategy.id:()Ljava/lang/String;
NutsStoreLocationStrategy.parseLenient ( String value ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsStoreLocationStrategy.parseLenient ( String value, NutsStoreLocationStrategy emptyOrErrorValue ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsStoreLocationStrategy.parseLenient ( String value, NutsStoreLocationStrategy emptyValue, NutsStoreLocationStrategy errorValue ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocationStrategy;Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsStoreLocationStrategy.valueOf ( String name ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsStoreLocationStrategy.values ( ) [static] : NutsStoreLocationStrategy[ ]
net/thevpc/nuts/NutsStoreLocationStrategy.values:()[Lnet/thevpc/nuts/NutsStoreLocationStrategy;
nuts-0.8.1.jar,
NutsString.class
package net.thevpc.nuts
NutsString.filteredText ( ) [abstract] : String
net/thevpc/nuts/NutsString.filteredText:()Ljava/lang/String;
NutsString.immutable ( ) [abstract] : NutsString
net/thevpc/nuts/NutsString.immutable:()Lnet/thevpc/nuts/NutsString;
NutsString.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/NutsString.isEmpty:()Z
NutsString.parse ( String str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsString.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
NutsString.textLength ( ) [abstract] : int
net/thevpc/nuts/NutsString.textLength:()I
NutsString.toText ( ) [abstract] : NutsText
net/thevpc/nuts/NutsString.toText:()Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsSupplier.class
package net.thevpc.nuts
NutsSupplier<T>.create ( ) [abstract] : T
net/thevpc/nuts/NutsSupplier.create:()Ljava/lang/Object;
NutsSupplier<T>.getLevel ( ) [abstract] : int
net/thevpc/nuts/NutsSupplier.getLevel:()I
nuts-0.8.1.jar,
NutsSupportLevelContext.class
package net.thevpc.nuts
NutsSupportLevelContext<T>.getConstraints ( ) [abstract] : T
net/thevpc/nuts/NutsSupportLevelContext.getConstraints:()Ljava/lang/Object;
NutsSupportLevelContext<T>.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSupportLevelContext<T>.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsSupportLevelContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsSystemTerminal.class
package net.thevpc.nuts
NutsSystemTerminal.err ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSystemTerminal.err:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminal.in ( ) [abstract] : InputStream
net/thevpc/nuts/NutsSystemTerminal.in:()Ljava/io/InputStream;
NutsSystemTerminal.out ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSystemTerminal.out:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminal.printProgress ( float p1, NutsMessage p2, NutsSession p3 ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsSystemTerminal.printProgress:(FLnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSystemTerminal;
NutsSystemTerminal.readLine ( NutsMessage p1, NutsSession p2 ) [abstract] : String
net/thevpc/nuts/NutsSystemTerminal.readLine:(Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsSystemTerminal.readPassword ( NutsMessage p1, NutsSession p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSystemTerminal.readPassword:(Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)[C
nuts-0.8.1.jar,
NutsSystemTerminalBase.class
package net.thevpc.nuts.spi
NutsSystemTerminalBase.getAutoCompleteResolver ( ) : NutsCommandAutoCompleteResolver
net/thevpc/nuts/spi/NutsSystemTerminalBase.getAutoCompleteResolver:()Lnet/thevpc/nuts/NutsCommandAutoCompleteResolver;
NutsSystemTerminalBase.getCommandHistory ( ) [abstract] : NutsCommandHistory
net/thevpc/nuts/spi/NutsSystemTerminalBase.getCommandHistory:()Lnet/thevpc/nuts/NutsCommandHistory;
NutsSystemTerminalBase.getCommandReadHighlighter ( ) [abstract] : NutsCommandReadHighlighter
net/thevpc/nuts/spi/NutsSystemTerminalBase.getCommandReadHighlighter:()Lnet/thevpc/nuts/NutsCommandReadHighlighter;
NutsSystemTerminalBase.getErr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/spi/NutsSystemTerminalBase.getErr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminalBase.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsSystemTerminalBase.getIn:()Ljava/io/InputStream;
NutsSystemTerminalBase.getOut ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/spi/NutsSystemTerminalBase.getOut:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminalBase.isAutoCompleteSupported ( ) : boolean
net/thevpc/nuts/spi/NutsSystemTerminalBase.isAutoCompleteSupported:()Z
NutsSystemTerminalBase.readLine ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : String
net/thevpc/nuts/spi/NutsSystemTerminalBase.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsSystemTerminalBase.readPassword ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/spi/NutsSystemTerminalBase.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)[C
NutsSystemTerminalBase.setCommandAutoCompleteResolver ( NutsCommandAutoCompleteResolver p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandAutoCompleteResolver:(Lnet/thevpc/nuts/NutsCommandAutoCompleteResolver;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBase.setCommandHistory ( NutsCommandHistory p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandHistory:(Lnet/thevpc/nuts/NutsCommandHistory;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBase.setCommandReadHighlighter ( NutsCommandReadHighlighter p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandReadHighlighter:(Lnet/thevpc/nuts/NutsCommandReadHighlighter;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
nuts-0.8.1.jar,
NutsTableBordersFormat.class
package net.thevpc.nuts
NutsTableBordersFormat.format ( NutsTableSeparator p1 ) [abstract] : String
net/thevpc/nuts/NutsTableBordersFormat.format:(Lnet/thevpc/nuts/NutsTableSeparator;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsTableCell.class
package net.thevpc.nuts
NutsTableCell.getColspan ( ) [abstract] : int
net/thevpc/nuts/NutsTableCell.getColspan:()I
NutsTableCell.getRowspan ( ) [abstract] : int
net/thevpc/nuts/NutsTableCell.getRowspan:()I
NutsTableCell.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsTableCell.getValue:()Ljava/lang/Object;
NutsTableCell.getX ( ) [abstract] : int
net/thevpc/nuts/NutsTableCell.getX:()I
NutsTableCell.getY ( ) [abstract] : int
net/thevpc/nuts/NutsTableCell.getY:()I
NutsTableCell.setColspan ( int p1 ) [abstract] : NutsTableCell
net/thevpc/nuts/NutsTableCell.setColspan:(I)Lnet/thevpc/nuts/NutsTableCell;
NutsTableCell.setRowspan ( int p1 ) [abstract] : NutsTableCell
net/thevpc/nuts/NutsTableCell.setRowspan:(I)Lnet/thevpc/nuts/NutsTableCell;
NutsTableCell.setValue ( Object p1 ) [abstract] : NutsTableCell
net/thevpc/nuts/NutsTableCell.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTableCell;
nuts-0.8.1.jar,
NutsTableCellFormat.class
package net.thevpc.nuts
NutsTableCellFormat.format ( int row, int col, Object value, NutsSession session ) : String
net/thevpc/nuts/NutsTableCellFormat.format:(IILjava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsTableCellFormat.getHorizontalAlign ( int row, int col, Object value, NutsSession session ) : NutsPositionType
net/thevpc/nuts/NutsTableCellFormat.getHorizontalAlign:(IILjava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPositionType;
NutsTableCellFormat.getVerticalAlign ( int row, int col, Object value, NutsSession session ) : NutsPositionType
net/thevpc/nuts/NutsTableCellFormat.getVerticalAlign:(IILjava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPositionType;
nuts-0.8.1.jar,
NutsTableFormat.class
package net.thevpc.nuts
NutsTableFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsTableFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsTableFormat.createModel ( ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsTableFormat.createModel:()Lnet/thevpc/nuts/NutsMutableTableModel;
NutsTableFormat.getBorder ( ) [abstract] : NutsTableBordersFormat
net/thevpc/nuts/NutsTableFormat.getBorder:()Lnet/thevpc/nuts/NutsTableBordersFormat;
NutsTableFormat.getModel ( ) [abstract] : NutsTableModel
net/thevpc/nuts/NutsTableFormat.getModel:()Lnet/thevpc/nuts/NutsTableModel;
NutsTableFormat.getVisibleColumn ( int p1 ) [abstract] : Boolean
net/thevpc/nuts/NutsTableFormat.getVisibleColumn:(I)Ljava/lang/Boolean;
NutsTableFormat.isVisibleHeader ( ) [abstract] : boolean
net/thevpc/nuts/NutsTableFormat.isVisibleHeader:()Z
NutsTableFormat.setBorder ( NutsTableBordersFormat p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setBorder:(Lnet/thevpc/nuts/NutsTableBordersFormat;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setBorder ( String p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setBorder:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setCellFormat ( NutsTableCellFormat p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setCellFormat:(Lnet/thevpc/nuts/NutsTableCellFormat;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsTableFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setNtf ( boolean p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsTableFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setSession ( NutsSession p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setValue ( Object p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setVisibleColumn ( int p1, Boolean p2 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setVisibleColumn:(ILjava/lang/Boolean;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setVisibleHeader ( boolean p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setVisibleHeader:(Z)Lnet/thevpc/nuts/NutsTableFormat;
nuts-0.8.1.jar,
NutsTableModel.class
package net.thevpc.nuts
NutsTableModel.getCellColSpan ( int row, int column ) : int
net/thevpc/nuts/NutsTableModel.getCellColSpan:(II)I
NutsTableModel.getCellRowSpan ( int row, int column ) : int
net/thevpc/nuts/NutsTableModel.getCellRowSpan:(II)I
NutsTableModel.getCellValue ( int p1, int p2 ) [abstract] : Object
net/thevpc/nuts/NutsTableModel.getCellValue:(II)Ljava/lang/Object;
NutsTableModel.getColumnsCount ( ) [abstract] : int
net/thevpc/nuts/NutsTableModel.getColumnsCount:()I
NutsTableModel.getHeaderColSpan ( int column ) : int
net/thevpc/nuts/NutsTableModel.getHeaderColSpan:(I)I
NutsTableModel.getHeaderValue ( int column ) : Object
net/thevpc/nuts/NutsTableModel.getHeaderValue:(I)Ljava/lang/Object;
NutsTableModel.getRowsCount ( ) [abstract] : int
net/thevpc/nuts/NutsTableModel.getRowsCount:()I
NutsTableModel.of ( NutsSession session ) [static] : NutsMutableTableModel
net/thevpc/nuts/NutsTableModel.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMutableTableModel;
nuts-0.8.1.jar,
NutsTableSeparator.class
package net.thevpc.nuts
NutsTableSeparator.id ( ) : String
net/thevpc/nuts/NutsTableSeparator.id:()Ljava/lang/String;
NutsTableSeparator.parseLenient ( String value ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.parseLenient ( String value, NutsTableSeparator emptyOrErrorValue ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTableSeparator;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.parseLenient ( String value, NutsTableSeparator emptyValue, NutsTableSeparator errorValue ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTableSeparator;Lnet/thevpc/nuts/NutsTableSeparator;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.valueOf ( String name ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.values ( ) [static] : NutsTableSeparator[ ]
net/thevpc/nuts/NutsTableSeparator.values:()[Lnet/thevpc/nuts/NutsTableSeparator;
nuts-0.8.1.jar,
NutsTempAction.class
package net.thevpc.nuts
NutsTempAction.createTempFile ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTempAction.createTempFile:(Ljava/lang/String;)Ljava/lang/String;
NutsTempAction.createTempFolder ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTempAction.createTempFolder:(Ljava/lang/String;)Ljava/lang/String;
NutsTempAction.getRepositoryId ( ) [abstract] : String
net/thevpc/nuts/NutsTempAction.getRepositoryId:()Ljava/lang/String;
NutsTempAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTempAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTempAction.setRepositoryId ( String p1 ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsTempAction.setRepositoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTempAction;
NutsTempAction.setSession ( NutsSession p1 ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsTempAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTempAction;
nuts-0.8.1.jar,
NutsTerminalCommand.class
package net.thevpc.nuts
NutsTerminalCommand.getArgs ( ) : String
net/thevpc/nuts/NutsTerminalCommand.getArgs:()Ljava/lang/String;
NutsTerminalCommand.getName ( ) : String
net/thevpc/nuts/NutsTerminalCommand.getName:()Ljava/lang/String;
NutsTerminalCommand.MOVE_DOWN ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_DOWN:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_LEFT ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_LEFT:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_RIGHT ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_RIGHT:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_TO ( int row, int col ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_TO:(II)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_UP ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_UP:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.NutsTerminalCommand ( String name )
net/thevpc/nuts/NutsTerminalCommand."<init>":(Ljava/lang/String;)V
NutsTerminalCommand.NutsTerminalCommand ( String name, String args )
net/thevpc/nuts/NutsTerminalCommand."<init>":(Ljava/lang/String;Ljava/lang/String;)V
NutsTerminalCommand.of ( String name ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.of ( String name, String args ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.of:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTerminalCommand;
nuts-0.8.1.jar,
NutsTerminalManager.class
package net.thevpc.nuts
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsTerminalManager.createSystemTerminal:(Lnet/thevpc/nuts/NutsTerminalSpec;)Lnet/thevpc/nuts/NutsSystemTerminal;
NutsTerminalManager.createTerminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.createTerminal ( InputStream p1, NutsPrintStream p2, NutsPrintStream p3 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Ljava/io/InputStream;Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.createTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.enableRichTerm ( ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.enableRichTerm:()Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTerminalManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTerminalManager.getSystemTerminal ( ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsTerminalManager.getSystemTerminal:()Lnet/thevpc/nuts/NutsSystemTerminal;
NutsTerminalManager.getTerminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.getTerminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.setSession ( NutsSession p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.setSystemTerminal ( NutsSystemTerminalBase p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setSystemTerminal:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.setTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsTerminalManager;
nuts-0.8.1.jar,
NutsTerminalMode.class
package net.thevpc.nuts
NutsTerminalMode.id ( ) : String
net/thevpc/nuts/NutsTerminalMode.id:()Ljava/lang/String;
NutsTerminalMode.parseLenient ( String value ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalMode.parseLenient ( String value, NutsTerminalMode emptyOrErrorValue ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalMode.parseLenient ( String value, NutsTerminalMode emptyValue, NutsTerminalMode errorValue ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTerminalMode;Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalMode.valueOf ( String name ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalMode.values ( ) [static] : NutsTerminalMode[ ]
net/thevpc/nuts/NutsTerminalMode.values:()[Lnet/thevpc/nuts/NutsTerminalMode;
nuts-0.8.1.jar,
NutsTerminalSpec.class
package net.thevpc.nuts
NutsTerminalSpec.copyFrom ( NutsTerminalSpec p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.copyFrom:(Lnet/thevpc/nuts/NutsTerminalSpec;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.get ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NutsTerminalSpec.getAutoComplete ( ) [abstract] : Boolean
net/thevpc/nuts/NutsTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NutsTerminalSpec.getParent ( ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/NutsTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsTerminalSpec.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsTerminalSpec.getProperties:()Ljava/util/Map;
NutsTerminalSpec.put ( String p1, Object p2 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.put:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.putAll ( Map<String,Object> p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.putAll:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.setAutoComplete ( Boolean p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.setParent ( NutsSystemTerminalBase p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
nuts-0.8.1.jar,
NutsText.class
package net.thevpc.nuts
NutsText.getType ( ) [abstract] : NutsTextType
net/thevpc/nuts/NutsText.getType:()Lnet/thevpc/nuts/NutsTextType;
NutsText.parse ( String str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsText.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
nuts-0.8.1.jar,
NutsTextBuilder.class
package net.thevpc.nuts
NutsTextBuilder.append ( NutsText p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.append ( Object p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.append ( Object p1, NutsTextStyle p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.append ( Object p1, NutsTextStyles p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendAll ( Collection<?> p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendCode ( String p1, String p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendCommand ( NutsTerminalCommand p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendCommand:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendHash ( Object p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendHash:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendHash ( Object p1, Object p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendHash:(Ljava/lang/Object;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendJoined ( Object p1, Collection<?> p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendJoined:(Ljava/lang/Object;Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendRandom ( Object p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendRandom:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.build ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextBuilder.build:()Lnet/thevpc/nuts/NutsText;
NutsTextBuilder.getConfiguration ( ) [abstract] : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextBuilder.getConfiguration:()Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextBuilder.getStyleGenerator ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextBuilder.getStyleGenerator:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextBuilder.of ( NutsSession session ) [static] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.parser ( ) [abstract] : NutsTextParser
net/thevpc/nuts/NutsTextBuilder.parser:()Lnet/thevpc/nuts/NutsTextParser;
NutsTextBuilder.setConfiguration ( NutsTextWriteConfiguration p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.setConfiguration:(Lnet/thevpc/nuts/NutsTextWriteConfiguration;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.setStyleGenerator ( NutsTextStyleGenerator p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.setStyleGenerator:(Lnet/thevpc/nuts/NutsTextStyleGenerator;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.size ( ) [abstract] : int
net/thevpc/nuts/NutsTextBuilder.size:()I
nuts-0.8.1.jar,
NutsTextCode.class
package net.thevpc.nuts
NutsTextCode.parse ( NutsSession p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextCode.parse:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextCommand.class
package net.thevpc.nuts
NutsTextCommand.getCommand ( ) [abstract] : NutsTerminalCommand
net/thevpc/nuts/NutsTextCommand.getCommand:()Lnet/thevpc/nuts/NutsTerminalCommand;
nuts-0.8.1.jar,
NutsTextFormatLoader.class
package net.thevpc.nuts
NutsTextFormatLoader.forPath ( String p1 ) [abstract] : Reader
net/thevpc/nuts/NutsTextFormatLoader.forPath:(Ljava/lang/String;)Ljava/io/Reader;
nuts-0.8.1.jar,
NutsTextFormatStyle.class
package net.thevpc.nuts
NutsTextFormatStyle.id ( ) : String
net/thevpc/nuts/NutsTextFormatStyle.id:()Ljava/lang/String;
NutsTextFormatStyle.parseLenient ( String value ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsTextFormatStyle.parseLenient ( String value, NutsTextFormatStyle emptyOrErrorValue ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsTextFormatStyle.parseLenient ( String value, NutsTextFormatStyle emptyValue, NutsTextFormatStyle errorValue ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextFormatStyle;Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsTextFormatStyle.valueOf ( String name ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsTextFormatStyle.values ( ) [static] : NutsTextFormatStyle[ ]
net/thevpc/nuts/NutsTextFormatStyle.values:()[Lnet/thevpc/nuts/NutsTextFormatStyle;
nuts-0.8.1.jar,
NutsTextFormatTheme.class
package net.thevpc.nuts
NutsTextFormatTheme.getName ( ) [abstract] : String
net/thevpc/nuts/NutsTextFormatTheme.getName:()Ljava/lang/String;
NutsTextFormatTheme.toBasicStyles ( NutsTextStyles p1, NutsSession p2 ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextFormatTheme.toBasicStyles:(Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyles;
nuts-0.8.1.jar,
NutsTextLink.class
package net.thevpc.nuts
NutsTextLink.getChild ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextLink.getChild:()Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextList.class
package net.thevpc.nuts
NutsTextList.get ( int p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextList.get:(I)Lnet/thevpc/nuts/NutsText;
NutsTextList.simplify ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextList.simplify:()Lnet/thevpc/nuts/NutsText;
NutsTextList.size ( ) [abstract] : int
net/thevpc/nuts/NutsTextList.size:()I
nuts-0.8.1.jar,
NutsTextManager.class
package net.thevpc.nuts
NutsTextManager.addCodeFormat ( NutsCodeFormat p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.addCodeFormat:(Lnet/thevpc/nuts/NutsCodeFormat;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.builder ( ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextManager.builder:()Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextManager.forAnchor ( String p1 ) [abstract] : NutsTextAnchor
net/thevpc/nuts/NutsTextManager.forAnchor:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextAnchor;
NutsTextManager.forBlank ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.forBlank:()Lnet/thevpc/nuts/NutsText;
NutsTextManager.forCode ( String p1, String p2 ) [abstract] : NutsTextCode
net/thevpc/nuts/NutsTextManager.forCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextCode;
NutsTextManager.forCommand ( NutsTerminalCommand p1 ) [abstract] : NutsTextCommand
net/thevpc/nuts/NutsTextManager.forCommand:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsTextCommand;
NutsTextManager.forLink ( NutsText p1 ) [abstract] : NutsTextLink
net/thevpc/nuts/NutsTextManager.forLink:(Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextLink;
NutsTextManager.forList ( Collection<NutsText> p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTextManager.forList:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextList;
NutsTextManager.forList ( NutsText... p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTextManager.forList:([Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextList;
NutsTextManager.forNumbering ( ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextManager.forNumbering:()Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextManager.forPlain ( String p1 ) [abstract] : NutsTextPlain
net/thevpc/nuts/NutsTextManager.forPlain:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextPlain;
NutsTextManager.forStyled ( NutsString p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsString p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsText p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsText p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( String p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( String p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forTitleNumberSequence ( String p1 ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextManager.forTitleNumberSequence:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextManager.getCodeFormat ( String p1 ) [abstract] : NutsCodeFormat
net/thevpc/nuts/NutsTextManager.getCodeFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCodeFormat;
NutsTextManager.getCodeFormats ( ) [abstract] : NutsCodeFormat[ ]
net/thevpc/nuts/NutsTextManager.getCodeFormats:()[Lnet/thevpc/nuts/NutsCodeFormat;
NutsTextManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTextManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTextManager.getTheme ( ) [abstract] : NutsTextFormatTheme
net/thevpc/nuts/NutsTextManager.getTheme:()Lnet/thevpc/nuts/NutsTextFormatTheme;
NutsTextManager.of ( NutsSession session ) [static] : NutsTextManager
net/thevpc/nuts/NutsTextManager.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.parse ( String p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsText;
NutsTextManager.parser ( ) [abstract] : NutsTextParser
net/thevpc/nuts/NutsTextManager.parser:()Lnet/thevpc/nuts/NutsTextParser;
NutsTextManager.removeCodeFormat ( NutsCodeFormat p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.removeCodeFormat:(Lnet/thevpc/nuts/NutsCodeFormat;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setSession ( NutsSession p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setTheme ( NutsTextFormatTheme p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setTheme:(Lnet/thevpc/nuts/NutsTextFormatTheme;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setTheme ( String p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.toText ( Object p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.toText:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextNumbering.class
package net.thevpc.nuts
NutsTextNumbering.getNumber ( int p1 ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTextNumbering.getNumber:(I)Lnet/thevpc/nuts/NutsTitleNumber;
NutsTextNumbering.getPattern ( ) [abstract] : NutsTitleNumber[ ]
net/thevpc/nuts/NutsTextNumbering.getPattern:()[Lnet/thevpc/nuts/NutsTitleNumber;
NutsTextNumbering.getSeparator ( int p1 ) [abstract] : String
net/thevpc/nuts/NutsTextNumbering.getSeparator:(I)Ljava/lang/String;
NutsTextNumbering.getValue ( ) [abstract] : NutsTitleNumber[ ]
net/thevpc/nuts/NutsTextNumbering.getValue:()[Lnet/thevpc/nuts/NutsTitleNumber;
NutsTextNumbering.newLevel ( int p1 ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextNumbering.newLevel:(I)Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextNumbering.size ( ) [abstract] : int
net/thevpc/nuts/NutsTextNumbering.size:()I
nuts-0.8.1.jar,
NutsTextParser.class
package net.thevpc.nuts
NutsTextParser.createLoader ( ClassLoader p1 ) [abstract] : NutsTextFormatLoader
net/thevpc/nuts/NutsTextParser.createLoader:(Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsTextFormatLoader;
NutsTextParser.createLoader ( File p1 ) [abstract] : NutsTextFormatLoader
net/thevpc/nuts/NutsTextParser.createLoader:(Ljava/io/File;)Lnet/thevpc/nuts/NutsTextFormatLoader;
NutsTextParser.escapeText ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTextParser.escapeText:(Ljava/lang/String;)Ljava/lang/String;
NutsTextParser.filterText ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTextParser.filterText:(Ljava/lang/String;)Ljava/lang/String;
NutsTextParser.isIncomplete ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextParser.isIncomplete:()Z
NutsTextParser.of ( NutsSession session ) [static] : NutsTextParser
net/thevpc/nuts/NutsTextParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextParser;
NutsTextParser.parse ( InputStream p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parse ( InputStream p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/InputStream;Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parse ( Reader p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parse ( Reader p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/Reader;Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( byte[ ] p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([B)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( byte[ ] p1, int p2, int p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([BII)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( byte[ ] p1, int p2, int p3, NutsTextVisitor p4 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([BIILnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( byte[ ] p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([BLnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( char p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:(C)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( char p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:(CLnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( char[ ] p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([C)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( char[ ] p1, int p2, int p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([CII)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( char[ ] p1, int p2, int p3, NutsTextVisitor p4 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([CIILnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( char[ ] p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([CLnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( String p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( String p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseRemaining ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseRemaining:()Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseRemaining ( NutsTextVisitor p1 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseRemaining:(Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseResource ( String p1, NutsTextFormatLoader p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseResource:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextFormatLoader;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseResource ( String p1, Reader p2, NutsTextFormatLoader p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseResource:(Ljava/lang/String;Ljava/io/Reader;Lnet/thevpc/nuts/NutsTextFormatLoader;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.reset ( ) [abstract] : void
net/thevpc/nuts/NutsTextParser.reset:()V
nuts-0.8.1.jar,
NutsTextPlain.class
package net.thevpc.nuts
NutsTextPlain.getText ( ) [abstract] : String
net/thevpc/nuts/NutsTextPlain.getText:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTextStyle.class
package net.thevpc.nuts
NutsTextStyle.append ( NutsTextStyle other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyle.append:(Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyle.append ( NutsTextStyles other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyle.append:(Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyle.backgroundColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.backgroundColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.backgroundTrueColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.backgroundTrueColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.blink ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.blink:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.bold ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.bold:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.bool ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.bool:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.bool ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.bool:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.comments ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.comments:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.comments ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.comments:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.config ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.config:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.config ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.config:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.danger ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.danger:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.danger ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.danger:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.date ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.date:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.date ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.date:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.error ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.error:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.error ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.error:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.fail ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.fail:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.fail ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.fail:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.foregroundColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.foregroundColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.foregroundTrueColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.foregroundTrueColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.getType ( ) : NutsTextStyleType
net/thevpc/nuts/NutsTextStyle.getType:()Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyle.getVariant ( ) : int
net/thevpc/nuts/NutsTextStyle.getVariant:()I
NutsTextStyle.info ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.info:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.info ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.info:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.input ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.input:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.input ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.input:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.italic ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.italic:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.italic ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.italic:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.keyword ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.keyword:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.keyword ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.keyword:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.number ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.number:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.number ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.number:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.NutsTextStyle ( NutsTextStyleType type, int variant )
net/thevpc/nuts/NutsTextStyle."<init>":(Lnet/thevpc/nuts/NutsTextStyleType;I)V
NutsTextStyle.of ( NutsTextStyleType style ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.of:(Lnet/thevpc/nuts/NutsTextStyleType;)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.of ( NutsTextStyleType style, int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.of:(Lnet/thevpc/nuts/NutsTextStyleType;I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.operator ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.operator:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.operator ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.operator:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.option ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.option:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.option ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.option:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.pale ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.pale:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.pale ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.pale:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.path ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.path:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.path ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.path:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary1 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary1:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary2 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary2:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary3 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary3:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary4 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary4:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary5 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary5:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary6 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary6:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary7 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary7:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary8 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary8:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary9 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary9:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.reversed ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.reversed:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.reversed ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.reversed:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.secondary ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.secondary:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.separator ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.separator:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.separator ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.separator:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.striked ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.striked:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.striked ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.striked:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.string ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.string:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.string ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.string:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.success ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.success:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.success ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.success:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.title ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.title:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.underlined ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.underlined:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.variable ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.variable:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.variable ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.variable:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.version ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.version:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.version ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.version:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.warn ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.warn:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.warn ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.warn:(I)Lnet/thevpc/nuts/NutsTextStyle;
nuts-0.8.1.jar,
NutsTextStyled.class
package net.thevpc.nuts
NutsTextStyled.getChild ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextStyled.getChild:()Lnet/thevpc/nuts/NutsText;
NutsTextStyled.getStyles ( ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyled.getStyles:()Lnet/thevpc/nuts/NutsTextStyles;
nuts-0.8.1.jar,
NutsTextStyleGenerator.class
package net.thevpc.nuts
NutsTextStyleGenerator.hash ( int p1 ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyleGenerator.hash:(I)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyleGenerator.hash ( Object p1 ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyleGenerator.hash:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyleGenerator.isIncludeBackground ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeBackground:()Z
NutsTextStyleGenerator.isIncludeBlink ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeBlink:()Z
NutsTextStyleGenerator.isIncludeBold ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeBold:()Z
NutsTextStyleGenerator.isIncludeForeground ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeForeground:()Z
NutsTextStyleGenerator.isIncludeItalic ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeItalic:()Z
NutsTextStyleGenerator.isIncludePlain ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludePlain:()Z
NutsTextStyleGenerator.isIncludeReversed ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeReversed:()Z
NutsTextStyleGenerator.isIncludeStriked ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeStriked:()Z
NutsTextStyleGenerator.isIncludeUnderlined ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeUnderlined:()Z
NutsTextStyleGenerator.isUsePaletteColors ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isUsePaletteColors:()Z
NutsTextStyleGenerator.isUseThemeColors ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isUseThemeColors:()Z
NutsTextStyleGenerator.isUseTrueColors ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isUseTrueColors:()Z
NutsTextStyleGenerator.random ( ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyleGenerator.random:()Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyleGenerator.setIncludeBackground ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeBackground:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeBlink ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeBlink:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeBold ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeBold:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeForeground ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeForeground:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeItalic ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeItalic:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludePlain ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludePlain:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeReversed ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeReversed:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeStriked ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeStriked:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeUnderlined ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeUnderlined:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setUsePaletteColors ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setUsePaletteColors:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setUseThemeColors ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setUseThemeColors:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setUseTrueColors ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setUseTrueColors:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
nuts-0.8.1.jar,
NutsTextStyles.class
package net.thevpc.nuts
NutsTextStyles.append ( NutsTextStyle other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.append:(Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.append ( NutsTextStyle... others ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.append:([Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.append ( NutsTextStyles other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.append:(Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.get ( int index ) : NutsTextStyle
net/thevpc/nuts/NutsTextStyles.get:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyles.isNone ( ) : boolean
net/thevpc/nuts/NutsTextStyles.isNone:()Z
NutsTextStyles.iterator ( ) : Iterator<NutsTextStyle>
net/thevpc/nuts/NutsTextStyles.iterator:()Ljava/util/Iterator;
NutsTextStyles.of ( NutsTextStyle other ) [static] : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.of:(Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.of ( NutsTextStyle... others ) [static] : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.of:([Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.removeFirst ( ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.removeFirst:()Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.removeLast ( ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.removeLast:()Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.size ( ) : int
net/thevpc/nuts/NutsTextStyles.size:()I
nuts-0.8.1.jar,
NutsTextStyleType.class
package net.thevpc.nuts
NutsTextStyleType.basic ( ) : boolean
net/thevpc/nuts/NutsTextStyleType.basic:()Z
NutsTextStyleType.id ( ) : String
net/thevpc/nuts/NutsTextStyleType.id:()Ljava/lang/String;
NutsTextStyleType.parseLenient ( String value ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyOrErrorValue ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyleType;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyValue, NutsTextStyleType errorValue ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyleType;Lnet/thevpc/nuts/NutsTextStyleType;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.valueOf ( String name ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.values ( ) [static] : NutsTextStyleType[ ]
net/thevpc/nuts/NutsTextStyleType.values:()[Lnet/thevpc/nuts/NutsTextStyleType;
nuts-0.8.1.jar,
NutsTextTitle.class
package net.thevpc.nuts
NutsTextTitle.getChild ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextTitle.getChild:()Lnet/thevpc/nuts/NutsText;
NutsTextTitle.getLevel ( ) [abstract] : int
net/thevpc/nuts/NutsTextTitle.getLevel:()I
nuts-0.8.1.jar,
NutsTextType.class
package net.thevpc.nuts
NutsTextType.id ( ) : String
net/thevpc/nuts/NutsTextType.id:()Ljava/lang/String;
NutsTextType.parseLenient ( String value ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.parseLenient ( String value, NutsTextType emptyOrErrorValue ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextType;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.parseLenient ( String value, NutsTextType emptyValue, NutsTextType errorValue ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextType;Lnet/thevpc/nuts/NutsTextType;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.valueOf ( String name ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.values ( ) [static] : NutsTextType[ ]
net/thevpc/nuts/NutsTextType.values:()[Lnet/thevpc/nuts/NutsTextType;
nuts-0.8.1.jar,
NutsTextVisitor.class
package net.thevpc.nuts
NutsTextVisitor.visit ( NutsText p1 ) [abstract] : void
net/thevpc/nuts/NutsTextVisitor.visit:(Lnet/thevpc/nuts/NutsText;)V
nuts-0.8.1.jar,
NutsTextWriteConfiguration.class
package net.thevpc.nuts
NutsTextWriteConfiguration.copy ( ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.copy:()Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.getTitleNumberSequence ( ) : NutsTextNumbering
net/thevpc/nuts/NutsTextWriteConfiguration.getTitleNumberSequence:()Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextWriteConfiguration.isFiltered ( ) : boolean
net/thevpc/nuts/NutsTextWriteConfiguration.isFiltered:()Z
NutsTextWriteConfiguration.isLineNumberEnabled ( ) : boolean
net/thevpc/nuts/NutsTextWriteConfiguration.isLineNumberEnabled:()Z
NutsTextWriteConfiguration.isTitleNumberEnabled ( ) : boolean
net/thevpc/nuts/NutsTextWriteConfiguration.isTitleNumberEnabled:()Z
NutsTextWriteConfiguration.NutsTextWriteConfiguration ( )
net/thevpc/nuts/NutsTextWriteConfiguration."<init>":()V
NutsTextWriteConfiguration.setFiltered ( boolean filtered ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setFiltered:(Z)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.setLineNumberEnabled ( boolean lineNumberEnabled ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setLineNumberEnabled:(Z)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.setTitleNumberEnabled ( boolean titleNumberEnabled ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setTitleNumberEnabled:(Z)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.setTitleNumberSequence ( NutsTextNumbering titleNumberSequence ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setTitleNumberSequence:(Lnet/thevpc/nuts/NutsTextNumbering;)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
nuts-0.8.1.jar,
NutsTitleNumber.class
package net.thevpc.nuts
NutsTitleNumber.first ( ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTitleNumber.first:()Lnet/thevpc/nuts/NutsTitleNumber;
NutsTitleNumber.isNone ( ) [abstract] : boolean
net/thevpc/nuts/NutsTitleNumber.isNone:()Z
NutsTitleNumber.next ( ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTitleNumber.next:()Lnet/thevpc/nuts/NutsTitleNumber;
NutsTitleNumber.none ( ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTitleNumber.none:()Lnet/thevpc/nuts/NutsTitleNumber;
nuts-0.8.1.jar,
NutsTokenFilter.class
package net.thevpc.nuts
NutsTokenFilter.contains ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.contains:(Ljava/lang/String;)Z
NutsTokenFilter.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.isBlank:()Z
NutsTokenFilter.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.isNull:()Z
NutsTokenFilter.like ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.like:(Ljava/lang/String;)Z
NutsTokenFilter.matches ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.matches:(Ljava/lang/String;)Z
nuts-0.8.1.jar,
NutsTooManyElementsException.class
package net.thevpc.nuts
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsTransportComponent.class
package net.thevpc.nuts.spi
NutsTransportComponent.open ( String p1 ) [abstract] : NutsTransportConnection
net/thevpc/nuts/spi/NutsTransportComponent.open:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsTransportConnection;
nuts-0.8.1.jar,
NutsTransportConnection.class
package net.thevpc.nuts.spi
NutsTransportConnection.getPath ( ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsTransportConnection.getPath:()Lnet/thevpc/nuts/NutsPath;
NutsTransportConnection.open ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsTransportConnection.open:()Ljava/io/InputStream;
NutsTransportConnection.upload ( NutsTransportParamPart... p1 ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsTransportConnection.upload:([Lnet/thevpc/nuts/spi/NutsTransportParamPart;)Ljava/io/InputStream;
nuts-0.8.1.jar,
NutsTransportParamBinaryFilePart.class
package net.thevpc.nuts.spi
NutsTransportParamBinaryFilePart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.getFileName:()Ljava/lang/String;
NutsTransportParamBinaryFilePart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.getName:()Ljava/lang/String;
NutsTransportParamBinaryFilePart.getValue ( ) : Path
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.getValue:()Ljava/nio/file/Path;
NutsTransportParamBinaryFilePart.NutsTransportParamBinaryFilePart ( String name, String fileName, Path value )
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/nio/file/Path;)V
nuts-0.8.1.jar,
NutsTransportParamBinaryStreamPart.class
package net.thevpc.nuts.spi
NutsTransportParamBinaryStreamPart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart.getFileName:()Ljava/lang/String;
NutsTransportParamBinaryStreamPart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart.getName:()Ljava/lang/String;
NutsTransportParamBinaryStreamPart.getValue ( ) : InputStream
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart.getValue:()Ljava/io/InputStream;
NutsTransportParamBinaryStreamPart.NutsTransportParamBinaryStreamPart ( String name, String fileName, InputStream value )
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/io/InputStream;)V
nuts-0.8.1.jar,
NutsTransportParamParamPart.class
package net.thevpc.nuts.spi
NutsTransportParamParamPart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamParamPart.getName:()Ljava/lang/String;
NutsTransportParamParamPart.getValue ( ) : String
net/thevpc/nuts/spi/NutsTransportParamParamPart.getValue:()Ljava/lang/String;
NutsTransportParamParamPart.NutsTransportParamParamPart ( String name, String value )
net/thevpc/nuts/spi/NutsTransportParamParamPart."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsTransportParamPart.class
package net.thevpc.nuts.spi
NutsTransportParamPart.NutsTransportParamPart ( )
net/thevpc/nuts/spi/NutsTransportParamPart."<init>":()V
nuts-0.8.1.jar,
NutsTransportParamTextFilePart.class
package net.thevpc.nuts.spi
NutsTransportParamTextFilePart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.getFileName:()Ljava/lang/String;
NutsTransportParamTextFilePart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.getName:()Ljava/lang/String;
NutsTransportParamTextFilePart.getValue ( ) : Path
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.getValue:()Ljava/nio/file/Path;
NutsTransportParamTextFilePart.NutsTransportParamTextFilePart ( String name, String fileName, Path value )
net/thevpc/nuts/spi/NutsTransportParamTextFilePart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/nio/file/Path;)V
nuts-0.8.1.jar,
NutsTransportParamTextReaderPart.class
package net.thevpc.nuts.spi
NutsTransportParamTextReaderPart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.getFileName:()Ljava/lang/String;
NutsTransportParamTextReaderPart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.getName:()Ljava/lang/String;
NutsTransportParamTextReaderPart.getValue ( ) : Reader
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.getValue:()Ljava/io/Reader;
NutsTransportParamTextReaderPart.NutsTransportParamTextReaderPart ( String name, String fileName, Reader value )
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/io/Reader;)V
nuts-0.8.1.jar,
NutsTreeFormat.class
package net.thevpc.nuts
NutsTreeFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsTreeFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsTreeFormat.getLinkFormat ( ) [abstract] : NutsTreeLinkFormat
net/thevpc/nuts/NutsTreeFormat.getLinkFormat:()Lnet/thevpc/nuts/NutsTreeLinkFormat;
NutsTreeFormat.getModel ( ) [abstract] : NutsTreeModel
net/thevpc/nuts/NutsTreeFormat.getModel:()Lnet/thevpc/nuts/NutsTreeModel;
NutsTreeFormat.getNodeFormat ( ) [abstract] : NutsTreeNodeFormat
net/thevpc/nuts/NutsTreeFormat.getNodeFormat:()Lnet/thevpc/nuts/NutsTreeNodeFormat;
NutsTreeFormat.setLinkFormat ( NutsTreeLinkFormat p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setLinkFormat:(Lnet/thevpc/nuts/NutsTreeLinkFormat;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.setNodeFormat ( NutsTreeNodeFormat p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setNodeFormat:(Lnet/thevpc/nuts/NutsTreeNodeFormat;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsTreeFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setNtf ( boolean p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsTreeFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setSession ( NutsSession p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setValue ( Object p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTreeFormat;
nuts-0.8.1.jar,
NutsTreeLinkFormat.class
package net.thevpc.nuts
NutsTreeLinkFormat.formatChild ( NutsPositionType p1 ) [abstract] : String
net/thevpc/nuts/NutsTreeLinkFormat.formatChild:(Lnet/thevpc/nuts/NutsPositionType;)Ljava/lang/String;
NutsTreeLinkFormat.formatMain ( NutsPositionType p1 ) [abstract] : String
net/thevpc/nuts/NutsTreeLinkFormat.formatMain:(Lnet/thevpc/nuts/NutsPositionType;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsTreeModel.class
package net.thevpc.nuts
NutsTreeModel.getChildren ( Object p1 ) [abstract] : List<T>
net/thevpc/nuts/NutsTreeModel.getChildren:(Ljava/lang/Object;)Ljava/util/List;
NutsTreeModel.getRoot ( ) [abstract] : Object
net/thevpc/nuts/NutsTreeModel.getRoot:()Ljava/lang/Object;
nuts-0.8.1.jar,
NutsTreeNodeFormat.class
package net.thevpc.nuts
NutsTreeNodeFormat.format ( Object p1, int p2, NutsSession p3 ) [abstract] : NutsString
net/thevpc/nuts/NutsTreeNodeFormat.format:(Ljava/lang/Object;ILnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
nuts-0.8.1.jar,
NutsTypedFilters.class
package net.thevpc.nuts
NutsTypedFilters<T>.all ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.all:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.always ( ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.always:()Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.any ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.any:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.as ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.as:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.from ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.from:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTypedFilters.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTypedFilters<T>.never ( ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.never:()Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.none ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.none:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.nonnull ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.nonnull:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.not ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.not:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.parse ( String p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.setSession ( NutsSession p1 ) [abstract] : NutsTypedFilters
net/thevpc/nuts/NutsTypedFilters.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
nuts-0.8.1.jar,
NutsUndeployCommand.class
package net.thevpc.nuts
NutsUndeployCommand.addId ( NutsId p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.addId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.addId ( String p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.addIds ( NutsId... p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.addIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.addIds ( String... p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.clearIds ( ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.clearIds:()Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUndeployCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUndeployCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsUndeployCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUndeployCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUndeployCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUndeployCommand.copySession ( ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.copySession:()Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.getIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsUndeployCommand.getIds:()[Lnet/thevpc/nuts/NutsId;
NutsUndeployCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsUndeployCommand.getRepository:()Ljava/lang/String;
NutsUndeployCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/NutsUndeployCommand.isOffline:()Z
NutsUndeployCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUndeployCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUndeployCommand.run ( ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.run:()Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.setOffline ( boolean p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.setOffline:(Z)Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.setRepository ( String p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUndeployCommand;
NutsUndeployCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUndeployCommand.setSession ( NutsSession p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUndeployCommand;
nuts-0.8.1.jar,
NutsUnexpectedException.class
package net.thevpc.nuts
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsUninstallCommand.class
package net.thevpc.nuts
NutsUninstallCommand.addArg ( String p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.addArgs ( Collection<String> p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.addArgs ( String... p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.addId ( NutsId p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.addId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.addId ( String p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.addIds ( NutsId... p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.addIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.addIds ( String... p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.clearArgs ( ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.clearArgs:()Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.clearIds ( ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.clearIds:()Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUninstallCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUninstallCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsUninstallCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUninstallCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUninstallCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUninstallCommand.copySession ( ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.copySession:()Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.getArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUninstallCommand.getArgs:()[Ljava/lang/String;
NutsUninstallCommand.getIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsUninstallCommand.getIds:()[Lnet/thevpc/nuts/NutsId;
NutsUninstallCommand.isErase ( ) [abstract] : boolean
net/thevpc/nuts/NutsUninstallCommand.isErase:()Z
NutsUninstallCommand.removeId ( NutsId p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.removeId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.removeId ( String p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUninstallCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUninstallCommand.run ( ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.run:()Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.setErase ( boolean p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.setErase:(Z)Lnet/thevpc/nuts/NutsUninstallCommand;
NutsUninstallCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUninstallCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUninstallCommand.setSession ( NutsSession p1 ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsUninstallCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUninstallCommand;
nuts-0.8.1.jar,
NutsUninstallException.class
package net.thevpc.nuts
NutsUninstallException.NutsUninstallException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsUninstallException.NutsUninstallException ( NutsSession session, NutsId id, NutsMessage msg, Throwable ex )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsUnsatisfiedRequirementsException.class
package net.thevpc.nuts
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":()V
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsMessage message )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsMessage;)V
nuts-0.8.1.jar,
NutsUnsupportedArgumentException.class
package net.thevpc.nuts
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsUnsupportedEnumException.class
package net.thevpc.nuts
NutsUnsupportedEnumException.getEnumValue ( ) : Enum
net/thevpc/nuts/NutsUnsupportedEnumException.getEnumValue:()Ljava/lang/Enum;
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Enum;)V
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, NutsMessage message, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Enum;)V
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, NutsMessage message, String stringValue, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/String;Ljava/lang/Enum;)V
nuts-0.8.1.jar,
NutsUnsupportedOperationException.class
package net.thevpc.nuts
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsUpdateCommand.class
package net.thevpc.nuts
NutsUpdateCommand.addArg ( String p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addArg:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addArgs ( Collection<String> p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addArgs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addArgs ( String... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addId ( NutsId p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addId ( String p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addIds ( NutsId... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addIds ( String... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addLockedId ( NutsId p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addLockedId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addLockedId ( String p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addLockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addLockedIds ( NutsId... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addLockedIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addLockedIds ( String... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addScope ( NutsDependencyScope p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addScopes ( Collection<NutsDependencyScope> p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addScopes:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.addScopes ( NutsDependencyScope... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.addScopes:([Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.checkUpdates ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.checkUpdates:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.checkUpdates ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.checkUpdates:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.clearArgs ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.clearArgs:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.clearIds ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.clearIds:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.clearLockedIds ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.clearLockedIds:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.clearScopes ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.clearScopes:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsUpdateCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUpdateCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateCommand.copySession ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.copySession:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.getApiVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsUpdateCommand.getApiVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsUpdateCommand.getArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUpdateCommand.getArgs:()[Ljava/lang/String;
NutsUpdateCommand.getIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsUpdateCommand.getIds:()[Lnet/thevpc/nuts/NutsId;
NutsUpdateCommand.getLockedIds ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsUpdateCommand.getLockedIds:()[Lnet/thevpc/nuts/NutsId;
NutsUpdateCommand.getResult ( ) [abstract] : NutsWorkspaceUpdateResult
net/thevpc/nuts/NutsUpdateCommand.getResult:()Lnet/thevpc/nuts/NutsWorkspaceUpdateResult;
NutsUpdateCommand.getResultCount ( ) [abstract] : int
net/thevpc/nuts/NutsUpdateCommand.getResultCount:()I
NutsUpdateCommand.isApi ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateCommand.isApi:()Z
NutsUpdateCommand.isCompanions ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateCommand.isCompanions:()Z
NutsUpdateCommand.isEnableInstall ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateCommand.isEnableInstall:()Z
NutsUpdateCommand.isExtensions ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateCommand.isExtensions:()Z
NutsUpdateCommand.isInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateCommand.isInstalled:()Z
NutsUpdateCommand.isOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateCommand.isOptional:()Z
NutsUpdateCommand.isRuntime ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateCommand.isRuntime:()Z
NutsUpdateCommand.removeId ( NutsId p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.removeId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.removeId ( String p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.removeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateCommand.run ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.run:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setAll ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setAll:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setApi ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setApi:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setApiVersion ( NutsVersion p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setCompanions ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setCompanions:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setEnableInstall ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setEnableInstall:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setExtensions ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setExtensions:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setInstalled ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setInstalled:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setOptional ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setOptional:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setRuntime ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setRuntime:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateCommand.setSession ( NutsSession p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.update ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.update:()Lnet/thevpc/nuts/NutsUpdateCommand;
nuts-0.8.1.jar,
NutsUpdateEvent.class
package net.thevpc.nuts
NutsUpdateEvent.getNewValue ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsUpdateEvent.getNewValue:()Lnet/thevpc/nuts/NutsDefinition;
NutsUpdateEvent.getOldValue ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsUpdateEvent.getOldValue:()Lnet/thevpc/nuts/NutsDefinition;
NutsUpdateEvent.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsUpdateEvent.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsUpdateEvent.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsUpdateEvent.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsUpdateEvent.isForce ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateEvent.isForce:()Z
nuts-0.8.1.jar,
NutsUpdateOptions.class
package net.thevpc.nuts
NutsUpdateOptions.getSession ( ) : NutsSession
net/thevpc/nuts/NutsUpdateOptions.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsUpdateOptions.NutsUpdateOptions ( )
net/thevpc/nuts/NutsUpdateOptions."<init>":()V
NutsUpdateOptions.NutsUpdateOptions ( NutsSession session )
net/thevpc/nuts/NutsUpdateOptions."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsUpdateOptions.setSession ( NutsSession session ) : NutsUpdateOptions
net/thevpc/nuts/NutsUpdateOptions.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUpdateOptions;
nuts-0.8.1.jar,
NutsUpdateRepositoryStatisticsCommand.class
package net.thevpc.nuts.spi
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUpdateRepositoryStatisticsCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.run ( ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.run:()Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
nuts-0.8.1.jar,
NutsUpdateResult.class
package net.thevpc.nuts
NutsUpdateResult.getAvailable ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsUpdateResult.getAvailable:()Lnet/thevpc/nuts/NutsDefinition;
NutsUpdateResult.getDependencies ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsUpdateResult.getDependencies:()[Lnet/thevpc/nuts/NutsId;
NutsUpdateResult.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsUpdateResult.getId:()Lnet/thevpc/nuts/NutsId;
NutsUpdateResult.getLocal ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsUpdateResult.getLocal:()Lnet/thevpc/nuts/NutsDefinition;
NutsUpdateResult.isUpdateApplied ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isUpdateApplied:()Z
NutsUpdateResult.isUpdateAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isUpdateAvailable:()Z
NutsUpdateResult.isUpdateForced ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isUpdateForced:()Z
NutsUpdateResult.isUpdateStatusAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isUpdateStatusAvailable:()Z
NutsUpdateResult.isUpdateVersionAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isUpdateVersionAvailable:()Z
nuts-0.8.1.jar,
NutsUpdateStatisticsCommand.class
package net.thevpc.nuts
NutsUpdateStatisticsCommand.add ( String p1 ) [abstract] : void
net/thevpc/nuts/NutsUpdateStatisticsCommand.add:(Ljava/lang/String;)V
NutsUpdateStatisticsCommand.addPath ( Path p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.addPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.addPaths ( Collection<Path> p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.addPaths:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.addPaths ( Path... p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.addPaths:([Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.addRepo ( String p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.addRepo:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.addRepos ( Collection<String> p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.addRepos:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.addRepos ( String... p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.addRepos:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.clearPaths ( ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.clearPaths:()Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.clearRepos ( ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.clearRepos:()Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsUpdateStatisticsCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUpdateStatisticsCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateStatisticsCommand.copySession ( ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.copySession:()Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.removePath ( Path p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.removePath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.removeRepo ( String p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.removeRepo:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateStatisticsCommand.run ( ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.run:()Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateStatisticsCommand.setSession ( NutsSession p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
nuts-0.8.1.jar,
NutsUpdateUserCommand.class
package net.thevpc.nuts
NutsUpdateUserCommand.addGroup ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.addGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.addGroups ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.addGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.addGroups ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.addGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.addPermission ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.addPermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.addPermissions ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.addPermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.addPermissions ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.addPermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateUserCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateUserCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsUpdateUserCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUpdateUserCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateUserCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateUserCommand.copySession ( ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.copySession:()Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.credentials ( char[ ] p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.credentials:([C)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.getAddGroups ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUpdateUserCommand.getAddGroups:()[Ljava/lang/String;
NutsUpdateUserCommand.getAddPermissions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUpdateUserCommand.getAddPermissions:()[Ljava/lang/String;
NutsUpdateUserCommand.getCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsUpdateUserCommand.getCredentials:()[C
NutsUpdateUserCommand.getOldCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsUpdateUserCommand.getOldCredentials:()[C
NutsUpdateUserCommand.getRemoteCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsUpdateUserCommand.getRemoteCredentials:()[C
NutsUpdateUserCommand.getRemoteIdentity ( ) [abstract] : String
net/thevpc/nuts/NutsUpdateUserCommand.getRemoteIdentity:()Ljava/lang/String;
NutsUpdateUserCommand.getRemoveGroups ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUpdateUserCommand.getRemoveGroups:()[Ljava/lang/String;
NutsUpdateUserCommand.getRemovePermissions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUpdateUserCommand.getRemovePermissions:()[Ljava/lang/String;
NutsUpdateUserCommand.getUsername ( ) [abstract] : String
net/thevpc/nuts/NutsUpdateUserCommand.getUsername:()Ljava/lang/String;
NutsUpdateUserCommand.isResetGroups ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateUserCommand.isResetGroups:()Z
NutsUpdateUserCommand.isResetPermissions ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateUserCommand.isResetPermissions:()Z
NutsUpdateUserCommand.oldCredentials ( char[ ] p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.oldCredentials:([C)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.remoteCredentials ( char[ ] p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.remoteCredentials:([C)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.remoteIdentity ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.remoteIdentity:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.removeGroup ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.removeGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.removeGroups ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.removeGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.removeGroups ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.removeGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.removePermission ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.removePermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.removePermissions ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.removePermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.removePermissions ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.removePermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.resetGroups ( ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.resetGroups:()Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.resetGroups ( boolean p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.resetGroups:(Z)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.resetPermissions ( ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.resetPermissions:()Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.resetPermissions ( boolean p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.resetPermissions:(Z)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.run ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateUserCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateUserCommand.run ( ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.run:()Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setCredentials ( char[ ] p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setCredentials:([C)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setOldCredentials ( char[ ] p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setOldCredentials:([C)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setRemoteCredentials ( char[ ] p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setRemoteCredentials:([C)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setRemoteIdentity ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setRemoteIdentity:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setResetGroups ( boolean p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setResetGroups:(Z)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setResetPermissions ( boolean p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setResetPermissions:(Z)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsUpdateUserCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsUpdateUserCommand.setSession ( NutsSession p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.setUsername ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoAddGroup ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoAddGroup:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoAddGroups ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoAddGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoAddGroups ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoAddGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoAddPermission ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoAddPermission:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoAddPermissions ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoAddPermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoAddPermissions ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoAddPermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoRemoveGroups ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoRemoveGroups:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoRemoveGroups ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoRemoveGroups:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoRemovePermissions ( Collection<String> p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoRemovePermissions:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
NutsUpdateUserCommand.undoRemovePermissions ( String... p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.undoRemovePermissions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
nuts-0.8.1.jar,
NutsUser.class
package net.thevpc.nuts
NutsUser.getGroups ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUser.getGroups:()[Ljava/lang/String;
NutsUser.getInheritedPermissions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUser.getInheritedPermissions:()[Ljava/lang/String;
NutsUser.getPermissions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsUser.getPermissions:()[Ljava/lang/String;
NutsUser.getRemoteIdentity ( ) [abstract] : String
net/thevpc/nuts/NutsUser.getRemoteIdentity:()Ljava/lang/String;
NutsUser.getUser ( ) [abstract] : String
net/thevpc/nuts/NutsUser.getUser:()Ljava/lang/String;
NutsUser.hasCredentials ( ) [abstract] : boolean
net/thevpc/nuts/NutsUser.hasCredentials:()Z
nuts-0.8.1.jar,
NutsUserCancelException.class
package net.thevpc.nuts
NutsUserCancelException.NutsUserCancelException ( NutsSession session )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsUserCancelException.NutsUserCancelException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUserCancelException.NutsUserCancelException ( NutsSession session, NutsMessage message, int exitCode )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;I)V
nuts-0.8.1.jar,
NutsUserConfig.class
package net.thevpc.nuts
NutsUserConfig.getCredentials ( ) : String
net/thevpc/nuts/NutsUserConfig.getCredentials:()Ljava/lang/String;
NutsUserConfig.getGroups ( ) : String[ ]
net/thevpc/nuts/NutsUserConfig.getGroups:()[Ljava/lang/String;
NutsUserConfig.getPermissions ( ) : String[ ]
net/thevpc/nuts/NutsUserConfig.getPermissions:()[Ljava/lang/String;
NutsUserConfig.getRemoteCredentials ( ) : String
net/thevpc/nuts/NutsUserConfig.getRemoteCredentials:()Ljava/lang/String;
NutsUserConfig.getRemoteIdentity ( ) : String
net/thevpc/nuts/NutsUserConfig.getRemoteIdentity:()Ljava/lang/String;
NutsUserConfig.getUser ( ) : String
net/thevpc/nuts/NutsUserConfig.getUser:()Ljava/lang/String;
NutsUserConfig.NutsUserConfig ( )
net/thevpc/nuts/NutsUserConfig."<init>":()V
NutsUserConfig.NutsUserConfig ( NutsUserConfig other )
net/thevpc/nuts/NutsUserConfig."<init>":(Lnet/thevpc/nuts/NutsUserConfig;)V
NutsUserConfig.NutsUserConfig ( String user, String credentials, String[ ] groups, String[ ] permissions )
net/thevpc/nuts/NutsUserConfig."<init>":(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V
NutsUserConfig.setCredentials ( String credentials ) : void
net/thevpc/nuts/NutsUserConfig.setCredentials:(Ljava/lang/String;)V
NutsUserConfig.setGroups ( String[ ] groups ) : void
net/thevpc/nuts/NutsUserConfig.setGroups:([Ljava/lang/String;)V
NutsUserConfig.setPermissions ( String[ ] permissions ) : void
net/thevpc/nuts/NutsUserConfig.setPermissions:([Ljava/lang/String;)V
NutsUserConfig.setRemoteCredentials ( String remoteCredentials ) : void
net/thevpc/nuts/NutsUserConfig.setRemoteCredentials:(Ljava/lang/String;)V
NutsUserConfig.setRemoteIdentity ( String remoteIdentity ) : void
net/thevpc/nuts/NutsUserConfig.setRemoteIdentity:(Ljava/lang/String;)V
NutsUserConfig.setUser ( String user ) : void
net/thevpc/nuts/NutsUserConfig.setUser:(Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsUtilPlatforms.class
package net.thevpc.nuts
NutsUtilPlatforms.getPlatformGlobalHomeFolder ( NutsStoreLocation location, String workspaceName ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getPlatformGlobalHomeFolder:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsUtilPlatforms.getPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<String,String> homeLocations, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;ZLjava/lang/String;)Ljava/lang/String;
NutsUtilPlatforms.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/NutsUtilPlatforms.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
NutsUtilPlatforms.getWindowsProgramFiles ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsProgramFiles:()Ljava/lang/String;
NutsUtilPlatforms.getWindowsProgramFilesX86 ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsProgramFilesX86:()Ljava/lang/String;
NutsUtilPlatforms.getWindowsSystemDrive ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsSystemDrive:()Ljava/lang/String;
NutsUtilPlatforms.getWindowsSystemRoot ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsSystemRoot:()Ljava/lang/String;
NutsUtilPlatforms.NutsUtilPlatforms ( )
net/thevpc/nuts/NutsUtilPlatforms."<init>":()V
nuts-0.8.1.jar,
NutsUtilStrings.class
package net.thevpc.nuts
NutsUtilStrings.isBlank ( char[ ] string ) [static] : boolean
net/thevpc/nuts/NutsUtilStrings.isBlank:([C)Z
NutsUtilStrings.isBlank ( CharSequence s ) [static] : boolean
net/thevpc/nuts/NutsUtilStrings.isBlank:(Ljava/lang/CharSequence;)Z
NutsUtilStrings.NutsUtilStrings ( )
net/thevpc/nuts/NutsUtilStrings."<init>":()V
NutsUtilStrings.parseBoolean ( String value, Boolean emptyValue, Boolean errorValue ) [static] : Boolean
net/thevpc/nuts/NutsUtilStrings.parseBoolean:(Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsUtilStrings.trim ( String value ) [static] : String
net/thevpc/nuts/NutsUtilStrings.trim:(Ljava/lang/String;)Ljava/lang/String;
NutsUtilStrings.trimToNull ( String value ) [static] : String
net/thevpc/nuts/NutsUtilStrings.trimToNull:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsValidationException.class
package net.thevpc.nuts
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
NutsValidationException.NutsValidationException ( NutsSession workspace )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsVersion.class
package net.thevpc.nuts
NutsVersion.compareTo ( NutsVersion p1 ) [abstract] : int
net/thevpc/nuts/NutsVersion.compareTo:(Lnet/thevpc/nuts/NutsVersion;)I
NutsVersion.compareTo ( Object p1 ) : int
net/thevpc/nuts/NutsVersion.compareTo:(Ljava/lang/Object;)I
NutsVersion.compareTo ( String p1 ) [abstract] : int
net/thevpc/nuts/NutsVersion.compareTo:(Ljava/lang/String;)I
NutsVersion.filter ( ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersion.filter:()Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersion.get ( int p1 ) [abstract] : String
net/thevpc/nuts/NutsVersion.get:(I)Ljava/lang/String;
NutsVersion.getNumber ( int p1 ) [abstract] : BigInteger
net/thevpc/nuts/NutsVersion.getNumber:(I)Ljava/math/BigInteger;
NutsVersion.getNumber ( int p1, BigInteger p2 ) [abstract] : BigInteger
net/thevpc/nuts/NutsVersion.getNumber:(ILjava/math/BigInteger;)Ljava/math/BigInteger;
NutsVersion.getNumber ( int p1, long p2 ) [abstract] : BigInteger
net/thevpc/nuts/NutsVersion.getNumber:(IJ)Ljava/math/BigInteger;
NutsVersion.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsVersion.getValue:()Ljava/lang/String;
NutsVersion.inc ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.inc:()Lnet/thevpc/nuts/NutsVersion;
NutsVersion.inc ( int p1 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.inc:(I)Lnet/thevpc/nuts/NutsVersion;
NutsVersion.inc ( int p1, BigInteger p2 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.inc:(ILjava/math/BigInteger;)Lnet/thevpc/nuts/NutsVersion;
NutsVersion.inc ( int p1, long p2 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.inc:(IJ)Lnet/thevpc/nuts/NutsVersion;
NutsVersion.intervals ( ) [abstract] : NutsVersionInterval[ ]
net/thevpc/nuts/NutsVersion.intervals:()[Lnet/thevpc/nuts/NutsVersionInterval;
NutsVersion.isSingleValue ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersion.isSingleValue:()Z
NutsVersion.numberSize ( ) [abstract] : int
net/thevpc/nuts/NutsVersion.numberSize:()I
NutsVersion.parse ( String str, NutsSession session ) [static] : NutsVersion
net/thevpc/nuts/NutsVersion.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersion;
NutsVersion.size ( ) [abstract] : int
net/thevpc/nuts/NutsVersion.size:()I
nuts-0.8.1.jar,
NutsVersionFilter.class
package net.thevpc.nuts
NutsVersionFilter.acceptSearchId ( NutsSearchId sid, NutsSession session ) : boolean
net/thevpc/nuts/NutsVersionFilter.acceptSearchId:(Lnet/thevpc/nuts/NutsSearchId;Lnet/thevpc/nuts/NutsSession;)Z
NutsVersionFilter.acceptVersion ( NutsVersion p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsVersionFilter.acceptVersion:(Lnet/thevpc/nuts/NutsVersion;Lnet/thevpc/nuts/NutsSession;)Z
NutsVersionFilter.and ( NutsVersionFilter p1 ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilter.and:(Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersionFilter.neg ( ) : NutsFilter
net/thevpc/nuts/NutsVersionFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsVersionFilter.neg ( ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilter.neg:()Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersionFilter.or ( NutsVersionFilter p1 ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilter.or:(Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsVersionFilter;
nuts-0.8.1.jar,
NutsVersionFilterManager.class
package net.thevpc.nuts
NutsVersionFilterManager.byExpression ( String p1 ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersionFilterManager.byValue ( String p1 ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilterManager.byValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersionFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsVersionFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsVersionFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsVersionFilterManager
net/thevpc/nuts/NutsVersionFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionFilterManager;
nuts-0.8.1.jar,
NutsVersionFormat.class
package net.thevpc.nuts
NutsVersionFormat.addProperties ( Map<String,String> p1 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionFormat.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionFormat.addProperty ( String p1, String p2 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionFormat.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionFormat.getVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersionFormat.getVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsVersionFormat.isWorkspaceVersion ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersionFormat.isWorkspaceVersion:()Z
NutsVersionFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsVersionFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsVersionFormat.setNtf ( boolean p1 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsVersionFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsVersionFormat.setSession ( NutsSession p1 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionFormat.setVersion ( NutsVersion p1 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionFormat.setVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsVersionFormat;
nuts-0.8.1.jar,
NutsVersionInterval.class
package net.thevpc.nuts
NutsVersionInterval.acceptVersion ( NutsVersion p1 ) [abstract] : boolean
net/thevpc/nuts/NutsVersionInterval.acceptVersion:(Lnet/thevpc/nuts/NutsVersion;)Z
NutsVersionInterval.getLowerBound ( ) [abstract] : String
net/thevpc/nuts/NutsVersionInterval.getLowerBound:()Ljava/lang/String;
NutsVersionInterval.getUpperBound ( ) [abstract] : String
net/thevpc/nuts/NutsVersionInterval.getUpperBound:()Ljava/lang/String;
NutsVersionInterval.isFixedValue ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersionInterval.isFixedValue:()Z
NutsVersionInterval.isIncludeLowerBound ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersionInterval.isIncludeLowerBound:()Z
NutsVersionInterval.isIncludeUpperBound ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersionInterval.isIncludeUpperBound:()Z
nuts-0.8.1.jar,
NutsVersionManager.class
package net.thevpc.nuts
NutsVersionManager.filter ( ) [abstract] : NutsVersionFilterManager
net/thevpc/nuts/NutsVersionManager.filter:()Lnet/thevpc/nuts/NutsVersionFilterManager;
NutsVersionManager.formatter ( ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionManager.formatter:()Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionManager.formatter ( NutsVersion p1 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionManager.formatter:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsVersionManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsVersionManager.parse ( String p1 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersionManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersion;
NutsVersionManager.parser ( ) [abstract] : NutsVersionParser
net/thevpc/nuts/NutsVersionManager.parser:()Lnet/thevpc/nuts/NutsVersionParser;
NutsVersionManager.setSession ( NutsSession p1 ) [abstract] : NutsVersionManager
net/thevpc/nuts/NutsVersionManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionManager;
nuts-0.8.1.jar,
NutsVersionParser.class
package net.thevpc.nuts
NutsVersionParser.isLenient ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersionParser.isLenient:()Z
NutsVersionParser.parse ( NutsSession session ) [static] : NutsVersionParser
net/thevpc/nuts/NutsVersionParser.parse:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionParser;
NutsVersionParser.parse ( String p1 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersionParser.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersion;
NutsVersionParser.setLenient ( boolean p1 ) [abstract] : NutsVersionParser
net/thevpc/nuts/NutsVersionParser.setLenient:(Z)Lnet/thevpc/nuts/NutsVersionParser;
nuts-0.8.1.jar,
NutsWorkspace.class
package net.thevpc.nuts
NutsWorkspace.apps ( ) [abstract] : NutsWorkspaceAppsManager
net/thevpc/nuts/NutsWorkspace.apps:()Lnet/thevpc/nuts/NutsWorkspaceAppsManager;
NutsWorkspace.boot ( ) [abstract] : NutsBootManager
net/thevpc/nuts/NutsWorkspace.boot:()Lnet/thevpc/nuts/NutsBootManager;
NutsWorkspace.commandLine ( ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsWorkspace.commandLine:()Lnet/thevpc/nuts/NutsCommandLineManager;
NutsWorkspace.commands ( ) [abstract] : NutsCustomCommandManager
net/thevpc/nuts/NutsWorkspace.commands:()Lnet/thevpc/nuts/NutsCustomCommandManager;
NutsWorkspace.concurrent ( ) [abstract] : NutsConcurrentManager
net/thevpc/nuts/NutsWorkspace.concurrent:()Lnet/thevpc/nuts/NutsConcurrentManager;
NutsWorkspace.config ( ) [abstract] : NutsWorkspaceConfigManager
net/thevpc/nuts/NutsWorkspace.config:()Lnet/thevpc/nuts/NutsWorkspaceConfigManager;
NutsWorkspace.createSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspace.createSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspace.dependency ( ) [abstract] : NutsDependencyManager
net/thevpc/nuts/NutsWorkspace.dependency:()Lnet/thevpc/nuts/NutsDependencyManager;
NutsWorkspace.deploy ( ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsWorkspace.deploy:()Lnet/thevpc/nuts/NutsDeployCommand;
NutsWorkspace.descriptor ( ) [abstract] : NutsDescriptorManager
net/thevpc/nuts/NutsWorkspace.descriptor:()Lnet/thevpc/nuts/NutsDescriptorManager;
NutsWorkspace.elem ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsWorkspace.elem:()Lnet/thevpc/nuts/NutsElementFormat;
NutsWorkspace.env ( ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspace.env:()Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
NutsWorkspace.events ( ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspace.events:()Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspace.exec ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsWorkspace.exec:()Lnet/thevpc/nuts/NutsExecCommand;
NutsWorkspace.extensions ( ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspace.extensions:()Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
NutsWorkspace.fetch ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsWorkspace.fetch:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsWorkspace.filters ( ) [abstract] : NutsFilterManager
net/thevpc/nuts/NutsWorkspace.filters:()Lnet/thevpc/nuts/NutsFilterManager;
NutsWorkspace.formats ( ) [abstract] : NutsFormatManager
net/thevpc/nuts/NutsWorkspace.formats:()Lnet/thevpc/nuts/NutsFormatManager;
NutsWorkspace.getApiId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspace.getApiId:()Lnet/thevpc/nuts/NutsId;
NutsWorkspace.getApiVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsWorkspace.getApiVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsWorkspace.getCompanionIds ( NutsSession p1 ) [abstract] : Set<NutsId>
net/thevpc/nuts/NutsWorkspace.getCompanionIds:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/Set;
NutsWorkspace.getHashName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getHashName:()Ljava/lang/String;
NutsWorkspace.getLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getLocation:()Ljava/lang/String;
NutsWorkspace.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getName:()Ljava/lang/String;
NutsWorkspace.getRuntimeId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspace.getRuntimeId:()Lnet/thevpc/nuts/NutsId;
NutsWorkspace.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getUuid:()Ljava/lang/String;
NutsWorkspace.id ( ) [abstract] : NutsIdManager
net/thevpc/nuts/NutsWorkspace.id:()Lnet/thevpc/nuts/NutsIdManager;
NutsWorkspace.imports ( ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsWorkspace.imports:()Lnet/thevpc/nuts/NutsImportManager;
NutsWorkspace.info ( ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsWorkspace.info:()Lnet/thevpc/nuts/NutsInfoFormat;
NutsWorkspace.install ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsWorkspace.install:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsWorkspace.io ( ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsWorkspace.io:()Lnet/thevpc/nuts/NutsIOManager;
NutsWorkspace.locations ( ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspace.locations:()Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspace.log ( ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsWorkspace.log:()Lnet/thevpc/nuts/NutsLogManager;
NutsWorkspace.push ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsWorkspace.push:()Lnet/thevpc/nuts/NutsPushCommand;
NutsWorkspace.repos ( ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsWorkspace.repos:()Lnet/thevpc/nuts/NutsRepositoryManager;
NutsWorkspace.sdks ( ) [abstract] : NutsSdkManager
net/thevpc/nuts/NutsWorkspace.sdks:()Lnet/thevpc/nuts/NutsSdkManager;
NutsWorkspace.search ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsWorkspace.search:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsWorkspace.security ( ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspace.security:()Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspace.term ( ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsWorkspace.term:()Lnet/thevpc/nuts/NutsTerminalManager;
NutsWorkspace.text ( ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsWorkspace.text:()Lnet/thevpc/nuts/NutsTextManager;
NutsWorkspace.undeploy ( ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsWorkspace.undeploy:()Lnet/thevpc/nuts/NutsUndeployCommand;
NutsWorkspace.uninstall ( ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsWorkspace.uninstall:()Lnet/thevpc/nuts/NutsUninstallCommand;
NutsWorkspace.update ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsWorkspace.update:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsWorkspace.updateStatistics ( ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsWorkspace.updateStatistics:()Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsWorkspace.version ( ) [abstract] : NutsVersionManager
net/thevpc/nuts/NutsWorkspace.version:()Lnet/thevpc/nuts/NutsVersionManager;
nuts-0.8.1.jar,
NutsWorkspaceAlreadyExistsException.class
package net.thevpc.nuts
NutsWorkspaceAlreadyExistsException.getWorkspaceLocation ( ) : String
net/thevpc/nuts/NutsWorkspaceAlreadyExistsException.getWorkspaceLocation:()Ljava/lang/String;
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( String workspaceLocation )
net/thevpc/nuts/NutsWorkspaceAlreadyExistsException."<init>":(Ljava/lang/String;)V
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( String workspaceLocation, Throwable err )
net/thevpc/nuts/NutsWorkspaceAlreadyExistsException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsWorkspaceAppsManager.class
package net.thevpc.nuts
NutsWorkspaceAppsManager.createApplicationContext ( NutsSession p1, String[ ] p2, long p3, Class p4, String p5 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsWorkspaceAppsManager.createApplicationContext:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;JLjava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsWorkspaceAppsManager.execEntries ( ) [abstract] : NutsExecutionEntryAction
net/thevpc/nuts/NutsWorkspaceAppsManager.execEntries:()Lnet/thevpc/nuts/NutsExecutionEntryAction;
NutsWorkspaceAppsManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceAppsManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceAppsManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceAppsManager
net/thevpc/nuts/NutsWorkspaceAppsManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceAppsManager;
nuts-0.8.1.jar,
NutsWorkspaceArchetypeComponent.class
package net.thevpc.nuts.spi
NutsWorkspaceArchetypeComponent.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsWorkspaceArchetypeComponent.getName:()Ljava/lang/String;
NutsWorkspaceArchetypeComponent.initializeWorkspace ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsWorkspaceArchetypeComponent.initializeWorkspace:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsWorkspaceBootConfig.class
package net.thevpc.nuts
NutsWorkspaceBootConfig.getBootPath ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getBootPath:()Ljava/lang/String;
NutsWorkspaceBootConfig.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceBootConfig.getEffectiveWorkspace ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getEffectiveWorkspace:()Ljava/lang/String;
NutsWorkspaceBootConfig.getEffectiveWorkspaceName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getEffectiveWorkspaceName:()Ljava/lang/String;
NutsWorkspaceBootConfig.getExtensions ( ) [abstract] : List<NutsWorkspaceBootConfig.Extension>
net/thevpc/nuts/NutsWorkspaceBootConfig.getExtensions:()Ljava/util/List;
NutsWorkspaceBootConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceBootConfig.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceBootConfig.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceBootConfig.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getName:()Ljava/lang/String;
NutsWorkspaceBootConfig.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceBootConfig.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceBootConfig.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceBootConfig.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceBootConfig.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceBootConfig.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceBootConfig.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceBootConfig.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getUuid:()Ljava/lang/String;
NutsWorkspaceBootConfig.getWorkspace ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getWorkspace:()Ljava/lang/String;
NutsWorkspaceBootConfig.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceBootConfig.isGlobal:()Z
NutsWorkspaceBootConfig.isImmediateLocation ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceBootConfig.isImmediateLocation:()Z
nuts-0.8.1.jar,
NutsWorkspaceCommand.class
package net.thevpc.nuts
NutsWorkspaceCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsWorkspaceCommand
net/thevpc/nuts/NutsWorkspaceCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsWorkspaceCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsWorkspaceCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsWorkspaceCommand.copySession ( ) [abstract] : NutsWorkspaceCommand
net/thevpc/nuts/NutsWorkspaceCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsWorkspaceCommand.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceCommand.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceCommand.run ( ) [abstract] : NutsWorkspaceCommand
net/thevpc/nuts/NutsWorkspaceCommand.run:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsWorkspaceCommand.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceCommand
net/thevpc/nuts/NutsWorkspaceCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
nuts-0.8.1.jar,
NutsWorkspaceCommandFactory.class
package net.thevpc.nuts
NutsWorkspaceCommandFactory.configure ( NutsCommandFactoryConfig p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCommandFactory.configure:(Lnet/thevpc/nuts/NutsCommandFactoryConfig;)V
NutsWorkspaceCommandFactory.findCommand ( String p1, NutsSession p2 ) [abstract] : NutsCommandConfig
net/thevpc/nuts/NutsWorkspaceCommandFactory.findCommand:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsWorkspaceCommandFactory.findCommands ( NutsSession p1 ) [abstract] : List<NutsCommandConfig>
net/thevpc/nuts/NutsWorkspaceCommandFactory.findCommands:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceCommandFactory.getFactoryId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCommandFactory.getFactoryId:()Ljava/lang/String;
NutsWorkspaceCommandFactory.getPriority ( ) [abstract] : int
net/thevpc/nuts/NutsWorkspaceCommandFactory.getPriority:()I
nuts-0.8.1.jar,
NutsWorkspaceConfigManager.class
package net.thevpc.nuts
NutsWorkspaceConfigManager.createContentFaceId ( NutsId p1, NutsDescriptor p2 ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceConfigManager.createContentFaceId:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsId;
NutsWorkspaceConfigManager.createWorkspaceListManager ( String p1 ) [abstract] : NutsWorkspaceListManager
net/thevpc/nuts/NutsWorkspaceConfigManager.createWorkspaceListManager:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceListManager;
NutsWorkspaceConfigManager.getAvailableArchetypes ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceConfigManager.getAvailableArchetypes:()Ljava/util/Set;
NutsWorkspaceConfigManager.getDefaultRepositories ( ) [abstract] : NutsAddRepositoryOptions[ ]
net/thevpc/nuts/NutsWorkspaceConfigManager.getDefaultRepositories:()[Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsWorkspaceConfigManager.getHashName ( Object p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getHashName:(Ljava/lang/Object;)Ljava/lang/String;
NutsWorkspaceConfigManager.getIndexStoreClientFactory ( ) [abstract] : NutsIndexStoreFactory
net/thevpc/nuts/NutsWorkspaceConfigManager.getIndexStoreClientFactory:()Lnet/thevpc/nuts/spi/NutsIndexStoreFactory;
NutsWorkspaceConfigManager.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getJavaCommand:()Ljava/lang/String;
NutsWorkspaceConfigManager.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getJavaOptions:()Ljava/lang/String;
NutsWorkspaceConfigManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceConfigManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceConfigManager.getWorkspaceHashName ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getWorkspaceHashName:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceConfigManager.isExcludedExtension ( String p1, NutsWorkspaceOptions p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.isExcludedExtension:(Ljava/lang/String;Lnet/thevpc/nuts/NutsWorkspaceOptions;)Z
NutsWorkspaceConfigManager.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.isGlobal:()Z
NutsWorkspaceConfigManager.isReadOnly ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.isReadOnly:()Z
NutsWorkspaceConfigManager.isSupportedRepositoryType ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.isSupportedRepositoryType:(Ljava/lang/String;)Z
NutsWorkspaceConfigManager.loadBootConfig ( String p1, boolean p2, boolean p3 ) [abstract] : NutsWorkspaceBootConfig
net/thevpc/nuts/NutsWorkspaceConfigManager.loadBootConfig:(Ljava/lang/String;ZZ)Lnet/thevpc/nuts/NutsWorkspaceBootConfig;
NutsWorkspaceConfigManager.optionsBuilder ( ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceConfigManager.optionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceConfigManager.resolveRepositoryPath ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.resolveRepositoryPath:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceConfigManager.save ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.save:()Z
NutsWorkspaceConfigManager.save ( boolean p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.save:(Z)Z
NutsWorkspaceConfigManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceConfigManager
net/thevpc/nuts/NutsWorkspaceConfigManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceConfigManager;
NutsWorkspaceConfigManager.stored ( ) [abstract] : NutsWorkspaceStoredConfig
net/thevpc/nuts/NutsWorkspaceConfigManager.stored:()Lnet/thevpc/nuts/NutsWorkspaceStoredConfig;
nuts-0.8.1.jar,
NutsWorkspaceCustomCommand.class
package net.thevpc.nuts
NutsWorkspaceCustomCommand.dryExec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCustomCommand.dryExec:([Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandExecOptions;Lnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceCustomCommand.exec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCustomCommand.exec:([Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandExecOptions;Lnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceCustomCommand.getCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceCustomCommand.getCommand:()[Ljava/lang/String;
NutsWorkspaceCustomCommand.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceCustomCommand.getExecutorOptions:()[Ljava/lang/String;
NutsWorkspaceCustomCommand.getFactoryId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCustomCommand.getFactoryId:()Ljava/lang/String;
NutsWorkspaceCustomCommand.getHelpText ( NutsSession p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCustomCommand.getHelpText:(Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsWorkspaceCustomCommand.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCustomCommand.getName:()Ljava/lang/String;
NutsWorkspaceCustomCommand.getOwner ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceCustomCommand.getOwner:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceCustomCommand.toCommandConfig ( ) [abstract] : NutsCommandConfig
net/thevpc/nuts/NutsWorkspaceCustomCommand.toCommandConfig:()Lnet/thevpc/nuts/NutsCommandConfig;
nuts-0.8.1.jar,
NutsWorkspaceEnvManager.class
package net.thevpc.nuts
NutsWorkspaceEnvManager.addLauncher ( NutsLauncherOptions p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEnvManager.addLauncher:(Lnet/thevpc/nuts/NutsLauncherOptions;)V
NutsWorkspaceEnvManager.getArch ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceEnvManager.getArch:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getArchFamily ( ) [abstract] : NutsArchFamily
net/thevpc/nuts/NutsWorkspaceEnvManager.getArchFamily:()Lnet/thevpc/nuts/NutsArchFamily;
NutsWorkspaceEnvManager.getBootClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootClassLoader:()Ljava/lang/ClassLoader;
NutsWorkspaceEnvManager.getBootClassWorldURLs ( ) [abstract] : URL[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootClassWorldURLs:()[Ljava/net/URL;
NutsWorkspaceEnvManager.getBootOptions ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceEnvManager.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceEnvManager.getCreationFinishTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationFinishTimeMillis:()J
NutsWorkspaceEnvManager.getCreationStartTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationStartTimeMillis:()J
NutsWorkspaceEnvManager.getCreationTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationTimeMillis:()J
NutsWorkspaceEnvManager.getDesktopEnvironment ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironment:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getDesktopEnvironmentFamilies ( ) [abstract] : NutsDesktopEnvironmentFamily[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironmentFamilies:()[Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsWorkspaceEnvManager.getDesktopEnvironmentFamily ( ) [abstract] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironmentFamily:()Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsWorkspaceEnvManager.getDesktopEnvironments ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironments:()[Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getDesktopIntegrationSupport ( NutsDesktopIntegrationItem p1 ) [abstract] : NutsActionSupport
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopIntegrationSupport:(Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsActionSupport;
NutsWorkspaceEnvManager.getDesktopPath ( ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopPath:()Ljava/nio/file/Path;
NutsWorkspaceEnvManager.getEnv ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnv:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getEnv ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnv:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getEnvAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getEnvAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getEnvMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvMap:()Ljava/util/Map;
NutsWorkspaceEnvManager.getOption ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getOption:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getOption ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getOption:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getOptionAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getOptionAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getOptionAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getOptionAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getOrCreateProperty ( Class<T> p1, Supplier<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceEnvManager.getOrCreateProperty:(Ljava/lang/Class;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getOrCreateProperty ( String p1, Supplier<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceEnvManager.getOrCreateProperty:(Ljava/lang/String;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getOs ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceEnvManager.getOs:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getOsDist ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceEnvManager.getOsDist:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getOsFamily ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceEnvManager.getOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceEnvManager.getPlatform ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceEnvManager.getPlatform:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsWorkspaceEnvManager.getProperties:()Ljava/util/Map;
NutsWorkspaceEnvManager.getProperty ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsWorkspaceEnvManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getProperty ( String p1, Object p2 ) [abstract] : Object
net/thevpc/nuts/NutsWorkspaceEnvManager.getProperty:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getPropertyAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getPropertyAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getPropertyAsString ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceEnvManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceEnvManager.isGraphicalDesktopEnvironment ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.isGraphicalDesktopEnvironment:()Z
NutsWorkspaceEnvManager.setEnv ( String p1, String p2 ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspaceEnvManager.setEnv:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
NutsWorkspaceEnvManager.setProperty ( String p1, Object p2 ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspaceEnvManager.setProperty:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
NutsWorkspaceEnvManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspaceEnvManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
nuts-0.8.1.jar,
NutsWorkspaceEvent.class
package net.thevpc.nuts
NutsWorkspaceEvent.getPropertyName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEvent.getPropertyName:()Ljava/lang/String;
NutsWorkspaceEvent.getPropertyOldValue ( ) [abstract] : Object
net/thevpc/nuts/NutsWorkspaceEvent.getPropertyOldValue:()Ljava/lang/Object;
NutsWorkspaceEvent.getPropertyValue ( ) [abstract] : Object
net/thevpc/nuts/NutsWorkspaceEvent.getPropertyValue:()Ljava/lang/Object;
NutsWorkspaceEvent.getRepository ( ) [abstract] : NutsRepository
net/thevpc/nuts/NutsWorkspaceEvent.getRepository:()Lnet/thevpc/nuts/NutsRepository;
NutsWorkspaceEvent.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceEvent.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceEvent.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsWorkspaceEvent.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsWorkspaceEventManager.class
package net.thevpc.nuts
NutsWorkspaceEventManager.addInstallListener ( NutsInstallListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addInstallListener:(Lnet/thevpc/nuts/NutsInstallListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.addRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.addUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.addWorkspaceListener ( NutsWorkspaceListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addWorkspaceListener:(Lnet/thevpc/nuts/NutsWorkspaceListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.getInstallListeners ( ) [abstract] : NutsInstallListener[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getInstallListeners:()[Lnet/thevpc/nuts/NutsInstallListener;
NutsWorkspaceEventManager.getRepositoryListeners ( ) [abstract] : NutsRepositoryListener[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getRepositoryListeners:()[Lnet/thevpc/nuts/NutsRepositoryListener;
NutsWorkspaceEventManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceEventManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceEventManager.getUserPropertyListeners ( ) [abstract] : NutsMapListener<String,Object>[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getUserPropertyListeners:()[Lnet/thevpc/nuts/NutsMapListener;
NutsWorkspaceEventManager.getWorkspaceListeners ( ) [abstract] : NutsWorkspaceListener[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getWorkspaceListeners:()[Lnet/thevpc/nuts/NutsWorkspaceListener;
NutsWorkspaceEventManager.removeInstallListener ( NutsInstallListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeInstallListener:(Lnet/thevpc/nuts/NutsInstallListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.removeRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.removeUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.removeWorkspaceListener ( NutsWorkspaceListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeWorkspaceListener:(Lnet/thevpc/nuts/NutsWorkspaceListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
nuts-0.8.1.jar,
NutsWorkspaceException.class
package net.thevpc.nuts
NutsWorkspaceException.NutsWorkspaceException ( NutsSession session, NutsMessage message, Throwable ex )
net/thevpc/nuts/NutsWorkspaceException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsWorkspaceExtension.class
package net.thevpc.nuts
NutsWorkspaceExtension.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceExtension.getId:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceExtension.getWiredId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceExtension.getWiredId:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.1.jar,
NutsWorkspaceExtensionManager.class
package net.thevpc.nuts
NutsWorkspaceExtensionManager.createAll ( Class<T> p1 ) [abstract] : List<T>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createAll:(Ljava/lang/Class;)Ljava/util/List;
NutsWorkspaceExtensionManager.createAllSupported ( Class<T> p1, V p2 ) [abstract] : List<T>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createAllSupported:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/util/List;
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2 ) [abstract] : NutsServiceLoader<T,B>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;)Lnet/thevpc/nuts/NutsServiceLoader;
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2, ClassLoader p3 ) [abstract] : NutsServiceLoader<T,B>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsServiceLoader;
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2, Class[ ] p3, Object[ ] p4 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
NutsWorkspaceExtensionManager.discoverTypes ( NutsId p1, ClassLoader p2 ) [abstract] : Set<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.discoverTypes:(Lnet/thevpc/nuts/NutsId;Ljava/lang/ClassLoader;)Ljava/util/Set;
NutsWorkspaceExtensionManager.getConfigExtensions ( ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getConfigExtensions:()Ljava/util/List;
NutsWorkspaceExtensionManager.getExtensionObjects ( Class p1 ) [abstract] : List<Object>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getExtensionObjects:(Ljava/lang/Class;)Ljava/util/List;
NutsWorkspaceExtensionManager.getExtensionTypes ( Class p1 ) [abstract] : Set<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getExtensionTypes:(Ljava/lang/Class;)Ljava/util/Set;
NutsWorkspaceExtensionManager.getLoadedExtensions ( ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getLoadedExtensions:()Ljava/util/List;
NutsWorkspaceExtensionManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceExtensionManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceExtensionManager.installWorkspaceExtensionComponent ( Class p1, Object p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.installWorkspaceExtensionComponent:(Ljava/lang/Class;Ljava/lang/Object;)Z
NutsWorkspaceExtensionManager.isLoadedExtensions ( NutsId p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isLoadedExtensions:(Lnet/thevpc/nuts/NutsId;)Z
NutsWorkspaceExtensionManager.isRegisteredInstance ( Class p1, Object p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredInstance:(Ljava/lang/Class;Ljava/lang/Object;)Z
NutsWorkspaceExtensionManager.isRegisteredType ( Class p1, Class p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredType:(Ljava/lang/Class;Ljava/lang/Class;)Z
NutsWorkspaceExtensionManager.isRegisteredType ( Class p1, String p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredType:(Ljava/lang/Class;Ljava/lang/String;)Z
NutsWorkspaceExtensionManager.loadExtension ( NutsId p1 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.loadExtension:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
NutsWorkspaceExtensionManager.registerInstance ( Class<T> p1, T p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.registerInstance:(Ljava/lang/Class;Ljava/lang/Object;)Z
NutsWorkspaceExtensionManager.registerType ( Class p1, Class p2, NutsId p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.registerType:(Ljava/lang/Class;Ljava/lang/Class;Lnet/thevpc/nuts/NutsId;)Z
NutsWorkspaceExtensionManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
NutsWorkspaceExtensionManager.unloadExtension ( NutsId p1 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.unloadExtension:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
nuts-0.8.1.jar,
NutsWorkspaceInitInformation.class
package net.thevpc.nuts
NutsWorkspaceInitInformation.getApiId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getApiId:()Ljava/lang/String;
NutsWorkspaceInitInformation.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getApiVersion:()Ljava/lang/String;
NutsWorkspaceInitInformation.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceInitInformation.getBootWorkspaceFactory ( ) [abstract] : NutsBootWorkspaceFactory
net/thevpc/nuts/NutsWorkspaceInitInformation.getBootWorkspaceFactory:()Lnet/thevpc/nuts/spi/NutsBootWorkspaceFactory;
NutsWorkspaceInitInformation.getClassWorldLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsWorkspaceInitInformation.getClassWorldLoader:()Ljava/lang/ClassLoader;
NutsWorkspaceInitInformation.getClassWorldURLs ( ) [abstract] : URL[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getClassWorldURLs:()[Ljava/net/URL;
NutsWorkspaceInitInformation.getExtensionBootDependencyNodes ( ) [abstract] : NutsClassLoaderNode[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionBootDependencyNodes:()[Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsWorkspaceInitInformation.getExtensionBootDescriptors ( ) [abstract] : NutsBootDescriptor[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionBootDescriptors:()[Lnet/thevpc/nuts/boot/NutsBootDescriptor;
NutsWorkspaceInitInformation.getExtensionsSet ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionsSet:()Ljava/util/Set;
NutsWorkspaceInitInformation.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceInitInformation.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getJavaCommand:()Ljava/lang/String;
NutsWorkspaceInitInformation.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getJavaOptions:()Ljava/lang/String;
NutsWorkspaceInitInformation.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getName:()Ljava/lang/String;
NutsWorkspaceInitInformation.getOptions ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceInitInformation.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceInitInformation.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceInitInformation.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceInitInformation.getRuntimeBootDependencyNode ( ) [abstract] : NutsClassLoaderNode
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeBootDependencyNode:()Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsWorkspaceInitInformation.getRuntimeBootDescriptor ( ) [abstract] : NutsBootDescriptor
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeBootDescriptor:()Lnet/thevpc/nuts/boot/NutsBootDescriptor;
NutsWorkspaceInitInformation.getRuntimeId ( ) [abstract] : NutsBootId
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeId:()Lnet/thevpc/nuts/boot/NutsBootId;
NutsWorkspaceInitInformation.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceInitInformation.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceInitInformation.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceInitInformation.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceInitInformation.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getUuid:()Ljava/lang/String;
NutsWorkspaceInitInformation.getWorkspaceLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getWorkspaceLocation:()Ljava/lang/String;
NutsWorkspaceInitInformation.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceInitInformation.isGlobal:()Z
nuts-0.8.1.jar,
NutsWorkspaceListConfig.class
package net.thevpc.nuts
NutsWorkspaceListConfig.getName ( ) : String
net/thevpc/nuts/NutsWorkspaceListConfig.getName:()Ljava/lang/String;
NutsWorkspaceListConfig.getUuid ( ) : String
net/thevpc/nuts/NutsWorkspaceListConfig.getUuid:()Ljava/lang/String;
NutsWorkspaceListConfig.getWorkspaces ( ) : List<NutsWorkspaceLocation>
net/thevpc/nuts/NutsWorkspaceListConfig.getWorkspaces:()Ljava/util/List;
NutsWorkspaceListConfig.NutsWorkspaceListConfig ( )
net/thevpc/nuts/NutsWorkspaceListConfig."<init>":()V
NutsWorkspaceListConfig.NutsWorkspaceListConfig ( NutsWorkspaceListConfig other )
net/thevpc/nuts/NutsWorkspaceListConfig."<init>":(Lnet/thevpc/nuts/NutsWorkspaceListConfig;)V
NutsWorkspaceListConfig.NutsWorkspaceListConfig ( String uuid, String name )
net/thevpc/nuts/NutsWorkspaceListConfig."<init>":(Ljava/lang/String;Ljava/lang/String;)V
NutsWorkspaceListConfig.setName ( String name ) : NutsWorkspaceListConfig
net/thevpc/nuts/NutsWorkspaceListConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceListConfig;
NutsWorkspaceListConfig.setUuid ( String uuid ) : NutsWorkspaceListConfig
net/thevpc/nuts/NutsWorkspaceListConfig.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceListConfig;
NutsWorkspaceListConfig.setWorkspaces ( List<NutsWorkspaceLocation> workspaces ) : void
net/thevpc/nuts/NutsWorkspaceListConfig.setWorkspaces:(Ljava/util/List;)V
nuts-0.8.1.jar,
NutsWorkspaceListener.class
package net.thevpc.nuts
NutsWorkspaceListener.onAddRepository ( NutsWorkspaceEvent event ) : void
net/thevpc/nuts/NutsWorkspaceListener.onAddRepository:(Lnet/thevpc/nuts/NutsWorkspaceEvent;)V
NutsWorkspaceListener.onConfigurationChanged ( NutsWorkspaceEvent event ) : void
net/thevpc/nuts/NutsWorkspaceListener.onConfigurationChanged:(Lnet/thevpc/nuts/NutsWorkspaceEvent;)V
NutsWorkspaceListener.onCreateWorkspace ( NutsWorkspaceEvent event ) : void
net/thevpc/nuts/NutsWorkspaceListener.onCreateWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceEvent;)V
NutsWorkspaceListener.onReloadWorkspace ( NutsWorkspaceEvent event ) : void
net/thevpc/nuts/NutsWorkspaceListener.onReloadWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceEvent;)V
NutsWorkspaceListener.onRemoveRepository ( NutsWorkspaceEvent event ) : void
net/thevpc/nuts/NutsWorkspaceListener.onRemoveRepository:(Lnet/thevpc/nuts/NutsWorkspaceEvent;)V
NutsWorkspaceListener.onUpdateProperty ( NutsWorkspaceEvent event ) : void
net/thevpc/nuts/NutsWorkspaceListener.onUpdateProperty:(Lnet/thevpc/nuts/NutsWorkspaceEvent;)V
nuts-0.8.1.jar,
NutsWorkspaceListManager.class
package net.thevpc.nuts
NutsWorkspaceListManager.addWorkspace ( String p1, NutsSession p2 ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsWorkspaceListManager.addWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspace;
NutsWorkspaceListManager.getConfig ( ) [abstract] : NutsWorkspaceListConfig
net/thevpc/nuts/NutsWorkspaceListManager.getConfig:()Lnet/thevpc/nuts/NutsWorkspaceListConfig;
NutsWorkspaceListManager.getWorkspaceLocation ( String p1 ) [abstract] : NutsWorkspaceLocation
net/thevpc/nuts/NutsWorkspaceListManager.getWorkspaceLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocation;
NutsWorkspaceListManager.getWorkspaces ( ) [abstract] : List<NutsWorkspaceLocation>
net/thevpc/nuts/NutsWorkspaceListManager.getWorkspaces:()Ljava/util/List;
NutsWorkspaceListManager.removeWorkspace ( String p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceListManager.removeWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceListManager.save ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceListManager.save:(Lnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceListManager.setConfig ( NutsWorkspaceListConfig p1 ) [abstract] : NutsWorkspaceListManager
net/thevpc/nuts/NutsWorkspaceListManager.setConfig:(Lnet/thevpc/nuts/NutsWorkspaceListConfig;)Lnet/thevpc/nuts/NutsWorkspaceListManager;
nuts-0.8.1.jar,
NutsWorkspaceLocation.class
package net.thevpc.nuts
NutsWorkspaceLocation.copy ( ) : NutsWorkspaceLocation
net/thevpc/nuts/NutsWorkspaceLocation.copy:()Lnet/thevpc/nuts/NutsWorkspaceLocation;
NutsWorkspaceLocation.getLocation ( ) : String
net/thevpc/nuts/NutsWorkspaceLocation.getLocation:()Ljava/lang/String;
NutsWorkspaceLocation.getName ( ) : String
net/thevpc/nuts/NutsWorkspaceLocation.getName:()Ljava/lang/String;
NutsWorkspaceLocation.getUuid ( ) : String
net/thevpc/nuts/NutsWorkspaceLocation.getUuid:()Ljava/lang/String;
NutsWorkspaceLocation.isEnabled ( ) : boolean
net/thevpc/nuts/NutsWorkspaceLocation.isEnabled:()Z
NutsWorkspaceLocation.NutsWorkspaceLocation ( )
net/thevpc/nuts/NutsWorkspaceLocation."<init>":()V
NutsWorkspaceLocation.NutsWorkspaceLocation ( NutsWorkspaceLocation other )
net/thevpc/nuts/NutsWorkspaceLocation."<init>":(Lnet/thevpc/nuts/NutsWorkspaceLocation;)V
NutsWorkspaceLocation.NutsWorkspaceLocation ( String uuid, String name, String location )
net/thevpc/nuts/NutsWorkspaceLocation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
NutsWorkspaceLocation.setEnabled ( boolean enabled ) : NutsWorkspaceLocation
net/thevpc/nuts/NutsWorkspaceLocation.setEnabled:(Z)Lnet/thevpc/nuts/NutsWorkspaceLocation;
NutsWorkspaceLocation.setLocation ( String location ) : NutsWorkspaceLocation
net/thevpc/nuts/NutsWorkspaceLocation.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocation;
NutsWorkspaceLocation.setName ( String name ) : NutsWorkspaceLocation
net/thevpc/nuts/NutsWorkspaceLocation.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocation;
NutsWorkspaceLocation.setUuid ( String uuid ) : NutsWorkspaceLocation
net/thevpc/nuts/NutsWorkspaceLocation.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocation;
nuts-0.8.1.jar,
NutsWorkspaceLocationManager.class
package net.thevpc.nuts
NutsWorkspaceLocationManager.getDefaultIdBasedir ( NutsId p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getDefaultIdBasedir:(Lnet/thevpc/nuts/NutsId;)Ljava/lang/String;
NutsWorkspaceLocationManager.getDefaultIdContentExtension ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getDefaultIdContentExtension:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceLocationManager.getDefaultIdExtension ( NutsId p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getDefaultIdExtension:(Lnet/thevpc/nuts/NutsId;)Ljava/lang/String;
NutsWorkspaceLocationManager.getDefaultIdFilename ( NutsId p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getDefaultIdFilename:(Lnet/thevpc/nuts/NutsId;)Ljava/lang/String;
NutsWorkspaceLocationManager.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceLocationManager.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceLocationManager.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceLocationManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceLocationManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2, String p3 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceLocationManager.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceLocationManager.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceLocationManager.getWorkspaceLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getWorkspaceLocation:()Ljava/lang/String;
NutsWorkspaceLocationManager.setHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2, String p3 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setStoreLocationLayout ( NutsOsFamily p1 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocationLayout:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setStoreLocationStrategy ( NutsStoreLocationStrategy p1 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
nuts-0.8.1.jar,
NutsWorkspaceNotFoundException.class
package net.thevpc.nuts
NutsWorkspaceNotFoundException.getWorkspaceLocation ( ) : String
net/thevpc/nuts/NutsWorkspaceNotFoundException.getWorkspaceLocation:()Ljava/lang/String;
NutsWorkspaceNotFoundException.NutsWorkspaceNotFoundException ( String workspaceLocation )
net/thevpc/nuts/NutsWorkspaceNotFoundException."<init>":(Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsWorkspaceOptions.class
package net.thevpc.nuts
NutsWorkspaceOptions.builder ( ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptions.builder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptions.formatter ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptions.formatter:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptions.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getApiVersion:()Ljava/lang/String;
NutsWorkspaceOptions.getApplicationArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getApplicationArguments:()[Ljava/lang/String;
NutsWorkspaceOptions.getArchetype ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getArchetype:()Ljava/lang/String;
NutsWorkspaceOptions.getBot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getBot:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getCached ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getCached:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getClassLoaderSupplier ( ) [abstract] : Supplier<ClassLoader>
net/thevpc/nuts/NutsWorkspaceOptions.getClassLoaderSupplier:()Ljava/util/function/Supplier;
NutsWorkspaceOptions.getConfirm ( ) [abstract] : NutsConfirmationMode
net/thevpc/nuts/NutsWorkspaceOptions.getConfirm:()Lnet/thevpc/nuts/NutsConfirmationMode;
NutsWorkspaceOptions.getCreationTime ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceOptions.getCreationTime:()J
NutsWorkspaceOptions.getCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getCredentials:()[C
NutsWorkspaceOptions.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getDebug:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getDry ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getDry:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getErrLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getErrLinePrefix:()Ljava/lang/String;
NutsWorkspaceOptions.getErrors ( ) [abstract] : NutsMessage[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getErrors:()[Lnet/thevpc/nuts/NutsMessage;
NutsWorkspaceOptions.getExcludedExtensions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getExcludedExtensions:()[Ljava/lang/String;
NutsWorkspaceOptions.getExecutionType ( ) [abstract] : NutsExecutionType
net/thevpc/nuts/NutsWorkspaceOptions.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsWorkspaceOptions.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getExecutorOptions:()[Ljava/lang/String;
NutsWorkspaceOptions.getExecutorService ( ) [abstract] : ExecutorService
net/thevpc/nuts/NutsWorkspaceOptions.getExecutorService:()Ljava/util/concurrent/ExecutorService;
NutsWorkspaceOptions.getExpireTime ( ) [abstract] : Instant
net/thevpc/nuts/NutsWorkspaceOptions.getExpireTime:()Ljava/time/Instant;
NutsWorkspaceOptions.getFetchStrategy ( ) [abstract] : NutsFetchStrategy
net/thevpc/nuts/NutsWorkspaceOptions.getFetchStrategy:()Lnet/thevpc/nuts/NutsFetchStrategy;
NutsWorkspaceOptions.getGlobal ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getGlobal:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getGui ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getGui:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptions.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceOptions.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceOptions.getIndexed ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getIndexed:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getInherited ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getInherited:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getJavaCommand:()Ljava/lang/String;
NutsWorkspaceOptions.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getJavaOptions:()Ljava/lang/String;
NutsWorkspaceOptions.getLocale ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getLocale:()Ljava/lang/String;
NutsWorkspaceOptions.getLogConfig ( ) [abstract] : NutsLogConfig
net/thevpc/nuts/NutsWorkspaceOptions.getLogConfig:()Lnet/thevpc/nuts/NutsLogConfig;
NutsWorkspaceOptions.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getName:()Ljava/lang/String;
NutsWorkspaceOptions.getOpenMode ( ) [abstract] : NutsOpenMode
net/thevpc/nuts/NutsWorkspaceOptions.getOpenMode:()Lnet/thevpc/nuts/NutsOpenMode;
NutsWorkspaceOptions.getOutLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getOutLinePrefix:()Ljava/lang/String;
NutsWorkspaceOptions.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsWorkspaceOptions.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsWorkspaceOptions.getOutputFormatOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getOutputFormatOptions:()[Ljava/lang/String;
NutsWorkspaceOptions.getProgressOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getProgressOptions:()Ljava/lang/String;
NutsWorkspaceOptions.getProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getProperties:()[Ljava/lang/String;
NutsWorkspaceOptions.getReadOnly ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getReadOnly:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getRecover ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getRecover:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getRepositories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getRepositories:()[Ljava/lang/String;
NutsWorkspaceOptions.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceOptions.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceOptions.getReset ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getReset:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsWorkspaceOptions.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsWorkspaceOptions.getRuntimeId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getRuntimeId:()Ljava/lang/String;
NutsWorkspaceOptions.getSkipBoot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipBoot:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getSkipCompanions ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipCompanions:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getSkipErrors ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipErrors:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getSkipWelcome ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipWelcome:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getStderr ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsWorkspaceOptions.getStderr:()Ljava/io/PrintStream;
NutsWorkspaceOptions.getStdin ( ) [abstract] : InputStream
net/thevpc/nuts/NutsWorkspaceOptions.getStdin:()Ljava/io/InputStream;
NutsWorkspaceOptions.getStdout ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsWorkspaceOptions.getStdout:()Ljava/io/PrintStream;
NutsWorkspaceOptions.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptions.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceOptions.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceOptions.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceOptions.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceOptions.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceOptions.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceOptions.getSwitchWorkspace ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSwitchWorkspace:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getTerminalMode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsWorkspaceOptions.getTerminalMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsWorkspaceOptions.getTheme ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getTheme:()Ljava/lang/String;
NutsWorkspaceOptions.getTrace ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getTrace:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getTransitive ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getTransitive:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getUserName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getUserName:()Ljava/lang/String;
NutsWorkspaceOptions.getWorkspace ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getWorkspace:()Ljava/lang/String;
NutsWorkspaceOptions.isBot ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isBot:()Z
NutsWorkspaceOptions.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isCached:()Z
NutsWorkspaceOptions.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isDebug:()Z
NutsWorkspaceOptions.isDry ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isDry:()Z
NutsWorkspaceOptions.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isGlobal:()Z
NutsWorkspaceOptions.isGui ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isGui:()Z
NutsWorkspaceOptions.isIndexed ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isIndexed:()Z
NutsWorkspaceOptions.isInherited ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isInherited:()Z
NutsWorkspaceOptions.isReadOnly ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isReadOnly:()Z
NutsWorkspaceOptions.isRecover ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isRecover:()Z
NutsWorkspaceOptions.isReset ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isReset:()Z
NutsWorkspaceOptions.isSkipBoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isSkipBoot:()Z
NutsWorkspaceOptions.isSkipCompanions ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isSkipCompanions:()Z
NutsWorkspaceOptions.isSkipErrors ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isSkipErrors:()Z
NutsWorkspaceOptions.isSkipWelcome ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isSkipWelcome:()Z
NutsWorkspaceOptions.isSwitchWorkspace ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isSwitchWorkspace:()Z
NutsWorkspaceOptions.isTrace ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isTrace:()Z
NutsWorkspaceOptions.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isTransitive:()Z
nuts-0.8.1.jar,
NutsWorkspaceOptionsBuilder.class
package net.thevpc.nuts
NutsWorkspaceOptionsBuilder.addOutputFormatOptions ( String... p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.addOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.build ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.build:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceOptionsBuilder.copy ( ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.copy:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.formatter ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.formatter:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsBuilder.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getApiVersion:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getApplicationArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getApplicationArguments:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getArchetype ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getArchetype:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getBot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getBot:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getCached ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCached:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getClassLoaderSupplier ( ) [abstract] : Supplier<ClassLoader>
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getClassLoaderSupplier:()Ljava/util/function/Supplier;
NutsWorkspaceOptionsBuilder.getConfirm ( ) [abstract] : NutsConfirmationMode
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getConfirm:()Lnet/thevpc/nuts/NutsConfirmationMode;
NutsWorkspaceOptionsBuilder.getCreationTime ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCreationTime:()J
NutsWorkspaceOptionsBuilder.getCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCredentials:()[C
NutsWorkspaceOptionsBuilder.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDebug:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getDry ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDry:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getErrLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getErrLinePrefix:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getErrors ( ) [abstract] : NutsMessage[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getErrors:()[Lnet/thevpc/nuts/NutsMessage;
NutsWorkspaceOptionsBuilder.getExcludedExtensions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExcludedExtensions:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getExecutionType ( ) [abstract] : NutsExecutionType
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsWorkspaceOptionsBuilder.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExecutorOptions:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getExecutorService ( ) [abstract] : ExecutorService
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExecutorService:()Ljava/util/concurrent/ExecutorService;
NutsWorkspaceOptionsBuilder.getExpireTime ( ) [abstract] : Instant
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExpireTime:()Ljava/time/Instant;
NutsWorkspaceOptionsBuilder.getFetchStrategy ( ) [abstract] : NutsFetchStrategy
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getFetchStrategy:()Lnet/thevpc/nuts/NutsFetchStrategy;
NutsWorkspaceOptionsBuilder.getGlobal ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getGlobal:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getGui ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getGui:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceOptionsBuilder.getIndexed ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getIndexed:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getInherited ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getInherited:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getJavaCommand:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getJavaOptions:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getLocale ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getLocale:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getLogConfig ( ) [abstract] : NutsLogConfig
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getLogConfig:()Lnet/thevpc/nuts/NutsLogConfig;
NutsWorkspaceOptionsBuilder.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getName:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getOpenMode ( ) [abstract] : NutsOpenMode
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOpenMode:()Lnet/thevpc/nuts/NutsOpenMode;
NutsWorkspaceOptionsBuilder.getOutLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOutLinePrefix:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsWorkspaceOptionsBuilder.getOutputFormatOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOutputFormatOptions:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getProgressOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getProgressOptions:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getProperties:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getReadOnly ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getReadOnly:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getRecover ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRecover:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getRepositories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRepositories:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceOptionsBuilder.getReset ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getReset:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsWorkspaceOptionsBuilder.getRuntimeId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRuntimeId:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getSkipBoot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipBoot:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getSkipCompanions ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipCompanions:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getSkipErrors ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipErrors:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getSkipWelcome ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipWelcome:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getStderr ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStderr:()Ljava/io/PrintStream;
NutsWorkspaceOptionsBuilder.getStdin ( ) [abstract] : InputStream
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStdin:()Ljava/io/InputStream;
NutsWorkspaceOptionsBuilder.getStdout ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStdout:()Ljava/io/PrintStream;
NutsWorkspaceOptionsBuilder.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceOptionsBuilder.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceOptionsBuilder.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceOptionsBuilder.getSwitchWorkspace ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSwitchWorkspace:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getTerminalMode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTerminalMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsWorkspaceOptionsBuilder.getTheme ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTheme:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getTrace ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTrace:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getTransitive ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTransitive:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getUserName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getUserName:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getWorkspace ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getWorkspace:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.isBot ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isBot:()Z
NutsWorkspaceOptionsBuilder.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isCached:()Z
NutsWorkspaceOptionsBuilder.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isDebug:()Z
NutsWorkspaceOptionsBuilder.isDry ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isDry:()Z
NutsWorkspaceOptionsBuilder.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isGlobal:()Z
NutsWorkspaceOptionsBuilder.isGui ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isGui:()Z
NutsWorkspaceOptionsBuilder.isIndexed ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isIndexed:()Z
NutsWorkspaceOptionsBuilder.isInherited ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isInherited:()Z
NutsWorkspaceOptionsBuilder.isReadOnly ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isReadOnly:()Z
NutsWorkspaceOptionsBuilder.isRecover ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isRecover:()Z
NutsWorkspaceOptionsBuilder.isReset ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isReset:()Z
NutsWorkspaceOptionsBuilder.isSkipBoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipBoot:()Z
NutsWorkspaceOptionsBuilder.isSkipCompanions ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipCompanions:()Z
NutsWorkspaceOptionsBuilder.isSkipErrors ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipErrors:()Z
NutsWorkspaceOptionsBuilder.isSkipWelcome ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipWelcome:()Z
NutsWorkspaceOptionsBuilder.isSwitchWorkspace ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSwitchWorkspace:()Z
NutsWorkspaceOptionsBuilder.isTrace ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isTrace:()Z
NutsWorkspaceOptionsBuilder.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isTransitive:()Z
NutsWorkspaceOptionsBuilder.parseArguments ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.parseArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.parseCommandLine ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.parseCommandLine:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setAll ( NutsWorkspaceOptions p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setAll:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setApiVersion ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setApiVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setApplicationArguments ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setApplicationArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setArchetype ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setArchetype:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setBot ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCached ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCached:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setClassLoaderSupplier ( Supplier<ClassLoader> p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setClassLoaderSupplier:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setConfirm ( NutsConfirmationMode p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setConfirm:(Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCreationTime ( long p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCreationTime:(J)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCredentials ( char[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCredentials:([C)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDebug ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDebug:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDry ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setErrLinePrefix ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setErrLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setErrors ( NutsMessage[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setErrors:([Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setExcludedExtensions ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setExcludedExtensions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setExecutionType ( NutsExecutionType p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setExecutionType:(Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setExecutorOptions ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setExecutorService ( ExecutorService p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setExecutorService:(Ljava/util/concurrent/ExecutorService;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setExpireTime ( Instant p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setExpireTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setFetchStrategy ( NutsFetchStrategy p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setFetchStrategy:(Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setGlobal ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setGlobal:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setGui ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2, String p3 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setHomeLocations ( Map<String,String> p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setHomeLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setIndexed ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setInherited ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setInherited:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setJavaCommand ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setJavaCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setJavaOptions ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setJavaOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setLocale ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setLogConfig ( NutsLogConfig p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setLogConfig:(Lnet/thevpc/nuts/NutsLogConfig;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setName ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOpenMode ( NutsOpenMode p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOpenMode:(Lnet/thevpc/nuts/NutsOpenMode;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOutLinePrefix ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOutLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOutputFormat ( NutsContentType p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOutputFormat:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOutputFormatOptions ( String... p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setProgressOptions ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setProgressOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setProperties ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setProperties:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setReadOnly ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setReadOnly:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRecover ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRecover:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRepositories ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRepositories:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRepositoryStoreLocationStrategy ( NutsStoreLocationStrategy p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRepositoryStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setReset ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setReset:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRunAs ( NutsRunAs p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRunAs:(Lnet/thevpc/nuts/NutsRunAs;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRuntimeId ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRuntimeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipBoot ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipBoot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipCompanions ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipCompanions:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipErrors ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipErrors:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipWelcome ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipWelcome:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setStderr ( PrintStream p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setStderr:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setStdin ( InputStream p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setStdin:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setStdout ( PrintStream p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setStdout:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setStoreLocationLayout ( NutsOsFamily p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setStoreLocationLayout:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setStoreLocations ( Map<String,String> p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setStoreLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setStoreLocationStrategy ( NutsStoreLocationStrategy p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSwitchWorkspace ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSwitchWorkspace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTerminalMode ( NutsTerminalMode p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTerminalMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTheme ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTrace ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTransitive ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTransitive:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setUsername ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setWorkspace ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setWorkspace:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
nuts-0.8.1.jar,
NutsWorkspaceOptionsFormat.class
package net.thevpc.nuts
NutsWorkspaceOptionsFormat.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsFormat.getApiVersion:()Ljava/lang/String;
NutsWorkspaceOptionsFormat.getBootCommandLine ( ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsWorkspaceOptionsFormat.getBootCommandLine:()Lnet/thevpc/nuts/NutsCommandLine;
NutsWorkspaceOptionsFormat.isExported ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsFormat.isExported:()Z
NutsWorkspaceOptionsFormat.isInit ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsFormat.isInit:()Z
NutsWorkspaceOptionsFormat.isRuntime ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsFormat.isRuntime:()Z
NutsWorkspaceOptionsFormat.setApiVersion ( String p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.setApiVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.setCompact ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.setExported ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.setExported:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.setInit ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.setInit:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.setRuntime ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.setRuntime:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
nuts-0.8.1.jar,
NutsWorkspaceSecurityManager.class
package net.thevpc.nuts
NutsWorkspaceSecurityManager.addUser ( String p1 ) [abstract] : NutsAddUserCommand
net/thevpc/nuts/NutsWorkspaceSecurityManager.addUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAddUserCommand;
NutsWorkspaceSecurityManager.checkAllowed ( String p1, String p2 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.checkAllowed:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.checkCredentials:([C[C)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.createCredentials:([CZ[C)[C
NutsWorkspaceSecurityManager.findUser ( String p1 ) [abstract] : NutsUser
net/thevpc/nuts/NutsWorkspaceSecurityManager.findUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUser;
NutsWorkspaceSecurityManager.findUsers ( ) [abstract] : NutsUser[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.findUsers:()[Lnet/thevpc/nuts/NutsUser;
NutsWorkspaceSecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsWorkspaceSecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
NutsWorkspaceSecurityManager.getCredentials ( char[ ] p1 ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.getCredentials:([C)[C
NutsWorkspaceSecurityManager.getCurrentLoginStack ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.getCurrentLoginStack:()[Ljava/lang/String;
NutsWorkspaceSecurityManager.getCurrentUsername ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceSecurityManager.getCurrentUsername:()Ljava/lang/String;
NutsWorkspaceSecurityManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceSecurityManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceSecurityManager.isAdmin ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.isAdmin:()Z
NutsWorkspaceSecurityManager.isAllowed ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.isAllowed:(Ljava/lang/String;)Z
NutsWorkspaceSecurityManager.isSecure ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.isSecure:()Z
NutsWorkspaceSecurityManager.login ( CallbackHandler p1 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.login:(Ljavax/security/auth/callback/CallbackHandler;)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.login ( String p1, char[ ] p2 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.login:(Ljava/lang/String;[C)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.logout ( ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.logout:()Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.removeCredentials ( char[ ] p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.removeCredentials:([C)Z
NutsWorkspaceSecurityManager.removeUser ( String p1 ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsWorkspaceSecurityManager.removeUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRemoveUserCommand;
NutsWorkspaceSecurityManager.setAuthenticationAgent ( String p1 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.setSecureMode ( boolean p1, char[ ] p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.setSecureMode:(Z[C)Z
NutsWorkspaceSecurityManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.updateUser ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsWorkspaceSecurityManager.updateUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
nuts-0.8.1.jar,
NutsWorkspaceStoredConfig.class
package net.thevpc.nuts
NutsWorkspaceStoredConfig.getApiId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceStoredConfig.getApiId:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceStoredConfig.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceStoredConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceStoredConfig.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceStoredConfig.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceStoredConfig.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getJavaCommand:()Ljava/lang/String;
NutsWorkspaceStoredConfig.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getJavaOptions:()Ljava/lang/String;
NutsWorkspaceStoredConfig.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getName:()Ljava/lang/String;
NutsWorkspaceStoredConfig.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceStoredConfig.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceStoredConfig.getRuntimeDependencies ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getRuntimeDependencies:()Ljava/lang/String;
NutsWorkspaceStoredConfig.getRuntimeId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceStoredConfig.getRuntimeId:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceStoredConfig.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceStoredConfig.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceStoredConfig.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceStoredConfig.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceStoredConfig.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceStoredConfig.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceStoredConfig.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceStoredConfig.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceStoredConfig.isGlobal:()Z
nuts-0.8.1.jar,
NutsWorkspaceUpdateResult.class
package net.thevpc.nuts
NutsWorkspaceUpdateResult.getAllResults ( ) [abstract] : NutsUpdateResult[ ]
net/thevpc/nuts/NutsWorkspaceUpdateResult.getAllResults:()[Lnet/thevpc/nuts/NutsUpdateResult;
NutsWorkspaceUpdateResult.getAllUpdates ( ) [abstract] : NutsUpdateResult[ ]
net/thevpc/nuts/NutsWorkspaceUpdateResult.getAllUpdates:()[Lnet/thevpc/nuts/NutsUpdateResult;
NutsWorkspaceUpdateResult.getApi ( ) [abstract] : NutsUpdateResult
net/thevpc/nuts/NutsWorkspaceUpdateResult.getApi:()Lnet/thevpc/nuts/NutsUpdateResult;
NutsWorkspaceUpdateResult.getArtifacts ( ) [abstract] : NutsUpdateResult[ ]
net/thevpc/nuts/NutsWorkspaceUpdateResult.getArtifacts:()[Lnet/thevpc/nuts/NutsUpdateResult;
NutsWorkspaceUpdateResult.getExtensions ( ) [abstract] : NutsUpdateResult[ ]
net/thevpc/nuts/NutsWorkspaceUpdateResult.getExtensions:()[Lnet/thevpc/nuts/NutsUpdateResult;
NutsWorkspaceUpdateResult.getRuntime ( ) [abstract] : NutsUpdateResult
net/thevpc/nuts/NutsWorkspaceUpdateResult.getRuntime:()Lnet/thevpc/nuts/NutsUpdateResult;
NutsWorkspaceUpdateResult.getUpdatesCount ( ) [abstract] : int
net/thevpc/nuts/NutsWorkspaceUpdateResult.getUpdatesCount:()I
NutsWorkspaceUpdateResult.isUpdatableApi ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceUpdateResult.isUpdatableApi:()Z
NutsWorkspaceUpdateResult.isUpdatableExtensions ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceUpdateResult.isUpdatableExtensions:()Z
NutsWorkspaceUpdateResult.isUpdatableRuntime ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceUpdateResult.isUpdatableRuntime:()Z
NutsWorkspaceUpdateResult.isUpdateAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceUpdateResult.isUpdateAvailable:()Z
nuts-0.8.1.jar,
Or.class
package net.thevpc.nuts
NutsPredicates.Or<T>.NutsPredicates.Or<T> ( Predicate<T> left, Predicate<? super T> right )
net/thevpc/nuts/NutsPredicates.Or."<init>":(Ljava/util/function/Predicate;Ljava/util/function/Predicate;)V
NutsPredicates.Or<T>.test ( T t ) : boolean
net/thevpc/nuts/NutsPredicates.Or.test:(Ljava/lang/Object;)Z
nuts-0.8.1.jar,
PrivateNutsApplicationUtils.class
package net.thevpc.nuts.boot
PrivateNutsApplicationUtils.PrivateNutsApplicationUtils ( )
net/thevpc/nuts/boot/PrivateNutsApplicationUtils."<init>":()V
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/boot/PrivateNutsApplicationUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui ) [static] : int
net/thevpc/nuts/boot/PrivateNutsApplicationUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;ZZZ)I
nuts-0.8.1.jar,
PrivateNutsLog.class
package net.thevpc.nuts.boot
PrivateNutsLog.isLoggable ( Level lvl ) : boolean
net/thevpc/nuts/boot/PrivateNutsLog.isLoggable:(Ljava/util/logging/Level;)Z
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;)V
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object object ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object[ ] objects ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;[Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, String message, Throwable err ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
PrivateNutsLog.PrivateNutsLog ( )
net/thevpc/nuts/boot/PrivateNutsLog."<init>":()V
PrivateNutsLog.setOptions ( NutsWorkspaceOptions options ) : void
net/thevpc/nuts/boot/PrivateNutsLog.setOptions:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
nuts-0.8.1.jar,
PrivateNutsMavenUtils.class
package net.thevpc.nuts.boot
PrivateNutsMavenUtils.getFileName ( NutsBootId id, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.getFileName:(Lnet/thevpc/nuts/boot/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.getPathFile ( NutsBootId id, String name ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.getPathFile:(Lnet/thevpc/nuts/boot/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.PrivateNutsMavenUtils ( )
net/thevpc/nuts/boot/PrivateNutsMavenUtils."<init>":()V
PrivateNutsMavenUtils.resolveMavenFullPath ( String repo, String nutsId, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.resolveMavenFullPath:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.resolveOrDownloadJar ( String nutsId, String[ ] repositories, String cacheFolder, PrivateNutsLog LOG, boolean includeDesc, Instant expire, PrivateNutsUtils.ErrorInfoList errors ) [static] : File
net/thevpc/nuts/boot/PrivateNutsMavenUtils.resolveOrDownloadJar:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsLog;ZLjava/time/Instant;Lnet/thevpc/nuts/boot/PrivateNutsUtils$ErrorInfoList;)Ljava/io/File;
PrivateNutsMavenUtils.toMavenFileName ( String nutsId, String extension ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.toMavenFileName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.toMavenPath ( String nutsId ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.toMavenPath:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
PrivateNutsRepositorySelection.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelection.getName ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelection.getName:()Ljava/lang/String;
PrivateNutsRepositorySelection.getUrl ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelection.getUrl:()Ljava/lang/String;
PrivateNutsRepositorySelection.PrivateNutsRepositorySelection ( String name, String url )
net/thevpc/nuts/boot/PrivateNutsRepositorySelection."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
PrivateNutsRepositorySelectionList.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectionList.add ( PrivateNutsRepositorySelection a ) : void
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.add:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.addAll ( PrivateNutsRepositorySelection[ ] all ) : void
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.addAll:([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.containsName ( String name ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsName:(Ljava/lang/String;)Z
PrivateNutsRepositorySelectionList.containsSelection ( PrivateNutsRepositorySelection s ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsSelection:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)Z
PrivateNutsRepositorySelectionList.containsURL ( String url ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsURL:(Ljava/lang/String;)Z
PrivateNutsRepositorySelectionList.indexOf ( PrivateNutsRepositorySelection other, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOf:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;I)I
PrivateNutsRepositorySelectionList.indexOfName ( String name, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOfName:(Ljava/lang/String;I)I
PrivateNutsRepositorySelectionList.indexOfURL ( String url, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOfURL:(Ljava/lang/String;I)I
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList."<init>":()V
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( PrivateNutsRepositorySelection[ ] all )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList."<init>":([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.removeAt ( int i ) : PrivateNutsRepositorySelection
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.removeAt:(I)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
PrivateNutsRepositorySelectionList.toArray ( ) : PrivateNutsRepositorySelection[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.toArray:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
nuts-0.8.1.jar,
PrivateNutsRepositorySelectorList.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectorList.acceptExisting ( PrivateNutsRepositorySelection ss ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.acceptExisting:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)Z
PrivateNutsRepositorySelectorList.join ( PrivateNutsRepositorySelectorList other ) : PrivateNutsRepositorySelectorList
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.join:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorList;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorList;
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList."<init>":()V
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( PrivateNutsRepositorySelector[ ] a )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList."<init>":([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelector;)V
PrivateNutsRepositorySelectorList.resolveSelectors ( PrivateNutsRepositorySelection[ ] other ) : PrivateNutsRepositorySelection[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.resolveSelectors:([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
PrivateNutsRepositorySelectorList.toArray ( ) : PrivateNutsRepositorySelector[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.toArray:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelector;
nuts-0.8.1.jar,
PrivateNutsRepositorySelectorOp.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectorOp.id ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.id:()Ljava/lang/String;
PrivateNutsRepositorySelectorOp.parseLenient ( String value ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyOrErrorValue ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyValue, PrivateNutsRepositorySelectorOp errorValue ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.valueOf ( String name ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.values ( ) [static] : PrivateNutsRepositorySelectorOp[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.values:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
nuts-0.8.1.jar,
PrivateNutsStringMapParser.class
package net.thevpc.nuts.boot
PrivateNutsStringMapParser.parseMap ( String text ) : Map<String,String>
net/thevpc/nuts/boot/PrivateNutsStringMapParser.parseMap:(Ljava/lang/String;)Ljava/util/Map;
PrivateNutsStringMapParser.PrivateNutsStringMapParser ( String eqSeparators, String entrySeparators )
net/thevpc/nuts/boot/PrivateNutsStringMapParser."<init>":(Ljava/lang/String;Ljava/lang/String;)V
to the top
Problems with Data Types, High Severity 398
nuts-0.8.1.jar
package net.thevpc.nuts
[+] @interface NutsSingleton 1
| Change | Effect |
|---|
| 1 |
This annotation type has been removed. |
Recompilation of a client program may be terminated with the error message: cannot find symbol @NutsSingleton. |
[+] class NutsActionSupport 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsActionSupport. |
[+] affected methods: 7 (0.1%)
NutsActionSupport.acceptCondition ( NutsActionSupportCondition request, NutsSession session )This method is from 'NutsActionSupport' class.
NutsActionSupport.id ( )This method is from 'NutsActionSupport' class.
NutsActionSupport.parseLenient ( String any )This method is from 'NutsActionSupport' class.
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyOrErrorValue )This method is from 'NutsActionSupport' class.
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyValue, NutsActionSupport errorValue )This method is from 'NutsActionSupport' class.
NutsActionSupport.valueOf ( String name )This method is from 'NutsActionSupport' class.
NutsActionSupport.values ( )This method is from 'NutsActionSupport' class.
[+] class NutsActionSupportCondition 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsActionSupportCondition. |
[+] affected methods: 6 (0.05%)
NutsActionSupportCondition.id ( )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.parseLenient ( String value )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyOrErrorValue )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyValue, NutsActionSupportCondition errorValue )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.valueOf ( String name )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.values ( )This method is from 'NutsActionSupportCondition' class.
[+] class NutsAddOptions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsAddOptions. |
[+] affected methods: 6 (0.05%)
NutsAddOptions.NutsAddOptions ( )This constructor is from 'NutsAddOptions' class.
NutsAddOptions.equals ( Object o )This method is from 'NutsAddOptions' class.
NutsAddOptions.getSession ( )This method is from 'NutsAddOptions' class.
NutsAddOptions.hashCode ( )This method is from 'NutsAddOptions' class.
NutsAddOptions.setSession ( NutsSession session )This method is from 'NutsAddOptions' class.
NutsAddOptions.toString ( )This method is from 'NutsAddOptions' class.
[+] class NutsAddRepositoryOptions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsAddRepositoryOptions. |
[+] affected methods: 26 (0.2%)
NutsAddRepositoryOptions.NutsAddRepositoryOptions ( )This constructor is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.NutsAddRepositoryOptions ( NutsAddRepositoryOptions other )This constructor is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.copy ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.equals ( Object o )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getConfig ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getDeployOrder ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getLocation ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getName ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getOrder ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getRepositoryModel ( )This method is from 'NutsAddRepositoryOptions' class.
...
[+] class NutsAlreadyDeployedException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsAlreadyDeployedException. |
[+] affected methods: 2 (0.02%)
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id )This constructor is from 'NutsAlreadyDeployedException' class.
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id, NutsMessage msg, Throwable cause )This constructor is from 'NutsAlreadyDeployedException' class.
[+] class NutsAlreadyInstalledException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsAlreadyInstalledException. |
[+] affected methods: 2 (0.02%)
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession session, NutsId id )This constructor is from 'NutsAlreadyInstalledException' class.
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession workspace, NutsId id, NutsMessage msg, Exception cause )This constructor is from 'NutsAlreadyInstalledException' class.
[+] class NutsApplicationMode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsApplicationMode. |
[+] affected methods: 6 (0.05%)
NutsApplicationMode.id ( )This method is from 'NutsApplicationMode' class.
NutsApplicationMode.parseLenient ( String value )This method is from 'NutsApplicationMode' class.
NutsApplicationMode.parseLenient ( String value, NutsApplicationMode emptyOrErrorValue )This method is from 'NutsApplicationMode' class.
NutsApplicationMode.parseLenient ( String value, NutsApplicationMode emptyValue, NutsApplicationMode errorValue )This method is from 'NutsApplicationMode' class.
NutsApplicationMode.valueOf ( String name )This method is from 'NutsApplicationMode' class.
NutsApplicationMode.values ( )This method is from 'NutsApplicationMode' class.
[+] class NutsApplications 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsApplications. |
[+] affected methods: 7 (0.1%)
NutsApplications.createApplicationContext ( NutsApplication applicationInstance, String[ ] args, NutsSession session )This method is from 'NutsApplications' class.
NutsApplications.createApplicationInstance ( Class<T> appType )This method is from 'NutsApplications' class.
NutsApplications.getSharedMap ( )This method is from 'NutsApplications' class.
NutsApplications.processThrowable ( Throwable ex )This method is from 'NutsApplications' class.
NutsApplications.processThrowable ( Throwable ex, PrintStream out )This method is from 'NutsApplications' class.
NutsApplications.runApplication ( NutsApplication applicationInstance, String[ ] args, NutsSession session )This method is from 'NutsApplications' class.
NutsApplications.runApplicationAndExit ( NutsApplication application, String[ ] args )This method is from 'NutsApplications' class.
[+] class NutsArchFamily 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsArchFamily. |
[+] affected methods: 7 (0.1%)
NutsArchFamily.getArchFamily ( )This method is from 'NutsArchFamily' class.
NutsArchFamily.id ( )This method is from 'NutsArchFamily' class.
NutsArchFamily.parseLenient ( String arch )This method is from 'NutsArchFamily' class.
NutsArchFamily.parseLenient ( String arch, NutsArchFamily emptyOrErrorValue )This method is from 'NutsArchFamily' class.
NutsArchFamily.parseLenient ( String arch, NutsArchFamily emptyValue, NutsArchFamily errorValue )This method is from 'NutsArchFamily' class.
NutsArchFamily.valueOf ( String name )This method is from 'NutsArchFamily' class.
NutsArchFamily.values ( )This method is from 'NutsArchFamily' class.
[+] class NutsArgumentType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsArgumentType. |
[+] affected methods: 6 (0.05%)
NutsArgumentType.id ( )This method is from 'NutsArgumentType' class.
NutsArgumentType.parseLenient ( String value )This method is from 'NutsArgumentType' class.
NutsArgumentType.parseLenient ( String value, NutsArgumentType emptyOrErrorValue )This method is from 'NutsArgumentType' class.
NutsArgumentType.parseLenient ( String value, NutsArgumentType emptyValue, NutsArgumentType errorValue )This method is from 'NutsArgumentType' class.
NutsArgumentType.valueOf ( String name )This method is from 'NutsArgumentType' class.
NutsArgumentType.values ( )This method is from 'NutsArgumentType' class.
[+] class NutsBootException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsBootException. |
[+] affected methods: 7 (0.1%)
NutsBootException.NutsBootException ( NutsMessage message )This constructor is from 'NutsBootException' class.
NutsBootException.NutsBootException ( NutsMessage message, int exitCode )This constructor is from 'NutsBootException' class.
NutsBootException.NutsBootException ( NutsMessage message, Throwable cause )This constructor is from 'NutsBootException' class.
NutsBootException.NutsBootException ( NutsMessage message, Throwable cause, int exitCode )This constructor is from 'NutsBootException' class.
NutsBootException.detectBootException ( Throwable th )This method is from 'NutsBootException' class.
NutsBootException.getExitCode ( )This method is from 'NutsBootException' class.
NutsBootException.getFormattedMessage ( )This method is from 'NutsBootException' class.
[+] class NutsClassLoaderNode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsClassLoaderNode. |
[+] affected methods: 6 (0.05%)
NutsClassLoaderNode.NutsClassLoaderNode ( String id, URL url, boolean enabled, NutsClassLoaderNode... dependencies )This constructor is from 'NutsClassLoaderNode' class.
NutsClassLoaderNode.getDependencies ( )This method is from 'NutsClassLoaderNode' class.
NutsClassLoaderNode.getId ( )This method is from 'NutsClassLoaderNode' class.
NutsClassLoaderNode.getURL ( )This method is from 'NutsClassLoaderNode' class.
NutsClassLoaderNode.isEnabled ( )This method is from 'NutsClassLoaderNode' class.
NutsClassLoaderNode.toString ( )This method is from 'NutsClassLoaderNode' class.
[+] class NutsClassLoaderNodeBuilder 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsClassLoaderNodeBuilder. |
[+] affected methods: 12 (0.1%)
NutsClassLoaderNodeBuilder.NutsClassLoaderNodeBuilder ( )This constructor is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.addDependency ( NutsClassLoaderNode other )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.build ( )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.getDependencies ( )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.getId ( )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.getURL ( )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.isEnabled ( )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.setAll ( NutsClassLoaderNode o )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.setAll ( NutsClassLoaderNodeBuilder o )This method is from 'NutsClassLoaderNodeBuilder' class.
NutsClassLoaderNodeBuilder.setDependencies ( List<NutsClassLoaderNode> dependencies )This method is from 'NutsClassLoaderNodeBuilder' class.
...
[+] class NutsCommandAutoCompleteBase 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandAutoCompleteBase. |
[+] affected methods: 6 (0.05%)
NutsCommandAutoCompleteBase.NutsCommandAutoCompleteBase ( )This constructor is from 'NutsCommandAutoCompleteBase' abstract class.
NutsCommandAutoCompleteBase.addCandidate ( NutsArgumentCandidate value )This method is from 'NutsCommandAutoCompleteBase' abstract class.
NutsCommandAutoCompleteBase.addCandidatesImpl ( NutsArgumentCandidate value )This method is from 'NutsCommandAutoCompleteBase' abstract class.
NutsCommandAutoCompleteBase.get ( Class<T> t )This method is from 'NutsCommandAutoCompleteBase' abstract class.
NutsCommandAutoCompleteBase.getCandidates ( )This method is from 'NutsCommandAutoCompleteBase' abstract class.
NutsCommandAutoCompleteBase.getWorkspace ( )This method is from 'NutsCommandAutoCompleteBase' abstract class.
[+] class NutsCommandConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandConfig. |
[+] affected methods: 18 (0.1%)
NutsCommandConfig.NutsCommandConfig ( )This constructor is from 'NutsCommandConfig' class.
NutsCommandConfig.equals ( Object o )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.getCommand ( )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.getExecutorOptions ( )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.getFactoryId ( )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.getHelpCommand ( )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.getHelpText ( )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.getName ( )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.getOwner ( )This method is from 'NutsCommandConfig' class.
NutsCommandConfig.hashCode ( )This method is from 'NutsCommandConfig' class.
...
[+] class NutsCommandExecOptions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandExecOptions. |
[+] affected methods: 14 (0.1%)
NutsCommandExecOptions.NutsCommandExecOptions ( )This constructor is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.equals ( Object o )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.getDirectory ( )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.getEnv ( )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.getExecutionType ( )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.getExecutorOptions ( )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.hashCode ( )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.isFailFast ( )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.setDirectory ( String directory )This method is from 'NutsCommandExecOptions' class.
NutsCommandExecOptions.setEnv ( Map<String,String> env )This method is from 'NutsCommandExecOptions' class.
...
[+] class NutsCommandFactoryConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandFactoryConfig. |
[+] affected methods: 12 (0.1%)
NutsCommandFactoryConfig.NutsCommandFactoryConfig ( )This constructor is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.equals ( Object o )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.getFactoryId ( )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.getFactoryType ( )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.getParameters ( )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.getPriority ( )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.hashCode ( )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.setFactoryId ( String value )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.setFactoryType ( String value )This method is from 'NutsCommandFactoryConfig' class.
NutsCommandFactoryConfig.setParameters ( Map<String,String> value )This method is from 'NutsCommandFactoryConfig' class.
...
[+] class NutsCommandlineFamily 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandlineFamily. |
[+] affected methods: 7 (0.1%)
NutsCommandlineFamily.getArchFamily ( )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.id ( )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.parseLenient ( String arch )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyOrErrorValue )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyValue, NutsCommandlineFamily errorValue )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.valueOf ( String name )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.values ( )This method is from 'NutsCommandlineFamily' class.
[+] class NutsCommandLineFormatStrategy 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandLineFormatStrategy. |
[+] affected methods: 7 (0.1%)
NutsCommandLineFormatStrategy.getArchFamily ( )This method is from 'NutsCommandLineFormatStrategy' class.
NutsCommandLineFormatStrategy.id ( )This method is from 'NutsCommandLineFormatStrategy' class.
NutsCommandLineFormatStrategy.parseLenient ( String arch )This method is from 'NutsCommandLineFormatStrategy' class.
NutsCommandLineFormatStrategy.parseLenient ( String arch, NutsCommandLineFormatStrategy emptyValue )This method is from 'NutsCommandLineFormatStrategy' class.
NutsCommandLineFormatStrategy.parseLenient ( String arch, NutsCommandLineFormatStrategy emptyValue, NutsCommandLineFormatStrategy errorValue )This method is from 'NutsCommandLineFormatStrategy' class.
NutsCommandLineFormatStrategy.valueOf ( String name )This method is from 'NutsCommandLineFormatStrategy' class.
NutsCommandLineFormatStrategy.values ( )This method is from 'NutsCommandLineFormatStrategy' class.
[+] class NutsConfigItem 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsConfigItem. |
[+] affected methods: 3 (0.02%)
NutsConfigItem.NutsConfigItem ( )This constructor is from 'NutsConfigItem' class.
NutsConfigItem.getConfigVersion ( )This method is from 'NutsConfigItem' class.
NutsConfigItem.setConfigVersion ( String configVersion )This method is from 'NutsConfigItem' class.
[+] class NutsConfirmationMode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsConfirmationMode. |
[+] affected methods: 6 (0.05%)
NutsConfirmationMode.id ( )This method is from 'NutsConfirmationMode' class.
NutsConfirmationMode.parseLenient ( String value )This method is from 'NutsConfirmationMode' class.
NutsConfirmationMode.parseLenient ( String value, NutsConfirmationMode emptyOrErrorValue )This method is from 'NutsConfirmationMode' class.
NutsConfirmationMode.parseLenient ( String value, NutsConfirmationMode emptyValue, NutsConfirmationMode errorValue )This method is from 'NutsConfirmationMode' class.
NutsConfirmationMode.valueOf ( String name )This method is from 'NutsConfirmationMode' class.
NutsConfirmationMode.values ( )This method is from 'NutsConfirmationMode' class.
[+] class NutsConstants.Versions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsConstants.Versions. |
[+] class NutsContentType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsContentType. |
[+] affected methods: 6 (0.05%)
NutsContentType.id ( )This method is from 'NutsContentType' class.
NutsContentType.parseLenient ( String value )This method is from 'NutsContentType' class.
NutsContentType.parseLenient ( String value, NutsContentType emptyOrErrorValue )This method is from 'NutsContentType' class.
NutsContentType.parseLenient ( String value, NutsContentType emptyValue, NutsContentType errorValue )This method is from 'NutsContentType' class.
NutsContentType.valueOf ( String name )This method is from 'NutsContentType' class.
NutsContentType.values ( )This method is from 'NutsContentType' class.
[+] class NutsDefaultArgumentCandidate 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDefaultArgumentCandidate. |
[+] affected methods: 4 (0.03%)
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value )This constructor is from 'NutsDefaultArgumentCandidate' class.
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value, String display )This constructor is from 'NutsDefaultArgumentCandidate' class.
NutsDefaultArgumentCandidate.getDisplay ( )This method is from 'NutsDefaultArgumentCandidate' class.
NutsDefaultArgumentCandidate.getValue ( )This method is from 'NutsDefaultArgumentCandidate' class.
[+] class NutsDefaultCommandAutoComplete 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDefaultCommandAutoComplete. |
[+] affected methods: 9 (0.1%)
NutsDefaultCommandAutoComplete.NutsDefaultCommandAutoComplete ( )This constructor is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.getCurrentWordIndex ( )This method is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.getLine ( )This method is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.getSession ( )This method is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.getWords ( )This method is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.setCurrentWordIndex ( int currentWordIndex )This method is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.setLine ( String line )This method is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.setSession ( NutsSession session )This method is from 'NutsDefaultCommandAutoComplete' class.
NutsDefaultCommandAutoComplete.setWords ( List<String> words )This method is from 'NutsDefaultCommandAutoComplete' class.
[+] class NutsDefaultContent 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDefaultContent. |
[+] affected methods: 10 (0.1%)
NutsDefaultContent.NutsDefaultContent ( NutsPath location, boolean cached, boolean temporary )This constructor is from 'NutsDefaultContent' class.
NutsDefaultContent.equals ( Object o )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.getFilePath ( )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.getLocation ( )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.getPath ( )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.getURL ( )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.hashCode ( )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.isCached ( )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.isTemporary ( )This method is from 'NutsDefaultContent' class.
NutsDefaultContent.toString ( )This method is from 'NutsDefaultContent' class.
[+] class NutsDefaultSupportLevelContext<T> 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDefaultSupportLevelContext<T>. |
[+] affected methods: 7 (0.1%)
NutsDefaultSupportLevelContext<T>.NutsDefaultSupportLevelContext<T> ( NutsSession session, T constraints )This constructor is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.equals ( Object o )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.getConstraints ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.getSession ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.getWorkspace ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.hashCode ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.toString ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
[+] class NutsDefaultTerminalSpec 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDefaultTerminalSpec. |
[+] affected methods: 12 (0.1%)
NutsDefaultTerminalSpec.NutsDefaultTerminalSpec ( )This constructor is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.copyFrom ( NutsTerminalSpec other )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.equals ( Object o )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.get ( String name )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.getAutoComplete ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.getParent ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.getProperties ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.hashCode ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.put ( String name, Object o )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.putAll ( Map<String,Object> other )This method is from 'NutsDefaultTerminalSpec' class.
...
[+] class NutsDependencyScope 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDependencyScope. |
[+] affected methods: 14 (0.1%)
NutsDependencyScope.id ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isApi ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isCompile ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isImplementation ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isOther ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isProvided ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isRuntime ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isSystem ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.isTest ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.parseLenient ( String value )This method is from 'NutsDependencyScope' class.
...
[+] class NutsDependencyScopePattern 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDependencyScopePattern. |
[+] affected methods: 6 (0.05%)
NutsDependencyScopePattern.id ( )This method is from 'NutsDependencyScopePattern' class.
NutsDependencyScopePattern.parseLenient ( String value )This method is from 'NutsDependencyScopePattern' class.
NutsDependencyScopePattern.parseLenient ( String value, NutsDependencyScopePattern emptyOrErrorValue )This method is from 'NutsDependencyScopePattern' class.
NutsDependencyScopePattern.parseLenient ( String value, NutsDependencyScopePattern emptyValue, NutsDependencyScopePattern errorValue )This method is from 'NutsDependencyScopePattern' class.
NutsDependencyScopePattern.valueOf ( String name )This method is from 'NutsDependencyScopePattern' class.
NutsDependencyScopePattern.values ( )This method is from 'NutsDependencyScopePattern' class.
[+] class NutsDescriptorStyle 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDescriptorStyle. |
[+] affected methods: 6 (0.05%)
NutsDescriptorStyle.id ( )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.parseLenient ( String value )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyOrErrorValue )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyValue, NutsDescriptorStyle errorValue )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.valueOf ( String name )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.values ( )This method is from 'NutsDescriptorStyle' class.
[+] class NutsDesktopEnvironmentFamily 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDesktopEnvironmentFamily. |
[+] affected methods: 6 (0.05%)
NutsDesktopEnvironmentFamily.id ( )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.parseLenient ( String e )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyOrErrorValue )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyValue, NutsDesktopEnvironmentFamily errorValue )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.valueOf ( String name )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.values ( )This method is from 'NutsDesktopEnvironmentFamily' class.
[+] class NutsDesktopIntegrationItem 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDesktopIntegrationItem. |
[+] affected methods: 6 (0.05%)
NutsDesktopIntegrationItem.id ( )This method is from 'NutsDesktopIntegrationItem' class.
NutsDesktopIntegrationItem.parseLenient ( String value )This method is from 'NutsDesktopIntegrationItem' class.
NutsDesktopIntegrationItem.parseLenient ( String value, NutsDesktopIntegrationItem emptyOrErrorValue )This method is from 'NutsDesktopIntegrationItem' class.
NutsDesktopIntegrationItem.parseLenient ( String value, NutsDesktopIntegrationItem emptyValue, NutsDesktopIntegrationItem errorValue )This method is from 'NutsDesktopIntegrationItem' class.
NutsDesktopIntegrationItem.valueOf ( String name )This method is from 'NutsDesktopIntegrationItem' class.
NutsDesktopIntegrationItem.values ( )This method is from 'NutsDesktopIntegrationItem' class.
[+] class NutsElementNotFoundException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsElementNotFoundException. |
[+] affected methods: 3 (0.02%)
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message )This constructor is from 'NutsElementNotFoundException' class.
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsElementNotFoundException' class.
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsElementNotFoundException' class.
[+] class NutsElementType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsElementType. |
[+] affected methods: 8 (0.1%)
NutsElementType.id ( )This method is from 'NutsElementType' class.
NutsElementType.isNumber ( )This method is from 'NutsElementType' class.
NutsElementType.isPrimitive ( )This method is from 'NutsElementType' class.
NutsElementType.parseLenient ( String value )This method is from 'NutsElementType' class.
NutsElementType.parseLenient ( String value, NutsElementType emptyOrErrorValue )This method is from 'NutsElementType' class.
NutsElementType.parseLenient ( String value, NutsElementType emptyValue, NutsElementType errorValue )This method is from 'NutsElementType' class.
NutsElementType.valueOf ( String name )This method is from 'NutsElementType' class.
NutsElementType.values ( )This method is from 'NutsElementType' class.
[+] class NutsException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsException. |
[+] affected methods: 7 (0.1%)
NutsException.NutsException ( NutsSession session, NutsMessage message )This constructor is from 'NutsException' class.
NutsException.NutsException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsException' class.
NutsException.NutsException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsException' class.
NutsException.getFormattedMessage ( )This method is from 'NutsException' class.
NutsException.getFormattedString ( )This method is from 'NutsException' class.
NutsException.getSession ( )This method is from 'NutsException' class.
NutsException.getWorkspace ( )This method is from 'NutsException' class.
[+] class NutsExecutableType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExecutableType. |
[+] affected methods: 6 (0.05%)
NutsExecutableType.id ( )This method is from 'NutsExecutableType' class.
NutsExecutableType.parseLenient ( String value )This method is from 'NutsExecutableType' class.
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyOrErrorValue )This method is from 'NutsExecutableType' class.
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyValue, NutsExecutableType errorValue )This method is from 'NutsExecutableType' class.
NutsExecutableType.valueOf ( String name )This method is from 'NutsExecutableType' class.
NutsExecutableType.values ( )This method is from 'NutsExecutableType' class.
[+] class NutsExecutionException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExecutionException. |
[+] affected methods: 6 (0.05%)
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, int exitCode )This constructor is from 'NutsExecutionException' class.
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsExecutionException' class.
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause, int exitCode )This constructor is from 'NutsExecutionException' class.
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, int exitCode )This constructor is from 'NutsExecutionException' class.
NutsExecutionException.getExitCode ( )This method is from 'NutsExecutionException' class.
NutsExecutionException.toString ( )This method is from 'NutsExecutionException' class.
[+] class NutsExecutionType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExecutionType. |
[+] affected methods: 6 (0.05%)
NutsExecutionType.id ( )This method is from 'NutsExecutionType' class.
NutsExecutionType.parseLenient ( String value )This method is from 'NutsExecutionType' class.
NutsExecutionType.parseLenient ( String value, NutsExecutionType emptyOrErrorValue )This method is from 'NutsExecutionType' class.
NutsExecutionType.parseLenient ( String value, NutsExecutionType emptyValue, NutsExecutionType errorValue )This method is from 'NutsExecutionType' class.
NutsExecutionType.valueOf ( String name )This method is from 'NutsExecutionType' class.
NutsExecutionType.values ( )This method is from 'NutsExecutionType' class.
[+] class NutsExtensionAlreadyRegisteredException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExtensionAlreadyRegisteredException. |
[+] affected methods: 3 (0.02%)
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsSession session, NutsId id, String installed )This constructor is from 'NutsExtensionAlreadyRegisteredException' class.
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsSession session, NutsId id, String installed, Throwable cause )This constructor is from 'NutsExtensionAlreadyRegisteredException' class.
NutsExtensionAlreadyRegisteredException.getInstalled ( )This method is from 'NutsExtensionAlreadyRegisteredException' class.
[+] class NutsExtensionException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExtensionException. |
[+] affected methods: 2 (0.02%)
NutsExtensionException.NutsExtensionException ( NutsSession session, NutsId extensionId, NutsMessage message, Throwable cause )This constructor is from 'NutsExtensionException' abstract class.
NutsExtensionException.getId ( )This method is from 'NutsExtensionException' abstract class.
[+] class NutsExtensionNotFoundException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExtensionNotFoundException. |
[+] affected methods: 3 (0.02%)
NutsExtensionNotFoundException.NutsExtensionNotFoundException ( NutsSession session, Class missingType, String extensionName )This constructor is from 'NutsExtensionNotFoundException' class.
NutsExtensionNotFoundException.getExtensionName ( )This method is from 'NutsExtensionNotFoundException' class.
NutsExtensionNotFoundException.getMissingType ( )This method is from 'NutsExtensionNotFoundException' class.
[+] class NutsFactoryException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFactoryException. |
[+] affected methods: 3 (0.02%)
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message )This constructor is from 'NutsFactoryException' class.
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsFactoryException' class.
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsFactoryException' class.
[+] class NutsFetchMode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFetchMode. |
[+] affected methods: 6 (0.05%)
NutsFetchMode.id ( )This method is from 'NutsFetchMode' class.
NutsFetchMode.parseLenient ( String value )This method is from 'NutsFetchMode' class.
NutsFetchMode.parseLenient ( String value, NutsFetchMode emptyOrErrorValue )This method is from 'NutsFetchMode' class.
NutsFetchMode.parseLenient ( String value, NutsFetchMode emptyValue, NutsFetchMode errorValue )This method is from 'NutsFetchMode' class.
NutsFetchMode.valueOf ( String name )This method is from 'NutsFetchMode' class.
NutsFetchMode.values ( )This method is from 'NutsFetchMode' class.
[+] class NutsFetchModeNotSupportedException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFetchModeNotSupportedException. |
[+] affected methods: 6 (0.05%)
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message )This constructor is from 'NutsFetchModeNotSupportedException' class.
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message, Exception cause )This constructor is from 'NutsFetchModeNotSupportedException' class.
NutsFetchModeNotSupportedException.getFetchMode ( )This method is from 'NutsFetchModeNotSupportedException' class.
NutsFetchModeNotSupportedException.getId ( )This method is from 'NutsFetchModeNotSupportedException' class.
NutsFetchModeNotSupportedException.getRepositoryName ( )This method is from 'NutsFetchModeNotSupportedException' class.
NutsFetchModeNotSupportedException.getRepositoryUuid ( )This method is from 'NutsFetchModeNotSupportedException' class.
[+] class NutsFetchStrategy 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFetchStrategy. |
[+] affected methods: 9 (0.1%)
NutsFetchStrategy.id ( )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.isStopFast ( )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.iterator ( )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.modes ( )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.parseLenient ( String value )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.parseLenient ( String value, NutsFetchStrategy emptyOrErrorValue )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.parseLenient ( String value, NutsFetchStrategy emptyValue, NutsFetchStrategy errorValue )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.valueOf ( String name )This method is from 'NutsFetchStrategy' class.
NutsFetchStrategy.values ( )This method is from 'NutsFetchStrategy' class.
[+] class NutsFilterOp 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFilterOp. |
[+] affected methods: 6 (0.05%)
NutsFilterOp.id ( )This method is from 'NutsFilterOp' class.
NutsFilterOp.parseLenient ( String value )This method is from 'NutsFilterOp' class.
NutsFilterOp.parseLenient ( String value, NutsFilterOp emptyOrErrorValue )This method is from 'NutsFilterOp' class.
NutsFilterOp.parseLenient ( String value, NutsFilterOp emptyValue, NutsFilterOp errorValue )This method is from 'NutsFilterOp' class.
NutsFilterOp.valueOf ( String name )This method is from 'NutsFilterOp' class.
NutsFilterOp.values ( )This method is from 'NutsFilterOp' class.
[+] class NutsIdType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIdType. |
[+] affected methods: 6 (0.05%)
NutsIdType.id ( )This method is from 'NutsIdType' class.
NutsIdType.parseLenient ( String value )This method is from 'NutsIdType' class.
NutsIdType.parseLenient ( String value, NutsIdType emptyOrErrorValue )This method is from 'NutsIdType' class.
NutsIdType.parseLenient ( String value, NutsIdType emptyValue, NutsIdType errorValue )This method is from 'NutsIdType' class.
NutsIdType.valueOf ( String name )This method is from 'NutsIdType' class.
NutsIdType.values ( )This method is from 'NutsIdType' class.
[+] class NutsIllegalArgumentException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIllegalArgumentException. |
[+] affected methods: 3 (0.02%)
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message )This constructor is from 'NutsIllegalArgumentException' class.
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsIllegalArgumentException' class.
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsIllegalArgumentException' class.
[+] class NutsIndexerNotAccessibleException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIndexerNotAccessibleException. |
[+] affected methods: 2 (0.02%)
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsSession session, NutsMessage message )This constructor is from 'NutsIndexerNotAccessibleException' class.
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsIndexerNotAccessibleException' class.
[+] class NutsInstallationException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInstallationException. |
[+] affected methods: 2 (0.02%)
NutsInstallationException.NutsInstallationException ( NutsSession session, NutsId id, NutsMessage msg, Throwable ex )This constructor is from 'NutsInstallationException' abstract class.
NutsInstallationException.getId ( )This method is from 'NutsInstallationException' abstract class.
[+] class NutsInstallException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInstallException. |
[+] affected methods: 2 (0.02%)
NutsInstallException.NutsInstallException ( NutsSession session, NutsId id )This constructor is from 'NutsInstallException' class.
NutsInstallException.NutsInstallException ( NutsSession workspace, NutsId id, NutsMessage msg, Throwable ex )This constructor is from 'NutsInstallException' class.
[+] class NutsInstallStatus 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInstallStatus. |
[+] affected methods: 15 (0.1%)
NutsInstallStatus.equals ( Object o )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.hashCode ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.isDefaultVersion ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.isDeployed ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.isInstalled ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.isInstalledOrRequired ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.isNonDeployed ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.isObsolete ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.isRequired ( )This method is from 'NutsInstallStatus' class.
NutsInstallStatus.of ( boolean installed, boolean required, boolean obsolete, boolean defaultVersion )This method is from 'NutsInstallStatus' class.
...
[+] class NutsInstallStrategy 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInstallStrategy. |
[+] affected methods: 6 (0.05%)
NutsInstallStrategy.id ( )This method is from 'NutsInstallStrategy' class.
NutsInstallStrategy.parseLenient ( String value )This method is from 'NutsInstallStrategy' class.
NutsInstallStrategy.parseLenient ( String value, NutsInstallStrategy emptyOrErrorValue )This method is from 'NutsInstallStrategy' class.
NutsInstallStrategy.parseLenient ( String value, NutsInstallStrategy emptyValue, NutsInstallStrategy errorValue )This method is from 'NutsInstallStrategy' class.
NutsInstallStrategy.valueOf ( String name )This method is from 'NutsInstallStrategy' class.
NutsInstallStrategy.values ( )This method is from 'NutsInstallStrategy' class.
[+] class NutsInvalidRepositoryException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInvalidRepositoryException. |
[+] affected methods: 1 (0.01%)
NutsInvalidRepositoryException.NutsInvalidRepositoryException ( NutsSession session, String repository, NutsMessage message )This constructor is from 'NutsInvalidRepositoryException' class.
[+] class NutsInvalidWorkspaceException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInvalidWorkspaceException. |
[+] affected methods: 2 (0.02%)
NutsInvalidWorkspaceException.NutsInvalidWorkspaceException ( String workspaceLocation, NutsMessage errorMessage )This constructor is from 'NutsInvalidWorkspaceException' class.
NutsInvalidWorkspaceException.getWorkspaceLocation ( )This method is from 'NutsInvalidWorkspaceException' class.
[+] class NutsIOCopyValidationException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOCopyValidationException. |
[+] affected methods: 2 (0.02%)
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsSession session, NutsMessage message )This constructor is from 'NutsIOCopyValidationException' class.
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsIOCopyValidationException' class.
[+] class NutsIOException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOException. |
[+] affected methods: 3 (0.02%)
NutsIOException.NutsIOException ( NutsSession session, Throwable cause )This constructor is from 'NutsIOException' class.
NutsIOException.NutsIOException ( NutsSession session, NutsMessage message )This constructor is from 'NutsIOException' class.
NutsIOException.NutsIOException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsIOException' class.
[+] class NutsLauncherOptions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsLauncherOptions. |
[+] affected methods: 40 (0.3%)
NutsLauncherOptions.NutsLauncherOptions ( )This constructor is from 'NutsLauncherOptions' class.
NutsLauncherOptions.copy ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getAlias ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getArgs ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getCreateCustomShortcut ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getCreateDesktopShortcut ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getCreateMenuShortcut ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getCustomScriptPath ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getCustomShortcutPath ( )This method is from 'NutsLauncherOptions' class.
NutsLauncherOptions.getIcon ( )This method is from 'NutsLauncherOptions' class.
...
[+] class NutsLockAcquireException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsLockAcquireException. |
[+] affected methods: 3 (0.02%)
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, Object lockedObject, Object lockObject )This constructor is from 'NutsLockAcquireException' class.
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )This constructor is from 'NutsLockAcquireException' class.
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )This constructor is from 'NutsLockAcquireException' class.
[+] class NutsLockBarrierException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsLockBarrierException. |
[+] affected methods: 3 (0.02%)
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, Object lockedObject, Object lockObject )This constructor is from 'NutsLockBarrierException' class.
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )This constructor is from 'NutsLockBarrierException' class.
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )This constructor is from 'NutsLockBarrierException' class.
[+] class NutsLockException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsLockException. |
[+] affected methods: 5 (0.04%)
NutsLockException.NutsLockException ( NutsSession session, Object lockedObject, Object lockObject )This constructor is from 'NutsLockException' class.
NutsLockException.NutsLockException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )This constructor is from 'NutsLockException' class.
NutsLockException.NutsLockException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )This constructor is from 'NutsLockException' class.
NutsLockException.getLockedObject ( )This method is from 'NutsLockException' class.
NutsLockException.getLockObject ( )This method is from 'NutsLockException' class.
[+] class NutsLockReleaseException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsLockReleaseException. |
[+] affected methods: 3 (0.02%)
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, Object lockedObject, Object lockObject )This constructor is from 'NutsLockReleaseException' class.
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )This constructor is from 'NutsLockReleaseException' class.
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )This constructor is from 'NutsLockReleaseException' class.
[+] class NutsLogConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsLogConfig. |
[+] affected methods: 24 (0.2%)
NutsLogConfig.NutsLogConfig ( )This constructor is from 'NutsLogConfig' class.
NutsLogConfig.NutsLogConfig ( NutsLogConfig other )This constructor is from 'NutsLogConfig' class.
NutsLogConfig.copy ( )This method is from 'NutsLogConfig' class.
NutsLogConfig.equals ( Object o )This method is from 'NutsLogConfig' class.
NutsLogConfig.getLogFileBase ( )This method is from 'NutsLogConfig' class.
NutsLogConfig.getLogFileCount ( )This method is from 'NutsLogConfig' class.
NutsLogConfig.getLogFileFilter ( )This method is from 'NutsLogConfig' class.
NutsLogConfig.getLogFileLevel ( )This method is from 'NutsLogConfig' class.
NutsLogConfig.getLogFileName ( )This method is from 'NutsLogConfig' class.
NutsLogConfig.getLogFileSize ( )This method is from 'NutsLogConfig' class.
...
[+] class NutsLoginException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsLoginException. |
[+] affected methods: 3 (0.02%)
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message )This constructor is from 'NutsLoginException' class.
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsLoginException' class.
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsLoginException' class.
[+] class NutsLogVerb 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsLogVerb. |
[+] affected methods: 6 (0.05%)
NutsLogVerb.NutsLogVerb ( String name )This constructor is from 'NutsLogVerb' class.
NutsLogVerb.equals ( Object o )This method is from 'NutsLogVerb' class.
NutsLogVerb.hashCode ( )This method is from 'NutsLogVerb' class.
NutsLogVerb.name ( )This method is from 'NutsLogVerb' class.
NutsLogVerb.of ( String name )This method is from 'NutsLogVerb' class.
NutsLogVerb.toString ( )This method is from 'NutsLogVerb' class.
[+] class NutsMessage 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsMessage. |
[+] affected methods: 9 (0.1%)
NutsMessage.NutsMessage ( NutsTextFormatStyle style, String message, Object... params )This constructor is from 'NutsMessage' class.
NutsMessage.cstyle ( String message, Object... params )This method is from 'NutsMessage' class.
NutsMessage.formatted ( String message )This method is from 'NutsMessage' class.
NutsMessage.getMessage ( )This method is from 'NutsMessage' class.
NutsMessage.getParams ( )This method is from 'NutsMessage' class.
NutsMessage.getStyle ( )This method is from 'NutsMessage' class.
NutsMessage.jstyle ( String message, Object... params )This method is from 'NutsMessage' class.
NutsMessage.plain ( String message )This method is from 'NutsMessage' class.
NutsMessage.toString ( )This method is from 'NutsMessage' class.
[+] class NutsNotExecutableException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsNotExecutableException. |
[+] affected methods: 2 (0.02%)
NutsNotExecutableException.NutsNotExecutableException ( NutsSession session, NutsId id )This constructor is from 'NutsNotExecutableException' class.
NutsNotExecutableException.getId ( )This method is from 'NutsNotExecutableException' class.
[+] class NutsNotFoundException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsNotFoundException. |
[+] affected methods: 11 (0.1%)
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id )This constructor is from 'NutsNotFoundException' class.
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsNotFoundException.NutsIdInvalidDependency[ ] dependencies, NutsNotFoundException.NutsIdInvalidLocation[ ] locations, Throwable cause )This constructor is from 'NutsNotFoundException' class.
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, Throwable cause )This constructor is from 'NutsNotFoundException' class.
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsMessage message )This constructor is from 'NutsNotFoundException' class.
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsMessage message, Throwable cause )This constructor is from 'NutsNotFoundException' class.
NutsNotFoundException.dependenciesToString ( NutsNotFoundException.NutsIdInvalidDependency[ ] dependencies )This method is from 'NutsNotFoundException' class.
NutsNotFoundException.dependenciesToString ( String prefix, NutsNotFoundException.NutsIdInvalidDependency d )This method is from 'NutsNotFoundException' class.
NutsNotFoundException.getId ( )This method is from 'NutsNotFoundException' class.
NutsNotFoundException.getLocations ( )This method is from 'NutsNotFoundException' class.
NutsNotFoundException.getMissingDependencies ( )This method is from 'NutsNotFoundException' class.
...
[+] class NutsNotFoundException.NutsIdInvalidDependency 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsNotFoundException.NutsIdInvalidDependency. |
[+] affected methods: 5 (0.04%)
NutsNotFoundException.NutsIdInvalidDependency.NutsNotFoundException.NutsIdInvalidDependency ( NutsId id, Set<NutsNotFoundException.NutsIdInvalidDependency> cause )This constructor is from 'NutsNotFoundException.NutsIdInvalidDependency' class.
NutsNotFoundException.NutsIdInvalidDependency.equals ( Object o )This method is from 'NutsNotFoundException.NutsIdInvalidDependency' class.
NutsNotFoundException.NutsIdInvalidDependency.getCause ( )This method is from 'NutsNotFoundException.NutsIdInvalidDependency' class.
NutsNotFoundException.NutsIdInvalidDependency.getId ( )This method is from 'NutsNotFoundException.NutsIdInvalidDependency' class.
NutsNotFoundException.NutsIdInvalidDependency.hashCode ( )This method is from 'NutsNotFoundException.NutsIdInvalidDependency' class.
[+] class NutsNotFoundException.NutsIdInvalidLocation 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsNotFoundException.NutsIdInvalidLocation. |
[+] affected methods: 6 (0.05%)
NutsNotFoundException.NutsIdInvalidLocation.NutsNotFoundException.NutsIdInvalidLocation ( String repository, String url, String message )This constructor is from 'NutsNotFoundException.NutsIdInvalidLocation' class.
NutsNotFoundException.NutsIdInvalidLocation.equals ( Object o )This method is from 'NutsNotFoundException.NutsIdInvalidLocation' class.
NutsNotFoundException.NutsIdInvalidLocation.getMessage ( )This method is from 'NutsNotFoundException.NutsIdInvalidLocation' class.
NutsNotFoundException.NutsIdInvalidLocation.getRepository ( )This method is from 'NutsNotFoundException.NutsIdInvalidLocation' class.
NutsNotFoundException.NutsIdInvalidLocation.getUrl ( )This method is from 'NutsNotFoundException.NutsIdInvalidLocation' class.
NutsNotFoundException.NutsIdInvalidLocation.hashCode ( )This method is from 'NutsNotFoundException.NutsIdInvalidLocation' class.
[+] class NutsNotInstallableException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsNotInstallableException. |
[+] affected methods: 2 (0.02%)
NutsNotInstallableException.NutsNotInstallableException ( NutsSession session, NutsId id )This constructor is from 'NutsNotInstallableException' class.
NutsNotInstallableException.NutsNotInstallableException ( NutsSession session, NutsId id, NutsMessage msg, Exception ex )This constructor is from 'NutsNotInstallableException' class.
[+] class NutsNotInstalledException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsNotInstalledException. |
[+] affected methods: 2 (0.02%)
NutsNotInstalledException.NutsNotInstalledException ( NutsSession session, NutsId id )This constructor is from 'NutsNotInstalledException' class.
NutsNotInstalledException.NutsNotInstalledException ( NutsSession session, NutsId id, NutsMessage msg, Exception ex )This constructor is from 'NutsNotInstalledException' class.
[+] class NutsOpenMode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsOpenMode. |
[+] affected methods: 6 (0.05%)
NutsOpenMode.id ( )This method is from 'NutsOpenMode' class.
NutsOpenMode.parseLenient ( String value )This method is from 'NutsOpenMode' class.
NutsOpenMode.parseLenient ( String value, NutsOpenMode emptyOrErrorValue )This method is from 'NutsOpenMode' class.
NutsOpenMode.parseLenient ( String value, NutsOpenMode emptyValue, NutsOpenMode errorValue )This method is from 'NutsOpenMode' class.
NutsOpenMode.valueOf ( String name )This method is from 'NutsOpenMode' class.
NutsOpenMode.values ( )This method is from 'NutsOpenMode' class.
[+] class NutsOsFamily 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsOsFamily. |
[+] affected methods: 6 (0.05%)
NutsOsFamily.id ( )This method is from 'NutsOsFamily' class.
NutsOsFamily.parseLenient ( String value )This method is from 'NutsOsFamily' class.
NutsOsFamily.parseLenient ( String value, NutsOsFamily emptyOrErrorValue )This method is from 'NutsOsFamily' class.
NutsOsFamily.parseLenient ( String e, NutsOsFamily emptyValue, NutsOsFamily errorValue )This method is from 'NutsOsFamily' class.
NutsOsFamily.valueOf ( String name )This method is from 'NutsOsFamily' class.
NutsOsFamily.values ( )This method is from 'NutsOsFamily' class.
[+] class NutsParseEnumException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsParseEnumException. |
[+] affected methods: 4 (0.03%)
NutsParseEnumException.NutsParseEnumException ( NutsSession session, String invalidValue, Class<?> enumType )This constructor is from 'NutsParseEnumException' class.
NutsParseEnumException.NutsParseEnumException ( NutsSession session, NutsMessage message, String invalidValue, Class<?> enumType )This constructor is from 'NutsParseEnumException' class.
NutsParseEnumException.getEnumType ( )This method is from 'NutsParseEnumException' class.
NutsParseEnumException.getInvalidValue ( )This method is from 'NutsParseEnumException' class.
[+] class NutsParseException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsParseException. |
[+] affected methods: 3 (0.02%)
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message )This constructor is from 'NutsParseException' class.
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsParseException' class.
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsParseException' class.
[+] class NutsPositionType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPositionType. |
[+] affected methods: 6 (0.05%)
NutsPositionType.id ( )This method is from 'NutsPositionType' class.
NutsPositionType.parseLenient ( String value )This method is from 'NutsPositionType' class.
NutsPositionType.parseLenient ( String value, NutsPositionType emptyOrErrorValue )This method is from 'NutsPositionType' class.
NutsPositionType.parseLenient ( String value, NutsPositionType emptyValue, NutsPositionType errorValue )This method is from 'NutsPositionType' class.
NutsPositionType.valueOf ( String name )This method is from 'NutsPositionType' class.
NutsPositionType.values ( )This method is from 'NutsPositionType' class.
[+] class NutsPredicates 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPredicates. |
[+] affected methods: 6 (0.05%)
NutsPredicates.NutsPredicates ( )This constructor is from 'NutsPredicates' class.
NutsPredicates.always ( )This method is from 'NutsPredicates' class.
NutsPredicates.blank ( )This method is from 'NutsPredicates' class.
NutsPredicates.isNull ( )This method is from 'NutsPredicates' class.
NutsPredicates.never ( )This method is from 'NutsPredicates' class.
NutsPredicates.nonNull ( )This method is from 'NutsPredicates' class.
[+] class NutsPredicates.And<T> 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPredicates.And<T>. |
[+] affected methods: 5 (0.04%)
NutsPredicates.And<T>.NutsPredicates.And<T> ( Predicate<T> left, Predicate<? super T> right )This constructor is from 'NutsPredicates.And<T>' class.
NutsPredicates.And<T>.equals ( Object o )This method is from 'NutsPredicates.And<T>' class.
NutsPredicates.And<T>.hashCode ( )This method is from 'NutsPredicates.And<T>' class.
NutsPredicates.And<T>.test ( T t )This method is from 'NutsPredicates.And<T>' class.
NutsPredicates.And<T>.toString ( )This method is from 'NutsPredicates.And<T>' class.
[+] class NutsPredicates.BaseOpPredicate<T> 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPredicates.BaseOpPredicate<T>. |
[+] affected methods: 1 (0.01%)
NutsPredicates.BaseOpPredicate<T>.NutsPredicates.BaseOpPredicate<T> ( )This constructor is from 'NutsPredicates.BaseOpPredicate<T>' abstract class.
[+] class NutsPredicates.BasePredicate<T> 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPredicates.BasePredicate<T>. |
[+] affected methods: 4 (0.03%)
NutsPredicates.BasePredicate<T>.NutsPredicates.BasePredicate<T> ( )This constructor is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.and ( Predicate<? super T> other )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.negate ( )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.or ( Predicate<? super T> other )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
[+] class NutsPredicates.Not<T> 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPredicates.Not<T>. |
[+] affected methods: 5 (0.04%)
NutsPredicates.Not<T>.NutsPredicates.Not<T> ( Predicate<T> base )This constructor is from 'NutsPredicates.Not<T>' class.
NutsPredicates.Not<T>.equals ( Object o )This method is from 'NutsPredicates.Not<T>' class.
NutsPredicates.Not<T>.hashCode ( )This method is from 'NutsPredicates.Not<T>' class.
NutsPredicates.Not<T>.test ( T t )This method is from 'NutsPredicates.Not<T>' class.
NutsPredicates.Not<T>.toString ( )This method is from 'NutsPredicates.Not<T>' class.
[+] class NutsPredicates.Or<T> 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPredicates.Or<T>. |
[+] affected methods: 5 (0.04%)
NutsPredicates.Or<T>.NutsPredicates.Or<T> ( Predicate<T> left, Predicate<? super T> right )This constructor is from 'NutsPredicates.Or<T>' class.
NutsPredicates.Or<T>.equals ( Object o )This method is from 'NutsPredicates.Or<T>' class.
NutsPredicates.Or<T>.hashCode ( )This method is from 'NutsPredicates.Or<T>' class.
NutsPredicates.Or<T>.test ( T t )This method is from 'NutsPredicates.Or<T>' class.
NutsPredicates.Or<T>.toString ( )This method is from 'NutsPredicates.Or<T>' class.
[+] class NutsPushException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPushException. |
[+] affected methods: 4 (0.03%)
NutsPushException.NutsPushException ( NutsSession session, NutsId id )This constructor is from 'NutsPushException' class.
NutsPushException.NutsPushException ( NutsSession session, NutsId id, NutsMessage message )This constructor is from 'NutsPushException' class.
NutsPushException.NutsPushException ( NutsSession session, NutsId id, NutsMessage message, Throwable cause )This constructor is from 'NutsPushException' class.
NutsPushException.getId ( )This method is from 'NutsPushException' class.
[+] class NutsReadOnlyException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsReadOnlyException. |
[+] affected methods: 2 (0.02%)
NutsReadOnlyException.NutsReadOnlyException ( NutsSession session )This constructor is from 'NutsReadOnlyException' class.
NutsReadOnlyException.NutsReadOnlyException ( NutsSession session, String location )This constructor is from 'NutsReadOnlyException' class.
[+] class NutsRemoveOptions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRemoveOptions. |
[+] affected methods: 8 (0.1%)
NutsRemoveOptions.NutsRemoveOptions ( )This constructor is from 'NutsRemoveOptions' class.
NutsRemoveOptions.equals ( Object o )This method is from 'NutsRemoveOptions' class.
NutsRemoveOptions.getSession ( )This method is from 'NutsRemoveOptions' class.
NutsRemoveOptions.hashCode ( )This method is from 'NutsRemoveOptions' class.
NutsRemoveOptions.isErase ( )This method is from 'NutsRemoveOptions' class.
NutsRemoveOptions.setErase ( boolean erase )This method is from 'NutsRemoveOptions' class.
NutsRemoveOptions.setSession ( NutsSession session )This method is from 'NutsRemoveOptions' class.
NutsRemoveOptions.toString ( )This method is from 'NutsRemoveOptions' class.
[+] class NutsRepositoryAlreadyRegisteredException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryAlreadyRegisteredException. |
[+] affected methods: 2 (0.02%)
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsSession session, String repository )This constructor is from 'NutsRepositoryAlreadyRegisteredException' class.
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsSession session, String repository, Throwable err )This constructor is from 'NutsRepositoryAlreadyRegisteredException' class.
[+] class NutsRepositoryConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryConfig. |
[+] affected methods: 28 (0.2%)
NutsRepositoryConfig.NutsRepositoryConfig ( )This constructor is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.equals ( Object obj )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getAuthenticationAgent ( )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getEnv ( )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getGroups ( )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getLocation ( )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getMirrors ( )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getName ( )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getStoreLocations ( )This method is from 'NutsRepositoryConfig' class.
NutsRepositoryConfig.getStoreLocationStrategy ( )This method is from 'NutsRepositoryConfig' class.
...
[+] class NutsRepositoryException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryException. |
[+] affected methods: 2 (0.02%)
NutsRepositoryException.NutsRepositoryException ( NutsSession session, String repository, NutsMessage message, Throwable ex )This constructor is from 'NutsRepositoryException' abstract class.
NutsRepositoryException.getRepository ( )This method is from 'NutsRepositoryException' abstract class.
[+] class NutsRepositoryNotFoundException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryNotFoundException. |
[+] affected methods: 1 (0.01%)
NutsRepositoryNotFoundException.NutsRepositoryNotFoundException ( NutsSession session, String repository )This constructor is from 'NutsRepositoryNotFoundException' class.
[+] class NutsRepositoryRef 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryRef. |
[+] affected methods: 17 (0.1%)
NutsRepositoryRef.NutsRepositoryRef ( )This constructor is from 'NutsRepositoryRef' class.
NutsRepositoryRef.NutsRepositoryRef ( String name, String location, int deployPriority, boolean enabled )This constructor is from 'NutsRepositoryRef' class.
NutsRepositoryRef.NutsRepositoryRef ( NutsRepositoryRef other )This constructor is from 'NutsRepositoryRef' class.
NutsRepositoryRef.copy ( )This method is from 'NutsRepositoryRef' class.
NutsRepositoryRef.equals ( Object obj )This method is from 'NutsRepositoryRef' class.
NutsRepositoryRef.getDeployOrder ( )This method is from 'NutsRepositoryRef' class.
NutsRepositoryRef.getLocation ( )This method is from 'NutsRepositoryRef' class.
NutsRepositoryRef.getName ( )This method is from 'NutsRepositoryRef' class.
NutsRepositoryRef.hashCode ( )This method is from 'NutsRepositoryRef' class.
NutsRepositoryRef.isEnabled ( )This method is from 'NutsRepositoryRef' class.
...
[+] class NutsRunAs 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRunAs. |
[+] affected methods: 8 (0.1%)
NutsRunAs.currentUser ( )This method is from 'NutsRunAs' class.
NutsRunAs.equals ( Object o )This method is from 'NutsRunAs' class.
NutsRunAs.getMode ( )This method is from 'NutsRunAs' class.
NutsRunAs.getUser ( )This method is from 'NutsRunAs' class.
NutsRunAs.hashCode ( )This method is from 'NutsRunAs' class.
NutsRunAs.root ( )This method is from 'NutsRunAs' class.
NutsRunAs.sudo ( )This method is from 'NutsRunAs' class.
NutsRunAs.user ( String name )This method is from 'NutsRunAs' class.
[+] class NutsRunAs.Mode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRunAs.Mode. |
[+] affected methods: 6 (0.05%)
NutsRunAs.Mode.id ( )This method is from 'NutsRunAs.Mode' class.
NutsRunAs.Mode.parseLenient ( String value )This method is from 'NutsRunAs.Mode' class.
NutsRunAs.Mode.parseLenient ( String value, NutsRunAs.Mode emptyOrErrorValue )This method is from 'NutsRunAs.Mode' class.
NutsRunAs.Mode.parseLenient ( String value, NutsRunAs.Mode emptyValue, NutsRunAs.Mode errorValue )This method is from 'NutsRunAs.Mode' class.
NutsRunAs.Mode.valueOf ( String name )This method is from 'NutsRunAs.Mode' class.
NutsRunAs.Mode.values ( )This method is from 'NutsRunAs.Mode' class.
[+] class NutsSdkLocation 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSdkLocation. |
[+] affected methods: 12 (0.1%)
NutsSdkLocation.NutsSdkLocation ( NutsId id, String product, String name, String path, String version, String packaging, int priority )This constructor is from 'NutsSdkLocation' class.
NutsSdkLocation.equals ( Object o )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getId ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getName ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getPackaging ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getPath ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getPriority ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getProduct ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getVersion ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.hashCode ( )This method is from 'NutsSdkLocation' class.
...
[+] class NutsSecurityException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSecurityException. |
[+] affected methods: 6 (0.05%)
NutsSecurityException.NutsSecurityException ( NutsSession session, NutsMessage message )This constructor is from 'NutsSecurityException' class.
NutsSecurityException.NutsSecurityException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsSecurityException' class.
NutsSecurityException.getFormattedMessage ( )This method is from 'NutsSecurityException' class.
NutsSecurityException.getFormattedString ( )This method is from 'NutsSecurityException' class.
NutsSecurityException.getSession ( )This method is from 'NutsSecurityException' class.
NutsSecurityException.getWorkspace ( )This method is from 'NutsSecurityException' class.
[+] class NutsStoreLocation 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsStoreLocation. |
[+] affected methods: 6 (0.05%)
NutsStoreLocation.id ( )This method is from 'NutsStoreLocation' class.
NutsStoreLocation.parseLenient ( String value )This method is from 'NutsStoreLocation' class.
NutsStoreLocation.parseLenient ( String value, NutsStoreLocation emptyOrErrorValue )This method is from 'NutsStoreLocation' class.
NutsStoreLocation.parseLenient ( String value, NutsStoreLocation emptyValue, NutsStoreLocation errorValue )This method is from 'NutsStoreLocation' class.
NutsStoreLocation.valueOf ( String name )This method is from 'NutsStoreLocation' class.
NutsStoreLocation.values ( )This method is from 'NutsStoreLocation' class.
[+] class NutsStoreLocationStrategy 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsStoreLocationStrategy. |
[+] affected methods: 6 (0.05%)
NutsStoreLocationStrategy.id ( )This method is from 'NutsStoreLocationStrategy' class.
NutsStoreLocationStrategy.parseLenient ( String value )This method is from 'NutsStoreLocationStrategy' class.
NutsStoreLocationStrategy.parseLenient ( String value, NutsStoreLocationStrategy emptyOrErrorValue )This method is from 'NutsStoreLocationStrategy' class.
NutsStoreLocationStrategy.parseLenient ( String value, NutsStoreLocationStrategy emptyValue, NutsStoreLocationStrategy errorValue )This method is from 'NutsStoreLocationStrategy' class.
NutsStoreLocationStrategy.valueOf ( String name )This method is from 'NutsStoreLocationStrategy' class.
NutsStoreLocationStrategy.values ( )This method is from 'NutsStoreLocationStrategy' class.
[+] class NutsTableSeparator 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTableSeparator. |
[+] affected methods: 6 (0.05%)
NutsTableSeparator.id ( )This method is from 'NutsTableSeparator' class.
NutsTableSeparator.parseLenient ( String value )This method is from 'NutsTableSeparator' class.
NutsTableSeparator.parseLenient ( String value, NutsTableSeparator emptyOrErrorValue )This method is from 'NutsTableSeparator' class.
NutsTableSeparator.parseLenient ( String value, NutsTableSeparator emptyValue, NutsTableSeparator errorValue )This method is from 'NutsTableSeparator' class.
NutsTableSeparator.valueOf ( String name )This method is from 'NutsTableSeparator' class.
NutsTableSeparator.values ( )This method is from 'NutsTableSeparator' class.
[+] class NutsTerminalCommand 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTerminalCommand. |
[+] affected methods: 14 (0.1%)
NutsTerminalCommand.NutsTerminalCommand ( String name )This constructor is from 'NutsTerminalCommand' class.
NutsTerminalCommand.NutsTerminalCommand ( String name, String args )This constructor is from 'NutsTerminalCommand' class.
NutsTerminalCommand.equals ( Object obj )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.getArgs ( )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.getName ( )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.hashCode ( )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_DOWN ( int count )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_LEFT ( int count )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_RIGHT ( int count )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_TO ( int row, int col )This method is from 'NutsTerminalCommand' class.
...
[+] class NutsTerminalMode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTerminalMode. |
[+] affected methods: 6 (0.05%)
NutsTerminalMode.id ( )This method is from 'NutsTerminalMode' class.
NutsTerminalMode.parseLenient ( String value )This method is from 'NutsTerminalMode' class.
NutsTerminalMode.parseLenient ( String value, NutsTerminalMode emptyOrErrorValue )This method is from 'NutsTerminalMode' class.
NutsTerminalMode.parseLenient ( String value, NutsTerminalMode emptyValue, NutsTerminalMode errorValue )This method is from 'NutsTerminalMode' class.
NutsTerminalMode.valueOf ( String name )This method is from 'NutsTerminalMode' class.
NutsTerminalMode.values ( )This method is from 'NutsTerminalMode' class.
[+] class NutsTextFormatStyle 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextFormatStyle. |
[+] affected methods: 6 (0.05%)
NutsTextFormatStyle.id ( )This method is from 'NutsTextFormatStyle' class.
NutsTextFormatStyle.parseLenient ( String value )This method is from 'NutsTextFormatStyle' class.
NutsTextFormatStyle.parseLenient ( String value, NutsTextFormatStyle emptyOrErrorValue )This method is from 'NutsTextFormatStyle' class.
NutsTextFormatStyle.parseLenient ( String value, NutsTextFormatStyle emptyValue, NutsTextFormatStyle errorValue )This method is from 'NutsTextFormatStyle' class.
NutsTextFormatStyle.valueOf ( String name )This method is from 'NutsTextFormatStyle' class.
NutsTextFormatStyle.values ( )This method is from 'NutsTextFormatStyle' class.
[+] class NutsTextStyle 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextStyle. |
[+] affected methods: 75 (0.6%)
NutsTextStyle.NutsTextStyle ( NutsTextStyleType type, int variant )This constructor is from 'NutsTextStyle' class.
NutsTextStyle.append ( NutsTextStyle other )This method is from 'NutsTextStyle' class.
NutsTextStyle.append ( NutsTextStyles other )This method is from 'NutsTextStyle' class.
NutsTextStyle.backgroundColor ( int variant )This method is from 'NutsTextStyle' class.
NutsTextStyle.backgroundTrueColor ( int variant )This method is from 'NutsTextStyle' class.
NutsTextStyle.blink ( )This method is from 'NutsTextStyle' class.
NutsTextStyle.bold ( )This method is from 'NutsTextStyle' class.
NutsTextStyle.bool ( )This method is from 'NutsTextStyle' class.
NutsTextStyle.bool ( int variant )This method is from 'NutsTextStyle' class.
NutsTextStyle.comments ( )This method is from 'NutsTextStyle' class.
...
[+] class NutsTextStyles 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextStyles. |
[+] affected methods: 12 (0.1%)
NutsTextStyles.append ( NutsTextStyle... others )This method is from 'NutsTextStyles' class.
NutsTextStyles.append ( NutsTextStyle other )This method is from 'NutsTextStyles' class.
NutsTextStyles.append ( NutsTextStyles other )This method is from 'NutsTextStyles' class.
NutsTextStyles.get ( int index )This method is from 'NutsTextStyles' class.
NutsTextStyles.isNone ( )This method is from 'NutsTextStyles' class.
NutsTextStyles.iterator ( )This method is from 'NutsTextStyles' class.
NutsTextStyles.of ( NutsTextStyle... others )This method is from 'NutsTextStyles' class.
NutsTextStyles.of ( NutsTextStyle other )This method is from 'NutsTextStyles' class.
NutsTextStyles.removeFirst ( )This method is from 'NutsTextStyles' class.
NutsTextStyles.removeLast ( )This method is from 'NutsTextStyles' class.
...
[+] class NutsTextStyleType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextStyleType. |
[+] affected methods: 7 (0.1%)
NutsTextStyleType.basic ( )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.id ( )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.parseLenient ( String value )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyOrErrorValue )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyValue, NutsTextStyleType errorValue )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.valueOf ( String name )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.values ( )This method is from 'NutsTextStyleType' class.
[+] class NutsTextType 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextType. |
[+] affected methods: 6 (0.05%)
NutsTextType.id ( )This method is from 'NutsTextType' class.
NutsTextType.parseLenient ( String value )This method is from 'NutsTextType' class.
NutsTextType.parseLenient ( String value, NutsTextType emptyOrErrorValue )This method is from 'NutsTextType' class.
NutsTextType.parseLenient ( String value, NutsTextType emptyValue, NutsTextType errorValue )This method is from 'NutsTextType' class.
NutsTextType.valueOf ( String name )This method is from 'NutsTextType' class.
NutsTextType.values ( )This method is from 'NutsTextType' class.
[+] class NutsTextWriteConfiguration 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextWriteConfiguration. |
[+] affected methods: 12 (0.1%)
NutsTextWriteConfiguration.NutsTextWriteConfiguration ( )This constructor is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.clone ( )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.clone ( )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.copy ( )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.getTitleNumberSequence ( )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.isFiltered ( )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.isLineNumberEnabled ( )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.isTitleNumberEnabled ( )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.setFiltered ( boolean filtered )This method is from 'NutsTextWriteConfiguration' class.
NutsTextWriteConfiguration.setLineNumberEnabled ( boolean lineNumberEnabled )This method is from 'NutsTextWriteConfiguration' class.
...
[+] class NutsTooManyElementsException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTooManyElementsException. |
[+] affected methods: 4 (0.03%)
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session )This constructor is from 'NutsTooManyElementsException' class.
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message )This constructor is from 'NutsTooManyElementsException' class.
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsTooManyElementsException' class.
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsTooManyElementsException' class.
[+] class NutsUnexpectedException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUnexpectedException. |
[+] affected methods: 4 (0.03%)
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session )This constructor is from 'NutsUnexpectedException' class.
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message )This constructor is from 'NutsUnexpectedException' class.
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsUnexpectedException' class.
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsUnexpectedException' class.
[+] class NutsUninstallException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUninstallException. |
[+] affected methods: 2 (0.02%)
NutsUninstallException.NutsUninstallException ( NutsSession session, NutsId id )This constructor is from 'NutsUninstallException' class.
NutsUninstallException.NutsUninstallException ( NutsSession session, NutsId id, NutsMessage msg, Throwable ex )This constructor is from 'NutsUninstallException' class.
[+] class NutsUnsatisfiedRequirementsException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUnsatisfiedRequirementsException. |
[+] affected methods: 2 (0.02%)
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( )This constructor is from 'NutsUnsatisfiedRequirementsException' class.
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsMessage message )This constructor is from 'NutsUnsatisfiedRequirementsException' class.
[+] class NutsUnsupportedArgumentException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUnsupportedArgumentException. |
[+] affected methods: 3 (0.02%)
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message )This constructor is from 'NutsUnsupportedArgumentException' class.
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsUnsupportedArgumentException' class.
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsUnsupportedArgumentException' class.
[+] class NutsUnsupportedEnumException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUnsupportedEnumException. |
[+] affected methods: 4 (0.03%)
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, Enum enumValue )This constructor is from 'NutsUnsupportedEnumException' class.
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, NutsMessage message, Enum enumValue )This constructor is from 'NutsUnsupportedEnumException' class.
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, NutsMessage message, String stringValue, Enum enumValue )This constructor is from 'NutsUnsupportedEnumException' class.
NutsUnsupportedEnumException.getEnumValue ( )This method is from 'NutsUnsupportedEnumException' class.
[+] class NutsUnsupportedOperationException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUnsupportedOperationException. |
[+] affected methods: 3 (0.02%)
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message )This constructor is from 'NutsUnsupportedOperationException' class.
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsUnsupportedOperationException' class.
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsUnsupportedOperationException' class.
[+] class NutsUpdateOptions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUpdateOptions. |
[+] affected methods: 4 (0.03%)
NutsUpdateOptions.NutsUpdateOptions ( )This constructor is from 'NutsUpdateOptions' class.
NutsUpdateOptions.NutsUpdateOptions ( NutsSession session )This constructor is from 'NutsUpdateOptions' class.
NutsUpdateOptions.getSession ( )This method is from 'NutsUpdateOptions' class.
NutsUpdateOptions.setSession ( NutsSession session )This method is from 'NutsUpdateOptions' class.
[+] class NutsUserCancelException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUserCancelException. |
[+] affected methods: 3 (0.02%)
NutsUserCancelException.NutsUserCancelException ( NutsSession session )This constructor is from 'NutsUserCancelException' class.
NutsUserCancelException.NutsUserCancelException ( NutsSession session, NutsMessage message )This constructor is from 'NutsUserCancelException' class.
NutsUserCancelException.NutsUserCancelException ( NutsSession session, NutsMessage message, int exitCode )This constructor is from 'NutsUserCancelException' class.
[+] class NutsUserConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUserConfig. |
[+] affected methods: 18 (0.1%)
NutsUserConfig.NutsUserConfig ( )This constructor is from 'NutsUserConfig' class.
NutsUserConfig.NutsUserConfig ( String user, String credentials, String[ ] groups, String[ ] permissions )This constructor is from 'NutsUserConfig' class.
NutsUserConfig.NutsUserConfig ( NutsUserConfig other )This constructor is from 'NutsUserConfig' class.
NutsUserConfig.equals ( Object o )This method is from 'NutsUserConfig' class.
NutsUserConfig.getCredentials ( )This method is from 'NutsUserConfig' class.
NutsUserConfig.getGroups ( )This method is from 'NutsUserConfig' class.
NutsUserConfig.getPermissions ( )This method is from 'NutsUserConfig' class.
NutsUserConfig.getRemoteCredentials ( )This method is from 'NutsUserConfig' class.
NutsUserConfig.getRemoteIdentity ( )This method is from 'NutsUserConfig' class.
NutsUserConfig.getUser ( )This method is from 'NutsUserConfig' class.
...
[+] class NutsUtilPlatforms 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUtilPlatforms. |
[+] affected methods: 8 (0.1%)
NutsUtilPlatforms.NutsUtilPlatforms ( )This constructor is from 'NutsUtilPlatforms' class.
NutsUtilPlatforms.getPlatformGlobalHomeFolder ( NutsStoreLocation location, String workspaceName )This method is from 'NutsUtilPlatforms' class.
NutsUtilPlatforms.getPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<String,String> homeLocations, boolean global, String workspaceName )This method is from 'NutsUtilPlatforms' class.
NutsUtilPlatforms.getPlatformOsFamily ( )This method is from 'NutsUtilPlatforms' class.
NutsUtilPlatforms.getWindowsProgramFiles ( )This method is from 'NutsUtilPlatforms' class.
NutsUtilPlatforms.getWindowsProgramFilesX86 ( )This method is from 'NutsUtilPlatforms' class.
NutsUtilPlatforms.getWindowsSystemDrive ( )This method is from 'NutsUtilPlatforms' class.
NutsUtilPlatforms.getWindowsSystemRoot ( )This method is from 'NutsUtilPlatforms' class.
[+] class NutsUtilStrings 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUtilStrings. |
[+] affected methods: 6 (0.05%)
NutsUtilStrings.NutsUtilStrings ( )This constructor is from 'NutsUtilStrings' class.
NutsUtilStrings.isBlank ( char[ ] string )This method is from 'NutsUtilStrings' class.
NutsUtilStrings.isBlank ( CharSequence s )This method is from 'NutsUtilStrings' class.
NutsUtilStrings.parseBoolean ( String value, Boolean emptyValue, Boolean errorValue )This method is from 'NutsUtilStrings' class.
NutsUtilStrings.trim ( String value )This method is from 'NutsUtilStrings' class.
NutsUtilStrings.trimToNull ( String value )This method is from 'NutsUtilStrings' class.
[+] class NutsValidationException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsValidationException. |
[+] affected methods: 4 (0.03%)
NutsValidationException.NutsValidationException ( NutsSession workspace )This constructor is from 'NutsValidationException' class.
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message )This constructor is from 'NutsValidationException' class.
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message, Throwable cause )This constructor is from 'NutsValidationException' class.
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )This constructor is from 'NutsValidationException' class.
[+] class NutsWorkspaceAlreadyExistsException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceAlreadyExistsException. |
[+] affected methods: 3 (0.02%)
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( String workspaceLocation )This constructor is from 'NutsWorkspaceAlreadyExistsException' class.
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( String workspaceLocation, Throwable err )This constructor is from 'NutsWorkspaceAlreadyExistsException' class.
NutsWorkspaceAlreadyExistsException.getWorkspaceLocation ( )This method is from 'NutsWorkspaceAlreadyExistsException' class.
[+] class NutsWorkspaceException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceException. |
[+] affected methods: 1 (0.01%)
NutsWorkspaceException.NutsWorkspaceException ( NutsSession session, NutsMessage message, Throwable ex )This constructor is from 'NutsWorkspaceException' abstract class.
[+] class NutsWorkspaceListConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceListConfig. |
[+] affected methods: 10 (0.1%)
NutsWorkspaceListConfig.NutsWorkspaceListConfig ( )This constructor is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.NutsWorkspaceListConfig ( String uuid, String name )This constructor is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.NutsWorkspaceListConfig ( NutsWorkspaceListConfig other )This constructor is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.getName ( )This method is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.getUuid ( )This method is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.getWorkspaces ( )This method is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.setName ( String name )This method is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.setUuid ( String uuid )This method is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.setWorkspaces ( List<NutsWorkspaceLocation> workspaces )This method is from 'NutsWorkspaceListConfig' class.
NutsWorkspaceListConfig.toString ( )This method is from 'NutsWorkspaceListConfig' class.
[+] class NutsWorkspaceLocation 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceLocation. |
[+] affected methods: 15 (0.1%)
NutsWorkspaceLocation.NutsWorkspaceLocation ( )This constructor is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.NutsWorkspaceLocation ( String uuid, String name, String location )This constructor is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.NutsWorkspaceLocation ( NutsWorkspaceLocation other )This constructor is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.copy ( )This method is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.equals ( Object o )This method is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.getLocation ( )This method is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.getName ( )This method is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.getUuid ( )This method is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.hashCode ( )This method is from 'NutsWorkspaceLocation' class.
NutsWorkspaceLocation.isEnabled ( )This method is from 'NutsWorkspaceLocation' class.
...
[+] class NutsWorkspaceNotFoundException 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceNotFoundException. |
[+] affected methods: 2 (0.02%)
NutsWorkspaceNotFoundException.NutsWorkspaceNotFoundException ( String workspaceLocation )This constructor is from 'NutsWorkspaceNotFoundException' class.
NutsWorkspaceNotFoundException.getWorkspaceLocation ( )This method is from 'NutsWorkspaceNotFoundException' class.
[+] interface NutsAddUserCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsAddUserCommand. |
[+] affected methods: 29 (0.2%)
NutsAddUserCommand.addGroup ( String p1 )This abstract method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.addGroups ( String... p1 )This abstract method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.addGroups ( Collection<String> p1 )This abstract method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.addPermission ( String p1 )This abstract method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.addPermissions ( String... p1 )This abstract method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.addPermissions ( Collection<String> p1 )This abstract method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsAddUserCommand' interface.
NutsAddUserCommand.copySession ( )This abstract method is from 'NutsAddUserCommand' interface.
...
[+] interface NutsApplication 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsApplication. |
[+] affected methods: 9 (0.1%)
NutsApplication.createApplicationContext ( NutsSession session, String[ ] args, long startTimeMillis )This method is from 'NutsApplication' interface.
NutsApplication.main ( Class<T> appType, String[ ] args )This method is from 'NutsApplication' interface.
NutsApplication.onInstallApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplication' interface.
NutsApplication.onUninstallApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplication' interface.
NutsApplication.onUpdateApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplication' interface.
NutsApplication.run ( String[ ] args )This method is from 'NutsApplication' interface.
NutsApplication.run ( NutsApplicationContext p1 )This abstract method is from 'NutsApplication' interface.
NutsApplication.run ( NutsSession session, String[ ] args )This method is from 'NutsApplication' interface.
NutsApplication.runAndExit ( String[ ] args )This method is from 'NutsApplication' interface.
[+] interface NutsApplicationContext 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsApplicationContext. |
[+] affected methods: 39 (0.3%)
NutsApplicationContext.configure ( boolean p1, String[ ] p2 )This method is from 'NutsApplicationContext' interface.
NutsApplicationContext.configure ( boolean p1, String... p2 )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.configureLast ( NutsCommandLine p1 )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppClass ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppId ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppPreviousVersion ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppsFolder ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppVersion ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppVersionStoreLocationSupplier ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getArguments ( )This abstract method is from 'NutsApplicationContext' interface.
...
[+] interface NutsAppVersionStoreLocationSupplier 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsAppVersionStoreLocationSupplier. |
[+] affected methods: 1 (0.01%)
NutsAppVersionStoreLocationSupplier.getStoreLocation ( NutsStoreLocation p1, String p2 )This abstract method is from 'NutsAppVersionStoreLocationSupplier' interface.
[+] interface NutsArgument 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsArgument. |
[+] affected methods: 36 (0.3%)
NutsArgument.getArgumentKey ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getArgumentOptionName ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getArgumentValue ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getBoolean ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getBoolean ( Boolean p1 )This abstract method is from 'NutsArgument' interface.
NutsArgument.getBooleanValue ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getBooleanValue ( Boolean p1 )This abstract method is from 'NutsArgument' interface.
NutsArgument.getDouble ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getDouble ( double p1 )This abstract method is from 'NutsArgument' interface.
NutsArgument.getDoubleValue ( )This abstract method is from 'NutsArgument' interface.
...
[+] interface NutsArgumentCandidate 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsArgumentCandidate. |
[+] affected methods: 3 (0.02%)
NutsArgumentCandidate.getDisplay ( )This abstract method is from 'NutsArgumentCandidate' interface.
NutsArgumentCandidate.getValue ( )This abstract method is from 'NutsArgumentCandidate' interface.
NutsArgumentCandidate.of ( String value, NutsSession session )This method is from 'NutsArgumentCandidate' interface.
[+] interface NutsArgumentCandidateBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsArgumentCandidateBuilder. |
[+] affected methods: 7 (0.1%)
NutsArgumentCandidateBuilder.build ( )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.getDisplay ( )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.getValue ( )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.of ( NutsSession session )This method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.setCandidate ( NutsArgumentCandidate p1 )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.setDisplay ( String p1 )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.setValue ( String p1 )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
[+] interface NutsArgumentName 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsArgumentName. |
[+] affected methods: 2 (0.02%)
NutsArgumentName.getCandidates ( NutsCommandAutoComplete p1 )This abstract method is from 'NutsArgumentName' interface.
NutsArgumentName.getName ( )This abstract method is from 'NutsArgumentName' interface.
[+] interface NutsArrayElement 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsArrayElement. |
[+] affected methods: 16 (0.1%)
NutsArrayElement.children ( )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.get ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getArray ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getBoolean ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getByte ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getDouble ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getFloat ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getInstant ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getInt ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getLong ( int p1 )This abstract method is from 'NutsArrayElement' interface.
...
[+] interface NutsArrayElementBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsArrayElementBuilder. |
[+] affected methods: 32 (0.2%)
NutsArrayElementBuilder.add ( byte p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( char p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( double p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( float p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( int p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( long p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( Number p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( String p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( NutsElement p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( boolean p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
...
[+] interface NutsArtifactCall 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsArtifactCall. |
[+] affected methods: 3 (0.02%)
NutsArtifactCall.getArguments ( )This abstract method is from 'NutsArtifactCall' interface.
NutsArtifactCall.getId ( )This abstract method is from 'NutsArtifactCall' interface.
NutsArtifactCall.getProperties ( )This abstract method is from 'NutsArtifactCall' interface.
[+] interface NutsArtifactCallBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsArtifactCallBuilder. |
[+] affected methods: 10 (0.1%)
NutsArtifactCallBuilder.build ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.clear ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.getArguments ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.getId ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.getProperties ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.set ( NutsArtifactCall p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.set ( NutsArtifactCallBuilder p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.setArguments ( String... p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.setId ( NutsId p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.setProperties ( Map<String,String> p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
[+] interface NutsArtifactFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsArtifactFilter. |
[+] affected methods: 1 (0.01%)
NutsArtifactFilter.acceptSearchId ( NutsSearchId p1, NutsSession p2 )This abstract method is from 'NutsArtifactFilter' interface.
[+] interface NutsAuthenticationAgent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsAuthenticationAgent. |
[+] affected methods: 5 (0.04%)
NutsAuthenticationAgent.checkCredentials ( char[ ] p1, char[ ] p2, Map<String,String> p3, NutsSession p4 )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, Map<String,String> p4, NutsSession p5 )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.getCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.getId ( )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.removeCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 )This abstract method is from 'NutsAuthenticationAgent' interface.
[+] interface NutsBootManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsBootManager. |
[+] affected methods: 2 (0.02%)
NutsBootManager.getSession ( )This abstract method is from 'NutsBootManager' interface.
NutsBootManager.setSession ( NutsSession p1 )This abstract method is from 'NutsBootManager' interface.
[+] interface NutsClassifierMapping 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsClassifierMapping. |
[+] affected methods: 6 (0.05%)
NutsClassifierMapping.getArch ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getClassifier ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getOs ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getOsdist ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getPackaging ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getPlatform ( )This abstract method is from 'NutsClassifierMapping' interface.
[+] interface NutsClassifierMappingBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsClassifierMappingBuilder. |
[+] affected methods: 16 (0.1%)
NutsClassifierMappingBuilder.build ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.clear ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getArch ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getClassifier ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getOs ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getOsdist ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getPackaging ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getPlatform ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.set ( NutsClassifierMapping p1 )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.set ( NutsClassifierMappingBuilder p1 )This abstract method is from 'NutsClassifierMappingBuilder' interface.
...
[+] interface NutsCodeFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCodeFormat. |
[+] affected methods: 3 (0.02%)
NutsCodeFormat.getSupportLevel ( NutsSupportLevelContext<String> p1 )This abstract method is from 'NutsCodeFormat' interface.
NutsCodeFormat.stringToText ( String p1, NutsSession p2 )This abstract method is from 'NutsCodeFormat' interface.
NutsCodeFormat.tokenToText ( String p1, String p2, NutsSession p3 )This abstract method is from 'NutsCodeFormat' interface.
[+] interface NutsCommandAutoComplete 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandAutoComplete. |
[+] affected methods: 8 (0.1%)
NutsCommandAutoComplete.addCandidate ( NutsArgumentCandidate p1 )This abstract method is from 'NutsCommandAutoComplete' interface.
NutsCommandAutoComplete.get ( Class<T> p1 )This abstract method is from 'NutsCommandAutoComplete' interface.
NutsCommandAutoComplete.getCandidates ( )This abstract method is from 'NutsCommandAutoComplete' interface.
NutsCommandAutoComplete.getCurrentWordIndex ( )This abstract method is from 'NutsCommandAutoComplete' interface.
NutsCommandAutoComplete.getLine ( )This abstract method is from 'NutsCommandAutoComplete' interface.
NutsCommandAutoComplete.getSession ( )This abstract method is from 'NutsCommandAutoComplete' interface.
NutsCommandAutoComplete.getWords ( )This abstract method is from 'NutsCommandAutoComplete' interface.
NutsCommandAutoComplete.getWorkspace ( )This abstract method is from 'NutsCommandAutoComplete' interface.
[+] interface NutsCommandAutoCompleteResolver 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandAutoCompleteResolver. |
[+] affected methods: 1 (0.01%)
NutsCommandAutoCompleteResolver.resolveCandidates ( NutsCommandLine p1, int p2, NutsSession p3 )This abstract method is from 'NutsCommandAutoCompleteResolver' interface.
[+] interface NutsCommandHistory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandHistory. |
[+] affected methods: 9 (0.1%)
NutsCommandHistory.add ( Instant p1, String p2 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.getEntry ( int p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.iterator ( int p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.load ( )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.load ( InputStream p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.purge ( )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.save ( )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.save ( OutputStream p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.size ( )This abstract method is from 'NutsCommandHistory' interface.
[+] interface NutsCommandHistoryBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandHistoryBuilder. |
[+] affected methods: 3 (0.02%)
NutsCommandHistoryBuilder.build ( )This abstract method is from 'NutsCommandHistoryBuilder' interface.
NutsCommandHistoryBuilder.setPath ( File p1 )This abstract method is from 'NutsCommandHistoryBuilder' interface.
NutsCommandHistoryBuilder.setPath ( Path p1 )This abstract method is from 'NutsCommandHistoryBuilder' interface.
[+] interface NutsCommandHistoryEntry 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandHistoryEntry. |
[+] affected methods: 3 (0.02%)
NutsCommandHistoryEntry.getIndex ( )This abstract method is from 'NutsCommandHistoryEntry' interface.
NutsCommandHistoryEntry.getLine ( )This abstract method is from 'NutsCommandHistoryEntry' interface.
NutsCommandHistoryEntry.getTime ( )This abstract method is from 'NutsCommandHistoryEntry' interface.
[+] interface NutsCommandLine 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandLine. |
[+] affected methods: 57 (0.4%)
NutsCommandLine.accept ( String... p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.accept ( int p1, String... p2 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.contains ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.find ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.formatter ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.formatter ( )This method is from 'NutsCommandLine' interface.
NutsCommandLine.get ( int p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getAutoComplete ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getCommandName ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getSpecialSimpleOptions ( )This abstract method is from 'NutsCommandLine' interface.
...
[+] interface NutsCommandLineConfigurable 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandLineConfigurable. |
[+] affected methods: 4 (0.03%)
NutsCommandLineConfigurable.configure ( boolean p1, String... p2 )This abstract method is from 'NutsCommandLineConfigurable' interface.
NutsCommandLineConfigurable.configure ( boolean p1, NutsCommandLine p2 )This abstract method is from 'NutsCommandLineConfigurable' interface.
NutsCommandLineConfigurable.configureFirst ( NutsCommandLine p1 )This abstract method is from 'NutsCommandLineConfigurable' interface.
NutsCommandLineConfigurable.configureLast ( NutsCommandLine commandLine )This method is from 'NutsCommandLineConfigurable' interface.
[+] interface NutsCommandLineFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandLineFormat. |
[+] affected methods: 16 (0.1%)
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.getCommandlineFamily ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.getFormatStrategy ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.getValue ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.isNtf ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setCommandlineFamily ( NutsCommandlineFamily p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setFormatStrategy ( NutsCommandLineFormatStrategy p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setNtf ( boolean p1 )This abstract method is from 'NutsCommandLineFormat' interface.
...
[+] interface NutsCommandLineManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandLineManager. |
[+] affected methods: 15 (0.1%)
NutsCommandLineManager.create ( String... p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.create ( List<String> p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createArgument ( String p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createCandidate ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createCandidate ( String value )This method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createHistory ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createName ( String type )This method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createName ( String p1, String p2 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.formatter ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.formatter ( NutsCommandLine p1 )This abstract method is from 'NutsCommandLineManager' interface.
...
[+] interface NutsCommandLineProcessor 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandLineProcessor. |
[+] affected methods: 6 (0.05%)
NutsCommandLineProcessor.onAutoComplete ( NutsCommandAutoComplete autoComplete )This method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onExec ( )This abstract method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onInit ( NutsCommandLine commandline )This method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onNextNonOption ( NutsArgument p1, NutsCommandLine p2 )This abstract method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onNextOption ( NutsArgument p1, NutsCommandLine p2 )This abstract method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onPrepare ( NutsCommandLine commandline )This method is from 'NutsCommandLineProcessor' interface.
[+] interface NutsCommandReadHighlighter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandReadHighlighter. |
[+] affected methods: 1 (0.01%)
NutsCommandReadHighlighter.highlight ( String p1, NutsSession p2 )This abstract method is from 'NutsCommandReadHighlighter' interface.
[+] interface NutsConcurrentManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsConcurrentManager. |
[+] affected methods: 4 (0.03%)
NutsConcurrentManager.executorService ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsConcurrentManager.getSession ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsConcurrentManager.lock ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsConcurrentManager.setSession ( NutsSession p1 )This abstract method is from 'NutsConcurrentManager' interface.
[+] interface NutsContent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsContent. |
[+] affected methods: 6 (0.05%)
NutsContent.getFilePath ( )This abstract method is from 'NutsContent' interface.
NutsContent.getLocation ( )This abstract method is from 'NutsContent' interface.
NutsContent.getPath ( )This abstract method is from 'NutsContent' interface.
NutsContent.getURL ( )This abstract method is from 'NutsContent' interface.
NutsContent.isCached ( )This abstract method is from 'NutsContent' interface.
NutsContent.isTemporary ( )This abstract method is from 'NutsContent' interface.
[+] interface NutsContentEvent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsContentEvent. |
[+] affected methods: 4 (0.03%)
NutsContentEvent.getLocation ( )This abstract method is from 'NutsContentEvent' interface.
NutsContentEvent.getRepository ( )This abstract method is from 'NutsContentEvent' interface.
NutsContentEvent.getSession ( )This abstract method is from 'NutsContentEvent' interface.
NutsContentEvent.getWorkspace ( )This abstract method is from 'NutsContentEvent' interface.
[+] interface NutsCustomCommandManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCustomCommandManager. |
[+] affected methods: 16 (0.1%)
NutsCustomCommandManager.addCommand ( NutsCommandConfig p1 )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.addCommandFactory ( NutsCommandFactoryConfig p1 )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.commandExists ( String p1 )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.commandFactoryExists ( String p1 )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.findAllCommands ( )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.findCommand ( String p1 )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.findCommand ( String p1, NutsId p2, NutsId p3 )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.findCommandsByOwner ( NutsId p1 )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.getCommandFactories ( )This abstract method is from 'NutsCustomCommandManager' interface.
NutsCustomCommandManager.getSession ( )This abstract method is from 'NutsCustomCommandManager' interface.
...
[+] interface NutsDefinition 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDefinition. |
[+] affected methods: 17 (0.1%)
NutsDefinition.compareTo ( Object p1 )This method is from 'NutsDefinition' interface.
NutsDefinition.compareTo ( NutsDefinition p1 )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getApiId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getContent ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getDependencies ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getEffectiveDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getInstallInformation ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getLocation ( )This abstract method is from 'NutsDefinition' interface.
...
[+] interface NutsDependencies 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDependencies. |
[+] affected methods: 8 (0.1%)
NutsDependencies.all ( )This abstract method is from 'NutsDependencies' interface.
NutsDependencies.filter ( )This abstract method is from 'NutsDependencies' interface.
NutsDependencies.immediate ( )This abstract method is from 'NutsDependencies' interface.
NutsDependencies.mergedDependencies ( )This abstract method is from 'NutsDependencies' interface.
NutsDependencies.mergedNodes ( )This abstract method is from 'NutsDependencies' interface.
NutsDependencies.nodes ( )This abstract method is from 'NutsDependencies' interface.
NutsDependencies.sourceIds ( )This abstract method is from 'NutsDependencies' interface.
NutsDependencies.stream ( )This abstract method is from 'NutsDependencies' interface.
[+] interface NutsDependency 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDependency. |
[+] affected methods: 21 (0.2%)
NutsDependency.builder ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.formatter ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.formatter ( )This method is from 'NutsDependency' interface.
NutsDependency.getArch ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getArtifactId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getClassifier ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getExclusions ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getFullName ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getGroupId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getLongName ( )This abstract method is from 'NutsDependency' interface.
...
[+] interface NutsDependencyBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDependencyBuilder. |
[+] affected methods: 42 (0.3%)
NutsDependencyBuilder.addProperties ( String p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.build ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.clear ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getArch ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getArtifactId ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getClassifier ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getExclusions ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getFullName ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getGroupId ( )This abstract method is from 'NutsDependencyBuilder' interface.
...
[+] interface NutsDependencyFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDependencyFilter. |
[+] affected methods: 5 (0.04%)
NutsDependencyFilter.acceptDependency ( NutsId p1, NutsDependency p2, NutsSession p3 )This abstract method is from 'NutsDependencyFilter' interface.
NutsDependencyFilter.and ( NutsDependencyFilter p1 )This abstract method is from 'NutsDependencyFilter' interface.
NutsDependencyFilter.neg ( )This abstract method is from 'NutsDependencyFilter' interface.
NutsDependencyFilter.neg ( )This method is from 'NutsDependencyFilter' interface.
NutsDependencyFilter.or ( NutsDependencyFilter p1 )This abstract method is from 'NutsDependencyFilter' interface.
[+] interface NutsDependencyFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDependencyFilterManager. |
[+] affected methods: 18 (0.1%)
NutsDependencyFilterManager.byArch ( NutsArchFamily... p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byArch ( String p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byArch ( Collection<NutsArchFamily> p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byArch ( NutsArchFamily p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byExclude ( NutsDependencyFilter p1, String[ ] p2 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byExpression ( String p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOptional ( Boolean p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOs ( NutsOsFamily... p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOs ( String p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOs ( Collection<NutsOsFamily> p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
...
[+] interface NutsDependencyFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDependencyFormat. |
[+] affected methods: 34 (0.3%)
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getOmitQueryProperties ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getValue ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightImportedGroup ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightOptional ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightScope ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitClassifier ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitExclusions ( )This abstract method is from 'NutsDependencyFormat' interface.
...
[+] interface NutsDependencyManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDependencyManager. |
[+] affected methods: 8 (0.1%)
NutsDependencyManager.builder ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.filter ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.formatter ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.formatter ( NutsDependency p1 )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.getSession ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.parser ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.setSession ( NutsSession p1 )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.toScopeSet ( NutsDependencyScopePattern p1 )This abstract method is from 'NutsDependencyManager' interface.
[+] interface NutsDependencyParser 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDependencyParser. |
[+] affected methods: 6 (0.05%)
NutsDependencyParser.isLenient ( )This abstract method is from 'NutsDependencyParser' interface.
NutsDependencyParser.of ( NutsSession session )This method is from 'NutsDependencyParser' interface.
NutsDependencyParser.parseDependency ( String p1 )This abstract method is from 'NutsDependencyParser' interface.
NutsDependencyParser.parseOptional ( String p1 )This abstract method is from 'NutsDependencyParser' interface.
NutsDependencyParser.parseScope ( String p1 )This abstract method is from 'NutsDependencyParser' interface.
NutsDependencyParser.setLenient ( boolean p1 )This abstract method is from 'NutsDependencyParser' interface.
[+] interface NutsDependencyTreeNode 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDependencyTreeNode. |
[+] affected methods: 3 (0.02%)
NutsDependencyTreeNode.getChildren ( )This abstract method is from 'NutsDependencyTreeNode' interface.
NutsDependencyTreeNode.getDependency ( )This abstract method is from 'NutsDependencyTreeNode' interface.
NutsDependencyTreeNode.isPartial ( )This abstract method is from 'NutsDependencyTreeNode' interface.
[+] interface NutsDeployCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDeployCommand. |
[+] affected methods: 38 (0.3%)
NutsDeployCommand.addId ( String p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.addId ( NutsId p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.addIds ( String... p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.clearIds ( )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDeployCommand' interface.
NutsDeployCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDeployCommand' interface.
NutsDeployCommand.copySession ( )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.copySession ( )This method is from 'NutsDeployCommand' interface.
...
[+] interface NutsDescriptor 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDescriptor. |
[+] affected methods: 23 (0.2%)
NutsDescriptor.builder ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getArch ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getCategories ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getClassifierMappings ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDependencies ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDescription ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDesktopEnvironment ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getExecutor ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getGenericName ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getIcons ( )This abstract method is from 'NutsDescriptor' interface.
...
[+] interface NutsDescriptorBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDescriptorBuilder. |
[+] affected methods: 75 (0.6%)
NutsDescriptorBuilder.addArch ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addClassifierMapping ( NutsClassifierMapping p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addDependencies ( NutsDependency[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addDependency ( NutsDependency p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addLocation ( NutsIdLocation p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addOs ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addOsdist ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addPlatform ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addStandardDependencies ( NutsDependency[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
...
[+] interface NutsDescriptorFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDescriptorFilter. |
[+] affected methods: 6 (0.05%)
NutsDescriptorFilter.acceptDescriptor ( NutsDescriptor p1, NutsSession p2 )This abstract method is from 'NutsDescriptorFilter' interface.
NutsDescriptorFilter.acceptSearchId ( NutsSearchId sid, NutsSession session )This method is from 'NutsDescriptorFilter' interface.
NutsDescriptorFilter.and ( NutsDescriptorFilter p1 )This abstract method is from 'NutsDescriptorFilter' interface.
NutsDescriptorFilter.neg ( )This abstract method is from 'NutsDescriptorFilter' interface.
NutsDescriptorFilter.neg ( )This method is from 'NutsDescriptorFilter' interface.
NutsDescriptorFilter.or ( NutsDescriptorFilter p1 )This abstract method is from 'NutsDescriptorFilter' interface.
[+] interface NutsDescriptorFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDescriptorFilterManager. |
[+] affected methods: 14 (0.1%)
NutsDescriptorFilterManager.byApiVersion ( NutsVersion p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byApp ( Boolean p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byArch ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byCompanion ( NutsVersion p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExec ( Boolean p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExpression ( String p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExtension ( NutsVersion p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byLockedIds ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byOsdist ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byPackaging ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
...
[+] interface NutsDescriptorFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDescriptorFormat. |
[+] affected methods: 10 (0.1%)
NutsDescriptorFormat.compact ( )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.compact ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.isCompact ( )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setCompact ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setNtf ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setNtf ( boolean p1 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setValue ( NutsDescriptor p1 )This abstract method is from 'NutsDescriptorFormat' interface.
[+] interface NutsDescriptorManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDescriptorManager. |
[+] affected methods: 10 (0.1%)
NutsDescriptorManager.callBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.classifierBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.descriptorBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.filter ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.formatter ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.formatter ( NutsDescriptor p1 )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.getSession ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.locationBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.parser ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.setSession ( NutsSession p1 )This abstract method is from 'NutsDescriptorManager' interface.
[+] interface NutsDescriptorParser 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDescriptorParser. |
[+] affected methods: 13 (0.1%)
NutsDescriptorParser.getDescriptorStyle ( )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.getSession ( )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.isLenient ( )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.of ( NutsSession session )This method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( byte[ ] p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( File p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( InputStream p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( String p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( URL p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( Path p1 )This abstract method is from 'NutsDescriptorParser' interface.
...
[+] interface NutsElement 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsElement. |
[+] affected methods: 43 (0.3%)
NutsElement.asArray ( )This abstract method is from 'NutsElement' interface.
NutsElement.asBoolean ( )This abstract method is from 'NutsElement' interface.
NutsElement.asByte ( )This abstract method is from 'NutsElement' interface.
NutsElement.asDouble ( )This abstract method is from 'NutsElement' interface.
NutsElement.asFloat ( )This abstract method is from 'NutsElement' interface.
NutsElement.asInstant ( )This abstract method is from 'NutsElement' interface.
NutsElement.asInt ( )This abstract method is from 'NutsElement' interface.
NutsElement.asLong ( )This abstract method is from 'NutsElement' interface.
NutsElement.asObject ( )This abstract method is from 'NutsElement' interface.
NutsElement.asPrimitive ( )This abstract method is from 'NutsElement' interface.
...
[+] interface NutsElementEntry 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsElementEntry. |
[+] affected methods: 2 (0.02%)
NutsElementEntry.getKey ( )This abstract method is from 'NutsElementEntry' interface.
NutsElementEntry.getValue ( )This abstract method is from 'NutsElementEntry' interface.
[+] interface NutsElementFactoryContext 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsElementFactoryContext. |
[+] affected methods: 13 (0.1%)
NutsElementFactoryContext.defaultDestruct ( Object p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Class<T> p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.defaultObjectToElement ( Object p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.destruct ( Object p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.element ( )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.elementToObject ( NutsElement p1, Class<T> p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.elementToObject ( NutsElement p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.getDestructTypeFilter ( )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.getProperties ( )This abstract method is from 'NutsElementFactoryContext' interface.
...
[+] interface NutsElementFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsElementFormat. |
[+] affected methods: 60 (0.5%)
NutsElementFormat.compilePath ( String p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.convert ( Object p1, Class<T> p2 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.destruct ( Object p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.forArray ( )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.forBoolean ( String p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.forBoolean ( boolean p1 )This abstract method is from 'NutsElementFormat' interface.
...
[+] interface NutsElementMapper<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsElementMapper<T>. |
[+] affected methods: 3 (0.02%)
NutsElementMapper<T>.createElement ( T p1, Type p2, NutsElementFactoryContext p3 )This abstract method is from 'NutsElementMapper<T>' interface.
NutsElementMapper<T>.createObject ( NutsElement p1, Type p2, NutsElementFactoryContext p3 )This abstract method is from 'NutsElementMapper<T>' interface.
NutsElementMapper<T>.destruct ( T p1, Type p2, NutsElementFactoryContext p3 )This abstract method is from 'NutsElementMapper<T>' interface.
[+] interface NutsElementPath 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsElementPath. |
[+] affected methods: 2 (0.02%)
NutsElementPath.filter ( List<NutsElement> p1 )This abstract method is from 'NutsElementPath' interface.
NutsElementPath.filter ( NutsElement p1 )This abstract method is from 'NutsElementPath' interface.
[+] interface NutsEnum 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsEnum. |
[+] affected methods: 4 (0.03%)
NutsEnum.id ( )This abstract method is from 'NutsEnum' interface.
NutsEnum.parseLenient ( Class<T> type, String value )This method is from 'NutsEnum' interface.
NutsEnum.parseLenient ( Class<T> type, String value, T emptyOrErrorValue )This method is from 'NutsEnum' interface.
NutsEnum.parseLenient ( Class<T> type, String value, T emptyValue, T errorOrUnknownValue )This method is from 'NutsEnum' interface.
[+] interface NutsExceptionBase 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExceptionBase. |
[+] affected methods: 7 (0.1%)
NutsExceptionBase.detectExceptionBase ( Throwable th )This method is from 'NutsExceptionBase' interface.
NutsExceptionBase.detectSession ( Throwable th )This method is from 'NutsExceptionBase' interface.
NutsExceptionBase.getFormattedMessage ( )This abstract method is from 'NutsExceptionBase' interface.
NutsExceptionBase.getFormattedString ( )This abstract method is from 'NutsExceptionBase' interface.
NutsExceptionBase.getMessage ( )This abstract method is from 'NutsExceptionBase' interface.
NutsExceptionBase.getSession ( )This abstract method is from 'NutsExceptionBase' interface.
NutsExceptionBase.getWorkspace ( )This abstract method is from 'NutsExceptionBase' interface.
[+] interface NutsExecCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExecCommand. |
[+] affected methods: 62 (0.5%)
NutsExecCommand.addCommand ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addCommand ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addEnv ( Map<String,String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOption ( String p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearCommand ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearEnv ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearExecutorOptions ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsExecCommand' interface.
...
[+] interface NutsExecCommandFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExecCommandFormat. |
[+] affected methods: 18 (0.1%)
NutsExecCommandFormat.getArgumentFilter ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getArgumentReplacer ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getEnvFilter ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getEnvReplacer ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getValue ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.isRedirectError ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.isRedirectInput ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.isRedirectOutput ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.setArgumentFilter ( Predicate<NutsExecCommandFormat.ArgEntry> p1 )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.setArgumentReplacer ( Function<NutsExecCommandFormat.ArgEntry,String> p1 )This abstract method is from 'NutsExecCommandFormat' interface.
...
[+] interface NutsExecCommandFormat.ArgEntry 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExecCommandFormat.ArgEntry. |
[+] affected methods: 2 (0.02%)
NutsExecCommandFormat.ArgEntry.getIndex ( )This abstract method is from 'NutsExecCommandFormat.ArgEntry' interface.
NutsExecCommandFormat.ArgEntry.getValue ( )This abstract method is from 'NutsExecCommandFormat.ArgEntry' interface.
[+] interface NutsExecCommandFormat.EnvEntry 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExecCommandFormat.EnvEntry. |
[+] affected methods: 2 (0.02%)
NutsExecCommandFormat.EnvEntry.getName ( )This abstract method is from 'NutsExecCommandFormat.EnvEntry' interface.
NutsExecCommandFormat.EnvEntry.getValue ( )This abstract method is from 'NutsExecCommandFormat.EnvEntry' interface.
[+] interface NutsExecutableInformation 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExecutableInformation. |
[+] affected methods: 6 (0.05%)
NutsExecutableInformation.getDescription ( )This abstract method is from 'NutsExecutableInformation' interface.
NutsExecutableInformation.getHelpText ( )This abstract method is from 'NutsExecutableInformation' interface.
NutsExecutableInformation.getId ( )This abstract method is from 'NutsExecutableInformation' interface.
NutsExecutableInformation.getName ( )This abstract method is from 'NutsExecutableInformation' interface.
NutsExecutableInformation.getType ( )This abstract method is from 'NutsExecutableInformation' interface.
NutsExecutableInformation.getValue ( )This abstract method is from 'NutsExecutableInformation' interface.
[+] interface NutsExecutionContext 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExecutionContext. |
[+] affected methods: 19 (0.1%)
NutsExecutionContext.getArguments ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCommandName ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCwd ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getDefinition ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getEnv ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecSession ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutionType ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorArguments ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorDescriptor ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorProperties ( )This abstract method is from 'NutsExecutionContext' interface.
...
[+] interface NutsExecutionEntry 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExecutionEntry. |
[+] affected methods: 3 (0.02%)
NutsExecutionEntry.getName ( )This abstract method is from 'NutsExecutionEntry' interface.
NutsExecutionEntry.isApp ( )This abstract method is from 'NutsExecutionEntry' interface.
NutsExecutionEntry.isDefaultEntry ( )This abstract method is from 'NutsExecutionEntry' interface.
[+] interface NutsExecutionEntryAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExecutionEntryAction. |
[+] affected methods: 5 (0.04%)
NutsExecutionEntryAction.getSession ( )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.parse ( File p1 )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.parse ( InputStream p1, String p2, String p3 )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.parse ( Path p1 )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.setSession ( NutsSession p1 )This abstract method is from 'NutsExecutionEntryAction' interface.
[+] interface NutsExecutorComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExecutorComponent. |
[+] affected methods: 3 (0.02%)
NutsExecutorComponent.dryExec ( NutsExecutionContext p1 )This abstract method is from 'NutsExecutorComponent' interface.
NutsExecutorComponent.exec ( NutsExecutionContext p1 )This abstract method is from 'NutsExecutorComponent' interface.
NutsExecutorComponent.getId ( )This abstract method is from 'NutsExecutorComponent' interface.
[+] interface NutsExtensionInformation 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExtensionInformation. |
[+] affected methods: 6 (0.05%)
NutsExtensionInformation.getAuthor ( )This abstract method is from 'NutsExtensionInformation' interface.
NutsExtensionInformation.getCategory ( )This abstract method is from 'NutsExtensionInformation' interface.
NutsExtensionInformation.getDescription ( )This abstract method is from 'NutsExtensionInformation' interface.
NutsExtensionInformation.getId ( )This abstract method is from 'NutsExtensionInformation' interface.
NutsExtensionInformation.getName ( )This abstract method is from 'NutsExtensionInformation' interface.
NutsExtensionInformation.getSource ( )This abstract method is from 'NutsExtensionInformation' interface.
[+] interface NutsFetchCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFetchCommand. |
[+] affected methods: 51 (0.4%)
NutsFetchCommand.addRepositoryFilter ( NutsRepositoryFilter p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScope ( NutsDependencyScope p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScope ( NutsDependencyScopePattern p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScopes ( NutsDependencyScope... p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScopes ( NutsDependencyScopePattern... p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.clearScopes ( )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsFetchCommand' interface.
NutsFetchCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsFetchCommand' interface.
NutsFetchCommand.copy ( )This abstract method is from 'NutsFetchCommand' interface.
...
[+] interface NutsFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFilter. |
[+] affected methods: 10 (0.1%)
NutsFilter.and ( NutsFilter p1 )This abstract method is from 'NutsFilter' interface.
NutsFilter.getFilterOp ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.getFilterType ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.getSubFilters ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.getWorkspace ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.neg ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.or ( NutsFilter p1 )This abstract method is from 'NutsFilter' interface.
NutsFilter.simplify ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.simplify ( Class<T> p1 )This abstract method is from 'NutsFilter' interface.
NutsFilter.to ( Class<T> p1 )This abstract method is from 'NutsFilter' interface.
[+] interface NutsFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFilterManager. |
[+] affected methods: 22 (0.2%)
NutsFilterManager.all ( NutsFilter... p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.all ( Class<T> p1, NutsFilter... p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.always ( Class<T> p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.any ( NutsFilter... p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.any ( Class<T> p1, NutsFilter... p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.as ( Class<T> p1, NutsFilter p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.dependency ( )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.descriptor ( )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.detectType ( NutsFilter p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.getSession ( )This abstract method is from 'NutsFilterManager' interface.
...
[+] interface NutsFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFormat. |
[+] affected methods: 22 (0.2%)
NutsFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsFormat' interface.
NutsFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsFormat' interface.
NutsFormat.format ( )This abstract method is from 'NutsFormat' interface.
NutsFormat.getSession ( )This abstract method is from 'NutsFormat' interface.
NutsFormat.isNtf ( )This abstract method is from 'NutsFormat' interface.
NutsFormat.print ( )This abstract method is from 'NutsFormat' interface.
NutsFormat.print ( File p1 )This abstract method is from 'NutsFormat' interface.
NutsFormat.print ( OutputStream p1 )This abstract method is from 'NutsFormat' interface.
NutsFormat.print ( Writer p1 )This abstract method is from 'NutsFormat' interface.
NutsFormat.print ( Path p1 )This abstract method is from 'NutsFormat' interface.
...
[+] interface NutsFormatManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFormatManager. |
[+] affected methods: 12 (0.1%)
NutsFormatManager.element ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.element ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.getSession ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.object ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.object ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.props ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.props ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.setSession ( NutsSession p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.table ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.table ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
...
[+] interface NutsFormattable 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFormattable. |
[+] affected methods: 2 (0.02%)
NutsFormattable.format ( )This method is from 'NutsFormattable' interface.
NutsFormattable.formatter ( )This abstract method is from 'NutsFormattable' interface.
[+] interface NutsId 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsId. |
[+] affected methods: 28 (0.2%)
NutsId.anyToken ( )This abstract method is from 'NutsId' interface.
NutsId.artifactIdToken ( )This abstract method is from 'NutsId' interface.
NutsId.builder ( )This abstract method is from 'NutsId' interface.
NutsId.equalsShortName ( NutsId p1 )This abstract method is from 'NutsId' interface.
NutsId.getArch ( )This abstract method is from 'NutsId' interface.
NutsId.getArtifactId ( )This abstract method is from 'NutsId' interface.
NutsId.getClassifier ( )This abstract method is from 'NutsId' interface.
NutsId.getFace ( )This abstract method is from 'NutsId' interface.
NutsId.getFullName ( )This abstract method is from 'NutsId' interface.
NutsId.getGroupId ( )This abstract method is from 'NutsId' interface.
...
[+] interface NutsIdBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIdBuilder. |
[+] affected methods: 41 (0.3%)
NutsIdBuilder.addProperties ( String p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.apply ( Function<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.build ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.clear ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getArch ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getArtifactId ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getClassifier ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getFace ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getFullName ( )This abstract method is from 'NutsIdBuilder' interface.
...
[+] interface NutsIdFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIdFilter. |
[+] affected methods: 6 (0.05%)
NutsIdFilter.acceptId ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIdFilter' interface.
NutsIdFilter.acceptSearchId ( NutsSearchId sid, NutsSession session )This method is from 'NutsIdFilter' interface.
NutsIdFilter.and ( NutsIdFilter p1 )This abstract method is from 'NutsIdFilter' interface.
NutsIdFilter.neg ( )This method is from 'NutsIdFilter' interface.
NutsIdFilter.neg ( )This abstract method is from 'NutsIdFilter' interface.
NutsIdFilter.or ( NutsIdFilter p1 )This abstract method is from 'NutsIdFilter' interface.
[+] interface NutsIdFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIdFilterManager. |
[+] affected methods: 6 (0.05%)
NutsIdFilterManager.byDefaultVersion ( Boolean p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byExpression ( String p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byInstallStatus ( NutsInstallStatusFilter p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byName ( String... p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.setSession ( NutsSession p1 )This method is from 'NutsIdFilterManager' interface.
[+] interface NutsIdFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIdFormat. |
[+] affected methods: 30 (0.2%)
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getOmitProperties ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getValue ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightImportedGroupId ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightOptional ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightScope ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitClassifier ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitFace ( )This abstract method is from 'NutsIdFormat' interface.
...
[+] interface NutsIdLocation 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIdLocation. |
[+] affected methods: 3 (0.02%)
NutsIdLocation.getClassifier ( )This abstract method is from 'NutsIdLocation' interface.
NutsIdLocation.getRegion ( )This abstract method is from 'NutsIdLocation' interface.
NutsIdLocation.getUrl ( )This abstract method is from 'NutsIdLocation' interface.
[+] interface NutsIdLocationBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIdLocationBuilder. |
[+] affected methods: 10 (0.1%)
NutsIdLocationBuilder.build ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.clear ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getClassifier ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getRegion ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getUrl ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.set ( NutsIdLocation p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.set ( NutsIdLocationBuilder p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.setClassifier ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.setRegion ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.setUrl ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
[+] interface NutsIdManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIdManager. |
[+] affected methods: 10 (0.1%)
NutsIdManager.builder ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.filter ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.formatter ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.formatter ( NutsId p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.getSession ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.parse ( String p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.parser ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.resolveId ( Class p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.resolveIds ( Class p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.setSession ( NutsSession p1 )This abstract method is from 'NutsIdManager' interface.
[+] interface NutsIdParser 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIdParser. |
[+] affected methods: 4 (0.03%)
NutsIdParser.isLenient ( )This abstract method is from 'NutsIdParser' interface.
NutsIdParser.of ( NutsSession session )This method is from 'NutsIdParser' interface.
NutsIdParser.parse ( String p1 )This abstract method is from 'NutsIdParser' interface.
NutsIdParser.setLenient ( boolean p1 )This abstract method is from 'NutsIdParser' interface.
[+] interface NutsImportManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsImportManager. |
[+] affected methods: 8 (0.1%)
NutsImportManager.add ( String[ ] p1 )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.getAll ( )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.getSession ( )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.isImportedGroupId ( String p1 )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.remove ( String[ ] p1 )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.removeAll ( )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.set ( String[ ] p1 )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.setSession ( NutsSession p1 )This abstract method is from 'NutsImportManager' interface.
[+] interface NutsIndexStore 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIndexStore. |
[+] affected methods: 9 (0.1%)
NutsIndexStore.invalidate ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.isEnabled ( )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.isSubscribed ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.revalidate ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.search ( NutsIdFilter p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.searchVersions ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.setEnabled ( boolean p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.subscribe ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.unsubscribe ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
[+] interface NutsInfoFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInfoFormat. |
[+] affected methods: 13 (0.1%)
NutsInfoFormat.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.addProperty ( String p1, String p2 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.isFancy ( )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.isShowRepositories ( )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setFancy ( boolean p1 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setNtf ( boolean p1 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setNtf ( boolean p1 )This abstract method is from 'NutsInfoFormat' interface.
...
[+] interface NutsInput 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInput. |
[+] affected methods: 17 (0.1%)
NutsInput.close ( )This abstract method is from 'NutsInput' interface.
NutsInput.getContentEncoding ( )This abstract method is from 'NutsInput' interface.
NutsInput.getContentType ( )This abstract method is from 'NutsInput' interface.
NutsInput.getFilePath ( )This abstract method is from 'NutsInput' interface.
NutsInput.getFormattedName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getLastModifiedInstant ( )This abstract method is from 'NutsInput' interface.
NutsInput.getName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getSource ( )This abstract method is from 'NutsInput' interface.
NutsInput.getTypeName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getURL ( )This abstract method is from 'NutsInput' interface.
...
[+] interface NutsInputAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInputAction. |
[+] affected methods: 17 (0.1%)
NutsInputAction.getName ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.getSession ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.getTypeName ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.isMultiRead ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( byte[ ] p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( File p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( InputStream p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( Object p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( String p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( URL p1 )This abstract method is from 'NutsInputAction' interface.
...
[+] interface NutsInstallCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInstallCommand. |
[+] affected methods: 43 (0.3%)
NutsInstallCommand.addArg ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addConditionalArgs ( Predicate<NutsDefinition> p1, String... p2 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( NutsId p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearArgs ( )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearIds ( )This abstract method is from 'NutsInstallCommand' interface.
...
[+] interface NutsInstallerComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInstallerComponent. |
[+] affected methods: 3 (0.02%)
NutsInstallerComponent.install ( NutsExecutionContext p1 )This abstract method is from 'NutsInstallerComponent' interface.
NutsInstallerComponent.uninstall ( NutsExecutionContext p1, boolean p2 )This abstract method is from 'NutsInstallerComponent' interface.
NutsInstallerComponent.update ( NutsExecutionContext p1 )This abstract method is from 'NutsInstallerComponent' interface.
[+] interface NutsInstallEvent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInstallEvent. |
[+] affected methods: 4 (0.03%)
NutsInstallEvent.getDefinition ( )This abstract method is from 'NutsInstallEvent' interface.
NutsInstallEvent.getSession ( )This abstract method is from 'NutsInstallEvent' interface.
NutsInstallEvent.getWorkspace ( )This abstract method is from 'NutsInstallEvent' interface.
NutsInstallEvent.isForce ( )This abstract method is from 'NutsInstallEvent' interface.
[+] interface NutsInstallInformation 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInstallInformation. |
[+] affected methods: 16 (0.1%)
NutsInstallInformation.getCreatedInstant ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getId ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getInstallFolder ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getInstallStatus ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getInstallUser ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getLastModifiedInstant ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryName ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryUUID ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isDefaultVersion ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isInstalledOrRequired ( )This abstract method is from 'NutsInstallInformation' interface.
...
[+] interface NutsInstallListener 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInstallListener. |
[+] affected methods: 5 (0.04%)
NutsInstallListener.onInstall ( NutsInstallEvent event )This method is from 'NutsInstallListener' interface.
NutsInstallListener.onRequire ( NutsInstallEvent event )This method is from 'NutsInstallListener' interface.
NutsInstallListener.onUninstall ( NutsInstallEvent event )This method is from 'NutsInstallListener' interface.
NutsInstallListener.onUnRequire ( NutsInstallEvent event )This method is from 'NutsInstallListener' interface.
NutsInstallListener.onUpdate ( NutsUpdateEvent event )This method is from 'NutsInstallListener' interface.
[+] interface NutsInstallStatusFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInstallStatusFilter. |
[+] affected methods: 5 (0.04%)
NutsInstallStatusFilter.acceptInstallStatus ( NutsInstallStatus p1, NutsSession p2 )This abstract method is from 'NutsInstallStatusFilter' interface.
NutsInstallStatusFilter.and ( NutsInstallStatusFilter p1 )This abstract method is from 'NutsInstallStatusFilter' interface.
NutsInstallStatusFilter.neg ( )This method is from 'NutsInstallStatusFilter' interface.
NutsInstallStatusFilter.neg ( )This abstract method is from 'NutsInstallStatusFilter' interface.
NutsInstallStatusFilter.or ( NutsInstallStatusFilter p1 )This abstract method is from 'NutsInstallStatusFilter' interface.
[+] interface NutsInstallStatusFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInstallStatusFilterManager. |
[+] affected methods: 7 (0.1%)
NutsInstallStatusFilterManager.byDefaultValue ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byDeployed ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byInstalled ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byObsolete ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byRequired ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.setSession ( NutsSession p1 )This method is from 'NutsInstallStatusFilterManager' interface.
[+] interface NutsIOCompressAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOCompressAction. |
[+] affected methods: 35 (0.3%)
NutsIOCompressAction.addSource ( File p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( InputStream p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( String p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( URL p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( Path p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getFormat ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getFormatOption ( String p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getSession ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getSources ( )This abstract method is from 'NutsIOCompressAction' interface.
...
[+] interface NutsIOCopyAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOCopyAction. |
[+] affected methods: 50 (0.4%)
NutsIOCopyAction.from ( File p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( InputStream p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( Object p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( String p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( URL p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( Path p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( NutsInput p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getByteArrayResult ( )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getSession ( )This abstract method is from 'NutsIOCopyAction' interface.
...
[+] interface NutsIOCopyValidator 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOCopyValidator. |
[+] affected methods: 1 (0.01%)
NutsIOCopyValidator.validate ( InputStream p1 )This abstract method is from 'NutsIOCopyValidator' interface.
[+] interface NutsIODeleteAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIODeleteAction. |
[+] affected methods: 9 (0.1%)
NutsIODeleteAction.getSession ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.getTarget ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.isFailFast ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.run ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setFailFast ( boolean p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( File p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( Object p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( Path p1 )This abstract method is from 'NutsIODeleteAction' interface.
[+] interface NutsIOHashAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOHashAction. |
[+] affected methods: 15 (0.1%)
NutsIOHashAction.algorithm ( String p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.computeBytes ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.computeString ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.getAlgorithm ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.getSession ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.md5 ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setAlgorithm ( String p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setSource ( File p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setSource ( InputStream p1 )This abstract method is from 'NutsIOHashAction' interface.
...
[+] interface NutsIOLockAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOLockAction. |
[+] affected methods: 13 (0.1%)
NutsIOLockAction.call ( Callable<T> p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.call ( Callable<T> p1, long p2, TimeUnit p3 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.create ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getResource ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getSession ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getSource ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.run ( Runnable p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.run ( Runnable p1, long p2, TimeUnit p3 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.setResource ( File p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.setResource ( Object p1 )This abstract method is from 'NutsIOLockAction' interface.
...
[+] interface NutsIOManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOManager. |
[+] affected methods: 33 (0.3%)
NutsIOManager.addPathFactory ( NutsPathFactory p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.compress ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.copy ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createMemoryPrintStream ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createPrintStream ( OutputStream p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createPrintStream ( OutputStream p1, NutsTerminalMode p2 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createPrintStream ( Writer p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.delete ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.expandPath ( String p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.expandPath ( String p1, String p2 )This abstract method is from 'NutsIOManager' interface.
...
[+] interface NutsIOProcessAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOProcessAction. |
[+] affected methods: 12 (0.1%)
NutsIOProcessAction.failFast ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.failFast ( boolean p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getResultList ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getSession ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getType ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.isFailFast ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.isSupportedKillProcess ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.killProcess ( String p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.setFailFast ( boolean p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIOProcessAction' interface.
...
[+] interface NutsIOUncompressAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOUncompressAction. |
[+] affected methods: 39 (0.3%)
NutsIOUncompressAction.from ( File p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( InputStream p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( Object p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( String p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( URL p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( Path p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getFormat ( )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getFormatOption ( String p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getSession ( )This abstract method is from 'NutsIOUncompressAction' interface.
...
[+] interface NutsIOUncompressVisitor 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOUncompressVisitor. |
[+] affected methods: 2 (0.02%)
NutsIOUncompressVisitor.visitFile ( String p1, InputStream p2 )This abstract method is from 'NutsIOUncompressVisitor' interface.
NutsIOUncompressVisitor.visitFolder ( String p1 )This abstract method is from 'NutsIOUncompressVisitor' interface.
[+] interface NutsIterableFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIterableFormat. |
[+] affected methods: 6 (0.05%)
NutsIterableFormat.complete ( long p1 )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIterableFormat' interface.
NutsIterableFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.getOutputFormat ( )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.next ( Object p1, long p2 )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.start ( )This abstract method is from 'NutsIterableFormat' interface.
[+] interface NutsLogger 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsLogger. |
[+] affected methods: 8 (0.1%)
NutsLogger.isLoggable ( Level p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( LogRecord p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( NutsSession p1, Level p2, String p3, Throwable p4 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4, Object... p5 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, Supplier<String> p4 )This abstract method is from 'NutsLogger' interface.
NutsLogger.of ( Class clazz, NutsSession session )This method is from 'NutsLogger' interface.
NutsLogger.with ( )This abstract method is from 'NutsLogger' interface.
[+] interface NutsLoggerOp 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsLoggerOp. |
[+] affected methods: 11 (0.1%)
NutsLoggerOp.error ( Throwable p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.formatted ( )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.formatted ( boolean p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.level ( Level p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.log ( String p1, Object... p2 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.log ( Supplier<String> p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.of ( Class clazz, NutsSession session )This method is from 'NutsLoggerOp' interface.
NutsLoggerOp.session ( NutsSession p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.style ( NutsTextFormatStyle p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.time ( long p1 )This abstract method is from 'NutsLoggerOp' interface.
...
[+] interface NutsLogManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsLogManager. |
[+] affected methods: 13 (0.1%)
NutsLogManager.addHandler ( Handler p1 )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getFileHandler ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getFileLevel ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getHandlers ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getSession ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getTermHandler ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getTermLevel ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.of ( Class p1 )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.of ( String p1 )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.removeHandler ( Handler p1 )This abstract method is from 'NutsLogManager' interface.
...
[+] interface NutsMapListener<K,V> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsMapListener<K,V>. |
[+] affected methods: 3 (0.02%)
NutsMapListener<K,V>.entryAdded ( K key, V value )This method is from 'NutsMapListener<K,V>' interface.
NutsMapListener<K,V>.entryRemoved ( K key, V value )This method is from 'NutsMapListener<K,V>' interface.
NutsMapListener<K,V>.entryUpdated ( K key, V newValue, V oldValue )This method is from 'NutsMapListener<K,V>' interface.
[+] interface NutsMemoryPrintStream 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsMemoryPrintStream. |
[+] affected methods: 1 (0.01%)
NutsMemoryPrintStream.getBytes ( )This abstract method is from 'NutsMemoryPrintStream' interface.
[+] interface NutsMonitorAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsMonitorAction. |
[+] affected methods: 23 (0.2%)
NutsMonitorAction.create ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.createSource ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getLength ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getName ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getOrigin ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getProgressFactory ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getSession ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getSourceTypeName ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.isLogProgress ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.setLength ( long p1 )This abstract method is from 'NutsMonitorAction' interface.
...
[+] interface NutsMutableTableModel 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsMutableTableModel. |
[+] affected methods: 13 (0.1%)
NutsMutableTableModel.addCell ( Object p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addCells ( Object... p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addHeaderCell ( Object p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addHeaderCells ( Object... p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addRow ( Object... p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.clearHeader ( )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.newRow ( )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.of ( NutsSession session )This method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.setCellColSpan ( int p1, int p2, int p3 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.setCellRowSpan ( int p1, int p2, int p3 )This abstract method is from 'NutsMutableTableModel' interface.
...
[+] interface NutsObjectElement 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsObjectElement. |
[+] affected methods: 39 (0.3%)
NutsObjectElement.children ( )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.get ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.get ( NutsElement p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getArray ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getArray ( NutsElement p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getBoolean ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getBoolean ( NutsElement p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getByte ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getByte ( NutsElement p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getDouble ( String p1 )This abstract method is from 'NutsObjectElement' interface.
...
[+] interface NutsObjectElementBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsObjectElementBuilder. |
[+] affected methods: 24 (0.2%)
NutsObjectElementBuilder.add ( NutsElementEntry p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.add ( NutsObjectElement p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.add ( NutsObjectElementBuilder p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.build ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.children ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.clear ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.get ( String p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.get ( NutsElement p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.of ( NutsSession session )This method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.remove ( String p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
...
[+] interface NutsObjectFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsObjectFormat. |
[+] affected methods: 9 (0.1%)
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.getValue ( )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setNtf ( boolean p1 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setNtf ( boolean p1 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setValue ( Object p1 )This abstract method is from 'NutsObjectFormat' interface.
[+] interface NutsOutput 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsOutput. |
[+] affected methods: 9 (0.1%)
NutsOutput.close ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getFilePath ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getName ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getSource ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getTypeName ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getURL ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.isPath ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.isURL ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.open ( )This abstract method is from 'NutsOutput' interface.
[+] interface NutsOutputAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsOutputAction. |
[+] affected methods: 13 (0.1%)
NutsOutputAction.getName ( )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.getSession ( )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.getTypeName ( )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( File p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( OutputStream p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( Object p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( String p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( URL p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( Path p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( NutsPath p1 )This abstract method is from 'NutsOutputAction' interface.
...
[+] interface NutsOutputStreamTransparentAdapter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsOutputStreamTransparentAdapter. |
[+] affected methods: 1 (0.01%)
NutsOutputStreamTransparentAdapter.baseOutputStream ( )This abstract method is from 'NutsOutputStreamTransparentAdapter' interface.
[+] interface NutsPath 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPath. |
[+] affected methods: 29 (0.2%)
NutsPath.asFilePath ( )This abstract method is from 'NutsPath' interface.
NutsPath.asString ( )This abstract method is from 'NutsPath' interface.
NutsPath.asURL ( )This abstract method is from 'NutsPath' interface.
NutsPath.delete ( boolean p1 )This abstract method is from 'NutsPath' interface.
NutsPath.exists ( )This abstract method is from 'NutsPath' interface.
NutsPath.getBaseName ( )This abstract method is from 'NutsPath' interface.
NutsPath.getContentEncoding ( )This abstract method is from 'NutsPath' interface.
NutsPath.getContentLength ( )This abstract method is from 'NutsPath' interface.
NutsPath.getContentType ( )This abstract method is from 'NutsPath' interface.
NutsPath.getFormattedName ( )This abstract method is from 'NutsPath' interface.
...
[+] interface NutsPathFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPathFactory. |
[+] affected methods: 1 (0.01%)
NutsPathFactory.createPath ( String p1, NutsSession p2, ClassLoader p3 )This abstract method is from 'NutsPathFactory' interface.
[+] interface NutsPrimitiveElement 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPrimitiveElement. |
[+] affected methods: 18 (0.1%)
NutsPrimitiveElement.getBoolean ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getByte ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getDouble ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getFloat ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getInstant ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getInt ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getLong ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getNumber ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getShort ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getString ( )This abstract method is from 'NutsPrimitiveElement' interface.
...
[+] interface NutsPrintStream 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPrintStream. |
[+] affected methods: 47 (0.4%)
NutsPrintStream.append ( char p1 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.append ( CharSequence p1 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.append ( CharSequence p1, int p2, int p3 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.asOutputStream ( )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.asPrintStream ( )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.asWriter ( )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.close ( )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.convertMode ( NutsTerminalMode p1 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.convertSession ( NutsSession p1 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.flush ( )This abstract method is from 'NutsPrintStream' interface.
...
[+] interface NutsPrintStreamAdapter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPrintStreamAdapter. |
[+] affected methods: 1 (0.01%)
NutsPrintStreamAdapter.getBaseNutsPrintStream ( )This abstract method is from 'NutsPrintStreamAdapter' interface.
[+] interface NutsProcessInfo 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsProcessInfo. |
[+] affected methods: 4 (0.03%)
NutsProcessInfo.getCommandLine ( )This abstract method is from 'NutsProcessInfo' interface.
NutsProcessInfo.getName ( )This abstract method is from 'NutsProcessInfo' interface.
NutsProcessInfo.getPid ( )This abstract method is from 'NutsProcessInfo' interface.
NutsProcessInfo.getTitle ( )This abstract method is from 'NutsProcessInfo' interface.
[+] interface NutsProgressEvent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsProgressEvent. |
[+] affected methods: 12 (0.1%)
NutsProgressEvent.getCurrentValue ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getError ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getMaxValue ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getMessage ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getPartialMillis ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getPartialValue ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getPercent ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getSession ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getSource ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getTimeMillis ( )This abstract method is from 'NutsProgressEvent' interface.
...
[+] interface NutsProgressFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsProgressFactory. |
[+] affected methods: 1 (0.01%)
NutsProgressFactory.create ( Object p1, Object p2, NutsSession p3 )This abstract method is from 'NutsProgressFactory' interface.
[+] interface NutsProgressMonitor 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsProgressMonitor. |
[+] affected methods: 3 (0.02%)
NutsProgressMonitor.onComplete ( NutsProgressEvent event )This method is from 'NutsProgressMonitor' interface.
NutsProgressMonitor.onProgress ( NutsProgressEvent event )This method is from 'NutsProgressMonitor' interface.
NutsProgressMonitor.onStart ( NutsProgressEvent event )This method is from 'NutsProgressMonitor' interface.
[+] interface NutsPropertiesFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPropertiesFormat. |
[+] affected methods: 17 (0.1%)
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getModel ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getSeparator ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.isSorted ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setNtf ( boolean p1 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setNtf ( boolean p1 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setNtf ( boolean p1 )This abstract method is from 'NutsPropertiesFormat' interface.
...
[+] interface NutsPushCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPushCommand. |
[+] affected methods: 35 (0.3%)
NutsPushCommand.addArg ( String p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addArgs ( String... p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addId ( String p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addId ( NutsId p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addIds ( String... p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addLockedId ( String p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsPushCommand' interface.
...
[+] interface NutsQuestion<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsQuestion<T>. |
[+] affected methods: 39 (0.3%)
NutsQuestion<T>.configure ( boolean p1, String[ ] p2 )This method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.configure ( boolean p1, String... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forBoolean ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forDouble ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forEnum ( Class<K> p1, String p2, Object... p3 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forFloat ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forInteger ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forLong ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forPassword ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forString ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
...
[+] interface NutsQuestionFormat<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsQuestionFormat<T>. |
[+] affected methods: 2 (0.02%)
NutsQuestionFormat<T>.format ( Object p1, NutsQuestion<T> p2 )This abstract method is from 'NutsQuestionFormat<T>' interface.
NutsQuestionFormat<T>.getDefaultValues ( Class p1, NutsQuestion<T> p2 )This abstract method is from 'NutsQuestionFormat<T>' interface.
[+] interface NutsQuestionParser<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsQuestionParser<T>. |
[+] affected methods: 1 (0.01%)
NutsQuestionParser<T>.parse ( Object p1, T p2, NutsQuestion<T> p3 )This abstract method is from 'NutsQuestionParser<T>' interface.
[+] interface NutsQuestionValidator<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsQuestionValidator<T>. |
[+] affected methods: 1 (0.01%)
NutsQuestionValidator<T>.validate ( T p1, NutsQuestion<T> p2 )This abstract method is from 'NutsQuestionValidator<T>' interface.
[+] interface NutsRemoveUserCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRemoveUserCommand. |
[+] affected methods: 11 (0.1%)
NutsRemoveUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.copySession ( )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.copySession ( )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.getUsername ( )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.run ( )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.run ( )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.setSession ( NutsSession p1 )This method is from 'NutsRemoveUserCommand' interface.
...
[+] interface NutsRepository 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepository. |
[+] affected methods: 20 (0.2%)
NutsRepository.addRepositoryListener ( NutsRepositoryListener p1 )This abstract method is from 'NutsRepository' interface.
NutsRepository.addUserPropertyListener ( NutsMapListener<String,Object> p1 )This abstract method is from 'NutsRepository' interface.
NutsRepository.config ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.env ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getName ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getParentRepository ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryListeners ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryType ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getUserProperties ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getUserPropertyListeners ( )This abstract method is from 'NutsRepository' interface.
...
[+] interface NutsRepositoryConfigManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryConfigManager. |
[+] affected methods: 30 (0.2%)
NutsRepositoryConfigManager.addMirror ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.findMirror ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.findMirrorById ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.findMirrorByName ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getDeployOrder ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGlobalName ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGroups ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getLocation ( boolean p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getMirror ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getMirrors ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
...
[+] interface NutsRepositoryEnvManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryEnvManager. |
[+] affected methods: 7 (0.1%)
NutsRepositoryEnvManager.get ( String p1, String p2 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.get ( String p1, String p2, boolean p3 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.getSession ( )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.set ( String p1, String p2 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.setSession ( NutsSession p1 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.toMap ( )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.toMap ( boolean p1 )This abstract method is from 'NutsRepositoryEnvManager' interface.
[+] interface NutsRepositoryEvent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryEvent. |
[+] affected methods: 7 (0.1%)
NutsRepositoryEvent.getParent ( )This abstract method is from 'NutsRepositoryEvent' interface.
NutsRepositoryEvent.getPropertyName ( )This abstract method is from 'NutsRepositoryEvent' interface.
NutsRepositoryEvent.getPropertyOldValue ( )This abstract method is from 'NutsRepositoryEvent' interface.
NutsRepositoryEvent.getPropertyValue ( )This abstract method is from 'NutsRepositoryEvent' interface.
NutsRepositoryEvent.getRepository ( )This abstract method is from 'NutsRepositoryEvent' interface.
NutsRepositoryEvent.getSession ( )This abstract method is from 'NutsRepositoryEvent' interface.
NutsRepositoryEvent.getWorkspace ( )This abstract method is from 'NutsRepositoryEvent' interface.
[+] interface NutsRepositoryFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryFilter. |
[+] affected methods: 5 (0.04%)
NutsRepositoryFilter.acceptRepository ( NutsRepository p1 )This abstract method is from 'NutsRepositoryFilter' interface.
NutsRepositoryFilter.and ( NutsRepositoryFilter p1 )This abstract method is from 'NutsRepositoryFilter' interface.
NutsRepositoryFilter.neg ( )This method is from 'NutsRepositoryFilter' interface.
NutsRepositoryFilter.neg ( )This abstract method is from 'NutsRepositoryFilter' interface.
NutsRepositoryFilter.or ( NutsRepositoryFilter p1 )This abstract method is from 'NutsRepositoryFilter' interface.
[+] interface NutsRepositoryFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryFilterManager. |
[+] affected methods: 5 (0.04%)
NutsRepositoryFilterManager.byName ( String... p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.byUuid ( String... p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.installedRepo ( )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.setSession ( NutsSession p1 )This method is from 'NutsRepositoryFilterManager' interface.
[+] interface NutsRepositoryListener 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryListener. |
[+] affected methods: 6 (0.05%)
NutsRepositoryListener.onAddRepository ( NutsRepositoryEvent event )This method is from 'NutsRepositoryListener' interface.
NutsRepositoryListener.onConfigurationChanged ( NutsRepositoryEvent event )This method is from 'NutsRepositoryListener' interface.
NutsRepositoryListener.onDeploy ( NutsContentEvent event )This method is from 'NutsRepositoryListener' interface.
NutsRepositoryListener.onPush ( NutsContentEvent event )This method is from 'NutsRepositoryListener' interface.
NutsRepositoryListener.onRemoveRepository ( NutsRepositoryEvent event )This method is from 'NutsRepositoryListener' interface.
NutsRepositoryListener.onUndeploy ( NutsContentEvent event )This method is from 'NutsRepositoryListener' interface.
[+] interface NutsRepositoryManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryManager. |
[+] affected methods: 12 (0.1%)
NutsRepositoryManager.addRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.addRepository ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.filter ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.findRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.findRepositoryById ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.findRepositoryByName ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.getRepositories ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.getRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.getSession ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.removeAllRepositories ( )This abstract method is from 'NutsRepositoryManager' interface.
...
[+] interface NutsRepositoryModel 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryModel. |
[+] affected methods: 16 (0.1%)
NutsRepositoryModel.acceptDeploy ( NutsId id, NutsFetchMode mode, NutsRepository repository, NutsSession session )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.acceptFetch ( NutsId id, NutsFetchMode mode, NutsRepository repository, NutsSession session )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.fetchContent ( NutsId id, NutsDescriptor descriptor, String localPath, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.fetchDescriptor ( NutsId id, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.getMode ( )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.getName ( )This abstract method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.getRepositoryType ( )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.getSpeed ( )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.getStoreLocationStrategy ( )This method is from 'NutsRepositoryModel' interface.
NutsRepositoryModel.getUuid ( )This method is from 'NutsRepositoryModel' interface.
...
[+] interface NutsRepositorySecurityManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositorySecurityManager. |
[+] affected methods: 15 (0.1%)
NutsRepositorySecurityManager.addUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.findUsers ( )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getAuthenticationAgent ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getCredentials ( char[ ] p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getEffectiveUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getSession ( )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.isAllowed ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
...
[+] interface NutsResultList<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsResultList<T>. |
[+] affected methods: 6 (0.05%)
NutsResultList<T>.count ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.first ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.list ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.required ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.singleton ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.stream ( )This abstract method is from 'NutsResultList<T>' interface.
[+] interface NutsSdkManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSdkManager. |
[+] affected methods: 16 (0.1%)
NutsSdkManager.add ( NutsSdkLocation p1 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.find ( String p1, Predicate<NutsSdkLocation> p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.find ( NutsSdkLocation p1 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByName ( String p1, String p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByPath ( String p1, String p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByVersion ( String p1, String p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByVersion ( String p1, NutsVersionFilter p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findOne ( String p1, Predicate<NutsSdkLocation> p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findSdkTypes ( )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.getSession ( )This abstract method is from 'NutsSdkManager' interface.
...
[+] interface NutsSearchCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSearchCommand. |
[+] affected methods: 139 (1.1%)
NutsSearchCommand.addArch ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addArchs ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addArchs ( Collection<String> p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
...
[+] interface NutsSearchId 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSearchId. |
[+] affected methods: 2 (0.02%)
NutsSearchId.getDescriptor ( NutsSession p1 )This abstract method is from 'NutsSearchId' interface.
NutsSearchId.getId ( NutsSession p1 )This abstract method is from 'NutsSearchId' interface.
[+] interface NutsServiceLoader<T,B> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsServiceLoader<T,B>. |
[+] affected methods: 2 (0.02%)
NutsServiceLoader<T,B>.loadAll ( B p1 )This abstract method is from 'NutsServiceLoader<T,B>' interface.
NutsServiceLoader<T,B>.loadBest ( B p1 )This abstract method is from 'NutsServiceLoader<T,B>' interface.
[+] interface NutsSession 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSession. |
[+] affected methods: 91 (0.7%)
NutsSession.addListener ( NutsListener p1 )This abstract method is from 'NutsSession' interface.
NutsSession.addOutputFormatOptions ( String... p1 )This abstract method is from 'NutsSession' interface.
NutsSession.configure ( NutsWorkspaceOptions p1 )This abstract method is from 'NutsSession' interface.
NutsSession.copy ( )This abstract method is from 'NutsSession' interface.
NutsSession.copyFrom ( NutsSession p1 )This abstract method is from 'NutsSession' interface.
NutsSession.copyFrom ( NutsWorkspaceOptions p1 )This abstract method is from 'NutsSession' interface.
NutsSession.eout ( )This abstract method is from 'NutsSession' interface.
NutsSession.err ( )This abstract method is from 'NutsSession' interface.
NutsSession.flush ( )This abstract method is from 'NutsSession' interface.
NutsSession.getAppId ( )This abstract method is from 'NutsSession' interface.
...
[+] interface NutsSessionAware 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSessionAware. |
[+] affected methods: 1 (0.01%)
NutsSessionAware.setSession ( NutsSession p1 )This abstract method is from 'NutsSessionAware' interface.
[+] interface NutsSessionTerminal 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSessionTerminal. |
[+] affected methods: 23 (0.2%)
NutsSessionTerminal.ask ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.copy ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.err ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.getErr ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.getIn ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.getOut ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.in ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.out ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.printProgress ( float p1, String p2, Object... p3 )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.printProgress ( float p1, NutsMessage p2 )This abstract method is from 'NutsSessionTerminal' interface.
...
[+] interface NutsString 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsString. |
[+] affected methods: 7 (0.1%)
NutsString.filteredText ( )This abstract method is from 'NutsString' interface.
NutsString.immutable ( )This abstract method is from 'NutsString' interface.
NutsString.isEmpty ( )This abstract method is from 'NutsString' interface.
NutsString.parse ( String str, NutsSession session )This method is from 'NutsString' interface.
NutsString.textLength ( )This abstract method is from 'NutsString' interface.
NutsString.toString ( )This abstract method is from 'NutsString' interface.
NutsString.toText ( )This abstract method is from 'NutsString' interface.
[+] interface NutsSupplier<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSupplier<T>. |
[+] affected methods: 2 (0.02%)
NutsSupplier<T>.create ( )This abstract method is from 'NutsSupplier<T>' interface.
NutsSupplier<T>.getLevel ( )This abstract method is from 'NutsSupplier<T>' interface.
[+] interface NutsSupportLevelContext<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSupportLevelContext<T>. |
[+] affected methods: 3 (0.02%)
NutsSupportLevelContext<T>.getConstraints ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
NutsSupportLevelContext<T>.getSession ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
NutsSupportLevelContext<T>.getWorkspace ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
[+] interface NutsSystemTerminal 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSystemTerminal. |
[+] affected methods: 6 (0.05%)
NutsSystemTerminal.err ( )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.in ( )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.out ( )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.printProgress ( float p1, NutsMessage p2, NutsSession p3 )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.readLine ( NutsMessage p1, NutsSession p2 )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.readPassword ( NutsMessage p1, NutsSession p2 )This abstract method is from 'NutsSystemTerminal' interface.
[+] interface NutsTableBordersFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTableBordersFormat. |
[+] affected methods: 1 (0.01%)
NutsTableBordersFormat.format ( NutsTableSeparator p1 )This abstract method is from 'NutsTableBordersFormat' interface.
[+] interface NutsTableCell 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTableCell. |
[+] affected methods: 8 (0.1%)
NutsTableCell.getColspan ( )This abstract method is from 'NutsTableCell' interface.
NutsTableCell.getRowspan ( )This abstract method is from 'NutsTableCell' interface.
NutsTableCell.getValue ( )This abstract method is from 'NutsTableCell' interface.
NutsTableCell.getX ( )This abstract method is from 'NutsTableCell' interface.
NutsTableCell.getY ( )This abstract method is from 'NutsTableCell' interface.
NutsTableCell.setColspan ( int p1 )This abstract method is from 'NutsTableCell' interface.
NutsTableCell.setRowspan ( int p1 )This abstract method is from 'NutsTableCell' interface.
NutsTableCell.setValue ( Object p1 )This abstract method is from 'NutsTableCell' interface.
[+] interface NutsTableCellFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTableCellFormat. |
[+] affected methods: 3 (0.02%)
NutsTableCellFormat.format ( int row, int col, Object value, NutsSession session )This method is from 'NutsTableCellFormat' interface.
NutsTableCellFormat.getHorizontalAlign ( int row, int col, Object value, NutsSession session )This method is from 'NutsTableCellFormat' interface.
NutsTableCellFormat.getVerticalAlign ( int row, int col, Object value, NutsSession session )This method is from 'NutsTableCellFormat' interface.
[+] interface NutsTableFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTableFormat. |
[+] affected methods: 22 (0.2%)
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.createModel ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getBorder ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getModel ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getVisibleColumn ( int p1 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.isVisibleHeader ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.setBorder ( String p1 )This abstract method is from 'NutsTableFormat' interface.
...
[+] interface NutsTableModel 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTableModel. |
[+] affected methods: 8 (0.1%)
NutsTableModel.getCellColSpan ( int row, int column )This method is from 'NutsTableModel' interface.
NutsTableModel.getCellRowSpan ( int row, int column )This method is from 'NutsTableModel' interface.
NutsTableModel.getCellValue ( int p1, int p2 )This abstract method is from 'NutsTableModel' interface.
NutsTableModel.getColumnsCount ( )This abstract method is from 'NutsTableModel' interface.
NutsTableModel.getHeaderColSpan ( int column )This method is from 'NutsTableModel' interface.
NutsTableModel.getHeaderValue ( int column )This method is from 'NutsTableModel' interface.
NutsTableModel.getRowsCount ( )This abstract method is from 'NutsTableModel' interface.
NutsTableModel.of ( NutsSession session )This method is from 'NutsTableModel' interface.
[+] interface NutsTempAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTempAction. |
[+] affected methods: 6 (0.05%)
NutsTempAction.createTempFile ( String p1 )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.createTempFolder ( String p1 )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.getRepositoryId ( )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.getSession ( )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.setRepositoryId ( String p1 )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.setSession ( NutsSession p1 )This abstract method is from 'NutsTempAction' interface.
[+] interface NutsTerminalManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTerminalManager. |
[+] affected methods: 11 (0.1%)
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.createTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.createTerminal ( InputStream p1, NutsPrintStream p2, NutsPrintStream p3 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.createTerminal ( NutsSessionTerminal p1 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.enableRichTerm ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getSession ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getSystemTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.setSession ( NutsSession p1 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.setSystemTerminal ( NutsSystemTerminalBase p1 )This abstract method is from 'NutsTerminalManager' interface.
...
[+] interface NutsTerminalSpec 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTerminalSpec. |
[+] affected methods: 9 (0.1%)
NutsTerminalSpec.copyFrom ( NutsTerminalSpec p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.get ( String p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getAutoComplete ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getParent ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getProperties ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.put ( String p1, Object p2 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.putAll ( Map<String,Object> p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.setAutoComplete ( Boolean p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.setParent ( NutsSystemTerminalBase p1 )This abstract method is from 'NutsTerminalSpec' interface.
[+] interface NutsText 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsText. |
[+] affected methods: 2 (0.02%)
NutsText.getType ( )This abstract method is from 'NutsText' interface.
NutsText.parse ( String str, NutsSession session )This method is from 'NutsText' interface.
[+] interface NutsTextBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextBuilder. |
[+] affected methods: 20 (0.2%)
NutsTextBuilder.append ( Object p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.append ( Object p1, NutsTextStyle p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.append ( Object p1, NutsTextStyles p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.append ( NutsText p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendAll ( Collection<?> p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendCode ( String p1, String p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendCommand ( NutsTerminalCommand p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendHash ( Object p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendHash ( Object p1, Object p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendJoined ( Object p1, Collection<?> p2 )This abstract method is from 'NutsTextBuilder' interface.
...
[+] interface NutsTextCode 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextCode. |
[+] affected methods: 1 (0.01%)
NutsTextCode.parse ( NutsSession p1 )This abstract method is from 'NutsTextCode' interface.
[+] interface NutsTextCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextCommand. |
[+] affected methods: 1 (0.01%)
NutsTextCommand.getCommand ( )This abstract method is from 'NutsTextCommand' interface.
[+] interface NutsTextFormatLoader 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextFormatLoader. |
[+] affected methods: 1 (0.01%)
NutsTextFormatLoader.forPath ( String p1 )This abstract method is from 'NutsTextFormatLoader' interface.
[+] interface NutsTextFormatTheme 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextFormatTheme. |
[+] affected methods: 2 (0.02%)
NutsTextFormatTheme.getName ( )This abstract method is from 'NutsTextFormatTheme' interface.
NutsTextFormatTheme.toBasicStyles ( NutsTextStyles p1, NutsSession p2 )This abstract method is from 'NutsTextFormatTheme' interface.
[+] interface NutsTextLink 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextLink. |
[+] affected methods: 1 (0.01%)
NutsTextLink.getChild ( )This abstract method is from 'NutsTextLink' interface.
[+] interface NutsTextList 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextList. |
[+] affected methods: 3 (0.02%)
NutsTextList.get ( int p1 )This abstract method is from 'NutsTextList' interface.
NutsTextList.simplify ( )This abstract method is from 'NutsTextList' interface.
NutsTextList.size ( )This abstract method is from 'NutsTextList' interface.
[+] interface NutsTextManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextManager. |
[+] affected methods: 30 (0.2%)
NutsTextManager.addCodeFormat ( NutsCodeFormat p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.builder ( )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forAnchor ( String p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forBlank ( )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forCode ( String p1, String p2 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forCommand ( NutsTerminalCommand p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forLink ( NutsText p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forList ( NutsText... p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forList ( Collection<NutsText> p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forNumbering ( )This abstract method is from 'NutsTextManager' interface.
...
[+] interface NutsTextNumbering 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextNumbering. |
[+] affected methods: 7 (0.1%)
NutsTextNumbering.getNumber ( int p1 )This abstract method is from 'NutsTextNumbering' interface.
NutsTextNumbering.getPattern ( )This abstract method is from 'NutsTextNumbering' interface.
NutsTextNumbering.getSeparator ( int p1 )This abstract method is from 'NutsTextNumbering' interface.
NutsTextNumbering.getValue ( )This abstract method is from 'NutsTextNumbering' interface.
NutsTextNumbering.newLevel ( int p1 )This abstract method is from 'NutsTextNumbering' interface.
NutsTextNumbering.size ( )This abstract method is from 'NutsTextNumbering' interface.
NutsTextNumbering.toString ( )This abstract method is from 'NutsTextNumbering' interface.
[+] interface NutsTextParser 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextParser. |
[+] affected methods: 27 (0.2%)
NutsTextParser.createLoader ( File p1 )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.createLoader ( ClassLoader p1 )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.escapeText ( String p1 )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.filterText ( String p1 )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.isIncomplete ( )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.of ( NutsSession session )This method is from 'NutsTextParser' interface.
NutsTextParser.parse ( InputStream p1 )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.parse ( InputStream p1, NutsTextVisitor p2 )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.parse ( Reader p1 )This abstract method is from 'NutsTextParser' interface.
NutsTextParser.parse ( Reader p1, NutsTextVisitor p2 )This abstract method is from 'NutsTextParser' interface.
...
[+] interface NutsTextPlain 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextPlain. |
[+] affected methods: 1 (0.01%)
NutsTextPlain.getText ( )This abstract method is from 'NutsTextPlain' interface.
[+] interface NutsTextStyled 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextStyled. |
[+] affected methods: 2 (0.02%)
NutsTextStyled.getChild ( )This abstract method is from 'NutsTextStyled' interface.
NutsTextStyled.getStyles ( )This abstract method is from 'NutsTextStyled' interface.
[+] interface NutsTextStyleGenerator 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextStyleGenerator. |
[+] affected methods: 27 (0.2%)
NutsTextStyleGenerator.hash ( int p1 )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.hash ( Object p1 )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludeBackground ( )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludeBlink ( )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludeBold ( )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludeForeground ( )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludeItalic ( )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludePlain ( )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludeReversed ( )This abstract method is from 'NutsTextStyleGenerator' interface.
NutsTextStyleGenerator.isIncludeStriked ( )This abstract method is from 'NutsTextStyleGenerator' interface.
...
[+] interface NutsTextTitle 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextTitle. |
[+] affected methods: 2 (0.02%)
NutsTextTitle.getChild ( )This abstract method is from 'NutsTextTitle' interface.
NutsTextTitle.getLevel ( )This abstract method is from 'NutsTextTitle' interface.
[+] interface NutsTextVisitor 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextVisitor. |
[+] affected methods: 1 (0.01%)
NutsTextVisitor.visit ( NutsText p1 )This abstract method is from 'NutsTextVisitor' interface.
[+] interface NutsTitleNumber 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTitleNumber. |
[+] affected methods: 5 (0.04%)
NutsTitleNumber.first ( )This abstract method is from 'NutsTitleNumber' interface.
NutsTitleNumber.isNone ( )This abstract method is from 'NutsTitleNumber' interface.
NutsTitleNumber.next ( )This abstract method is from 'NutsTitleNumber' interface.
NutsTitleNumber.none ( )This abstract method is from 'NutsTitleNumber' interface.
NutsTitleNumber.toString ( )This abstract method is from 'NutsTitleNumber' interface.
[+] interface NutsTokenFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTokenFilter. |
[+] affected methods: 5 (0.04%)
NutsTokenFilter.contains ( String p1 )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.isBlank ( )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.isNull ( )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.like ( String p1 )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.matches ( String p1 )This abstract method is from 'NutsTokenFilter' interface.
[+] interface NutsTreeFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTreeFormat. |
[+] affected methods: 17 (0.1%)
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getLinkFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getModel ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getNodeFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setLinkFormat ( NutsTreeLinkFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNodeFormat ( NutsTreeNodeFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNtf ( boolean p1 )This method is from 'NutsTreeFormat' interface.
...
[+] interface NutsTreeLinkFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTreeLinkFormat. |
[+] affected methods: 2 (0.02%)
NutsTreeLinkFormat.formatChild ( NutsPositionType p1 )This abstract method is from 'NutsTreeLinkFormat' interface.
NutsTreeLinkFormat.formatMain ( NutsPositionType p1 )This abstract method is from 'NutsTreeLinkFormat' interface.
[+] interface NutsTreeModel 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTreeModel. |
[+] affected methods: 2 (0.02%)
NutsTreeModel.getChildren ( Object p1 )This abstract method is from 'NutsTreeModel' interface.
NutsTreeModel.getRoot ( )This abstract method is from 'NutsTreeModel' interface.
[+] interface NutsTreeNodeFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTreeNodeFormat. |
[+] affected methods: 1 (0.01%)
NutsTreeNodeFormat.format ( Object p1, int p2, NutsSession p3 )This abstract method is from 'NutsTreeNodeFormat' interface.
[+] interface NutsTypedFilters<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTypedFilters<T>. |
[+] affected methods: 12 (0.1%)
NutsTypedFilters<T>.all ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.always ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.any ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.as ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.from ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.getSession ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.never ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.none ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.nonnull ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.not ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
...
[+] interface NutsUndeployCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUndeployCommand. |
[+] affected methods: 19 (0.1%)
NutsUndeployCommand.addId ( String p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.addId ( NutsId p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.addIds ( String... p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.clearIds ( )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.copySession ( )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.copySession ( )This method is from 'NutsUndeployCommand' interface.
...
[+] interface NutsUninstallCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUninstallCommand. |
[+] affected methods: 24 (0.2%)
NutsUninstallCommand.addArg ( String p1 )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.addArgs ( String... p1 )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.addId ( String p1 )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.addId ( NutsId p1 )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.addIds ( String... p1 )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.clearArgs ( )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.clearIds ( )This abstract method is from 'NutsUninstallCommand' interface.
NutsUninstallCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUninstallCommand' interface.
...
[+] interface NutsUpdateCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUpdateCommand. |
[+] affected methods: 54 (0.4%)
NutsUpdateCommand.addArg ( String p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addArgs ( String... p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addId ( String p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addId ( NutsId p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addIds ( String... p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addLockedId ( String p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsUpdateCommand' interface.
...
[+] interface NutsUpdateEvent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUpdateEvent. |
[+] affected methods: 5 (0.04%)
NutsUpdateEvent.getNewValue ( )This abstract method is from 'NutsUpdateEvent' interface.
NutsUpdateEvent.getOldValue ( )This abstract method is from 'NutsUpdateEvent' interface.
NutsUpdateEvent.getSession ( )This abstract method is from 'NutsUpdateEvent' interface.
NutsUpdateEvent.getWorkspace ( )This abstract method is from 'NutsUpdateEvent' interface.
NutsUpdateEvent.isForce ( )This abstract method is from 'NutsUpdateEvent' interface.
[+] interface NutsUpdateResult 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUpdateResult. |
[+] affected methods: 9 (0.1%)
NutsUpdateResult.getAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.getDependencies ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.getId ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.getLocal ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateApplied ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateForced ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateStatusAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateVersionAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
[+] interface NutsUpdateStatisticsCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUpdateStatisticsCommand. |
[+] affected methods: 20 (0.2%)
NutsUpdateStatisticsCommand.add ( String p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addPath ( Path p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addPaths ( Path... p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addPaths ( Collection<Path> p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addRepo ( String p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addRepos ( String... p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addRepos ( Collection<String> p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.clearPaths ( )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.clearRepos ( )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateStatisticsCommand' interface.
...
[+] interface NutsUpdateUserCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUpdateUserCommand. |
[+] affected methods: 57 (0.4%)
NutsUpdateUserCommand.addGroup ( String p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addGroups ( String... p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addGroups ( Collection<String> p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addPermission ( String p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addPermissions ( String... p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addPermissions ( Collection<String> p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.copySession ( )This abstract method is from 'NutsUpdateUserCommand' interface.
...
[+] interface NutsUser 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUser. |
[+] affected methods: 6 (0.05%)
NutsUser.getGroups ( )This abstract method is from 'NutsUser' interface.
NutsUser.getInheritedPermissions ( )This abstract method is from 'NutsUser' interface.
NutsUser.getPermissions ( )This abstract method is from 'NutsUser' interface.
NutsUser.getRemoteIdentity ( )This abstract method is from 'NutsUser' interface.
NutsUser.getUser ( )This abstract method is from 'NutsUser' interface.
NutsUser.hasCredentials ( )This abstract method is from 'NutsUser' interface.
[+] interface NutsVersion 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsVersion. |
[+] affected methods: 18 (0.1%)
NutsVersion.compareTo ( Object p1 )This method is from 'NutsVersion' interface.
NutsVersion.compareTo ( String p1 )This abstract method is from 'NutsVersion' interface.
NutsVersion.compareTo ( NutsVersion p1 )This abstract method is from 'NutsVersion' interface.
NutsVersion.filter ( )This abstract method is from 'NutsVersion' interface.
NutsVersion.get ( int p1 )This abstract method is from 'NutsVersion' interface.
NutsVersion.getNumber ( int p1 )This abstract method is from 'NutsVersion' interface.
NutsVersion.getNumber ( int p1, long p2 )This abstract method is from 'NutsVersion' interface.
NutsVersion.getNumber ( int p1, BigInteger p2 )This abstract method is from 'NutsVersion' interface.
NutsVersion.getValue ( )This abstract method is from 'NutsVersion' interface.
NutsVersion.inc ( )This abstract method is from 'NutsVersion' interface.
...
[+] interface NutsVersionFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsVersionFilter. |
[+] affected methods: 6 (0.05%)
NutsVersionFilter.acceptSearchId ( NutsSearchId sid, NutsSession session )This method is from 'NutsVersionFilter' interface.
NutsVersionFilter.acceptVersion ( NutsVersion p1, NutsSession p2 )This abstract method is from 'NutsVersionFilter' interface.
NutsVersionFilter.and ( NutsVersionFilter p1 )This abstract method is from 'NutsVersionFilter' interface.
NutsVersionFilter.neg ( )This method is from 'NutsVersionFilter' interface.
NutsVersionFilter.neg ( )This abstract method is from 'NutsVersionFilter' interface.
NutsVersionFilter.or ( NutsVersionFilter p1 )This abstract method is from 'NutsVersionFilter' interface.
[+] interface NutsVersionFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsVersionFilterManager. |
[+] affected methods: 4 (0.03%)
NutsVersionFilterManager.byExpression ( String p1 )This abstract method is from 'NutsVersionFilterManager' interface.
NutsVersionFilterManager.byValue ( String p1 )This abstract method is from 'NutsVersionFilterManager' interface.
NutsVersionFilterManager.setSession ( NutsSession p1 )This method is from 'NutsVersionFilterManager' interface.
NutsVersionFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsVersionFilterManager' interface.
[+] interface NutsVersionFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsVersionFormat. |
[+] affected methods: 9 (0.1%)
NutsVersionFormat.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.addProperty ( String p1, String p2 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.getVersion ( )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.isWorkspaceVersion ( )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setNtf ( boolean p1 )This method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setNtf ( boolean p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setSession ( NutsSession p1 )This method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setVersion ( NutsVersion p1 )This abstract method is from 'NutsVersionFormat' interface.
[+] interface NutsVersionInterval 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsVersionInterval. |
[+] affected methods: 6 (0.05%)
NutsVersionInterval.acceptVersion ( NutsVersion p1 )This abstract method is from 'NutsVersionInterval' interface.
NutsVersionInterval.getLowerBound ( )This abstract method is from 'NutsVersionInterval' interface.
NutsVersionInterval.getUpperBound ( )This abstract method is from 'NutsVersionInterval' interface.
NutsVersionInterval.isFixedValue ( )This abstract method is from 'NutsVersionInterval' interface.
NutsVersionInterval.isIncludeLowerBound ( )This abstract method is from 'NutsVersionInterval' interface.
NutsVersionInterval.isIncludeUpperBound ( )This abstract method is from 'NutsVersionInterval' interface.
[+] interface NutsVersionManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsVersionManager. |
[+] affected methods: 7 (0.1%)
NutsVersionManager.filter ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.formatter ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.formatter ( NutsVersion p1 )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.getSession ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.parse ( String p1 )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.parser ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.setSession ( NutsSession p1 )This abstract method is from 'NutsVersionManager' interface.
[+] interface NutsVersionParser 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsVersionParser. |
[+] affected methods: 4 (0.03%)
NutsVersionParser.isLenient ( )This abstract method is from 'NutsVersionParser' interface.
NutsVersionParser.parse ( String p1 )This abstract method is from 'NutsVersionParser' interface.
NutsVersionParser.parse ( NutsSession session )This method is from 'NutsVersionParser' interface.
NutsVersionParser.setLenient ( boolean p1 )This abstract method is from 'NutsVersionParser' interface.
[+] interface NutsWorkspace 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspace. |
[+] affected methods: 45 (0.3%)
NutsWorkspace.apps ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.boot ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.commandLine ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.commands ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.concurrent ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.config ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.createSession ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.dependency ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.deploy ( )This abstract method is from 'NutsWorkspace' interface.
NutsWorkspace.descriptor ( )This abstract method is from 'NutsWorkspace' interface.
...
[+] interface NutsWorkspaceAppsManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceAppsManager. |
[+] affected methods: 4 (0.03%)
NutsWorkspaceAppsManager.createApplicationContext ( NutsSession p1, String[ ] p2, long p3, Class p4, String p5 )This abstract method is from 'NutsWorkspaceAppsManager' interface.
NutsWorkspaceAppsManager.execEntries ( )This abstract method is from 'NutsWorkspaceAppsManager' interface.
NutsWorkspaceAppsManager.getSession ( )This abstract method is from 'NutsWorkspaceAppsManager' interface.
NutsWorkspaceAppsManager.setSession ( NutsSession p1 )This abstract method is from 'NutsWorkspaceAppsManager' interface.
[+] interface NutsWorkspaceBootConfig 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceBootConfig. |
[+] affected methods: 19 (0.1%)
NutsWorkspaceBootConfig.getBootPath ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getBootRepositories ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspace ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspaceName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getExtensions ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getHomeLocation ( NutsStoreLocation p1 )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getHomeLocations ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
...
[+] interface NutsWorkspaceBootConfig.Extension 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceBootConfig.Extension. |
[+] affected methods: 2 (0.02%)
NutsWorkspaceBootConfig.Extension.getId ( )This abstract method is from 'NutsWorkspaceBootConfig.Extension' interface.
NutsWorkspaceBootConfig.Extension.isEnabled ( )This abstract method is from 'NutsWorkspaceBootConfig.Extension' interface.
[+] interface NutsWorkspaceCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceCommand. |
[+] affected methods: 6 (0.05%)
NutsWorkspaceCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsWorkspaceCommand' interface.
NutsWorkspaceCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsWorkspaceCommand' interface.
NutsWorkspaceCommand.copySession ( )This abstract method is from 'NutsWorkspaceCommand' interface.
NutsWorkspaceCommand.getSession ( )This abstract method is from 'NutsWorkspaceCommand' interface.
NutsWorkspaceCommand.run ( )This abstract method is from 'NutsWorkspaceCommand' interface.
NutsWorkspaceCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsWorkspaceCommand' interface.
[+] interface NutsWorkspaceCommandFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceCommandFactory. |
[+] affected methods: 5 (0.04%)
NutsWorkspaceCommandFactory.configure ( NutsCommandFactoryConfig p1 )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
NutsWorkspaceCommandFactory.findCommand ( String p1, NutsSession p2 )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
NutsWorkspaceCommandFactory.findCommands ( NutsSession p1 )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
NutsWorkspaceCommandFactory.getFactoryId ( )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
NutsWorkspaceCommandFactory.getPriority ( )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
[+] interface NutsWorkspaceConfigManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceConfigManager. |
[+] affected methods: 21 (0.2%)
NutsWorkspaceConfigManager.createContentFaceId ( NutsId p1, NutsDescriptor p2 )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.createWorkspaceListManager ( String p1 )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getAvailableArchetypes ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getDefaultRepositories ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getHashName ( Object p1 )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getIndexStoreClientFactory ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaCommand ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaOptions ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getSession ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getWorkspaceHashName ( String p1 )This abstract method is from 'NutsWorkspaceConfigManager' interface.
...
[+] interface NutsWorkspaceCustomCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceCustomCommand. |
[+] affected methods: 9 (0.1%)
NutsWorkspaceCustomCommand.dryExec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.exec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.getCommand ( )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.getExecutorOptions ( )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.getFactoryId ( )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.getHelpText ( NutsSession p1 )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.getName ( )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.getOwner ( )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
NutsWorkspaceCustomCommand.toCommandConfig ( )This abstract method is from 'NutsWorkspaceCustomCommand' interface.
[+] interface NutsWorkspaceEnvManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceEnvManager. |
[+] affected methods: 42 (0.3%)
NutsWorkspaceEnvManager.addLauncher ( NutsLauncherOptions p1 )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getArch ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getArchFamily ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getBootClassLoader ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getBootClassWorldURLs ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getBootOptions ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getBootRepositories ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getCreationFinishTimeMillis ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getCreationStartTimeMillis ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getCreationTimeMillis ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
...
[+] interface NutsWorkspaceEvent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceEvent. |
[+] affected methods: 6 (0.05%)
NutsWorkspaceEvent.getPropertyName ( )This abstract method is from 'NutsWorkspaceEvent' interface.
NutsWorkspaceEvent.getPropertyOldValue ( )This abstract method is from 'NutsWorkspaceEvent' interface.
NutsWorkspaceEvent.getPropertyValue ( )This abstract method is from 'NutsWorkspaceEvent' interface.
NutsWorkspaceEvent.getRepository ( )This abstract method is from 'NutsWorkspaceEvent' interface.
NutsWorkspaceEvent.getSession ( )This abstract method is from 'NutsWorkspaceEvent' interface.
NutsWorkspaceEvent.getWorkspace ( )This abstract method is from 'NutsWorkspaceEvent' interface.
[+] interface NutsWorkspaceEventManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceEventManager. |
[+] affected methods: 14 (0.1%)
NutsWorkspaceEventManager.addInstallListener ( NutsInstallListener p1 )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.addRepositoryListener ( NutsRepositoryListener p1 )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.addUserPropertyListener ( NutsMapListener<String,Object> p1 )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.addWorkspaceListener ( NutsWorkspaceListener p1 )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.getInstallListeners ( )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.getRepositoryListeners ( )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.getSession ( )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.getUserPropertyListeners ( )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.getWorkspaceListeners ( )This abstract method is from 'NutsWorkspaceEventManager' interface.
NutsWorkspaceEventManager.removeInstallListener ( NutsInstallListener p1 )This abstract method is from 'NutsWorkspaceEventManager' interface.
...
[+] interface NutsWorkspaceExtension 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceExtension. |
[+] affected methods: 2 (0.02%)
NutsWorkspaceExtension.getId ( )This abstract method is from 'NutsWorkspaceExtension' interface.
NutsWorkspaceExtension.getWiredId ( )This abstract method is from 'NutsWorkspaceExtension' interface.
[+] interface NutsWorkspaceExtensionManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceExtensionManager. |
[+] affected methods: 22 (0.2%)
NutsWorkspaceExtensionManager.createAll ( Class<T> p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createAllSupported ( Class<T> p1, V p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2, ClassLoader p3 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2, Class[ ] p3, Object[ ] p4 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.discoverTypes ( NutsId p1, ClassLoader p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getConfigExtensions ( )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getExtensionObjects ( Class p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getExtensionTypes ( Class p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
...
[+] interface NutsWorkspaceInitInformation 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceInitInformation. |
[+] affected methods: 25 (0.2%)
NutsWorkspaceInitInformation.getApiId ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getApiVersion ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getBootRepositories ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getBootWorkspaceFactory ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getClassWorldLoader ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getClassWorldURLs ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getExtensionBootDependencyNodes ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getExtensionBootDescriptors ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getExtensionsSet ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getHomeLocations ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
...
[+] interface NutsWorkspaceListener 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceListener. |
[+] affected methods: 6 (0.05%)
NutsWorkspaceListener.onAddRepository ( NutsWorkspaceEvent event )This method is from 'NutsWorkspaceListener' interface.
NutsWorkspaceListener.onConfigurationChanged ( NutsWorkspaceEvent event )This method is from 'NutsWorkspaceListener' interface.
NutsWorkspaceListener.onCreateWorkspace ( NutsWorkspaceEvent event )This method is from 'NutsWorkspaceListener' interface.
NutsWorkspaceListener.onReloadWorkspace ( NutsWorkspaceEvent event )This method is from 'NutsWorkspaceListener' interface.
NutsWorkspaceListener.onRemoveRepository ( NutsWorkspaceEvent event )This method is from 'NutsWorkspaceListener' interface.
NutsWorkspaceListener.onUpdateProperty ( NutsWorkspaceEvent event )This method is from 'NutsWorkspaceListener' interface.
[+] interface NutsWorkspaceListManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceListManager. |
[+] affected methods: 7 (0.1%)
NutsWorkspaceListManager.addWorkspace ( String p1, NutsSession p2 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getConfig ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaceLocation ( String p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaces ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.removeWorkspace ( String p1, NutsSession p2 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.save ( NutsSession p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.setConfig ( NutsWorkspaceListConfig p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
[+] interface NutsWorkspaceLocationManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceLocationManager. |
[+] affected methods: 22 (0.2%)
NutsWorkspaceLocationManager.getDefaultIdBasedir ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdContentExtension ( String p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdExtension ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdFilename ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getHomeLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getSession ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
...
[+] interface NutsWorkspaceOptions 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceOptions. |
[+] affected methods: 81 (0.6%)
NutsWorkspaceOptions.builder ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.formatter ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getApplicationArguments ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getArchetype ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getBot ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getCached ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getClassLoaderSupplier ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getConfirm ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getCreationTime ( )This abstract method is from 'NutsWorkspaceOptions' interface.
...
[+] interface NutsWorkspaceOptionsBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceOptionsBuilder. |
[+] affected methods: 147 (1.1%)
NutsWorkspaceOptionsBuilder.addOutputFormatOptions ( String... p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.build ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.copy ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.formatter ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getApplicationArguments ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getArchetype ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getBot ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getCached ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getClassLoaderSupplier ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
...
[+] interface NutsWorkspaceOptionsFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceOptionsFormat. |
[+] affected methods: 13 (0.1%)
NutsWorkspaceOptionsFormat.equals ( Object p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.getBootCommandLine ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.hashCode ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isExported ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isInit ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isRuntime ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setApiVersion ( String p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setCompact ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setExported ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
...
[+] interface NutsWorkspaceSecurityManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceSecurityManager. |
[+] affected methods: 23 (0.2%)
NutsWorkspaceSecurityManager.addUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.findUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.findUsers ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getAuthenticationAgent ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCredentials ( char[ ] p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentLoginStack ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentUsername ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
...
[+] interface NutsWorkspaceStoredConfig 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceStoredConfig. |
[+] affected methods: 15 (0.1%)
NutsWorkspaceStoredConfig.getApiId ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getBootRepositories ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getHomeLocations ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getJavaCommand ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getJavaOptions ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getName ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getRuntimeDependencies ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getRuntimeId ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
...
[+] interface NutsWorkspaceUpdateResult 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceUpdateResult. |
[+] affected methods: 11 (0.1%)
NutsWorkspaceUpdateResult.getAllResults ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getAllUpdates ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getApi ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getArtifacts ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getExtensions ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getRuntime ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getUpdatesCount ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.isUpdatableApi ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.isUpdatableExtensions ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.isUpdatableRuntime ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
...
nuts-0.8.1.jar
package net.thevpc.nuts.boot
[+] class NutsApiUtils 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsApiUtils. |
[+] affected methods: 13 (0.1%)
NutsApiUtils.checkSession ( NutsSession session )This method is from 'NutsApiUtils' class.
NutsApiUtils.createHomeLocationKey ( NutsOsFamily storeLocationLayout, NutsStoreLocation location )This method is from 'NutsApiUtils' class.
NutsApiUtils.createOptions ( )This method is from 'NutsApiUtils' class.
NutsApiUtils.createOptionsBuilder ( )This method is from 'NutsApiUtils' class.
NutsApiUtils.getPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<String,String> homeLocations, boolean global, String workspaceName )This method is from 'NutsApiUtils' class.
NutsApiUtils.getPlatformOsFamily ( )This method is from 'NutsApiUtils' class.
NutsApiUtils.getSysBoolNutsProperty ( String property, boolean defaultValue )This method is from 'NutsApiUtils' class.
NutsApiUtils.isGraphicalDesktopEnvironment ( )This method is from 'NutsApiUtils' class.
NutsApiUtils.parseCommandLineArray ( String commandLineString )This method is from 'NutsApiUtils' class.
NutsApiUtils.processThrowable ( Throwable ex, PrintStream out )This method is from 'NutsApiUtils' class.
...
[+] class NutsBootDescriptor 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsBootDescriptor. |
[+] affected methods: 4 (0.03%)
NutsBootDescriptor.NutsBootDescriptor ( NutsBootId id, NutsBootId[ ] dependencies )This constructor is from 'NutsBootDescriptor' class.
NutsBootDescriptor.getDependencies ( )This method is from 'NutsBootDescriptor' class.
NutsBootDescriptor.getId ( )This method is from 'NutsBootDescriptor' class.
NutsBootDescriptor.toString ( )This method is from 'NutsBootDescriptor' class.
[+] class NutsBootId 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsBootId. |
[+] affected methods: 14 (0.1%)
NutsBootId.NutsBootId ( String groupId, String artifactId, NutsBootVersion version, boolean optional, String os, String arch )This constructor is from 'NutsBootId' class.
NutsBootId.equals ( Object obj )This method is from 'NutsBootId' class.
NutsBootId.getArch ( )This method is from 'NutsBootId' class.
NutsBootId.getArtifactId ( )This method is from 'NutsBootId' class.
NutsBootId.getGroupId ( )This method is from 'NutsBootId' class.
NutsBootId.getLongName ( )This method is from 'NutsBootId' class.
NutsBootId.getOs ( )This method is from 'NutsBootId' class.
NutsBootId.getShortName ( )This method is from 'NutsBootId' class.
NutsBootId.getVersion ( )This method is from 'NutsBootId' class.
NutsBootId.hashCode ( )This method is from 'NutsBootId' class.
...
[+] class NutsBootVersion 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsBootVersion. |
[+] affected methods: 14 (0.1%)
NutsBootVersion.accept ( NutsBootVersion other )This method is from 'NutsBootVersion' class.
NutsBootVersion.compareTo ( String other )This method is from 'NutsBootVersion' class.
NutsBootVersion.compareTo ( NutsBootVersion other )This method is from 'NutsBootVersion' class.
NutsBootVersion.equals ( Object o )This method is from 'NutsBootVersion' class.
NutsBootVersion.getFrom ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.getTo ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.hashCode ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.isBlank ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.isIncludeFrom ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.isIncludeTo ( )This method is from 'NutsBootVersion' class.
...
[+] class NutsBootWorkspace 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsBootWorkspace. |
[+] affected methods: 14 (0.1%)
NutsBootWorkspace.NutsBootWorkspace ( String... args )This constructor is from 'NutsBootWorkspace' class.
NutsBootWorkspace.NutsBootWorkspace ( NutsWorkspaceOptions options )This constructor is from 'NutsBootWorkspace' class.
NutsBootWorkspace.createProcessBuilder ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.createProcessCommandLine ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.expandPath ( String path, String base )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getContextClassLoader ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getHome ( NutsStoreLocation storeFolder )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getOptions ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getRequirementsHelpString ( boolean unsatisfiedOnly )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.hasUnsatisfiedRequirements ( )This method is from 'NutsBootWorkspace' class.
...
[+] class PrivateNutsApplicationUtils 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsApplicationUtils. |
[+] affected methods: 3 (0.02%)
PrivateNutsApplicationUtils.PrivateNutsApplicationUtils ( )This constructor is from 'PrivateNutsApplicationUtils' class.
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out )This method is from 'PrivateNutsApplicationUtils' class.
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui )This method is from 'PrivateNutsApplicationUtils' class.
[+] class PrivateNutsLog 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsLog. |
[+] affected methods: 7 (0.1%)
PrivateNutsLog.PrivateNutsLog ( )This constructor is from 'PrivateNutsLog' class.
PrivateNutsLog.isLoggable ( Level lvl )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, String message, Throwable err )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object[ ] objects )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object object )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.setOptions ( NutsWorkspaceOptions options )This method is from 'PrivateNutsLog' class.
[+] class PrivateNutsMavenUtils 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsMavenUtils. |
[+] affected methods: 7 (0.1%)
PrivateNutsMavenUtils.PrivateNutsMavenUtils ( )This constructor is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.getFileName ( NutsBootId id, String ext )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.getPathFile ( NutsBootId id, String name )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.resolveMavenFullPath ( String repo, String nutsId, String ext )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.resolveOrDownloadJar ( String nutsId, String[ ] repositories, String cacheFolder, PrivateNutsLog LOG, boolean includeDesc, Instant expire, PrivateNutsUtils.ErrorInfoList errors )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.toMavenFileName ( String nutsId, String extension )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.toMavenPath ( String nutsId )This method is from 'PrivateNutsMavenUtils' class.
[+] class PrivateNutsRepositorySelection 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsRepositorySelection. |
[+] affected methods: 3 (0.02%)
PrivateNutsRepositorySelection.PrivateNutsRepositorySelection ( String name, String url )This constructor is from 'PrivateNutsRepositorySelection' class.
PrivateNutsRepositorySelection.getName ( )This method is from 'PrivateNutsRepositorySelection' class.
PrivateNutsRepositorySelection.getUrl ( )This method is from 'PrivateNutsRepositorySelection' class.
[+] class PrivateNutsRepositorySelectionList 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsRepositorySelectionList. |
[+] affected methods: 12 (0.1%)
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( )This constructor is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( PrivateNutsRepositorySelection[ ] all )This constructor is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.add ( PrivateNutsRepositorySelection a )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.addAll ( PrivateNutsRepositorySelection[ ] all )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.containsName ( String name )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.containsSelection ( PrivateNutsRepositorySelection s )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.containsURL ( String url )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.indexOf ( PrivateNutsRepositorySelection other, int offset )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.indexOfName ( String name, int offset )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.indexOfURL ( String url, int offset )This method is from 'PrivateNutsRepositorySelectionList' class.
...
[+] class PrivateNutsRepositorySelectorList 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsRepositorySelectorList. |
[+] affected methods: 6 (0.05%)
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( )This constructor is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( PrivateNutsRepositorySelector[ ] a )This constructor is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.acceptExisting ( PrivateNutsRepositorySelection ss )This method is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.join ( PrivateNutsRepositorySelectorList other )This method is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.resolveSelectors ( PrivateNutsRepositorySelection[ ] other )This method is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.toArray ( )This method is from 'PrivateNutsRepositorySelectorList' class.
[+] class PrivateNutsRepositorySelectorOp 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsRepositorySelectorOp. |
[+] affected methods: 6 (0.05%)
PrivateNutsRepositorySelectorOp.id ( )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.parseLenient ( String value )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyOrErrorValue )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyValue, PrivateNutsRepositorySelectorOp errorValue )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.valueOf ( String name )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.values ( )This method is from 'PrivateNutsRepositorySelectorOp' class.
[+] class PrivateNutsStringMapParser 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsStringMapParser. |
[+] affected methods: 2 (0.02%)
PrivateNutsStringMapParser.PrivateNutsStringMapParser ( String eqSeparators, String entrySeparators )This constructor is from 'PrivateNutsStringMapParser' class.
PrivateNutsStringMapParser.parseMap ( String text )This method is from 'PrivateNutsStringMapParser' class.
[+] class PrivateNutsUtils.Deps 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsUtils.Deps. |
[+] affected methods: 1 (0.01%)
PrivateNutsUtils.Deps.PrivateNutsUtils.Deps ( )This constructor is from 'PrivateNutsUtils.Deps' class.
[+] class PrivateNutsUtils.ErrorInfo 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsUtils.ErrorInfo. |
[+] affected methods: 7 (0.1%)
PrivateNutsUtils.ErrorInfo.PrivateNutsUtils.ErrorInfo ( String nutsId, String repository, String url, String message, Throwable throwable )This constructor is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getMessage ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getNutsId ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getRepository ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getThrowable ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getUrl ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.toString ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
[+] class PrivateNutsUtils.ErrorInfoList 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsUtils.ErrorInfoList. |
[+] affected methods: 4 (0.03%)
PrivateNutsUtils.ErrorInfoList.PrivateNutsUtils.ErrorInfoList ( )This constructor is from 'PrivateNutsUtils.ErrorInfoList' class.
PrivateNutsUtils.ErrorInfoList.add ( PrivateNutsUtils.ErrorInfo e )This method is from 'PrivateNutsUtils.ErrorInfoList' class.
PrivateNutsUtils.ErrorInfoList.list ( )This method is from 'PrivateNutsUtils.ErrorInfoList' class.
PrivateNutsUtils.ErrorInfoList.removeErrorsFor ( String nutsId )This method is from 'PrivateNutsUtils.ErrorInfoList' class.
nuts-0.8.1.jar
package net.thevpc.nuts.spi
[+] class NutsTransportParamBinaryFilePart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportParamBinaryFilePart. |
[+] affected methods: 7 (0.1%)
NutsTransportParamBinaryFilePart.NutsTransportParamBinaryFilePart ( String name, String fileName, Path value )This constructor is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.equals ( Object o )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.getFileName ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.getName ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.getValue ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.hashCode ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.toString ( )This method is from 'NutsTransportParamBinaryFilePart' class.
[+] class NutsTransportParamBinaryStreamPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportParamBinaryStreamPart. |
[+] affected methods: 4 (0.03%)
NutsTransportParamBinaryStreamPart.NutsTransportParamBinaryStreamPart ( String name, String fileName, InputStream value )This constructor is from 'NutsTransportParamBinaryStreamPart' class.
NutsTransportParamBinaryStreamPart.getFileName ( )This method is from 'NutsTransportParamBinaryStreamPart' class.
NutsTransportParamBinaryStreamPart.getName ( )This method is from 'NutsTransportParamBinaryStreamPart' class.
NutsTransportParamBinaryStreamPart.getValue ( )This method is from 'NutsTransportParamBinaryStreamPart' class.
[+] class NutsTransportParamParamPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportParamParamPart. |
[+] affected methods: 6 (0.05%)
NutsTransportParamParamPart.NutsTransportParamParamPart ( String name, String value )This constructor is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.equals ( Object o )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.getName ( )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.getValue ( )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.hashCode ( )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.toString ( )This method is from 'NutsTransportParamParamPart' class.
[+] class NutsTransportParamPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportParamPart. |
[+] affected methods: 1 (0.01%)
NutsTransportParamPart.NutsTransportParamPart ( )This constructor is from 'NutsTransportParamPart' class.
[+] class NutsTransportParamTextFilePart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportParamTextFilePart. |
[+] affected methods: 7 (0.1%)
NutsTransportParamTextFilePart.NutsTransportParamTextFilePart ( String name, String fileName, Path value )This constructor is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.equals ( Object o )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.getFileName ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.getName ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.getValue ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.hashCode ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.toString ( )This method is from 'NutsTransportParamTextFilePart' class.
[+] class NutsTransportParamTextReaderPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportParamTextReaderPart. |
[+] affected methods: 7 (0.1%)
NutsTransportParamTextReaderPart.NutsTransportParamTextReaderPart ( String name, String fileName, Reader value )This constructor is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.equals ( Object o )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.getFileName ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.getName ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.getValue ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.hashCode ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.toString ( )This method is from 'NutsTransportParamTextReaderPart' class.
[+] interface NutsBootWorkspaceFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsBootWorkspaceFactory. |
[+] affected methods: 2 (0.02%)
NutsBootWorkspaceFactory.createWorkspace ( NutsWorkspaceInitInformation p1 )This abstract method is from 'NutsBootWorkspaceFactory' interface.
NutsBootWorkspaceFactory.getBootSupportLevel ( NutsWorkspaceOptions p1 )This abstract method is from 'NutsBootWorkspaceFactory' interface.
[+] interface NutsComponent<CriteriaType> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsComponent<CriteriaType>. |
[+] affected methods: 1 (0.01%)
NutsComponent<CriteriaType>.getSupportLevel ( NutsSupportLevelContext<CriteriaType> p1 )This abstract method is from 'NutsComponent<CriteriaType>' interface.
[+] interface NutsDeployRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDeployRepositoryCommand. |
[+] affected methods: 13 (0.1%)
NutsDeployRepositoryCommand.getContent ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.getDescriptor ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.getId ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.run ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.run ( )This method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( File p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( InputStream p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( URL p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( Path p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setDescriptor ( NutsDescriptor p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
...
[+] interface NutsDescriptorContentParserComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDescriptorContentParserComponent. |
[+] affected methods: 1 (0.01%)
NutsDescriptorContentParserComponent.parse ( NutsDescriptorContentParserContext p1 )This abstract method is from 'NutsDescriptorContentParserComponent' interface.
[+] interface NutsDescriptorContentParserContext 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDescriptorContentParserContext. |
[+] affected methods: 8 (0.1%)
NutsDescriptorContentParserContext.getFileExtension ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getFullStream ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getHeadStream ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getMimeType ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getName ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getParseOptions ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getSession ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getWorkspace ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
[+] interface NutsFetchContentRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFetchContentRepositoryCommand. |
[+] affected methods: 13 (0.1%)
NutsFetchContentRepositoryCommand.getDescriptor ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getId ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getLocalPath ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getResult ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.run ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.run ( )This method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.setDescriptor ( NutsDescriptor p1 )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
...
[+] interface NutsFetchDescriptorRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFetchDescriptorRepositoryCommand. |
[+] affected methods: 9 (0.1%)
NutsFetchDescriptorRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.getId ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.getResult ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.run ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.run ( )This method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsFetchDescriptorRepositoryCommand' interface.
[+] interface NutsFormatSPI 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFormatSPI. |
[+] affected methods: 2 (0.02%)
NutsFormatSPI.configureFirst ( NutsCommandLine p1 )This abstract method is from 'NutsFormatSPI' interface.
NutsFormatSPI.print ( NutsPrintStream p1 )This abstract method is from 'NutsFormatSPI' interface.
[+] interface NutsIndexStoreFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIndexStoreFactory. |
[+] affected methods: 1 (0.01%)
NutsIndexStoreFactory.createIndexStore ( NutsRepository p1 )This abstract method is from 'NutsIndexStoreFactory' interface.
[+] interface NutsInputStreamTransparentAdapter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInputStreamTransparentAdapter. |
[+] affected methods: 1 (0.01%)
NutsInputStreamTransparentAdapter.baseInputStream ( )This abstract method is from 'NutsInputStreamTransparentAdapter' interface.
[+] interface NutsPathSPI 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPathSPI. |
[+] affected methods: 18 (0.1%)
NutsPathSPI.asString ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.delete ( boolean p1 )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.exists ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.getContentEncoding ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.getContentLength ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.getContentType ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.getFormatterSPI ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.getLastModifiedInstant ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.getLocation ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.getName ( )This method is from 'NutsPathSPI' interface.
...
[+] interface NutsPushRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPushRepositoryCommand. |
[+] affected methods: 12 (0.1%)
NutsPushRepositoryCommand.getArgs ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.getId ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.getRepository ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.isOffline ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.run ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.run ( )This method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setArgs ( String[ ] p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setOffline ( boolean p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setRepository ( String p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
...
[+] interface NutsRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryCommand. |
[+] affected methods: 5 (0.04%)
NutsRepositoryCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.getSession ( )This abstract method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.run ( )This abstract method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsRepositoryCommand' interface.
[+] interface NutsRepositoryFactoryComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryFactoryComponent. |
[+] affected methods: 2 (0.02%)
NutsRepositoryFactoryComponent.create ( NutsAddRepositoryOptions p1, NutsSession p2, NutsRepository p3 )This abstract method is from 'NutsRepositoryFactoryComponent' interface.
NutsRepositoryFactoryComponent.getDefaultRepositories ( NutsSession p1 )This abstract method is from 'NutsRepositoryFactoryComponent' interface.
[+] interface NutsRepositorySPI 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositorySPI. |
[+] affected methods: 22 (0.2%)
NutsRepositorySPI.config ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.deploy ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.env ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.fetchContent ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.fetchDescriptor ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getName ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getParentRepository ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getRepositoryListeners ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getRepositoryType ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getUserProperties ( )This abstract method is from 'NutsRepositorySPI' interface.
...
[+] interface NutsRepositoryUndeployCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryUndeployCommand. |
[+] affected methods: 12 (0.1%)
NutsRepositoryUndeployCommand.getId ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.getRepository ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.isOffline ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.isTransitive ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.run ( )This method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.run ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setId ( NutsId p1 )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setOffline ( boolean p1 )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setRepository ( String p1 )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 )This method is from 'NutsRepositoryUndeployCommand' interface.
...
[+] interface NutsSearchRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSearchRepositoryCommand. |
[+] affected methods: 9 (0.1%)
NutsSearchRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.getFilter ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.getResult ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.run ( )This method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.run ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setFilter ( NutsIdFilter p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
[+] interface NutsSearchVersionsRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSearchVersionsRepositoryCommand. |
[+] affected methods: 11 (0.1%)
NutsSearchVersionsRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getFilter ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getId ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getResult ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.run ( )This method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.run ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setFilter ( NutsIdFilter p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsSearchVersionsRepositoryCommand' interface.
...
[+] interface NutsSystemTerminalBase 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSystemTerminalBase. |
[+] affected methods: 12 (0.1%)
NutsSystemTerminalBase.getAutoCompleteResolver ( )This method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getCommandHistory ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getCommandReadHighlighter ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getErr ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getIn ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getOut ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.isAutoCompleteSupported ( )This method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.readLine ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.readPassword ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.setCommandAutoCompleteResolver ( NutsCommandAutoCompleteResolver p1 )This abstract method is from 'NutsSystemTerminalBase' interface.
...
[+] interface NutsTransportComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportComponent. |
[+] affected methods: 1 (0.01%)
NutsTransportComponent.open ( String p1 )This abstract method is from 'NutsTransportComponent' interface.
[+] interface NutsTransportConnection 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportConnection. |
[+] affected methods: 3 (0.02%)
NutsTransportConnection.getPath ( )This abstract method is from 'NutsTransportConnection' interface.
NutsTransportConnection.open ( )This abstract method is from 'NutsTransportConnection' interface.
NutsTransportConnection.upload ( NutsTransportParamPart... p1 )This abstract method is from 'NutsTransportConnection' interface.
[+] interface NutsUpdateRepositoryStatisticsCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUpdateRepositoryStatisticsCommand. |
[+] affected methods: 7 (0.1%)
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.run ( )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.run ( )This abstract method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
[+] interface NutsWorkspaceArchetypeComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceArchetypeComponent. |
[+] affected methods: 2 (0.02%)
NutsWorkspaceArchetypeComponent.getName ( )This abstract method is from 'NutsWorkspaceArchetypeComponent' interface.
NutsWorkspaceArchetypeComponent.initializeWorkspace ( NutsSession p1 )This abstract method is from 'NutsWorkspaceArchetypeComponent' interface.
to the top
Problems with Methods, Medium Severity 4
nuts-0.8.1.jar,
Nuts.class
package net.thevpc.nuts
[+] Nuts.getVersion ( ) [static] : String 1
net/thevpc/nuts/Nuts.getVersion:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NVersion. |
Recompilation of a client program may be terminated with the message: incompatible types: NVersion cannot be converted to java.lang.String. |
[+] Nuts.main ( String[ ] args ) [static] : void 1
net/thevpc/nuts/Nuts.main:([Ljava/lang/String;)V
| Change | Effect |
|---|
| 1 |
Added java.lang.Throwable exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.lang.Throwable must be caught or declared to be thrown. |
[+] Nuts.openWorkspace ( ) [static] : NutsSession 1
net/thevpc/nuts/Nuts.openWorkspace:()Lnet/thevpc/nuts/NutsSession;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsSession to NSession. |
Recompilation of a client program may be terminated with the message: incompatible types: NSession cannot be converted to NutsSession. |
[+] Nuts.openWorkspace ( String... args ) [static] : NutsSession 1
net/thevpc/nuts/Nuts.openWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsSession to NSession. |
Recompilation of a client program may be terminated with the message: incompatible types: NSession cannot be converted to NutsSession. |
to the top
Java Archives 1
nuts-0.8.1.jar
to the top