Uses of Class
org.refcodes.runtime.OptionsSchema.Builder
-
Uses of OptionsSchema.Builder in org.refcodes.runtime
Methods in org.refcodes.runtime that return OptionsSchema.BuilderModifier and TypeMethodDescriptionstatic OptionsSchema.BuilderOptionsSchema.builder()Creates builder to buildOptionsSchema.OptionsSchema.Builder.withChildren(Collection<? extends org.refcodes.schema.Schema> aChildren) OptionsSchema.Builder.withChildren(org.refcodes.schema.Schema... aChildren) OptionsSchema.Builder.withDescription(String aDescription) OptionsSchema.Builder.withException(Throwable aException) OptionsSchema.Builder.withHash(int aHash) OptionsSchema.Builder.withIdentifier(String aIdentifier) OptionsSchema.Builder.withInstance(Object aInstance) OptionsSchema.Builder.withProperty(String aKey, Object aValue) OptionsSchema.Builder.withSchema(org.refcodes.schema.Schema aSchema) OptionsSchema.Builder.withStereotype(String aStereotype)