public class GluePath extends Object
The glue path can be written as either a package name: com.example.app
,
a path com/example/app
or uri classpath:com/example/app
.
On file system with a path separator other then `/
` com\example\app
is also a valid glue path.
It is recommended to always use the package name form.
Copyright © 2020. All rights reserved.