getCCDTURL

 

public URL getCCDTURL();

Returns the URL of the channel definition file, or null if it does not exist. Java™ URLs support various protocols, which normally include file, HTTP, FTP and LDAP. The URL class has several constructors, one of which is: URL(String spec).

Returns

  • The URL of the channel definition file.


uj15150_