public class UpdateAssetsCommand extends AbstractCommandCollection
Command for updateasset operations. Registered with the command system and callable by players.
java.lang.Object > AbstractCommandCollection > UpdateAssetsCommand
Field Summary
assetPath
final
Path
assetPath
Field assetPath.
parent
final
Path
parent
Field parent.
processCommand
final
String[]
processCommand
Field processCommand.
commandDisplay
final
String
commandDisplay
Field commandDisplay.
process
final
Process
process
Field process.
bufferedReader
final
BufferedReader
bufferedReader
Field bufferedReader.
reader
final
BufferedReader
reader
Field reader.
line
final
String
line
Field line.
o
final
Object
o
Field o.
bufferedReader2
final
BufferedReader
bufferedReader2
Field bufferedReader2.
reader2
final
BufferedReader
reader2
Field reader2.
line2
final
String
line2
Field line2.
o2
final
Object
o2
Field o2.
script
final
Path
script
Field script.
relative
final
Path
relative
Field relative.
Method Detail
UpdateAssetsCommand
public
public
UpdateAssetsCommand
()
Method UpdateAssetsCommand.
UpdateAssetsStatusCommand
public
new
UpdateAssetsStatusCommand
()
Method UpdateAssetsStatusCommand.
UpdateAssetsResetCommand
public
new
UpdateAssetsResetCommand
()
Method UpdateAssetsResetCommand.
UpdateAssetsPullCommand
public
new
UpdateAssetsPullCommand
()
Method UpdateAssetsPullCommand.
UpdateAssetsGitCommand
public
protected
UpdateAssetsGitCommand
(@Nonnull final String name, @Nonnull final String description)
Method UpdateAssetsGitCommand.
- Parameters:
@Nonnull final Stringname@Nonnull final Stringdescription
ProcessBuilder
public
new
ProcessBuilder
(processCommand)
Method ProcessBuilder.
- Parameters:
processCommandprocessCommand
BufferedReader
public
new
BufferedReader
(new InputStreamReader(process.getInputStream()
Method BufferedReader.
- Parameters:
newInputStreamReader(process.getInputStream(