Brocade Network Advisor REST API Guide (Supporting Network Advisor 12.3.0) User Manual
Page 63
Advertising

Brocade Network Advisor REST API Guide
49
53-1003160-01
Binding the schema
4
<target name="generate-artifacts" depends="init">
<property name="java.home" value="env.JAVA_HOME"/>
<property name="xjc.destination" value="<where you want the java classes>"/>
<property name="xjc.source" value="<INSTALL-DIR>/conf/rest-schema"/>
<exec dir="${java.home}\bin" executable="xjc">
<arg line="-d ${xjc.destination} ${xjc.source}"/>
</exec>
</target>
Advertising