protected static class WarMetaDataProcessor.WebOrdering extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected List<String> |
after |
protected boolean |
afterOthers |
protected List<String> |
before |
protected boolean |
beforeOthers |
protected String |
jar |
protected String |
name |
Modifier | Constructor and Description |
---|---|
protected |
WarMetaDataProcessor.WebOrdering() |
Modifier and Type | Method and Description |
---|---|
void |
addAfter(String name) |
void |
addBefore(String name) |
List<String> |
getAfter() |
List<String> |
getBefore() |
String |
getJar() |
String |
getName() |
boolean |
isAfterOthers() |
boolean |
isBeforeOthers() |
void |
setAfterOthers(boolean afterOthers) |
void |
setBeforeOthers(boolean beforeOthers) |
void |
setJar(String jar) |
void |
setName(String name) |
protected String jar
protected String name
protected boolean afterOthers
protected boolean beforeOthers
public String getName()
public void setName(String name)
public void addAfter(String name)
public void addBefore(String name)
public String getJar()
public void setJar(String jar)
public boolean isAfterOthers()
public void setAfterOthers(boolean afterOthers)
public boolean isBeforeOthers()
public void setBeforeOthers(boolean beforeOthers)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.