parent
de29bb6a3a
commit
600a010ee9
|
|
@ -24,8 +24,8 @@ import org.libreccm.configuration.ConfigurationManager;
|
||||||
import org.libreccm.core.UnexpectedErrorException;
|
import org.libreccm.core.UnexpectedErrorException;
|
||||||
|
|
||||||
import javax.enterprise.inject.Instance;
|
import javax.enterprise.inject.Instance;
|
||||||
import javax.faces.bean.RequestScoped;
|
|
||||||
import javax.inject.Inject;
|
import javax.inject.Inject;
|
||||||
|
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
import java.io.OutputStream;
|
import java.io.OutputStream;
|
||||||
import java.io.Reader;
|
import java.io.Reader;
|
||||||
|
|
@ -33,6 +33,8 @@ import java.io.Writer;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
import javax.enterprise.context.RequestScoped;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class provides access to the (local) file system. If available an
|
* This class provides access to the (local) file system. If available an
|
||||||
* implementation of the {@link FileSystemAdapter} interface is used. The
|
* implementation of the {@link FileSystemAdapter} interface is used. The
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue