Interface URLProvider
-
@API public interface URLProviderProvides URL.- Since:
- 2018.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringprovide(EnoviaJob job, java.lang.String destUrl)Provides URL.
-
-
-
Method Detail
-
provide
java.lang.String provide(EnoviaJob job, java.lang.String destUrl)
Provides URL. The implementation is responsible for possible URL encoding.- Parameters:
job- Job objectdestUrl- URL configured in destination config- Returns:
- URL
-
-