Class ExplorerFile

  • All Implemented Interfaces:
    File

    public class ExplorerFile
    extends Object
    implements File
    Class representing a file from explorer
    • Constructor Detail

      • ExplorerFile

        public ExplorerFile​(AmetysObjectResolver resolver,
                            String resourceId)
        Constructor of the explorer file
        Parameters:
        resolver - resolver used to get the resource from its identifier
        resourceId - resource's identifier
      • ExplorerFile

        public ExplorerFile​(AmetysObjectResolver resolver,
                            String resourceId,
                            Session session)
        Constructor of the explorer file
        Parameters:
        resolver - resolver used to get the resource from its identifier
        resourceId - resource's identifier
        session - the current session. If null, a new session will be used to retrieve the resource's data