com.cedarsoft.codegen.parser
Class Classpath

java.lang.Object
  extended by com.cedarsoft.codegen.parser.Classpath

public class Classpath
extends Object

Represents a classpath


Constructor Summary
Classpath()
           
 
Method Summary
 void add(File dir)
           
 String asClasspathStatement()
           
 List<? extends File> getElements()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Classpath

public Classpath()
Method Detail

add

public void add(@NotNull
                File dir)

getElements

@NotNull
public List<? extends File> getElements()

asClasspathStatement

@NotNull
@NonNls
public String asClasspathStatement()


Copyright © 2010 cedarsoft GmbH. All Rights Reserved.