public class FileForCreation extends Object
Constructor and Description |
---|
FileForCreation(String path,
String content)
File for creation constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
String |
getPath() |
void |
setContent(String content) |
void |
setPath(String path) |
public String getPath()
public void setPath(String path)
path
- value to set in this objectpublic String getContent()
public void setContent(String content)
content
- value to set in this objectCopyright © 2016–2017. All rights reserved.