Home | History | Annotate | Download | only in util

Lines Matching refs:CommandResult

130         CommandResult res = getRunUtil()
147 * @return {@link CommandResult} result of the operation.
149 public CommandResult copy(String source, String dest) throws IOException {
177 CommandResult res = run
257 * @return {@link CommandResult} result of the operation.
260 public CommandResult makeBucket(String projectId) throws IOException {
275 CommandResult res = getRunUtil()
296 * @return {@link CommandResult} result of the operation.
298 public CommandResult pull(Path bucketPath) throws IOException {
307 * @return {@link CommandResult} result of the operation.
309 public CommandResult pull(Path bucketPath, File localFile) throws IOException {
320 CommandResult res = copy(getUriForGcsPath(bucketPath), FILENAME_STDOUT);
328 * @return {@link CommandResult} result of the operation.
330 public CommandResult push(File localFile) throws IOException {
339 * @return {@link CommandResult} result of the operation.
341 public CommandResult push(File localFile, Path bucketPath) throws IOException {
350 * @return {@link CommandResult} result of the operation.
352 public CommandResult pushString(String contents, Path bucketPath) throws IOException {
369 public CommandResult remove(String pattern, boolean force) throws IOException {
388 CommandResult res = getRunUtil()
409 public CommandResult remove(String pattern) throws IOException {
419 public CommandResult remove(Path path, boolean force) throws IOException {
428 public CommandResult remove(Path path) throws IOException {
438 public CommandResult removeBucket() throws IOException {
448 CommandResult res = getRunUtil()