org.qi4j.library.fileconfig
Interface FileConfigurationService.Data

Enclosing interface:
FileConfigurationService

public static interface FileConfigurationService.Data


Method Summary
 Property<java.lang.String> application()
           
 Property<java.io.File> cache()
           
 Property<java.io.File> configuration()
           
 Property<java.io.File> data()
           
 Property<java.io.File> log()
           
 Property<FileConfiguration.OS> os()
           
 Property<java.io.File> temporary()
           
 Property<java.io.File> user()
           
 

Method Detail

os

Property<FileConfiguration.OS> os()

application

Property<java.lang.String> application()

user

Property<java.io.File> user()

configuration

Property<java.io.File> configuration()

data

Property<java.io.File> data()

temporary

Property<java.io.File> temporary()

cache

Property<java.io.File> cache()

log

Property<java.io.File> log()