Groovy Documentation

org.akhikhl.wuff
[Groovy] Class PlatformConfig

java.lang.Object
  org.akhikhl.wuff.PlatformConfig

class PlatformConfig

Authors:
akhikhl


Field Summary
static java.lang.String current_arch

static java.lang.String current_arch_suffix

static java.lang.String current_language

static java.lang.String current_os

static java.lang.String current_os_filesystem_suffix

static java.lang.String current_os_suffix

static java.util.Map map_arch_to_suffix

static java.util.Map map_os_to_filesystem_suffix

static java.util.Map map_os_to_suffix

static java.lang.Object supported_archs

static java.lang.Object supported_languages

static java.lang.Object supported_oses

 
Method Summary
static boolean isLanguageFragment(java.lang.Object artifact)

static boolean isPlatformFragment(java.lang.Object artifact)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

current_arch

public static final java.lang.String current_arch


current_arch_suffix

public static final java.lang.String current_arch_suffix


current_language

public static final java.lang.String current_language


current_os

public static final java.lang.String current_os


current_os_filesystem_suffix

public static final java.lang.String current_os_filesystem_suffix


current_os_suffix

public static final java.lang.String current_os_suffix


map_arch_to_suffix

public static final java.util.Map map_arch_to_suffix


map_os_to_filesystem_suffix

public static final java.util.Map map_os_to_filesystem_suffix


map_os_to_suffix

public static final java.util.Map map_os_to_suffix


supported_archs

public static final java.lang.Object supported_archs


supported_languages

public static final java.lang.Object supported_languages


supported_oses

public static final java.lang.Object supported_oses


 
Method Detail

isLanguageFragment

static boolean isLanguageFragment(java.lang.Object artifact)


isPlatformFragment

static boolean isPlatformFragment(java.lang.Object artifact)


 

Groovy Documentation