ParserUtility.validateBlobName(String blobName) 方法
定义
Helper to validate if the provided blob name is not null, empty, and valid.
public static void validateBlobName(String blobName)
参数
- blobName
- String
is the blob name to be validated.
例外
IllegalArgumentException
if the blob name do not fit the criteria.