public class ShellUtil extends Object
| Constructor and Description |
|---|
ShellUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
colorizeResource(org.jboss.forge.addon.resource.FileResource<?> resource)
Applies ANSI colors in a specific resource
|
static String |
shellifyName(String name)
"Shellifies" a name (that is, makes the name shell-friendly) by replacing spaces with "-" and removing colons
|
public static String shellifyName(String name)
name - public static String colorizeResource(org.jboss.forge.addon.resource.FileResource<?> resource)
resource - Copyright © 2014 JBoss by Red Hat. All rights reserved.