C# Class Editor.Source_Files.Instances.ArchiveCreatorInstance

Inheritance: NativeInstance
Show file Open project: LauriM/PropellerEngine Class Usage Examples

Public Methods

Method Description
ArchiveCreatorInstance ( ) : System
addFile ( String file ) : void
addFolder ( String folder ) : void
build ( String file ) : void

Private Methods

Method Description
clear ( ) : void

Method Details

ArchiveCreatorInstance() public method

public ArchiveCreatorInstance ( ) : System
return System

addFile() public method

public addFile ( String file ) : void
file String
return void

addFolder() public method

public addFolder ( String folder ) : void
folder String
return void

build() public method

public build ( String file ) : void
file String
return void