public class Platform extends Object
Constructor and Description |
---|
Platform(TentaclesResources tentaclesResources,
FileSystem fileSystem,
IOSystem ioSystem) |
Modifier and Type | Method and Description |
---|---|
static Platform |
aPlatform() |
FileSystem |
getFileSystem() |
IOSystem |
getIoSystem() |
TentaclesResources |
getTentaclesResources() |
public Platform(TentaclesResources tentaclesResources, FileSystem fileSystem, IOSystem ioSystem)
public static Platform aPlatform()
public TentaclesResources getTentaclesResources()
public FileSystem getFileSystem()
public IOSystem getIoSystem()
Copyright © 2022 Apache Software Foundation. All rights reserved.