in src/main/java/org/apache/creadur/tentacles/Platform.java [23:29]
public static Platform aPlatform() {
final FileSystem fileSystem = new FileSystem();
final IOSystem ioSystem = new IOSystem();
final TentaclesResources tentaclesResources =
new TentaclesResources(ioSystem);
return new Platform(tentaclesResources, fileSystem, ioSystem);
}