org.qi4j.library.fileconfig
Interface FileConfiguration.Data

Enclosing interface:
FileConfiguration

public static interface FileConfiguration.Data


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

Method Detail

os

Property<FileConfiguration.OS> os()

application

Property<String> application()

user

Property<File> user()

configuration

Property<File> configuration()

data

Property<File> data()

temporary

Property<File> temporary()

cache

Property<File> cache()

log

Property<File> log()