public class SourceFile extends Object implements PluginProjectChange
| Modifier and Type | Class and Description |
|---|---|
static class |
SourceFile.SourceGroup
Specifies whether to add the file to
src/main or src/test. |
| Modifier and Type | Method and Description |
|---|---|
ClassId |
getClassId() |
String |
getContent() |
SourceFile.SourceGroup |
getSourceGroup() |
static SourceFile |
sourceFile(ClassId classId,
SourceFile.SourceGroup sourceGroup,
String content) |
String |
toString() |
public static SourceFile sourceFile(ClassId classId, SourceFile.SourceGroup sourceGroup, String content)
public ClassId getClassId()
public SourceFile.SourceGroup getSourceGroup()
public String getContent()
Copyright © 2015 Atlassian. All rights reserved.