Class CloudContextService
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.services.CloudContextService
-
public class CloudContextService extends Object
-
-
Constructor Summary
Constructors Constructor Description CloudContextService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetLikelyFeedName(GtfsMutableRelationalDao dao)static StringgetNamespace()static StringgetTopic()
-
-
-
Method Detail
-
getLikelyFeedName
public static String getLikelyFeedName(GtfsMutableRelationalDao dao)
-
getTopic
public static String getTopic()
-
getNamespace
public static String getNamespace()
-
-