public Platform()

in src/main/java/org/apache/creadur/tentacles/Platform.java [35:41]


    public Platform(final TentaclesResources tentaclesResources,
            final FileSystem fileSystem, final IOSystem ioSystem) {
        super();
        this.tentaclesResources = tentaclesResources;
        this.fileSystem = fileSystem;
        this.ioSystem = ioSystem;
    }