MCPcopy Create free account
hub / github.com/PCGen/pcgen / process

Method process

code/src/java/pcgen/gui2/converter/Loader.java:29–29  ·  view source on GitHub ↗
(StringBuilder sb, int line, String lineString, ConversionDecider decider)

Source from the content-addressed store, hash-verified

27public interface Loader
28{
29 List<CDOMObject> process(StringBuilder sb, int line, String lineString, ConversionDecider decider)
30 throws PersistenceLayerException, InterruptedException;
31
32 List<CampaignSourceEntry> getFiles(Campaign campaign);

Callers 15

testGetModifierMethod · 0.65
testGetModifierMethod · 0.65
testGetModifierMethod · 0.65
testGetModifierMethod · 0.65
testGetModifierMethod · 0.65
testGetModifierMethod · 0.65
testGetModifierMethod · 0.65
testProcessNegative1Method · 0.65
testProcessNegative2Method · 0.65
testProcessPositive1Method · 0.65

Implementers 5

EquipmentLoadercode/src/java/pcgen/gui2/converter/loa
CopyLoadercode/src/java/pcgen/gui2/converter/loa
SelfCopyLoadercode/src/java/pcgen/gui2/converter/loa
PCClassLoadercode/src/java/pcgen/gui2/converter/loa
BasicLoadercode/src/java/pcgen/gui2/converter/loa

Calls

no outgoing calls

Tested by 15

testGetModifierMethod · 0.52
testGetModifierMethod · 0.52
testGetModifierMethod · 0.52
testGetModifierMethod · 0.52
testGetModifierMethod · 0.52
testGetModifierMethod · 0.52
testGetModifierMethod · 0.52
testProcessNegative1Method · 0.52
testProcessNegative2Method · 0.52
testProcessPositive1Method · 0.52