Class TentackleWurbletsModel

java.lang.Object
org.tentackle.model.impl.ModelImpl
org.tentackle.wurblet.TentackleWurbletsModel
All Implemented Interfaces:
Model

@Service(org.tentackle.model.Model.class) public class TentackleWurbletsModel extends ModelImpl
Extended model aware of heap-files and global loading exception.

Heap files are files with names starting with a dot.

Author:
harald
  • Constructor Details

  • Method Details

    • createReader

      protected Reader createReader(URL url) throws ModelException
      Overrides:
      createReader in class ModelImpl
      Throws:
      ModelException
    • getLoadingException

      public org.wurbelizer.wurbel.WurbelException getLoadingException()
      Gets the exception that occurred during the initial loading of the model.
      Returns:
      the exception, null if none
    • setLoadingException

      public void setLoadingException(org.wurbelizer.wurbel.WurbelException loadingException)
      Sets the exception that occurred during the initial loading of the model.
      Parameters:
      loadingException - the exception, null if none