Class IdInputFile

  • All Implemented Interfaces:
    InputFile<java.lang.String>

    public class IdInputFile
    extends java.lang.Object
    implements InputFile<java.lang.String>
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
        Description copied from interface: InputFile
        Identifier for the InputFile If non-null, then this will use the attach protocol and call the attachTo method
        Specified by:
        getIdentifier in interface InputFile<java.lang.String>
      • of

        public static IdInputFile of​(java.lang.String data)
      • getData

        public java.lang.String getData()
        Specified by:
        getData in interface InputFile<java.lang.String>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object