Method | Description | |
---|---|---|
CreateBinarizedPbo ( IAbsoluteDirectoryPath input, IAbsoluteDirectoryPath output, bool overwrite = false ) : void | ||
CreateBinarizedPbo ( IAbsoluteDirectoryPath input, IAbsoluteFilePath output, bool overwrite = false ) : void | ||
CreateKey ( IAbsoluteFilePath outFile, bool overwrite = false ) : void | ||
CreateMissionPbo ( IAbsoluteDirectoryPath input, IAbsoluteDirectoryPath output, bool overwrite = false ) : void | ||
CreateMissionPbo ( IAbsoluteDirectoryPath input, IAbsoluteFilePath output, bool overwrite = false ) : void | ||
CreatePbo ( IAbsoluteDirectoryPath input, IAbsoluteDirectoryPath output, bool overwrite = false ) : void | ||
CreatePbo ( IAbsoluteDirectoryPath input, IAbsoluteFilePath output, bool overwrite = false ) : void | ||
PboTools ( IProcessManager procsesManager, Tools fileOps ) : System | ||
RepackPbo ( IAbsoluteFilePath pboFile ) : void | ||
RunExtractPboWithParameters ( IAbsoluteFilePath input, IAbsoluteDirectoryPath output ) : void | ||
RunMakePboWithParameters ( IAbsoluteDirectoryPath input, IAbsolutePath output ) : void | ||
SignFile ( IAbsoluteFilePath file, IAbsoluteFilePath privateFile ) : void | ||
UnpackPbo ( IAbsoluteFilePath input, IAbsoluteDirectoryPath output ) : void |
Method | Description | |
---|---|---|
BuildMikeroParameters ( ) : string | ||
BuildParameters ( string input, string output ) : string | ||
BuildPathParameters ( ) : string | ||
CombineParameters ( string combinedParameters, string pathParameters ) : string | ||
ConfirmPackValidity ( IAbsoluteDirectoryPath input, IAbsoluteDirectoryPath output, bool overwrite, string extension = ".pbo" ) : void | ||
ConfirmPackValidity ( IAbsoluteDirectoryPath input, IAbsoluteFilePath output, bool overwrite ) : void | ||
CreatePboPrefixFile ( IAbsoluteFilePath pboPrefixFile, string prefix ) : void | ||
CreatePboPrefixFileIfNeeded ( IAbsoluteDirectoryPath unpackedPboFolder ) : void | ||
CreatePboPrefixFileIfNeeded ( IAbsoluteFilePath pboPrefixFile ) : void | ||
EscapePath ( string x ) : string | ||
GetAllParameters ( string joinParameters, IEnumerable |
||
GetJoinedParameters ( ) : string | ||
PackFolder ( IAbsoluteDirectoryPath folder ) : void | ||
ProcessExitResult ( |
||
RunMakePbo ( string parameters ) : void | ||
UnpackPbo ( IAbsoluteFilePath pbo ) : void |
public CreateBinarizedPbo ( IAbsoluteDirectoryPath input, IAbsoluteDirectoryPath output, bool overwrite = false ) : void | ||
input | IAbsoluteDirectoryPath | |
output | IAbsoluteDirectoryPath | |
overwrite | bool | |
return | void |
public CreateBinarizedPbo ( IAbsoluteDirectoryPath input, IAbsoluteFilePath output, bool overwrite = false ) : void | ||
input | IAbsoluteDirectoryPath | |
output | IAbsoluteFilePath | |
overwrite | bool | |
return | void |
public CreateKey ( IAbsoluteFilePath outFile, bool overwrite = false ) : void | ||
outFile | IAbsoluteFilePath | |
overwrite | bool | |
return | void |
public CreateMissionPbo ( IAbsoluteDirectoryPath input, IAbsoluteDirectoryPath output, bool overwrite = false ) : void | ||
input | IAbsoluteDirectoryPath | |
output | IAbsoluteDirectoryPath | |
overwrite | bool | |
return | void |
public CreateMissionPbo ( IAbsoluteDirectoryPath input, IAbsoluteFilePath output, bool overwrite = false ) : void | ||
input | IAbsoluteDirectoryPath | |
output | IAbsoluteFilePath | |
overwrite | bool | |
return | void |
public CreatePbo ( IAbsoluteDirectoryPath input, IAbsoluteDirectoryPath output, bool overwrite = false ) : void | ||
input | IAbsoluteDirectoryPath | |
output | IAbsoluteDirectoryPath | |
overwrite | bool | |
return | void |
public CreatePbo ( IAbsoluteDirectoryPath input, IAbsoluteFilePath output, bool overwrite = false ) : void | ||
input | IAbsoluteDirectoryPath | |
output | IAbsoluteFilePath | |
overwrite | bool | |
return | void |
public PboTools ( IProcessManager procsesManager, Tools fileOps ) : System | ||
procsesManager | IProcessManager | |
fileOps | Tools | |
return | System |
public RepackPbo ( IAbsoluteFilePath pboFile ) : void | ||
pboFile | IAbsoluteFilePath | |
return | void |
public RunExtractPboWithParameters ( IAbsoluteFilePath input, IAbsoluteDirectoryPath output ) : void | ||
input | IAbsoluteFilePath | |
output | IAbsoluteDirectoryPath | |
return | void |
public RunMakePboWithParameters ( IAbsoluteDirectoryPath input, IAbsolutePath output ) : void | ||
input | IAbsoluteDirectoryPath | |
output | IAbsolutePath | |
return | void |
public SignFile ( IAbsoluteFilePath file, IAbsoluteFilePath privateFile ) : void | ||
file | IAbsoluteFilePath | |
privateFile | IAbsoluteFilePath | |
return | void |
public UnpackPbo ( IAbsoluteFilePath input, IAbsoluteDirectoryPath output ) : void | ||
input | IAbsoluteFilePath | |
output | IAbsoluteDirectoryPath | |
return | void |