Class SystemMapper.ParentFolderPlaceholderProvider

  • All Implemented Interfaces:
    java.util.function.Supplier<java.lang.String>
    Enclosing class:
    SystemMapper

    protected static class SystemMapper.ParentFolderPlaceholderProvider
    extends java.lang.Object
    implements java.util.function.Supplier<java.lang.String>
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParentFolderPlaceholderProvider

        protected ParentFolderPlaceholderProvider​(Application application)
    • Method Detail

      • get

        public java.lang.String get()
        Specified by:
        get in interface java.util.function.Supplier<java.lang.String>