Documentation
¶
Index ¶
- Constants
- type Jar
- type Java
- func (j *Java) Compile(ctx context.Context, s sandbox.Sandbox, f sandbox.File, stderr io.Writer, ...) (*sandbox.File, error)
- func (j *Java) DefaultFilename() string
- func (*Java) DisplayName() string
- func (*Java) ID() string
- func (j *Java) Rename(source sandbox.File) (*sandbox.File, string, error)
- func (j *Java) Run(ctx context.Context, s sandbox.Sandbox, binary sandbox.File, stdin io.Reader, ...) (*sandbox.Status, error)
- func (j *Java) Test(t *testing.T, s sandbox.Sandbox) error
- type Option
Constants ¶
View Source
const ( TestCodePrintHelloWorld = `public class main { public static void main(String[] args) { System.out.println("Hello world"); } }` TestCodeDifferentClass = `public class feladat { public static void main(String[] args) { System.out.println("Hello world"); } }` )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.