Class MixedAttribute

    • Constructor Detail

      • MixedAttribute

        public MixedAttribute​(String name,
                              long limitSize)
      • MixedAttribute

        public MixedAttribute​(String name,
                              long definedSize,
                              long limitSize)
      • MixedAttribute

        public MixedAttribute​(String name,
                              long limitSize,
                              Charset charset)
      • MixedAttribute

        public MixedAttribute​(String name,
                              long limitSize,
                              Charset charset,
                              String baseDir,
                              boolean deleteOnExit)
      • MixedAttribute

        public MixedAttribute​(String name,
                              long definedSize,
                              long limitSize,
                              Charset charset)
      • MixedAttribute

        public MixedAttribute​(String name,
                              long definedSize,
                              long limitSize,
                              Charset charset,
                              String baseDir,
                              boolean deleteOnExit)
      • MixedAttribute

        public MixedAttribute​(String name,
                              String value,
                              long limitSize)
      • MixedAttribute

        public MixedAttribute​(String name,
                              String value,
                              long limitSize,
                              Charset charset)
      • MixedAttribute

        public MixedAttribute​(String name,
                              String value,
                              long limitSize,
                              Charset charset,
                              String baseDir,
                              boolean deleteOnExit)