Uses of Class
com.sudicode.fb2gh.migrate.GHAttachmentUploader.Browser
-
Packages that use GHAttachmentUploader.Browser Package Description com.sudicode.fb2gh.migrate Used for the migration process. -
-
Uses of GHAttachmentUploader.Browser in com.sudicode.fb2gh.migrate
Methods in com.sudicode.fb2gh.migrate that return GHAttachmentUploader.Browser Modifier and Type Method Description static GHAttachmentUploader.Browser
GHAttachmentUploader.Browser. valueOf(String name)
Returns the enum constant of this type with the specified name.static GHAttachmentUploader.Browser[]
GHAttachmentUploader.Browser. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sudicode.fb2gh.migrate with parameters of type GHAttachmentUploader.Browser Constructor Description GHAttachmentUploader(String ghUsername, String ghPassword, GHRepo ghRepo, GHAttachmentUploader.Browser browser)
Constructor.GHAttachmentUploader(String ghUsername, String ghPassword, GHRepo ghRepo, GHAttachmentUploader.Browser browser, int timeoutInSeconds)
Constructor.GHAttachmentUploader(String ghUsername, String ghPassword, GHRepo ghRepo, GHAttachmentUploader.Browser browser, int timeoutInSeconds, FBAttachmentConverter fallback)
Constructor.GHAttachmentUploader(String ghUsername, String ghPassword, GHRepo ghRepo, GHAttachmentUploader.Browser browser, FBAttachmentConverter fallback)
Constructor.
-