Interface ResourceManagerPearWrapper

  • All Superinterfaces:
    ResourceManager

    @Deprecated
    public interface ResourceManagerPearWrapper
    extends ResourceManager
    Deprecated.
    A ResourceManagerPearWrapper is a special Resource Manager, sharing all its fields with its parent, except for the class path and data path fields.
    • Method Detail

      • initializeFromParentResourceManager

        void initializeFromParentResourceManager​(ResourceManager resourceManager)
        Deprecated.
        N O T E : N O L O N G E R U S E D 2018 Pear Wrapper Resource Managers share all their values with their parent, except for the 2 values used to store the Classpath and Datapath. This method is called immediately after the factory creates the object (using the 0-argument constructor), and it initializes all the fields in this wrapper to share the values with their parent.
        Parameters:
        resourceManager - the parent ResourceManager