Class OptionalFolderPathParser

  • All Implemented Interfaces:
    com.google.common.base.Function<java.lang.Object,​java.lang.String>, java.util.function.Function<java.lang.Object,​java.lang.String>

    @Singleton
    public class OptionalFolderPathParser
    extends java.lang.Object
    implements com.google.common.base.Function<java.lang.Object,​java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String apply​(java.lang.Object optionalFolderPath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Function

        equals
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Field Detail

      • FOLDER_NAME_PREFIX

        public static final java.lang.String FOLDER_NAME_PREFIX
        See Also:
        Constant Field Values
      • FOLDER_NAME_SEPARATOR

        public static final java.lang.Character FOLDER_NAME_SEPARATOR
    • Constructor Detail

      • OptionalFolderPathParser

        public OptionalFolderPathParser()
    • Method Detail

      • apply

        public java.lang.String apply​(java.lang.Object optionalFolderPath)
        Specified by:
        apply in interface com.google.common.base.Function<java.lang.Object,​java.lang.String>
        Specified by:
        apply in interface java.util.function.Function<java.lang.Object,​java.lang.String>