org.autoplot.servletutil.InsertDas2UserIntoVap

At the RPW Group, we need to rewrite the vap so that the username is known to the Das2ServerDataSource.

InsertDas2UserIntoVap( )


insertExtraParams

insertExtraParams( java.io.File vap, java.io.File o, String vapScheme, java.util.Map extraParams ) → void

insert extra parameters into the URIs, where the vapScheme is found.

Parameters

vap - the original vap
o - the new vap, which will be written
vapScheme - the URI type to match. E.g. "vap+das2server"
extraParams - the parameters to insert into the matching URIs.

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]