org.qi4j.library.uowfile.singular
Class HasUoWFile.Mixin

java.lang.Object
  extended by org.qi4j.library.uowfile.singular.HasUoWFile.Mixin
All Implemented Interfaces:
HasUoWFile
Enclosing interface:
HasUoWFile

public static class HasUoWFile.Mixin
extends java.lang.Object
implements HasUoWFile


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.uowfile.singular.HasUoWFile
HasUoWFile.Mixin
 
Constructor Summary
HasUoWFile.Mixin()
           
 
Method Summary
 java.io.File attachedFile()
          IMPORTANT Use this File only inside read-only UnitOfWorks
 java.io.File managedFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HasUoWFile.Mixin

public HasUoWFile.Mixin()
Method Detail

attachedFile

public java.io.File attachedFile()
Description copied from interface: HasUoWFile
IMPORTANT Use this File only inside read-only UnitOfWorks

Specified by:
attachedFile in interface HasUoWFile

managedFile

public java.io.File managedFile()
Specified by:
managedFile in interface HasUoWFile