com.atlassian.bamboo.maven.plugins.aws.files
Class FileTools

java.lang.Object
  extended by com.atlassian.bamboo.maven.plugins.aws.files.FileTools

public class FileTools
extends java.lang.Object


Method Summary
static void createParentFiles(java.io.File file)
           
static java.io.File defaultPrivateKeyFile(java.io.File ec2PrivateKeyFile, java.lang.String ec2KeyName, org.apache.maven.project.MavenProject project)
           
static void read(java.io.File file, Consumer consumer)
           
static void write(java.io.File file, Generator generator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createParentFiles

public static void createParentFiles(java.io.File file)

read

public static void read(java.io.File file,
                        Consumer consumer)
                 throws java.io.IOException
Throws:
java.io.IOException

write

public static void write(java.io.File file,
                         Generator generator)
                  throws java.io.IOException
Throws:
java.io.IOException

defaultPrivateKeyFile

public static java.io.File defaultPrivateKeyFile(java.io.File ec2PrivateKeyFile,
                                                 java.lang.String ec2KeyName,
                                                 org.apache.maven.project.MavenProject project)


Copyright © 2013 Atlassian. All Rights Reserved.