Class ControllerHelper.BlockLibraryInfo

  • Enclosing class:
    ControllerHelper

    public static class ControllerHelper.BlockLibraryInfo
    extends java.lang.Object
    A simple class that records information about the Block Library loaded into the BlockFactory.
    Since:
    MicroStrategy Web 9.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockLibraryInfo​(java.io.File libraryFile, java.util.List<java.io.File> includedBlockFiles, java.util.List<java.io.File> includedBlockDirs)  
    • Method Summary

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

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

      • BlockLibraryInfo

        public BlockLibraryInfo​(java.io.File libraryFile,
                                java.util.List<java.io.File> includedBlockFiles,
                                java.util.List<java.io.File> includedBlockDirs)
    • Method Detail

      • hasChanged

        public boolean hasChanged()