public class GeneratedFileInfo extends Object implements GeneratedFileInfo
| Constructor and Description |
|---|
GeneratedFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Gets the file that got added
|
String |
getType()
Get the file type that got added
|
void |
setFile(File file)
Adds the file object to the container
|
void |
setType(String type)
Adds the type of file it is the container
|
public void setFile(File file)
file - instance of the file to be addedpublic void setType(String type)
type - string which specifies the typepublic File getFile()
getFile in interface GeneratedFileInfopublic String getType()
getType in interface GeneratedFileInfoCopyright © 2017–2019 Eclipse Foundation. All rights reserved.