com.atlassian.bamboo.maven.plugins.aws
Class TemplateUtils

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

public class TemplateUtils
extends Object


Method Summary
static boolean isWindows(String platform)
           
static Iterable<String> replaceOs(Iterable<String> strings, String platform)
           
static String replaceOs(String string, String platform)
           
static String replaceRegion(String string, String regionName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isWindows

public static boolean isWindows(String platform)

replaceOs

@NotNull
public static String replaceOs(@NotNull
                                       String string,
                                       @NotNull
                                       String platform)

replaceOs

@NotNull
public static Iterable<String> replaceOs(@NotNull
                                                 Iterable<String> strings,
                                                 @NotNull
                                                 String platform)

replaceRegion

@NotNull
public static String replaceRegion(@NotNull
                                           String string,
                                           @NotNull
                                           String regionName)


Copyright © 2015 Atlassian. All rights reserved.