Class NamespaceBuilder

    • Field Detail

      • value$path$java$lang$String

        protected String value$path$java$lang$String
      • isSet$path$java$lang$String

        protected boolean isSet$path$java$lang$String
    • Constructor Detail

    • Method Detail

      • namespace

        public static NamespaceBuilder namespace()
        Factory Method to construct a NamespaceBuilder
        Returns:
        a new NamespaceBuilder
      • withPath

        public NamespaceBuilder withPath​(String value)
        Sets the default value for the path property.
        Parameters:
        value - the default value
        Returns:
        this builder
      • clone

        @GwtIncompatible
        public Object clone()
        Returns a clone of this builder.
        Overrides:
        clone in class Object
        Returns:
        the clone
      • but

        @GwtIncompatible
        public NamespaceBuilder but()
        Returns a clone of this builder.
        Returns:
        the clone
      • build

        public Namespace build()
        Creates a new Namespace based on this builder's settings.
        Returns:
        the created Namespace