net.sourceforge.plantuml.cucadiagram.dot
Class LazyFile

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.dot.LazyCached<File>
      extended by net.sourceforge.plantuml.cucadiagram.dot.LazyFile
All Implemented Interfaces:
Lazy<File>

public class LazyFile
extends LazyCached<File>


Constructor Summary
LazyFile(Lazy<File> f)
           
 
Method Summary
 boolean isLoaded()
           
 
Methods inherited from class net.sourceforge.plantuml.cucadiagram.dot.LazyCached
getNow, getRowData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyFile

public LazyFile(Lazy<File> f)
Method Detail

isLoaded

public boolean isLoaded()
Overrides:
isLoaded in class LazyCached<File>


Copyright © 2011. All Rights Reserved.