com.arjuna.orbportability.common.ant
Class IDLCompiler.BuildListParser

java.lang.Object
  extended by com.arjuna.orbportability.common.ant.IDLCompiler.BuildListParser
Enclosing class:
IDLCompiler

public class IDLCompiler.BuildListParser
extends Object


Field Summary
protected  String _buildList
           
protected  String _currentMapping
           
protected  String _currentPackage
           
protected  String _currentSrc
           
protected  boolean _valid
           
 
Constructor Summary
IDLCompiler.BuildListParser(String buildListString)
           
 
Method Summary
 String getMappings()
           
 String getPackage()
           
 String getSource()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_buildList

protected String _buildList

_currentSrc

protected String _currentSrc

_currentPackage

protected String _currentPackage

_currentMapping

protected String _currentMapping

_valid

protected boolean _valid
Constructor Detail

IDLCompiler.BuildListParser

public IDLCompiler.BuildListParser(String buildListString)
Method Detail

isValid

public boolean isValid()

getSource

public String getSource()

getPackage

public String getPackage()

getMappings

public String getMappings()


Copyright © 2011. All Rights Reserved.