Class PrefabFactoryImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Prefab newPrefab​(java.io.File prefabDir)
      Returns an appropriate Prefab for the jar file.
      • Methods inherited from class java.lang.Object

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

      • PrefabFactoryImpl

        public PrefabFactoryImpl()
    • Method Detail

      • newPrefab

        public Prefab newPrefab​(java.io.File prefabDir)
                         throws java.lang.Exception
        Description copied from interface: PrefabFactory
        Returns an appropriate Prefab for the jar file.
        Specified by:
        newPrefab in interface PrefabFactory
        Parameters:
        prefabDir - source file
        Returns:
        Prefab object
        Throws:
        java.lang.Exception - if Prefab cannot be created