Class UmpleLinkedFileHandler

java.lang.Object
cruise.umple.compiler.UmpleLinkedFileHandler
All Implemented Interfaces:
LinkedFileHandler

public class UmpleLinkedFileHandler
extends java.lang.Object
implements LinkedFileHandler
This is the LinkedFileHandler for the Umple language. This handler takes all linked files and appends a series of 'use' statements to the end of the current input of the main file. This is all done prior to parsing so that the statements get interpreted properly.
  • Constructor Summary

    Constructors 
    Constructor Description
    UmpleLinkedFileHandler()  
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    java.lang.String onFileLink​(java.lang.String input, java.io.File[] linkedFiles)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait