org.qi4j.library.uowfile.internal
Interface UoWFileFactory

All Superinterfaces:
Composite, Identity, ServiceComposite
All Known Implementing Classes:
UoWFileFactory.Mixin

@Mixins(value=UoWFileFactory.Mixin.class)
@Activators(value=UoWFileFactory.Activator.class)
public interface UoWFileFactory
extends ServiceComposite


Nested Class Summary
static class UoWFileFactory.Activator
           
static class UoWFileFactory.Mixin
           
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 UoWFile createCurrentUoWFile(java.io.File file)
           
 void ensureWorkDirsExist()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Method Detail

createCurrentUoWFile

UoWFile createCurrentUoWFile(java.io.File file)

ensureWorkDirsExist

void ensureWorkDirsExist()
                         throws java.io.IOException
Throws:
java.io.IOException