Class HandleDispatcher

  • All Implemented Interfaces:
    BitstreamDispatcher

    public class HandleDispatcher
    extends Object
    implements BitstreamDispatcher
    A BitstreamDispatcher that checks all the bitstreams contained within an item, collection or community referred to by Handle.
    Author:
    Jim Downing, Grace Carpenter, Nathan Sarr
    • Field Detail

      • context

        protected Context context
      • handle

        protected String handle
        Handle to retrieve bitstreams from.
      • init

        protected boolean init
        Has the type of object the handle refers to been determined.
    • Constructor Detail

      • HandleDispatcher

        public HandleDispatcher​(Context context,
                                String hdl)
        Main constructor.
        Parameters:
        context - Context
        hdl - the handle to get bitstreams from.